diff --git a/azure-batch/HISTORY.rst b/azure-batch/HISTORY.rst index ab4b9acd14f6..c65bccb40628 100644 --- a/azure-batch/HISTORY.rst +++ b/azure-batch/HISTORY.rst @@ -3,6 +3,30 @@ Release History =============== +6.0.0 (2018-12-14) +++++++++++++++++++ + +- Using REST API version 2018-12-01.8.0. + * **Breaking** Removed support for the `upgrade_os` API on `CloudServiceConfiguration` pools. + - Removed `PoolOperations.upgrade_os` API. + - Renamed `target_os_version` to `os_version` and removed `current_os_version` on `CloudServiceConfiguration`. + - Removed `upgrading` state from `PoolState` enum. + * **Breaking** Removed `data_egress_gi_b` and `data_ingress_gi_b` from `PoolUsageMetrics`. These properties are no longer supported. + * **Breaking** ResourceFile improvements + * Added the ability specify an entire Azure Storage container in `ResourceFile`. There are now three supported modes for `ResourceFile`: + - `http_url` creates a `ResourceFile` pointing to a single HTTP URL. + - `storage_container_url` creates a `ResourceFile` pointing to the blobs under an Azure Blob Storage container. + - `auto_storage_container_name` creates a `ResourceFile` pointing to the blobs under an Azure Blob Storage container in the Batch registered auto-storage account. + * URLs provided to `ResourceFile` via the `http_url` property can now be any HTTP URL. Previously, these had to be an Azure Blob Storage URL. + * The blobs under the Azure Blob Storage container can be filtered by `blob_prefix` property. + * **Breaking** Removed `os_disk` property from `VirtualMachineConfiguration`. This property is no longer supported. + * Pools which set the `dynamic_vnet_assignment_scope` on `NetworkConfiguration` to be `DynamicVNetAssignmentScope.job` can now dynamically assign a Virtual Network to each node the job's tasks run on. The specific Virtual Network to join the nodes to is specified in the new `network_configuration` property on `CloudJob` and `JobSpecification`. + - Note: This feature is in public preview. It is disabled for all Batch accounts except for those which have contacted us and requested to be in the pilot. + * The maximum lifetime of a task is now 180 days (previously it was 7). + * Added support on Windows pools for creating users with a specific login mode (either `batch` or `interactive`) via `WindowsUserConfiguration.login_mode`. + * The default task retention time for all tasks is now 7 days, previously it was infinite. +- **Breaking** Renamed the `base_url` parameter to `batch_url` on `BatchServiceClient` class, and it is required now. + 5.1.1 (2018-10-16) ++++++++++++++++++ @@ -18,27 +42,27 @@ Release History ++++++++++++++++++ - Update operation TaskOperations.add_collection with the following added functionality: - - Retry server side errors. - - Automatically chunk lists of more than 100 tasks to multiple requests. - - If tasks are too large to be submitted in chunks of 100, reduces number of tasks per request. - - Add a parameter to specify number of threads to use when submitting tasks. + + Retry server side errors. + + Automatically chunk lists of more than 100 tasks to multiple requests. + + If tasks are too large to be submitted in chunks of 100, reduces number of tasks per request. + + Add a parameter to specify number of threads to use when submitting tasks. 5.0.0 (2018-08-24) ++++++++++++++++++ - Using REST API version 2018-08-01.7.0. - - Added `node_agent_info` in ComputeNode to return the node agent information - - **Breaking** Removed the `validation_status` property from `TaskCounts`. - - **Breaking** The default caching type for `DataDisk` and `OSDisk` is now `read_write` instead of `none`. + + Added `node_agent_info` in ComputeNode to return the node agent information + + **Breaking** Removed the `validation_status` property from `TaskCounts`. + + **Breaking** The default caching type for `DataDisk` and `OSDisk` is now `read_write` instead of `none`. - `BatchServiceClient` can be used as a context manager to keep the underlying HTTP session open for performance. - **Breaking** Model signatures are now using only keywords-arguments syntax. Each positional argument must be rewritten as a keyword argument. - **Breaking** The following operations signatures are changed: - - Operation PoolOperations.enable_auto_scale - - Operation TaskOperations.update - - Operation ComputeNodeOperations.reimage - - Operation ComputeNodeOperations.disable_scheduling - - Operation ComputeNodeOperations.reboot - - Operation JobOperations.terminate + + Operation PoolOperations.enable_auto_scale + + Operation TaskOperations.update + + Operation ComputeNodeOperations.reimage + + Operation ComputeNodeOperations.disable_scheduling + + Operation ComputeNodeOperations.reboot + + Operation JobOperations.terminate - Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to improve the behavior when unrecognized enum values are encountered. 4.1.3 (2018-04-24) @@ -66,7 +90,7 @@ Release History - Using REST API version 2018-03-01.6.1. - Added the ability to query pool node counts by state, via the new `list_pool_node_counts` method. - Added the ability to upload Azure Batch node agent logs from a particular node, via the `upload_batch_service_logs` method. - - This is intended for use in debugging by Microsoft support when there are problems on a node. + + This is intended for use in debugging by Microsoft support when there are problems on a node. 4.0.0 (2017-09-25) ++++++++++++++++++ @@ -75,8 +99,8 @@ Release History - Added the ability to get a discount on Windows VM pricing if you have on-premises licenses for the OS SKUs you are deploying, via `license_type` on `VirtualMachineConfiguration`. - Added support for attaching empty data drives to `VirtualMachineConfiguration` based pools, via the new `data_disks` attribute on `VirtualMachineConfiguration`. - **Breaking** Custom images must now be deployed using a reference to an ARM Image, instead of pointing to .vhd files in blobs directly. - - The new `virtual_machine_image_id` property on `ImageReference` contains the reference to the ARM Image, and `OSDisk.image_uris` no longer exists. - - Because of this, `image_reference` is now a required attribute of `VirtualMachineConfiguration`. + + The new `virtual_machine_image_id` property on `ImageReference` contains the reference to the ARM Image, and `OSDisk.image_uris` no longer exists. + + Because of this, `image_reference` is now a required attribute of `VirtualMachineConfiguration`. - **Breaking** Multi-instance tasks (created using `MultiInstanceSettings`) must now specify a `coordination_commandLine`, and `number_of_instances` is now optional and defaults to 1. - Added support for tasks run using Docker containers. To run a task using a Docker container you must specify a `container_configuration` on the `VirtualMachineConfiguration` for a pool, and then add `container_settings` on the Task. @@ -122,11 +146,11 @@ Release History - AAD token authentication now supported. - Some operation names have changed (along with their associated parameter model classes): - * pool.list_pool_usage_metrics -> pool.list_usage_metrics - * pool.get_all_pools_lifetime_statistics -> pool.get_all_lifetime_statistics - * job.get_all_jobs_lifetime_statistics -> job.get_all_lifetime_statistics - * file.get_node_file_properties_from_task -> file.get_properties_from_task - * file.get_node_file_properties_from_compute_node -> file.get_properties_from_compute_node + * pool.list_pool_usage_metrics -> pool.list_usage_metrics + * pool.get_all_pools_lifetime_statistics -> pool.get_all_lifetime_statistics + * job.get_all_jobs_lifetime_statistics -> job.get_all_lifetime_statistics + * file.get_node_file_properties_from_task -> file.get_properties_from_task + * file.get_node_file_properties_from_compute_node -> file.get_properties_from_compute_node - The attribute 'file_name' in relation to file operations has been renamed to 'file_path'. - Change in naming convention for enum values to use underscores: e.g. StartTaskState.waitingforstarttask -> StartTaskState.waiting_for_start_task. - Support for running tasks under a predefined or automatic user account. This includes tasks, job manager tasks, job preparation and release tasks and pool start tasks. This feature replaces the previous 'run_elevated' option on a task. diff --git a/azure-batch/azure/__init__.py b/azure-batch/azure/__init__.py index 0260537a02bb..69e3be50dac4 100644 --- a/azure-batch/azure/__init__.py +++ b/azure-batch/azure/__init__.py @@ -1 +1 @@ -__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file +__path__ = __import__('pkgutil').extend_path(__path__, __name__) diff --git a/azure-batch/azure/batch/batch_service_client.py b/azure-batch/azure/batch/batch_service_client.py index bf0d624c9c47..1505318594ea 100644 --- a/azure-batch/azure/batch/batch_service_client.py +++ b/azure-batch/azure/batch/batch_service_client.py @@ -34,16 +34,18 @@ class BatchServiceClientConfiguration(AzureConfiguration): :param credentials: Credentials needed for the client to connect to Azure. :type credentials: :mod:`A msrestazure Credentials object` - :param str base_url: Service URL + :param batch_url: The base URL for all Azure Batch service requests. + :type batch_url: str """ def __init__( - self, credentials, base_url=None): + self, credentials, batch_url): if credentials is None: raise ValueError("Parameter 'credentials' must not be None.") - if not base_url: - base_url = 'https://batch.core.windows.net' + if batch_url is None: + raise ValueError("Parameter 'batch_url' must not be None.") + base_url = '{batchUrl}' super(BatchServiceClientConfiguration, self).__init__(base_url) @@ -51,6 +53,7 @@ def __init__( self.add_user_agent('Azure-SDK-For-Python') self.credentials = credentials + self.batch_url = batch_url class BatchServiceClient(SDKClient): @@ -81,17 +84,18 @@ class BatchServiceClient(SDKClient): :param credentials: Credentials needed for the client to connect to Azure. :type credentials: :mod:`A msrestazure Credentials object` - :param str base_url: Service URL + :param batch_url: The base URL for all Azure Batch service requests. + :type batch_url: str """ def __init__( - self, credentials, base_url=None): + self, credentials, batch_url): - self.config = BatchServiceClientConfiguration(credentials, base_url) + self.config = BatchServiceClientConfiguration(credentials, batch_url) super(BatchServiceClient, self).__init__(self.config.credentials, self.config) client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} - self.api_version = '2018-08-01.7.0' + self.api_version = '2018-12-01.8.0' self._serialize = Serializer(client_models) self._deserialize = Deserializer(client_models) diff --git a/azure-batch/azure/batch/custom/patch.py b/azure-batch/azure/batch/custom/patch.py index 7fc04b15a898..cec473791a41 100644 --- a/azure-batch/azure/batch/custom/patch.py +++ b/azure-batch/azure/batch/custom/patch.py @@ -219,7 +219,11 @@ def bulk_add_collection( will not create extra tasks unexpectedly. If the response contains any tasks which failed to add, a client can retry the request. In a retry, it is most efficient to resubmit only tasks that failed to add, and to - omit tasks that were successfully added on the first attempt. + omit tasks that were successfully added on the first attempt. The + maximum lifetime of a task from addition to completion is 180 days. + If a task has not completed within 180 days of being added it will be + terminated by the Batch service and left in whatever state it was in at + that time. :param job_id: The ID of the job to which the task collection is to be added. diff --git a/azure-batch/azure/batch/models/__init__.py b/azure-batch/azure/batch/models/__init__.py index 5ffc99a73460..eece1b2c404f 100644 --- a/azure-batch/azure/batch/models/__init__.py +++ b/azure-batch/azure/batch/models/__init__.py @@ -9,665 +9,667 @@ # regenerated. # -------------------------------------------------------------------------- + try: - from .pool_usage_metrics_py3 import PoolUsageMetrics - from .image_reference_py3 import ImageReference - from .node_agent_sku_py3 import NodeAgentSku - from .authentication_token_settings_py3 import AuthenticationTokenSettings - from .usage_statistics_py3 import UsageStatistics - from .resource_statistics_py3 import ResourceStatistics - from .pool_statistics_py3 import PoolStatistics - from .job_statistics_py3 import JobStatistics - from .name_value_pair_py3 import NameValuePair - from .delete_certificate_error_py3 import DeleteCertificateError - from .certificate_py3 import Certificate - from .application_package_reference_py3 import ApplicationPackageReference - from .application_summary_py3 import ApplicationSummary - from .certificate_add_parameter_py3 import CertificateAddParameter - from .file_properties_py3 import FileProperties - from .node_file_py3 import NodeFile - from .schedule_py3 import Schedule - from .job_constraints_py3 import JobConstraints - from .container_registry_py3 import ContainerRegistry - from .task_container_settings_py3 import TaskContainerSettings - from .resource_file_py3 import ResourceFile - from .environment_setting_py3 import EnvironmentSetting - from .exit_options_py3 import ExitOptions - from .exit_code_mapping_py3 import ExitCodeMapping - from .exit_code_range_mapping_py3 import ExitCodeRangeMapping - from .exit_conditions_py3 import ExitConditions - from .auto_user_specification_py3 import AutoUserSpecification - from .user_identity_py3 import UserIdentity - from .linux_user_configuration_py3 import LinuxUserConfiguration - from .user_account_py3 import UserAccount - from .task_constraints_py3 import TaskConstraints - from .output_file_blob_container_destination_py3 import OutputFileBlobContainerDestination - from .output_file_destination_py3 import OutputFileDestination - from .output_file_upload_options_py3 import OutputFileUploadOptions - from .output_file_py3 import OutputFile - from .job_manager_task_py3 import JobManagerTask - from .job_preparation_task_py3 import JobPreparationTask - from .job_release_task_py3 import JobReleaseTask - from .task_scheduling_policy_py3 import TaskSchedulingPolicy - from .start_task_py3 import StartTask - from .certificate_reference_py3 import CertificateReference - from .metadata_item_py3 import MetadataItem - from .cloud_service_configuration_py3 import CloudServiceConfiguration - from .os_disk_py3 import OSDisk - from .windows_configuration_py3 import WindowsConfiguration - from .data_disk_py3 import DataDisk - from .container_configuration_py3 import ContainerConfiguration - from .virtual_machine_configuration_py3 import VirtualMachineConfiguration - from .network_security_group_rule_py3 import NetworkSecurityGroupRule - from .inbound_nat_pool_py3 import InboundNATPool - from .pool_endpoint_configuration_py3 import PoolEndpointConfiguration - from .network_configuration_py3 import NetworkConfiguration - from .pool_specification_py3 import PoolSpecification - from .auto_pool_specification_py3 import AutoPoolSpecification - from .pool_information_py3 import PoolInformation - from .job_specification_py3 import JobSpecification - from .recent_job_py3 import RecentJob - from .job_schedule_execution_information_py3 import JobScheduleExecutionInformation - from .job_schedule_statistics_py3 import JobScheduleStatistics - from .cloud_job_schedule_py3 import CloudJobSchedule - from .job_schedule_add_parameter_py3 import JobScheduleAddParameter - from .job_scheduling_error_py3 import JobSchedulingError - from .job_execution_information_py3 import JobExecutionInformation - from .cloud_job_py3 import CloudJob - from .job_add_parameter_py3 import JobAddParameter - from .task_container_execution_information_py3 import TaskContainerExecutionInformation - from .task_failure_information_py3 import TaskFailureInformation - from .job_preparation_task_execution_information_py3 import JobPreparationTaskExecutionInformation - from .job_release_task_execution_information_py3 import JobReleaseTaskExecutionInformation - from .job_preparation_and_release_task_execution_information_py3 import JobPreparationAndReleaseTaskExecutionInformation - from .task_counts_py3 import TaskCounts - from .auto_scale_run_error_py3 import AutoScaleRunError - from .auto_scale_run_py3 import AutoScaleRun - from .resize_error_py3 import ResizeError - from .cloud_pool_py3 import CloudPool - from .pool_add_parameter_py3 import PoolAddParameter - from .affinity_information_py3 import AffinityInformation - from .task_execution_information_py3 import TaskExecutionInformation - from .compute_node_information_py3 import ComputeNodeInformation - from .node_agent_information_py3 import NodeAgentInformation - from .multi_instance_settings_py3 import MultiInstanceSettings - from .task_statistics_py3 import TaskStatistics - from .task_id_range_py3 import TaskIdRange - from .task_dependencies_py3 import TaskDependencies - from .cloud_task_py3 import CloudTask - from .task_add_parameter_py3 import TaskAddParameter - from .task_add_collection_parameter_py3 import TaskAddCollectionParameter - from .error_message_py3 import ErrorMessage - from .batch_error_detail_py3 import BatchErrorDetail - from .batch_error_py3 import BatchError, BatchErrorException - from .task_add_result_py3 import TaskAddResult - from .task_add_collection_result_py3 import TaskAddCollectionResult - from .subtask_information_py3 import SubtaskInformation - from .cloud_task_list_subtasks_result_py3 import CloudTaskListSubtasksResult - from .task_information_py3 import TaskInformation - from .start_task_information_py3 import StartTaskInformation - from .compute_node_error_py3 import ComputeNodeError - from .inbound_endpoint_py3 import InboundEndpoint - from .compute_node_endpoint_configuration_py3 import ComputeNodeEndpointConfiguration - from .compute_node_py3 import ComputeNode - from .compute_node_user_py3 import ComputeNodeUser - from .compute_node_get_remote_login_settings_result_py3 import ComputeNodeGetRemoteLoginSettingsResult - from .job_schedule_patch_parameter_py3 import JobSchedulePatchParameter - from .job_schedule_update_parameter_py3 import JobScheduleUpdateParameter - from .job_disable_parameter_py3 import JobDisableParameter - from .job_terminate_parameter_py3 import JobTerminateParameter - from .job_patch_parameter_py3 import JobPatchParameter - from .job_update_parameter_py3 import JobUpdateParameter - from .pool_enable_auto_scale_parameter_py3 import PoolEnableAutoScaleParameter - from .pool_evaluate_auto_scale_parameter_py3 import PoolEvaluateAutoScaleParameter - from .pool_resize_parameter_py3 import PoolResizeParameter - from .pool_update_properties_parameter_py3 import PoolUpdatePropertiesParameter - from .pool_upgrade_os_parameter_py3 import PoolUpgradeOSParameter - from .pool_patch_parameter_py3 import PoolPatchParameter - from .task_update_parameter_py3 import TaskUpdateParameter - from .node_update_user_parameter_py3 import NodeUpdateUserParameter - from .node_reboot_parameter_py3 import NodeRebootParameter - from .node_reimage_parameter_py3 import NodeReimageParameter - from .node_disable_scheduling_parameter_py3 import NodeDisableSchedulingParameter - from .node_remove_parameter_py3 import NodeRemoveParameter - from .upload_batch_service_logs_configuration_py3 import UploadBatchServiceLogsConfiguration - from .upload_batch_service_logs_result_py3 import UploadBatchServiceLogsResult - from .node_counts_py3 import NodeCounts - from .pool_node_counts_py3 import PoolNodeCounts - from .application_list_options_py3 import ApplicationListOptions - from .application_get_options_py3 import ApplicationGetOptions - from .pool_list_usage_metrics_options_py3 import PoolListUsageMetricsOptions - from .pool_get_all_lifetime_statistics_options_py3 import PoolGetAllLifetimeStatisticsOptions - from .pool_add_options_py3 import PoolAddOptions - from .pool_list_options_py3 import PoolListOptions - from .pool_delete_options_py3 import PoolDeleteOptions - from .pool_exists_options_py3 import PoolExistsOptions - from .pool_get_options_py3 import PoolGetOptions - from .pool_patch_options_py3 import PoolPatchOptions - from .pool_disable_auto_scale_options_py3 import PoolDisableAutoScaleOptions - from .pool_enable_auto_scale_options_py3 import PoolEnableAutoScaleOptions - from .pool_evaluate_auto_scale_options_py3 import PoolEvaluateAutoScaleOptions - from .pool_resize_options_py3 import PoolResizeOptions - from .pool_stop_resize_options_py3 import PoolStopResizeOptions - from .pool_update_properties_options_py3 import PoolUpdatePropertiesOptions - from .pool_upgrade_os_options_py3 import PoolUpgradeOsOptions - from .pool_remove_nodes_options_py3 import PoolRemoveNodesOptions - from .account_list_node_agent_skus_options_py3 import AccountListNodeAgentSkusOptions - from .account_list_pool_node_counts_options_py3 import AccountListPoolNodeCountsOptions - from .job_get_all_lifetime_statistics_options_py3 import JobGetAllLifetimeStatisticsOptions - from .job_delete_options_py3 import JobDeleteOptions - from .job_get_options_py3 import JobGetOptions - from .job_patch_options_py3 import JobPatchOptions - from .job_update_options_py3 import JobUpdateOptions - from .job_disable_options_py3 import JobDisableOptions - from .job_enable_options_py3 import JobEnableOptions - from .job_terminate_options_py3 import JobTerminateOptions - from .job_add_options_py3 import JobAddOptions - from .job_list_options_py3 import JobListOptions - from .job_list_from_job_schedule_options_py3 import JobListFromJobScheduleOptions - from .job_list_preparation_and_release_task_status_options_py3 import JobListPreparationAndReleaseTaskStatusOptions - from .job_get_task_counts_options_py3 import JobGetTaskCountsOptions - from .certificate_add_options_py3 import CertificateAddOptions - from .certificate_list_options_py3 import CertificateListOptions - from .certificate_cancel_deletion_options_py3 import CertificateCancelDeletionOptions - from .certificate_delete_options_py3 import CertificateDeleteOptions - from .certificate_get_options_py3 import CertificateGetOptions - from .file_delete_from_task_options_py3 import FileDeleteFromTaskOptions - from .file_get_from_task_options_py3 import FileGetFromTaskOptions - from .file_get_properties_from_task_options_py3 import FileGetPropertiesFromTaskOptions - from .file_delete_from_compute_node_options_py3 import FileDeleteFromComputeNodeOptions - from .file_get_from_compute_node_options_py3 import FileGetFromComputeNodeOptions - from .file_get_properties_from_compute_node_options_py3 import FileGetPropertiesFromComputeNodeOptions - from .file_list_from_task_options_py3 import FileListFromTaskOptions - from .file_list_from_compute_node_options_py3 import FileListFromComputeNodeOptions - from .job_schedule_exists_options_py3 import JobScheduleExistsOptions - from .job_schedule_delete_options_py3 import JobScheduleDeleteOptions - from .job_schedule_get_options_py3 import JobScheduleGetOptions - from .job_schedule_patch_options_py3 import JobSchedulePatchOptions - from .job_schedule_update_options_py3 import JobScheduleUpdateOptions - from .job_schedule_disable_options_py3 import JobScheduleDisableOptions - from .job_schedule_enable_options_py3 import JobScheduleEnableOptions - from .job_schedule_terminate_options_py3 import JobScheduleTerminateOptions - from .job_schedule_add_options_py3 import JobScheduleAddOptions - from .job_schedule_list_options_py3 import JobScheduleListOptions - from .task_add_options_py3 import TaskAddOptions - from .task_list_options_py3 import TaskListOptions - from .task_add_collection_options_py3 import TaskAddCollectionOptions - from .task_delete_options_py3 import TaskDeleteOptions - from .task_get_options_py3 import TaskGetOptions - from .task_update_options_py3 import TaskUpdateOptions - from .task_list_subtasks_options_py3 import TaskListSubtasksOptions - from .task_terminate_options_py3 import TaskTerminateOptions - from .task_reactivate_options_py3 import TaskReactivateOptions - from .compute_node_add_user_options_py3 import ComputeNodeAddUserOptions - from .compute_node_delete_user_options_py3 import ComputeNodeDeleteUserOptions - from .compute_node_update_user_options_py3 import ComputeNodeUpdateUserOptions - from .compute_node_get_options_py3 import ComputeNodeGetOptions - from .compute_node_reboot_options_py3 import ComputeNodeRebootOptions - from .compute_node_reimage_options_py3 import ComputeNodeReimageOptions - from .compute_node_disable_scheduling_options_py3 import ComputeNodeDisableSchedulingOptions - from .compute_node_enable_scheduling_options_py3 import ComputeNodeEnableSchedulingOptions - from .compute_node_get_remote_login_settings_options_py3 import ComputeNodeGetRemoteLoginSettingsOptions - from .compute_node_get_remote_desktop_options_py3 import ComputeNodeGetRemoteDesktopOptions - from .compute_node_upload_batch_service_logs_options_py3 import ComputeNodeUploadBatchServiceLogsOptions - from .compute_node_list_options_py3 import ComputeNodeListOptions + from ._models_py3 import AccountListNodeAgentSkusOptions + from ._models_py3 import AccountListPoolNodeCountsOptions + from ._models_py3 import AffinityInformation + from ._models_py3 import ApplicationGetOptions + from ._models_py3 import ApplicationListOptions + from ._models_py3 import ApplicationPackageReference + from ._models_py3 import ApplicationSummary + from ._models_py3 import AuthenticationTokenSettings + from ._models_py3 import AutoPoolSpecification + from ._models_py3 import AutoScaleRun + from ._models_py3 import AutoScaleRunError + from ._models_py3 import AutoUserSpecification + from ._models_py3 import BatchError + from ._models_py3 import BatchErrorDetail + from ._models_py3 import Certificate + from ._models_py3 import CertificateAddOptions + from ._models_py3 import CertificateAddParameter + from ._models_py3 import CertificateCancelDeletionOptions + from ._models_py3 import CertificateDeleteOptions + from ._models_py3 import CertificateGetOptions + from ._models_py3 import CertificateListOptions + from ._models_py3 import CertificateReference + from ._models_py3 import CloudJob + from ._models_py3 import CloudJobSchedule + from ._models_py3 import CloudPool + from ._models_py3 import CloudServiceConfiguration + from ._models_py3 import CloudTask + from ._models_py3 import CloudTaskListSubtasksResult + from ._models_py3 import ComputeNode + from ._models_py3 import ComputeNodeAddUserOptions + from ._models_py3 import ComputeNodeDeleteUserOptions + from ._models_py3 import ComputeNodeDisableSchedulingOptions + from ._models_py3 import ComputeNodeEnableSchedulingOptions + from ._models_py3 import ComputeNodeEndpointConfiguration + from ._models_py3 import ComputeNodeError + from ._models_py3 import ComputeNodeGetOptions + from ._models_py3 import ComputeNodeGetRemoteDesktopOptions + from ._models_py3 import ComputeNodeGetRemoteLoginSettingsOptions + from ._models_py3 import ComputeNodeGetRemoteLoginSettingsResult + from ._models_py3 import ComputeNodeInformation + from ._models_py3 import ComputeNodeListOptions + from ._models_py3 import ComputeNodeRebootOptions + from ._models_py3 import ComputeNodeReimageOptions + from ._models_py3 import ComputeNodeUpdateUserOptions + from ._models_py3 import ComputeNodeUploadBatchServiceLogsOptions + from ._models_py3 import ComputeNodeUser + from ._models_py3 import ContainerConfiguration + from ._models_py3 import ContainerRegistry + from ._models_py3 import DataDisk + from ._models_py3 import DeleteCertificateError + from ._models_py3 import EnvironmentSetting + from ._models_py3 import ErrorMessage + from ._models_py3 import ExitCodeMapping + from ._models_py3 import ExitCodeRangeMapping + from ._models_py3 import ExitConditions + from ._models_py3 import ExitOptions + from ._models_py3 import FileDeleteFromComputeNodeOptions + from ._models_py3 import FileDeleteFromTaskOptions + from ._models_py3 import FileGetFromComputeNodeOptions + from ._models_py3 import FileGetFromTaskOptions + from ._models_py3 import FileGetPropertiesFromComputeNodeOptions + from ._models_py3 import FileGetPropertiesFromTaskOptions + from ._models_py3 import FileListFromComputeNodeOptions + from ._models_py3 import FileListFromTaskOptions + from ._models_py3 import FileProperties + from ._models_py3 import ImageReference + from ._models_py3 import InboundEndpoint + from ._models_py3 import InboundNATPool + from ._models_py3 import JobAddOptions + from ._models_py3 import JobAddParameter + from ._models_py3 import JobConstraints + from ._models_py3 import JobDeleteOptions + from ._models_py3 import JobDisableOptions + from ._models_py3 import JobDisableParameter + from ._models_py3 import JobEnableOptions + from ._models_py3 import JobExecutionInformation + from ._models_py3 import JobGetAllLifetimeStatisticsOptions + from ._models_py3 import JobGetOptions + from ._models_py3 import JobGetTaskCountsOptions + from ._models_py3 import JobListFromJobScheduleOptions + from ._models_py3 import JobListOptions + from ._models_py3 import JobListPreparationAndReleaseTaskStatusOptions + from ._models_py3 import JobManagerTask + from ._models_py3 import JobNetworkConfiguration + from ._models_py3 import JobPatchOptions + from ._models_py3 import JobPatchParameter + from ._models_py3 import JobPreparationAndReleaseTaskExecutionInformation + from ._models_py3 import JobPreparationTask + from ._models_py3 import JobPreparationTaskExecutionInformation + from ._models_py3 import JobReleaseTask + from ._models_py3 import JobReleaseTaskExecutionInformation + from ._models_py3 import JobScheduleAddOptions + from ._models_py3 import JobScheduleAddParameter + from ._models_py3 import JobScheduleDeleteOptions + from ._models_py3 import JobScheduleDisableOptions + from ._models_py3 import JobScheduleEnableOptions + from ._models_py3 import JobScheduleExecutionInformation + from ._models_py3 import JobScheduleExistsOptions + from ._models_py3 import JobScheduleGetOptions + from ._models_py3 import JobScheduleListOptions + from ._models_py3 import JobSchedulePatchOptions + from ._models_py3 import JobSchedulePatchParameter + from ._models_py3 import JobScheduleStatistics + from ._models_py3 import JobScheduleTerminateOptions + from ._models_py3 import JobScheduleUpdateOptions + from ._models_py3 import JobScheduleUpdateParameter + from ._models_py3 import JobSchedulingError + from ._models_py3 import JobSpecification + from ._models_py3 import JobStatistics + from ._models_py3 import JobTerminateOptions + from ._models_py3 import JobTerminateParameter + from ._models_py3 import JobUpdateOptions + from ._models_py3 import JobUpdateParameter + from ._models_py3 import LinuxUserConfiguration + from ._models_py3 import MetadataItem + from ._models_py3 import MultiInstanceSettings + from ._models_py3 import NameValuePair + from ._models_py3 import NetworkConfiguration + from ._models_py3 import NetworkSecurityGroupRule + from ._models_py3 import NodeAgentInformation + from ._models_py3 import NodeAgentSku + from ._models_py3 import NodeCounts + from ._models_py3 import NodeDisableSchedulingParameter + from ._models_py3 import NodeFile + from ._models_py3 import NodeRebootParameter + from ._models_py3 import NodeReimageParameter + from ._models_py3 import NodeRemoveParameter + from ._models_py3 import NodeUpdateUserParameter + from ._models_py3 import OutputFile + from ._models_py3 import OutputFileBlobContainerDestination + from ._models_py3 import OutputFileDestination + from ._models_py3 import OutputFileUploadOptions + from ._models_py3 import PoolAddOptions + from ._models_py3 import PoolAddParameter + from ._models_py3 import PoolDeleteOptions + from ._models_py3 import PoolDisableAutoScaleOptions + from ._models_py3 import PoolEnableAutoScaleOptions + from ._models_py3 import PoolEnableAutoScaleParameter + from ._models_py3 import PoolEndpointConfiguration + from ._models_py3 import PoolEvaluateAutoScaleOptions + from ._models_py3 import PoolEvaluateAutoScaleParameter + from ._models_py3 import PoolExistsOptions + from ._models_py3 import PoolGetAllLifetimeStatisticsOptions + from ._models_py3 import PoolGetOptions + from ._models_py3 import PoolInformation + from ._models_py3 import PoolListOptions + from ._models_py3 import PoolListUsageMetricsOptions + from ._models_py3 import PoolNodeCounts + from ._models_py3 import PoolPatchOptions + from ._models_py3 import PoolPatchParameter + from ._models_py3 import PoolRemoveNodesOptions + from ._models_py3 import PoolResizeOptions + from ._models_py3 import PoolResizeParameter + from ._models_py3 import PoolSpecification + from ._models_py3 import PoolStatistics + from ._models_py3 import PoolStopResizeOptions + from ._models_py3 import PoolUpdatePropertiesOptions + from ._models_py3 import PoolUpdatePropertiesParameter + from ._models_py3 import PoolUsageMetrics + from ._models_py3 import RecentJob + from ._models_py3 import ResizeError + from ._models_py3 import ResourceFile + from ._models_py3 import ResourceStatistics + from ._models_py3 import Schedule + from ._models_py3 import StartTask + from ._models_py3 import StartTaskInformation + from ._models_py3 import SubtaskInformation + from ._models_py3 import TaskAddCollectionOptions + from ._models_py3 import TaskAddCollectionParameter + from ._models_py3 import TaskAddCollectionResult + from ._models_py3 import TaskAddOptions + from ._models_py3 import TaskAddParameter + from ._models_py3 import TaskAddResult + from ._models_py3 import TaskConstraints + from ._models_py3 import TaskContainerExecutionInformation + from ._models_py3 import TaskContainerSettings + from ._models_py3 import TaskCounts + from ._models_py3 import TaskDeleteOptions + from ._models_py3 import TaskDependencies + from ._models_py3 import TaskExecutionInformation + from ._models_py3 import TaskFailureInformation + from ._models_py3 import TaskGetOptions + from ._models_py3 import TaskIdRange + from ._models_py3 import TaskInformation + from ._models_py3 import TaskListOptions + from ._models_py3 import TaskListSubtasksOptions + from ._models_py3 import TaskReactivateOptions + from ._models_py3 import TaskSchedulingPolicy + from ._models_py3 import TaskStatistics + from ._models_py3 import TaskTerminateOptions + from ._models_py3 import TaskUpdateOptions + from ._models_py3 import TaskUpdateParameter + from ._models_py3 import UploadBatchServiceLogsConfiguration + from ._models_py3 import UploadBatchServiceLogsResult + from ._models_py3 import UsageStatistics + from ._models_py3 import UserAccount + from ._models_py3 import UserIdentity + from ._models_py3 import VirtualMachineConfiguration + from ._models_py3 import WindowsConfiguration + from ._models_py3 import WindowsUserConfiguration + from ._models_py3 import BatchErrorException except (SyntaxError, ImportError): - from .pool_usage_metrics import PoolUsageMetrics - from .image_reference import ImageReference - from .node_agent_sku import NodeAgentSku - from .authentication_token_settings import AuthenticationTokenSettings - from .usage_statistics import UsageStatistics - from .resource_statistics import ResourceStatistics - from .pool_statistics import PoolStatistics - from .job_statistics import JobStatistics - from .name_value_pair import NameValuePair - from .delete_certificate_error import DeleteCertificateError - from .certificate import Certificate - from .application_package_reference import ApplicationPackageReference - from .application_summary import ApplicationSummary - from .certificate_add_parameter import CertificateAddParameter - from .file_properties import FileProperties - from .node_file import NodeFile - from .schedule import Schedule - from .job_constraints import JobConstraints - from .container_registry import ContainerRegistry - from .task_container_settings import TaskContainerSettings - from .resource_file import ResourceFile - from .environment_setting import EnvironmentSetting - from .exit_options import ExitOptions - from .exit_code_mapping import ExitCodeMapping - from .exit_code_range_mapping import ExitCodeRangeMapping - from .exit_conditions import ExitConditions - from .auto_user_specification import AutoUserSpecification - from .user_identity import UserIdentity - from .linux_user_configuration import LinuxUserConfiguration - from .user_account import UserAccount - from .task_constraints import TaskConstraints - from .output_file_blob_container_destination import OutputFileBlobContainerDestination - from .output_file_destination import OutputFileDestination - from .output_file_upload_options import OutputFileUploadOptions - from .output_file import OutputFile - from .job_manager_task import JobManagerTask - from .job_preparation_task import JobPreparationTask - from .job_release_task import JobReleaseTask - from .task_scheduling_policy import TaskSchedulingPolicy - from .start_task import StartTask - from .certificate_reference import CertificateReference - from .metadata_item import MetadataItem - from .cloud_service_configuration import CloudServiceConfiguration - from .os_disk import OSDisk - from .windows_configuration import WindowsConfiguration - from .data_disk import DataDisk - from .container_configuration import ContainerConfiguration - from .virtual_machine_configuration import VirtualMachineConfiguration - from .network_security_group_rule import NetworkSecurityGroupRule - from .inbound_nat_pool import InboundNATPool - from .pool_endpoint_configuration import PoolEndpointConfiguration - from .network_configuration import NetworkConfiguration - from .pool_specification import PoolSpecification - from .auto_pool_specification import AutoPoolSpecification - from .pool_information import PoolInformation - from .job_specification import JobSpecification - from .recent_job import RecentJob - from .job_schedule_execution_information import JobScheduleExecutionInformation - from .job_schedule_statistics import JobScheduleStatistics - from .cloud_job_schedule import CloudJobSchedule - from .job_schedule_add_parameter import JobScheduleAddParameter - from .job_scheduling_error import JobSchedulingError - from .job_execution_information import JobExecutionInformation - from .cloud_job import CloudJob - from .job_add_parameter import JobAddParameter - from .task_container_execution_information import TaskContainerExecutionInformation - from .task_failure_information import TaskFailureInformation - from .job_preparation_task_execution_information import JobPreparationTaskExecutionInformation - from .job_release_task_execution_information import JobReleaseTaskExecutionInformation - from .job_preparation_and_release_task_execution_information import JobPreparationAndReleaseTaskExecutionInformation - from .task_counts import TaskCounts - from .auto_scale_run_error import AutoScaleRunError - from .auto_scale_run import AutoScaleRun - from .resize_error import ResizeError - from .cloud_pool import CloudPool - from .pool_add_parameter import PoolAddParameter - from .affinity_information import AffinityInformation - from .task_execution_information import TaskExecutionInformation - from .compute_node_information import ComputeNodeInformation - from .node_agent_information import NodeAgentInformation - from .multi_instance_settings import MultiInstanceSettings - from .task_statistics import TaskStatistics - from .task_id_range import TaskIdRange - from .task_dependencies import TaskDependencies - from .cloud_task import CloudTask - from .task_add_parameter import TaskAddParameter - from .task_add_collection_parameter import TaskAddCollectionParameter - from .error_message import ErrorMessage - from .batch_error_detail import BatchErrorDetail - from .batch_error import BatchError, BatchErrorException - from .task_add_result import TaskAddResult - from .task_add_collection_result import TaskAddCollectionResult - from .subtask_information import SubtaskInformation - from .cloud_task_list_subtasks_result import CloudTaskListSubtasksResult - from .task_information import TaskInformation - from .start_task_information import StartTaskInformation - from .compute_node_error import ComputeNodeError - from .inbound_endpoint import InboundEndpoint - from .compute_node_endpoint_configuration import ComputeNodeEndpointConfiguration - from .compute_node import ComputeNode - from .compute_node_user import ComputeNodeUser - from .compute_node_get_remote_login_settings_result import ComputeNodeGetRemoteLoginSettingsResult - from .job_schedule_patch_parameter import JobSchedulePatchParameter - from .job_schedule_update_parameter import JobScheduleUpdateParameter - from .job_disable_parameter import JobDisableParameter - from .job_terminate_parameter import JobTerminateParameter - from .job_patch_parameter import JobPatchParameter - from .job_update_parameter import JobUpdateParameter - from .pool_enable_auto_scale_parameter import PoolEnableAutoScaleParameter - from .pool_evaluate_auto_scale_parameter import PoolEvaluateAutoScaleParameter - from .pool_resize_parameter import PoolResizeParameter - from .pool_update_properties_parameter import PoolUpdatePropertiesParameter - from .pool_upgrade_os_parameter import PoolUpgradeOSParameter - from .pool_patch_parameter import PoolPatchParameter - from .task_update_parameter import TaskUpdateParameter - from .node_update_user_parameter import NodeUpdateUserParameter - from .node_reboot_parameter import NodeRebootParameter - from .node_reimage_parameter import NodeReimageParameter - from .node_disable_scheduling_parameter import NodeDisableSchedulingParameter - from .node_remove_parameter import NodeRemoveParameter - from .upload_batch_service_logs_configuration import UploadBatchServiceLogsConfiguration - from .upload_batch_service_logs_result import UploadBatchServiceLogsResult - from .node_counts import NodeCounts - from .pool_node_counts import PoolNodeCounts - from .application_list_options import ApplicationListOptions - from .application_get_options import ApplicationGetOptions - from .pool_list_usage_metrics_options import PoolListUsageMetricsOptions - from .pool_get_all_lifetime_statistics_options import PoolGetAllLifetimeStatisticsOptions - from .pool_add_options import PoolAddOptions - from .pool_list_options import PoolListOptions - from .pool_delete_options import PoolDeleteOptions - from .pool_exists_options import PoolExistsOptions - from .pool_get_options import PoolGetOptions - from .pool_patch_options import PoolPatchOptions - from .pool_disable_auto_scale_options import PoolDisableAutoScaleOptions - from .pool_enable_auto_scale_options import PoolEnableAutoScaleOptions - from .pool_evaluate_auto_scale_options import PoolEvaluateAutoScaleOptions - from .pool_resize_options import PoolResizeOptions - from .pool_stop_resize_options import PoolStopResizeOptions - from .pool_update_properties_options import PoolUpdatePropertiesOptions - from .pool_upgrade_os_options import PoolUpgradeOsOptions - from .pool_remove_nodes_options import PoolRemoveNodesOptions - from .account_list_node_agent_skus_options import AccountListNodeAgentSkusOptions - from .account_list_pool_node_counts_options import AccountListPoolNodeCountsOptions - from .job_get_all_lifetime_statistics_options import JobGetAllLifetimeStatisticsOptions - from .job_delete_options import JobDeleteOptions - from .job_get_options import JobGetOptions - from .job_patch_options import JobPatchOptions - from .job_update_options import JobUpdateOptions - from .job_disable_options import JobDisableOptions - from .job_enable_options import JobEnableOptions - from .job_terminate_options import JobTerminateOptions - from .job_add_options import JobAddOptions - from .job_list_options import JobListOptions - from .job_list_from_job_schedule_options import JobListFromJobScheduleOptions - from .job_list_preparation_and_release_task_status_options import JobListPreparationAndReleaseTaskStatusOptions - from .job_get_task_counts_options import JobGetTaskCountsOptions - from .certificate_add_options import CertificateAddOptions - from .certificate_list_options import CertificateListOptions - from .certificate_cancel_deletion_options import CertificateCancelDeletionOptions - from .certificate_delete_options import CertificateDeleteOptions - from .certificate_get_options import CertificateGetOptions - from .file_delete_from_task_options import FileDeleteFromTaskOptions - from .file_get_from_task_options import FileGetFromTaskOptions - from .file_get_properties_from_task_options import FileGetPropertiesFromTaskOptions - from .file_delete_from_compute_node_options import FileDeleteFromComputeNodeOptions - from .file_get_from_compute_node_options import FileGetFromComputeNodeOptions - from .file_get_properties_from_compute_node_options import FileGetPropertiesFromComputeNodeOptions - from .file_list_from_task_options import FileListFromTaskOptions - from .file_list_from_compute_node_options import FileListFromComputeNodeOptions - from .job_schedule_exists_options import JobScheduleExistsOptions - from .job_schedule_delete_options import JobScheduleDeleteOptions - from .job_schedule_get_options import JobScheduleGetOptions - from .job_schedule_patch_options import JobSchedulePatchOptions - from .job_schedule_update_options import JobScheduleUpdateOptions - from .job_schedule_disable_options import JobScheduleDisableOptions - from .job_schedule_enable_options import JobScheduleEnableOptions - from .job_schedule_terminate_options import JobScheduleTerminateOptions - from .job_schedule_add_options import JobScheduleAddOptions - from .job_schedule_list_options import JobScheduleListOptions - from .task_add_options import TaskAddOptions - from .task_list_options import TaskListOptions - from .task_add_collection_options import TaskAddCollectionOptions - from .task_delete_options import TaskDeleteOptions - from .task_get_options import TaskGetOptions - from .task_update_options import TaskUpdateOptions - from .task_list_subtasks_options import TaskListSubtasksOptions - from .task_terminate_options import TaskTerminateOptions - from .task_reactivate_options import TaskReactivateOptions - from .compute_node_add_user_options import ComputeNodeAddUserOptions - from .compute_node_delete_user_options import ComputeNodeDeleteUserOptions - from .compute_node_update_user_options import ComputeNodeUpdateUserOptions - from .compute_node_get_options import ComputeNodeGetOptions - from .compute_node_reboot_options import ComputeNodeRebootOptions - from .compute_node_reimage_options import ComputeNodeReimageOptions - from .compute_node_disable_scheduling_options import ComputeNodeDisableSchedulingOptions - from .compute_node_enable_scheduling_options import ComputeNodeEnableSchedulingOptions - from .compute_node_get_remote_login_settings_options import ComputeNodeGetRemoteLoginSettingsOptions - from .compute_node_get_remote_desktop_options import ComputeNodeGetRemoteDesktopOptions - from .compute_node_upload_batch_service_logs_options import ComputeNodeUploadBatchServiceLogsOptions - from .compute_node_list_options import ComputeNodeListOptions -from .application_summary_paged import ApplicationSummaryPaged -from .pool_usage_metrics_paged import PoolUsageMetricsPaged -from .cloud_pool_paged import CloudPoolPaged -from .node_agent_sku_paged import NodeAgentSkuPaged -from .pool_node_counts_paged import PoolNodeCountsPaged -from .cloud_job_paged import CloudJobPaged -from .job_preparation_and_release_task_execution_information_paged import JobPreparationAndReleaseTaskExecutionInformationPaged -from .certificate_paged import CertificatePaged -from .node_file_paged import NodeFilePaged -from .cloud_job_schedule_paged import CloudJobSchedulePaged -from .cloud_task_paged import CloudTaskPaged -from .compute_node_paged import ComputeNodePaged -from .batch_service_client_enums import ( - OSType, - AccessScope, - CertificateState, - CertificateFormat, - JobAction, - DependencyAction, - AutoUserScope, - ElevationLevel, - OutputFileUploadCondition, - ComputeNodeFillType, - CertificateStoreLocation, - CertificateVisibility, - CachingType, - StorageAccountType, - InboundEndpointProtocol, - NetworkSecurityGroupRuleAccess, - PoolLifetimeOption, - OnAllTasksComplete, - OnTaskFailure, - JobScheduleState, - ErrorCategory, - JobState, - JobPreparationTaskState, - TaskExecutionResult, - JobReleaseTaskState, - PoolState, - AllocationState, - TaskState, - TaskAddStatus, - SubtaskState, - StartTaskState, - ComputeNodeState, - SchedulingState, - DisableJobOption, - ComputeNodeDeallocationOption, - ComputeNodeRebootOption, - ComputeNodeReimageOption, - DisableComputeNodeSchedulingOption, -) + from ._models import AccountListNodeAgentSkusOptions + from ._models import AccountListPoolNodeCountsOptions + from ._models import AffinityInformation + from ._models import ApplicationGetOptions + from ._models import ApplicationListOptions + from ._models import ApplicationPackageReference + from ._models import ApplicationSummary + from ._models import AuthenticationTokenSettings + from ._models import AutoPoolSpecification + from ._models import AutoScaleRun + from ._models import AutoScaleRunError + from ._models import AutoUserSpecification + from ._models import BatchError + from ._models import BatchErrorDetail + from ._models import Certificate + from ._models import CertificateAddOptions + from ._models import CertificateAddParameter + from ._models import CertificateCancelDeletionOptions + from ._models import CertificateDeleteOptions + from ._models import CertificateGetOptions + from ._models import CertificateListOptions + from ._models import CertificateReference + from ._models import CloudJob + from ._models import CloudJobSchedule + from ._models import CloudPool + from ._models import CloudServiceConfiguration + from ._models import CloudTask + from ._models import CloudTaskListSubtasksResult + from ._models import ComputeNode + from ._models import ComputeNodeAddUserOptions + from ._models import ComputeNodeDeleteUserOptions + from ._models import ComputeNodeDisableSchedulingOptions + from ._models import ComputeNodeEnableSchedulingOptions + from ._models import ComputeNodeEndpointConfiguration + from ._models import ComputeNodeError + from ._models import ComputeNodeGetOptions + from ._models import ComputeNodeGetRemoteDesktopOptions + from ._models import ComputeNodeGetRemoteLoginSettingsOptions + from ._models import ComputeNodeGetRemoteLoginSettingsResult + from ._models import ComputeNodeInformation + from ._models import ComputeNodeListOptions + from ._models import ComputeNodeRebootOptions + from ._models import ComputeNodeReimageOptions + from ._models import ComputeNodeUpdateUserOptions + from ._models import ComputeNodeUploadBatchServiceLogsOptions + from ._models import ComputeNodeUser + from ._models import ContainerConfiguration + from ._models import ContainerRegistry + from ._models import DataDisk + from ._models import DeleteCertificateError + from ._models import EnvironmentSetting + from ._models import ErrorMessage + from ._models import ExitCodeMapping + from ._models import ExitCodeRangeMapping + from ._models import ExitConditions + from ._models import ExitOptions + from ._models import FileDeleteFromComputeNodeOptions + from ._models import FileDeleteFromTaskOptions + from ._models import FileGetFromComputeNodeOptions + from ._models import FileGetFromTaskOptions + from ._models import FileGetPropertiesFromComputeNodeOptions + from ._models import FileGetPropertiesFromTaskOptions + from ._models import FileListFromComputeNodeOptions + from ._models import FileListFromTaskOptions + from ._models import FileProperties + from ._models import ImageReference + from ._models import InboundEndpoint + from ._models import InboundNATPool + from ._models import JobAddOptions + from ._models import JobAddParameter + from ._models import JobConstraints + from ._models import JobDeleteOptions + from ._models import JobDisableOptions + from ._models import JobDisableParameter + from ._models import JobEnableOptions + from ._models import JobExecutionInformation + from ._models import JobGetAllLifetimeStatisticsOptions + from ._models import JobGetOptions + from ._models import JobGetTaskCountsOptions + from ._models import JobListFromJobScheduleOptions + from ._models import JobListOptions + from ._models import JobListPreparationAndReleaseTaskStatusOptions + from ._models import JobManagerTask + from ._models import JobNetworkConfiguration + from ._models import JobPatchOptions + from ._models import JobPatchParameter + from ._models import JobPreparationAndReleaseTaskExecutionInformation + from ._models import JobPreparationTask + from ._models import JobPreparationTaskExecutionInformation + from ._models import JobReleaseTask + from ._models import JobReleaseTaskExecutionInformation + from ._models import JobScheduleAddOptions + from ._models import JobScheduleAddParameter + from ._models import JobScheduleDeleteOptions + from ._models import JobScheduleDisableOptions + from ._models import JobScheduleEnableOptions + from ._models import JobScheduleExecutionInformation + from ._models import JobScheduleExistsOptions + from ._models import JobScheduleGetOptions + from ._models import JobScheduleListOptions + from ._models import JobSchedulePatchOptions + from ._models import JobSchedulePatchParameter + from ._models import JobScheduleStatistics + from ._models import JobScheduleTerminateOptions + from ._models import JobScheduleUpdateOptions + from ._models import JobScheduleUpdateParameter + from ._models import JobSchedulingError + from ._models import JobSpecification + from ._models import JobStatistics + from ._models import JobTerminateOptions + from ._models import JobTerminateParameter + from ._models import JobUpdateOptions + from ._models import JobUpdateParameter + from ._models import LinuxUserConfiguration + from ._models import MetadataItem + from ._models import MultiInstanceSettings + from ._models import NameValuePair + from ._models import NetworkConfiguration + from ._models import NetworkSecurityGroupRule + from ._models import NodeAgentInformation + from ._models import NodeAgentSku + from ._models import NodeCounts + from ._models import NodeDisableSchedulingParameter + from ._models import NodeFile + from ._models import NodeRebootParameter + from ._models import NodeReimageParameter + from ._models import NodeRemoveParameter + from ._models import NodeUpdateUserParameter + from ._models import OutputFile + from ._models import OutputFileBlobContainerDestination + from ._models import OutputFileDestination + from ._models import OutputFileUploadOptions + from ._models import PoolAddOptions + from ._models import PoolAddParameter + from ._models import PoolDeleteOptions + from ._models import PoolDisableAutoScaleOptions + from ._models import PoolEnableAutoScaleOptions + from ._models import PoolEnableAutoScaleParameter + from ._models import PoolEndpointConfiguration + from ._models import PoolEvaluateAutoScaleOptions + from ._models import PoolEvaluateAutoScaleParameter + from ._models import PoolExistsOptions + from ._models import PoolGetAllLifetimeStatisticsOptions + from ._models import PoolGetOptions + from ._models import PoolInformation + from ._models import PoolListOptions + from ._models import PoolListUsageMetricsOptions + from ._models import PoolNodeCounts + from ._models import PoolPatchOptions + from ._models import PoolPatchParameter + from ._models import PoolRemoveNodesOptions + from ._models import PoolResizeOptions + from ._models import PoolResizeParameter + from ._models import PoolSpecification + from ._models import PoolStatistics + from ._models import PoolStopResizeOptions + from ._models import PoolUpdatePropertiesOptions + from ._models import PoolUpdatePropertiesParameter + from ._models import PoolUsageMetrics + from ._models import RecentJob + from ._models import ResizeError + from ._models import ResourceFile + from ._models import ResourceStatistics + from ._models import Schedule + from ._models import StartTask + from ._models import StartTaskInformation + from ._models import SubtaskInformation + from ._models import TaskAddCollectionOptions + from ._models import TaskAddCollectionParameter + from ._models import TaskAddCollectionResult + from ._models import TaskAddOptions + from ._models import TaskAddParameter + from ._models import TaskAddResult + from ._models import TaskConstraints + from ._models import TaskContainerExecutionInformation + from ._models import TaskContainerSettings + from ._models import TaskCounts + from ._models import TaskDeleteOptions + from ._models import TaskDependencies + from ._models import TaskExecutionInformation + from ._models import TaskFailureInformation + from ._models import TaskGetOptions + from ._models import TaskIdRange + from ._models import TaskInformation + from ._models import TaskListOptions + from ._models import TaskListSubtasksOptions + from ._models import TaskReactivateOptions + from ._models import TaskSchedulingPolicy + from ._models import TaskStatistics + from ._models import TaskTerminateOptions + from ._models import TaskUpdateOptions + from ._models import TaskUpdateParameter + from ._models import UploadBatchServiceLogsConfiguration + from ._models import UploadBatchServiceLogsResult + from ._models import UsageStatistics + from ._models import UserAccount + from ._models import UserIdentity + from ._models import VirtualMachineConfiguration + from ._models import WindowsConfiguration + from ._models import WindowsUserConfiguration + from ._models import BatchErrorException +from ._paged_models import ApplicationSummaryPaged +from ._paged_models import PoolUsageMetricsPaged +from ._paged_models import CloudPoolPaged +from ._paged_models import NodeAgentSkuPaged +from ._paged_models import PoolNodeCountsPaged +from ._paged_models import CloudJobPaged +from ._paged_models import JobPreparationAndReleaseTaskExecutionInformationPaged +from ._paged_models import CertificatePaged +from ._paged_models import NodeFilePaged +from ._paged_models import CloudJobSchedulePaged +from ._paged_models import CloudTaskPaged +from ._paged_models import ComputeNodePaged +from ._batch_service_client_enums import OSType +from ._batch_service_client_enums import AccessScope +from ._batch_service_client_enums import CertificateState +from ._batch_service_client_enums import CertificateFormat +from ._batch_service_client_enums import JobAction +from ._batch_service_client_enums import DependencyAction +from ._batch_service_client_enums import AutoUserScope +from ._batch_service_client_enums import ElevationLevel +from ._batch_service_client_enums import LoginMode +from ._batch_service_client_enums import OutputFileUploadCondition +from ._batch_service_client_enums import ComputeNodeFillType +from ._batch_service_client_enums import CertificateStoreLocation +from ._batch_service_client_enums import CertificateVisibility +from ._batch_service_client_enums import CachingType +from ._batch_service_client_enums import StorageAccountType +from ._batch_service_client_enums import DynamicVNetAssignmentScope +from ._batch_service_client_enums import InboundEndpointProtocol +from ._batch_service_client_enums import NetworkSecurityGroupRuleAccess +from ._batch_service_client_enums import PoolLifetimeOption +from ._batch_service_client_enums import OnAllTasksComplete +from ._batch_service_client_enums import OnTaskFailure +from ._batch_service_client_enums import JobScheduleState +from ._batch_service_client_enums import ErrorCategory +from ._batch_service_client_enums import JobState +from ._batch_service_client_enums import JobPreparationTaskState +from ._batch_service_client_enums import TaskExecutionResult +from ._batch_service_client_enums import JobReleaseTaskState +from ._batch_service_client_enums import PoolState +from ._batch_service_client_enums import AllocationState +from ._batch_service_client_enums import TaskState +from ._batch_service_client_enums import TaskAddStatus +from ._batch_service_client_enums import SubtaskState +from ._batch_service_client_enums import StartTaskState +from ._batch_service_client_enums import ComputeNodeState +from ._batch_service_client_enums import SchedulingState +from ._batch_service_client_enums import DisableJobOption +from ._batch_service_client_enums import ComputeNodeDeallocationOption +from ._batch_service_client_enums import ComputeNodeRebootOption +from ._batch_service_client_enums import ComputeNodeReimageOption +from ._batch_service_client_enums import DisableComputeNodeSchedulingOption -__all__ = [ - 'PoolUsageMetrics', - 'ImageReference', - 'NodeAgentSku', - 'AuthenticationTokenSettings', - 'UsageStatistics', - 'ResourceStatistics', - 'PoolStatistics', - 'JobStatistics', - 'NameValuePair', - 'DeleteCertificateError', - 'Certificate', + +__all__=[ + 'AccountListNodeAgentSkusOptions', + 'AccountListPoolNodeCountsOptions', + 'AffinityInformation', + 'ApplicationGetOptions', + 'ApplicationListOptions', 'ApplicationPackageReference', 'ApplicationSummary', + 'AuthenticationTokenSettings', + 'AutoPoolSpecification', + 'AutoScaleRun', + 'AutoScaleRunError', + 'AutoUserSpecification', + 'BatchError', + 'BatchErrorDetail', + 'Certificate', + 'CertificateAddOptions', 'CertificateAddParameter', - 'FileProperties', - 'NodeFile', - 'Schedule', - 'JobConstraints', + 'CertificateCancelDeletionOptions', + 'CertificateDeleteOptions', + 'CertificateGetOptions', + 'CertificateListOptions', + 'CertificateReference', + 'CloudJob', + 'CloudJobSchedule', + 'CloudPool', + 'CloudServiceConfiguration', + 'CloudTask', + 'CloudTaskListSubtasksResult', + 'ComputeNode', + 'ComputeNodeAddUserOptions', + 'ComputeNodeDeleteUserOptions', + 'ComputeNodeDisableSchedulingOptions', + 'ComputeNodeEnableSchedulingOptions', + 'ComputeNodeEndpointConfiguration', + 'ComputeNodeError', + 'ComputeNodeGetOptions', + 'ComputeNodeGetRemoteDesktopOptions', + 'ComputeNodeGetRemoteLoginSettingsOptions', + 'ComputeNodeGetRemoteLoginSettingsResult', + 'ComputeNodeInformation', + 'ComputeNodeListOptions', + 'ComputeNodeRebootOptions', + 'ComputeNodeReimageOptions', + 'ComputeNodeUpdateUserOptions', + 'ComputeNodeUploadBatchServiceLogsOptions', + 'ComputeNodeUser', + 'ContainerConfiguration', 'ContainerRegistry', - 'TaskContainerSettings', - 'ResourceFile', + 'DataDisk', + 'DeleteCertificateError', 'EnvironmentSetting', - 'ExitOptions', + 'ErrorMessage', 'ExitCodeMapping', 'ExitCodeRangeMapping', 'ExitConditions', - 'AutoUserSpecification', - 'UserIdentity', - 'LinuxUserConfiguration', - 'UserAccount', - 'TaskConstraints', - 'OutputFileBlobContainerDestination', - 'OutputFileDestination', - 'OutputFileUploadOptions', - 'OutputFile', - 'JobManagerTask', - 'JobPreparationTask', - 'JobReleaseTask', - 'TaskSchedulingPolicy', - 'StartTask', - 'CertificateReference', - 'MetadataItem', - 'CloudServiceConfiguration', - 'OSDisk', - 'WindowsConfiguration', - 'DataDisk', - 'ContainerConfiguration', - 'VirtualMachineConfiguration', - 'NetworkSecurityGroupRule', + 'ExitOptions', + 'FileDeleteFromComputeNodeOptions', + 'FileDeleteFromTaskOptions', + 'FileGetFromComputeNodeOptions', + 'FileGetFromTaskOptions', + 'FileGetPropertiesFromComputeNodeOptions', + 'FileGetPropertiesFromTaskOptions', + 'FileListFromComputeNodeOptions', + 'FileListFromTaskOptions', + 'FileProperties', + 'ImageReference', + 'InboundEndpoint', 'InboundNATPool', - 'PoolEndpointConfiguration', - 'NetworkConfiguration', - 'PoolSpecification', - 'AutoPoolSpecification', - 'PoolInformation', - 'JobSpecification', - 'RecentJob', - 'JobScheduleExecutionInformation', - 'JobScheduleStatistics', - 'CloudJobSchedule', - 'JobScheduleAddParameter', - 'JobSchedulingError', - 'JobExecutionInformation', - 'CloudJob', + 'JobAddOptions', 'JobAddParameter', - 'TaskContainerExecutionInformation', - 'TaskFailureInformation', + 'JobConstraints', + 'JobDeleteOptions', + 'JobDisableOptions', + 'JobDisableParameter', + 'JobEnableOptions', + 'JobExecutionInformation', + 'JobGetAllLifetimeStatisticsOptions', + 'JobGetOptions', + 'JobGetTaskCountsOptions', + 'JobListFromJobScheduleOptions', + 'JobListOptions', + 'JobListPreparationAndReleaseTaskStatusOptions', + 'JobManagerTask', + 'JobNetworkConfiguration', + 'JobPatchOptions', + 'JobPatchParameter', + 'JobPreparationAndReleaseTaskExecutionInformation', + 'JobPreparationTask', 'JobPreparationTaskExecutionInformation', + 'JobReleaseTask', 'JobReleaseTaskExecutionInformation', - 'JobPreparationAndReleaseTaskExecutionInformation', - 'TaskCounts', - 'AutoScaleRunError', - 'AutoScaleRun', - 'ResizeError', - 'CloudPool', - 'PoolAddParameter', - 'AffinityInformation', - 'TaskExecutionInformation', - 'ComputeNodeInformation', - 'NodeAgentInformation', - 'MultiInstanceSettings', - 'TaskStatistics', - 'TaskIdRange', - 'TaskDependencies', - 'CloudTask', - 'TaskAddParameter', - 'TaskAddCollectionParameter', - 'ErrorMessage', - 'BatchErrorDetail', - 'BatchError', 'BatchErrorException', - 'TaskAddResult', - 'TaskAddCollectionResult', - 'SubtaskInformation', - 'CloudTaskListSubtasksResult', - 'TaskInformation', - 'StartTaskInformation', - 'ComputeNodeError', - 'InboundEndpoint', - 'ComputeNodeEndpointConfiguration', - 'ComputeNode', - 'ComputeNodeUser', - 'ComputeNodeGetRemoteLoginSettingsResult', + 'JobScheduleAddOptions', + 'JobScheduleAddParameter', + 'JobScheduleDeleteOptions', + 'JobScheduleDisableOptions', + 'JobScheduleEnableOptions', + 'JobScheduleExecutionInformation', + 'JobScheduleExistsOptions', + 'JobScheduleGetOptions', + 'JobScheduleListOptions', + 'JobSchedulePatchOptions', 'JobSchedulePatchParameter', + 'JobScheduleStatistics', + 'JobScheduleTerminateOptions', + 'JobScheduleUpdateOptions', 'JobScheduleUpdateParameter', - 'JobDisableParameter', + 'JobSchedulingError', + 'JobSpecification', + 'JobStatistics', + 'JobTerminateOptions', 'JobTerminateParameter', - 'JobPatchParameter', + 'JobUpdateOptions', 'JobUpdateParameter', - 'PoolEnableAutoScaleParameter', - 'PoolEvaluateAutoScaleParameter', - 'PoolResizeParameter', - 'PoolUpdatePropertiesParameter', - 'PoolUpgradeOSParameter', - 'PoolPatchParameter', - 'TaskUpdateParameter', - 'NodeUpdateUserParameter', + 'LinuxUserConfiguration', + 'MetadataItem', + 'MultiInstanceSettings', + 'NameValuePair', + 'NetworkConfiguration', + 'NetworkSecurityGroupRule', + 'NodeAgentInformation', + 'NodeAgentSku', + 'NodeCounts', + 'NodeDisableSchedulingParameter', + 'NodeFile', 'NodeRebootParameter', 'NodeReimageParameter', - 'NodeDisableSchedulingParameter', 'NodeRemoveParameter', - 'UploadBatchServiceLogsConfiguration', - 'UploadBatchServiceLogsResult', - 'NodeCounts', - 'PoolNodeCounts', - 'ApplicationListOptions', - 'ApplicationGetOptions', - 'PoolListUsageMetricsOptions', - 'PoolGetAllLifetimeStatisticsOptions', + 'NodeUpdateUserParameter', + 'OutputFile', + 'OutputFileBlobContainerDestination', + 'OutputFileDestination', + 'OutputFileUploadOptions', 'PoolAddOptions', - 'PoolListOptions', + 'PoolAddParameter', 'PoolDeleteOptions', - 'PoolExistsOptions', - 'PoolGetOptions', - 'PoolPatchOptions', 'PoolDisableAutoScaleOptions', 'PoolEnableAutoScaleOptions', + 'PoolEnableAutoScaleParameter', + 'PoolEndpointConfiguration', 'PoolEvaluateAutoScaleOptions', + 'PoolEvaluateAutoScaleParameter', + 'PoolExistsOptions', + 'PoolGetAllLifetimeStatisticsOptions', + 'PoolGetOptions', + 'PoolInformation', + 'PoolListOptions', + 'PoolListUsageMetricsOptions', + 'PoolNodeCounts', + 'PoolPatchOptions', + 'PoolPatchParameter', + 'PoolRemoveNodesOptions', 'PoolResizeOptions', + 'PoolResizeParameter', + 'PoolSpecification', + 'PoolStatistics', 'PoolStopResizeOptions', 'PoolUpdatePropertiesOptions', - 'PoolUpgradeOsOptions', - 'PoolRemoveNodesOptions', - 'AccountListNodeAgentSkusOptions', - 'AccountListPoolNodeCountsOptions', - 'JobGetAllLifetimeStatisticsOptions', - 'JobDeleteOptions', - 'JobGetOptions', - 'JobPatchOptions', - 'JobUpdateOptions', - 'JobDisableOptions', - 'JobEnableOptions', - 'JobTerminateOptions', - 'JobAddOptions', - 'JobListOptions', - 'JobListFromJobScheduleOptions', - 'JobListPreparationAndReleaseTaskStatusOptions', - 'JobGetTaskCountsOptions', - 'CertificateAddOptions', - 'CertificateListOptions', - 'CertificateCancelDeletionOptions', - 'CertificateDeleteOptions', - 'CertificateGetOptions', - 'FileDeleteFromTaskOptions', - 'FileGetFromTaskOptions', - 'FileGetPropertiesFromTaskOptions', - 'FileDeleteFromComputeNodeOptions', - 'FileGetFromComputeNodeOptions', - 'FileGetPropertiesFromComputeNodeOptions', - 'FileListFromTaskOptions', - 'FileListFromComputeNodeOptions', - 'JobScheduleExistsOptions', - 'JobScheduleDeleteOptions', - 'JobScheduleGetOptions', - 'JobSchedulePatchOptions', - 'JobScheduleUpdateOptions', - 'JobScheduleDisableOptions', - 'JobScheduleEnableOptions', - 'JobScheduleTerminateOptions', - 'JobScheduleAddOptions', - 'JobScheduleListOptions', - 'TaskAddOptions', - 'TaskListOptions', + 'PoolUpdatePropertiesParameter', + 'PoolUsageMetrics', + 'RecentJob', + 'ResizeError', + 'ResourceFile', + 'ResourceStatistics', + 'Schedule', + 'StartTask', + 'StartTaskInformation', + 'SubtaskInformation', 'TaskAddCollectionOptions', + 'TaskAddCollectionParameter', + 'TaskAddCollectionResult', + 'TaskAddOptions', + 'TaskAddParameter', + 'TaskAddResult', + 'TaskConstraints', + 'TaskContainerExecutionInformation', + 'TaskContainerSettings', + 'TaskCounts', 'TaskDeleteOptions', + 'TaskDependencies', + 'TaskExecutionInformation', + 'TaskFailureInformation', 'TaskGetOptions', - 'TaskUpdateOptions', + 'TaskIdRange', + 'TaskInformation', + 'TaskListOptions', 'TaskListSubtasksOptions', - 'TaskTerminateOptions', 'TaskReactivateOptions', - 'ComputeNodeAddUserOptions', - 'ComputeNodeDeleteUserOptions', - 'ComputeNodeUpdateUserOptions', - 'ComputeNodeGetOptions', - 'ComputeNodeRebootOptions', - 'ComputeNodeReimageOptions', - 'ComputeNodeDisableSchedulingOptions', - 'ComputeNodeEnableSchedulingOptions', - 'ComputeNodeGetRemoteLoginSettingsOptions', - 'ComputeNodeGetRemoteDesktopOptions', - 'ComputeNodeUploadBatchServiceLogsOptions', - 'ComputeNodeListOptions', + 'TaskSchedulingPolicy', + 'TaskStatistics', + 'TaskTerminateOptions', + 'TaskUpdateOptions', + 'TaskUpdateParameter', + 'UploadBatchServiceLogsConfiguration', + 'UploadBatchServiceLogsResult', + 'UsageStatistics', + 'UserAccount', + 'UserIdentity', + 'VirtualMachineConfiguration', + 'WindowsConfiguration', + 'WindowsUserConfiguration', + 'BatchErrorException', 'ApplicationSummaryPaged', 'PoolUsageMetricsPaged', 'CloudPoolPaged', @@ -688,12 +690,14 @@ 'DependencyAction', 'AutoUserScope', 'ElevationLevel', + 'LoginMode', 'OutputFileUploadCondition', 'ComputeNodeFillType', 'CertificateStoreLocation', 'CertificateVisibility', 'CachingType', 'StorageAccountType', + 'DynamicVNetAssignmentScope', 'InboundEndpointProtocol', 'NetworkSecurityGroupRuleAccess', 'PoolLifetimeOption', diff --git a/azure-batch/azure/batch/models/batch_service_client_enums.py b/azure-batch/azure/batch/models/_batch_service_client_enums.py similarity index 95% rename from azure-batch/azure/batch/models/batch_service_client_enums.py rename to azure-batch/azure/batch/models/_batch_service_client_enums.py index c2775616ecb6..9c04014cfe91 100644 --- a/azure-batch/azure/batch/models/batch_service_client_enums.py +++ b/azure-batch/azure/batch/models/_batch_service_client_enums.py @@ -61,6 +61,12 @@ class ElevationLevel(str, Enum): admin = "admin" #: The user is a user with elevated access and operates with full Administrator permissions. +class LoginMode(str, Enum): + + batch = "batch" #: The LOGON32_LOGON_BATCH Win32 login mode. The batch login mode is recommended for long running parallel processes. + interactive = "interactive" #: The LOGON32_LOGON_INTERACTIVE Win32 login mode. UAC is enabled on Windows VirtualMachineConfiguration pools. If this option is used with an elevated user identity in a Windows VirtualMachineConfiguration pool, the user session will not be elevated unless the application executed by the task command line is configured to always require administrative privilege or to always require maximum privilege. + + class OutputFileUploadCondition(str, Enum): task_success = "tasksuccess" #: Upload the file(s) only after the task process exits with an exit code of 0. @@ -83,8 +89,8 @@ class CertificateStoreLocation(str, Enum): class CertificateVisibility(str, Enum): start_task = "starttask" #: The certificate should be visible to the user account under which the start task is run. - task = "task" #: The certificate should be visibile to the user accounts under which job tasks are run. - remote_user = "remoteuser" #: The certificate should be visibile to the user accounts under which users remotely access the node. + task = "task" #: The certificate should be visible to the user accounts under which job tasks are run. + remote_user = "remoteuser" #: The certificate should be visible to the user accounts under which users remotely access the node. class CachingType(str, Enum): @@ -100,6 +106,12 @@ class StorageAccountType(str, Enum): premium_lrs = "premium_lrs" #: The data disk should use premium locally redundant storage. +class DynamicVNetAssignmentScope(str, Enum): + + none = "none" #: No dynamic VNet assignment is enabled. + job = "job" #: Dynamic VNet assignment is done per-job. + + class InboundEndpointProtocol(str, Enum): tcp = "tcp" #: Use TCP for the endpoint. @@ -178,7 +190,6 @@ class PoolState(str, Enum): active = "active" #: The pool is available to run tasks subject to the availability of compute nodes. deleting = "deleting" #: The user has requested that the pool be deleted, but the delete operation has not yet completed. - upgrading = "upgrading" #: The user has requested that the operating system of the pool's nodes be upgraded, but the upgrade operation has not yet completed (that is, some nodes in the pool have not yet been upgraded). While upgrading, the pool may be able to run tasks (with reduced capacity) but this is not guaranteed. class AllocationState(str, Enum): diff --git a/azure-batch/azure/batch/models/_models.py b/azure-batch/azure/batch/models/_models.py new file mode 100644 index 000000000000..ab06e78269f8 --- /dev/null +++ b/azure-batch/azure/batch/models/_models.py @@ -0,0 +1,10323 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model +from msrest.exceptions import HttpOperationError + + +class AccountListNodeAgentSkusOptions(Model): + """Additional parameters for list_node_agent_skus operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus. + :type filter: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 results will be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(AccountListNodeAgentSkusOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class AccountListPoolNodeCountsOptions(Model): + """Additional parameters for list_pool_node_counts operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch. + :type filter: str + :param max_results: The maximum number of items to return in the response. + Default value: 10 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(AccountListPoolNodeCountsOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.max_results = kwargs.get('max_results', 10) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class AffinityInformation(Model): + """A locality hint that can be used by the Batch service to select a compute + node on which to start a task. + + All required parameters must be populated in order to send to Azure. + + :param affinity_id: Required. An opaque string representing the location + of a compute node or a task that has run previously. You can pass the + affinityId of a compute node to indicate that this task needs to run on + that compute node. Note that this is just a soft affinity. If the target + node is busy or unavailable at the time the task is scheduled, then the + task will be scheduled elsewhere. + :type affinity_id: str + """ + + _validation = { + 'affinity_id': {'required': True}, + } + + _attribute_map = { + 'affinity_id': {'key': 'affinityId', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(AffinityInformation, self).__init__(**kwargs) + self.affinity_id = kwargs.get('affinity_id', None) + + +class ApplicationGetOptions(Model): + """Additional parameters for get operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ApplicationGetOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ApplicationListOptions(Model): + """Additional parameters for list operation. + + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 applications can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ApplicationListOptions, self).__init__(**kwargs) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ApplicationPackageReference(Model): + """A reference to an application package to be deployed to compute nodes. + + All required parameters must be populated in order to send to Azure. + + :param application_id: Required. The ID of the application to deploy. + :type application_id: str + :param version: The version of the application to deploy. If omitted, the + default version is deployed. If this is omitted on a pool, and no default + version is specified for this application, the request fails with the + error code InvalidApplicationPackageReferences and HTTP status code 409. + If this is omitted on a task, and no default version is specified for this + application, the task fails with a pre-processing error. + :type version: str + """ + + _validation = { + 'application_id': {'required': True}, + } + + _attribute_map = { + 'application_id': {'key': 'applicationId', 'type': 'str'}, + 'version': {'key': 'version', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ApplicationPackageReference, self).__init__(**kwargs) + self.application_id = kwargs.get('application_id', None) + self.version = kwargs.get('version', None) + + +class ApplicationSummary(Model): + """Contains information about an application in an Azure Batch account. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the application + within the account. + :type id: str + :param display_name: Required. The display name for the application. + :type display_name: str + :param versions: Required. The list of available versions of the + application. + :type versions: list[str] + """ + + _validation = { + 'id': {'required': True}, + 'display_name': {'required': True}, + 'versions': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'versions': {'key': 'versions', 'type': '[str]'}, + } + + def __init__(self, **kwargs): + super(ApplicationSummary, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.versions = kwargs.get('versions', None) + + +class AuthenticationTokenSettings(Model): + """The settings for an authentication token that the task can use to perform + Batch service operations. + + :param access: The Batch resources to which the token grants access. The + authentication token grants access to a limited set of Batch service + operations. Currently the only supported value for the access property is + 'job', which grants access to all operations related to the job which + contains the task. + :type access: list[str or ~azure.batch.models.AccessScope] + """ + + _attribute_map = { + 'access': {'key': 'access', 'type': '[AccessScope]'}, + } + + def __init__(self, **kwargs): + super(AuthenticationTokenSettings, self).__init__(**kwargs) + self.access = kwargs.get('access', None) + + +class AutoPoolSpecification(Model): + """Specifies characteristics for a temporary 'auto pool'. The Batch service + will create this auto pool when the job is submitted. + + All required parameters must be populated in order to send to Azure. + + :param auto_pool_id_prefix: A prefix to be added to the unique identifier + when a pool is automatically created. The Batch service assigns each auto + pool a unique identifier on creation. To distinguish between pools created + for different purposes, you can specify this element to add a prefix to + the ID that is assigned. The prefix can be up to 20 characters long. + :type auto_pool_id_prefix: str + :param pool_lifetime_option: Required. The minimum lifetime of created + auto pools, and how multiple jobs on a schedule are assigned to pools. + Possible values include: 'jobSchedule', 'job' + :type pool_lifetime_option: str or ~azure.batch.models.PoolLifetimeOption + :param keep_alive: Whether to keep an auto pool alive after its lifetime + expires. If false, the Batch service deletes the pool once its lifetime + (as determined by the poolLifetimeOption setting) expires; that is, when + the job or job schedule completes. If true, the Batch service does not + delete the pool automatically. It is up to the user to delete auto pools + created with this option. + :type keep_alive: bool + :param pool: The pool specification for the auto pool. + :type pool: ~azure.batch.models.PoolSpecification + """ + + _validation = { + 'pool_lifetime_option': {'required': True}, + } + + _attribute_map = { + 'auto_pool_id_prefix': {'key': 'autoPoolIdPrefix', 'type': 'str'}, + 'pool_lifetime_option': {'key': 'poolLifetimeOption', 'type': 'PoolLifetimeOption'}, + 'keep_alive': {'key': 'keepAlive', 'type': 'bool'}, + 'pool': {'key': 'pool', 'type': 'PoolSpecification'}, + } + + def __init__(self, **kwargs): + super(AutoPoolSpecification, self).__init__(**kwargs) + self.auto_pool_id_prefix = kwargs.get('auto_pool_id_prefix', None) + self.pool_lifetime_option = kwargs.get('pool_lifetime_option', None) + self.keep_alive = kwargs.get('keep_alive', None) + self.pool = kwargs.get('pool', None) + + +class AutoScaleRun(Model): + """The results and errors from an execution of a pool autoscale formula. + + All required parameters must be populated in order to send to Azure. + + :param timestamp: Required. The time at which the autoscale formula was + last evaluated. + :type timestamp: datetime + :param results: The final values of all variables used in the evaluation + of the autoscale formula. Each variable value is returned in the form + $variable=value, and variables are separated by semicolons. + :type results: str + :param error: Details of the error encountered evaluating the autoscale + formula on the pool, if the evaluation was unsuccessful. + :type error: ~azure.batch.models.AutoScaleRunError + """ + + _validation = { + 'timestamp': {'required': True}, + } + + _attribute_map = { + 'timestamp': {'key': 'timestamp', 'type': 'iso-8601'}, + 'results': {'key': 'results', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'AutoScaleRunError'}, + } + + def __init__(self, **kwargs): + super(AutoScaleRun, self).__init__(**kwargs) + self.timestamp = kwargs.get('timestamp', None) + self.results = kwargs.get('results', None) + self.error = kwargs.get('error', None) + + +class AutoScaleRunError(Model): + """An error that occurred when executing or evaluating a pool autoscale + formula. + + :param code: An identifier for the autoscale error. Codes are invariant + and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the autoscale error, intended to be + suitable for display in a user interface. + :type message: str + :param values: A list of additional error details related to the autoscale + error. + :type values: list[~azure.batch.models.NameValuePair] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'values': {'key': 'values', 'type': '[NameValuePair]'}, + } + + def __init__(self, **kwargs): + super(AutoScaleRunError, self).__init__(**kwargs) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + self.values = kwargs.get('values', None) + + +class AutoUserSpecification(Model): + """Specifies the parameters for the auto user that runs a task on the Batch + service. + + :param scope: The scope for the auto user. The default value is task. + Possible values include: 'task', 'pool' + :type scope: str or ~azure.batch.models.AutoUserScope + :param elevation_level: The elevation level of the auto user. The default + value is nonAdmin. Possible values include: 'nonAdmin', 'admin' + :type elevation_level: str or ~azure.batch.models.ElevationLevel + """ + + _attribute_map = { + 'scope': {'key': 'scope', 'type': 'AutoUserScope'}, + 'elevation_level': {'key': 'elevationLevel', 'type': 'ElevationLevel'}, + } + + def __init__(self, **kwargs): + super(AutoUserSpecification, self).__init__(**kwargs) + self.scope = kwargs.get('scope', None) + self.elevation_level = kwargs.get('elevation_level', None) + + +class BatchError(Model): + """An error response received from the Azure Batch service. + + :param code: An identifier for the error. Codes are invariant and are + intended to be consumed programmatically. + :type code: str + :param message: A message describing the error, intended to be suitable + for display in a user interface. + :type message: ~azure.batch.models.ErrorMessage + :param values: A collection of key-value pairs containing additional + details about the error. + :type values: list[~azure.batch.models.BatchErrorDetail] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'ErrorMessage'}, + 'values': {'key': 'values', 'type': '[BatchErrorDetail]'}, + } + + def __init__(self, **kwargs): + super(BatchError, self).__init__(**kwargs) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + self.values = kwargs.get('values', None) + + +class BatchErrorException(HttpOperationError): + """Server responsed with exception of type: 'BatchError'. + + :param deserialize: A deserializer + :param response: Server response to be deserialized. + """ + + def __init__(self, deserialize, response, *args): + + super(BatchErrorException, self).__init__(deserialize, response, 'BatchError', *args) + + +class BatchErrorDetail(Model): + """An item of additional information included in an Azure Batch error + response. + + :param key: An identifier specifying the meaning of the Value property. + :type key: str + :param value: The additional information included with the error response. + :type value: str + """ + + _attribute_map = { + 'key': {'key': 'key', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(BatchErrorDetail, self).__init__(**kwargs) + self.key = kwargs.get('key', None) + self.value = kwargs.get('value', None) + + +class Certificate(Model): + """A certificate that can be installed on compute nodes and can be used to + authenticate operations on the machine. + + :param thumbprint: The X.509 thumbprint of the certificate. This is a + sequence of up to 40 hex digits. + :type thumbprint: str + :param thumbprint_algorithm: The algorithm used to derive the thumbprint. + :type thumbprint_algorithm: str + :param url: The URL of the certificate. + :type url: str + :param state: The current state of the certificate. Possible values + include: 'active', 'deleting', 'deleteFailed' + :type state: str or ~azure.batch.models.CertificateState + :param state_transition_time: The time at which the certificate entered + its current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the certificate. This + property is not set if the certificate is in its initial active state. + Possible values include: 'active', 'deleting', 'deleteFailed' + :type previous_state: str or ~azure.batch.models.CertificateState + :param previous_state_transition_time: The time at which the certificate + entered its previous state. This property is not set if the certificate is + in its initial Active state. + :type previous_state_transition_time: datetime + :param public_data: The public part of the certificate as a base-64 + encoded .cer file. + :type public_data: str + :param delete_certificate_error: The error that occurred on the last + attempt to delete this certificate. This property is set only if the + certificate is in the DeleteFailed state. + :type delete_certificate_error: ~azure.batch.models.DeleteCertificateError + """ + + _attribute_map = { + 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, + 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'state': {'key': 'state', 'type': 'CertificateState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'CertificateState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'public_data': {'key': 'publicData', 'type': 'str'}, + 'delete_certificate_error': {'key': 'deleteCertificateError', 'type': 'DeleteCertificateError'}, + } + + def __init__(self, **kwargs): + super(Certificate, self).__init__(**kwargs) + self.thumbprint = kwargs.get('thumbprint', None) + self.thumbprint_algorithm = kwargs.get('thumbprint_algorithm', None) + self.url = kwargs.get('url', None) + self.state = kwargs.get('state', None) + self.state_transition_time = kwargs.get('state_transition_time', None) + self.previous_state = kwargs.get('previous_state', None) + self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) + self.public_data = kwargs.get('public_data', None) + self.delete_certificate_error = kwargs.get('delete_certificate_error', None) + + +class CertificateAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(CertificateAddOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class CertificateAddParameter(Model): + """A certificate that can be installed on compute nodes and can be used to + authenticate operations on the machine. + + All required parameters must be populated in order to send to Azure. + + :param thumbprint: Required. The X.509 thumbprint of the certificate. This + is a sequence of up to 40 hex digits (it may include spaces but these are + removed). + :type thumbprint: str + :param thumbprint_algorithm: Required. The algorithm used to derive the + thumbprint. This must be sha1. + :type thumbprint_algorithm: str + :param data: Required. The base64-encoded contents of the certificate. The + maximum size is 10KB. + :type data: str + :param certificate_format: The format of the certificate data. Possible + values include: 'pfx', 'cer' + :type certificate_format: str or ~azure.batch.models.CertificateFormat + :param password: The password to access the certificate's private key. + This is required if the certificate format is pfx. It should be omitted if + the certificate format is cer. + :type password: str + """ + + _validation = { + 'thumbprint': {'required': True}, + 'thumbprint_algorithm': {'required': True}, + 'data': {'required': True}, + } + + _attribute_map = { + 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, + 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, + 'data': {'key': 'data', 'type': 'str'}, + 'certificate_format': {'key': 'certificateFormat', 'type': 'CertificateFormat'}, + 'password': {'key': 'password', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(CertificateAddParameter, self).__init__(**kwargs) + self.thumbprint = kwargs.get('thumbprint', None) + self.thumbprint_algorithm = kwargs.get('thumbprint_algorithm', None) + self.data = kwargs.get('data', None) + self.certificate_format = kwargs.get('certificate_format', None) + self.password = kwargs.get('password', None) + + +class CertificateCancelDeletionOptions(Model): + """Additional parameters for cancel_deletion operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(CertificateCancelDeletionOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class CertificateDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(CertificateDeleteOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class CertificateGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(CertificateGetOptions, self).__init__(**kwargs) + self.select = kwargs.get('select', None) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class CertificateListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 certificates can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(CertificateListOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.select = kwargs.get('select', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class CertificateReference(Model): + """A reference to a certificate to be installed on compute nodes in a pool. + + All required parameters must be populated in order to send to Azure. + + :param thumbprint: Required. The thumbprint of the certificate. + :type thumbprint: str + :param thumbprint_algorithm: Required. The algorithm with which the + thumbprint is associated. This must be sha1. + :type thumbprint_algorithm: str + :param store_location: The location of the certificate store on the + compute node into which to install the certificate. The default value is + currentuser. This property is applicable only for pools configured with + Windows nodes (that is, created with cloudServiceConfiguration, or with + virtualMachineConfiguration using a Windows image reference). For Linux + compute nodes, the certificates are stored in a directory inside the task + working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is + supplied to the task to query for this location. For certificates with + visibility of 'remoteUser', a 'certs' directory is created in the user's + home directory (e.g., /home/{user-name}/certs) and certificates are placed + in that directory. Possible values include: 'currentUser', 'localMachine' + :type store_location: str or ~azure.batch.models.CertificateStoreLocation + :param store_name: The name of the certificate store on the compute node + into which to install the certificate. This property is applicable only + for pools configured with Windows nodes (that is, created with + cloudServiceConfiguration, or with virtualMachineConfiguration using a + Windows image reference). Common store names include: My, Root, CA, Trust, + Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but + any custom store name can also be used. The default value is My. + :type store_name: str + :param visibility: Which user accounts on the compute node should have + access to the private data of the certificate. You can specify more than + one visibility in this collection. The default is all accounts. + :type visibility: list[str or ~azure.batch.models.CertificateVisibility] + """ + + _validation = { + 'thumbprint': {'required': True}, + 'thumbprint_algorithm': {'required': True}, + } + + _attribute_map = { + 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, + 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, + 'store_location': {'key': 'storeLocation', 'type': 'CertificateStoreLocation'}, + 'store_name': {'key': 'storeName', 'type': 'str'}, + 'visibility': {'key': 'visibility', 'type': '[CertificateVisibility]'}, + } + + def __init__(self, **kwargs): + super(CertificateReference, self).__init__(**kwargs) + self.thumbprint = kwargs.get('thumbprint', None) + self.thumbprint_algorithm = kwargs.get('thumbprint_algorithm', None) + self.store_location = kwargs.get('store_location', None) + self.store_name = kwargs.get('store_name', None) + self.visibility = kwargs.get('visibility', None) + + +class CloudJob(Model): + """An Azure Batch job. + + :param id: A string that uniquely identifies the job within the account. + The ID is case-preserving and case-insensitive (that is, you may not have + two IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the job. + :type display_name: str + :param uses_task_dependencies: Whether tasks in the job can define + dependencies on each other. The default is false. + :type uses_task_dependencies: bool + :param url: The URL of the job. + :type url: str + :param e_tag: The ETag of the job. This is an opaque string. You can use + it to detect whether the job has changed between requests. In particular, + you can be pass the ETag when updating a job to specify that your changes + should take effect only if nobody else has modified the job in the + meantime. + :type e_tag: str + :param last_modified: The last modified time of the job. This is the last + time at which the job level data, such as the job state or priority, + changed. It does not factor in task-level changes such as adding new tasks + or tasks changing state. + :type last_modified: datetime + :param creation_time: The creation time of the job. + :type creation_time: datetime + :param state: The current state of the job. Possible values include: + 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', + 'deleting' + :type state: str or ~azure.batch.models.JobState + :param state_transition_time: The time at which the job entered its + current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the job. This property is not + set if the job is in its initial Active state. Possible values include: + 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', + 'deleting' + :type previous_state: str or ~azure.batch.models.JobState + :param previous_state_transition_time: The time at which the job entered + its previous state. This property is not set if the job is in its initial + Active state. + :type previous_state_transition_time: datetime + :param priority: The priority of the job. Priority values can range from + -1000 to 1000, with -1000 being the lowest priority and 1000 being the + highest priority. The default value is 0. + :type priority: int + :param constraints: The execution constraints for the job. + :type constraints: ~azure.batch.models.JobConstraints + :param job_manager_task: Details of a Job Manager task to be launched when + the job is started. + :type job_manager_task: ~azure.batch.models.JobManagerTask + :param job_preparation_task: The Job Preparation task. The Job Preparation + task is a special task run on each node before any other task of the job. + :type job_preparation_task: ~azure.batch.models.JobPreparationTask + :param job_release_task: The Job Release task. The Job Release task is a + special task run at the end of the job on each node that has run any other + task of the job. + :type job_release_task: ~azure.batch.models.JobReleaseTask + :param common_environment_settings: The list of common environment + variable settings. These environment variables are set for all tasks in + the job (including the Job Manager, Job Preparation and Job Release + tasks). Individual tasks can override an environment setting specified + here by specifying the same setting name with a different value. + :type common_environment_settings: + list[~azure.batch.models.EnvironmentSetting] + :param pool_info: The pool settings associated with the job. + :type pool_info: ~azure.batch.models.PoolInformation + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in the job are in the completed state. The default is + noaction. Possible values include: 'noAction', 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + :param on_task_failure: The action the Batch service should take when any + task in the job fails. A task is considered to have failed if has a + failureInfo. A failureInfo is set if the task completes with a non-zero + exit code after exhausting its retry count, or if there was an error + starting the task, for example due to a resource file download error. The + default is noaction. Possible values include: 'noAction', + 'performExitOptionsJobAction' + :type on_task_failure: str or ~azure.batch.models.OnTaskFailure + :param network_configuration: The network configuration for the job. + :type network_configuration: ~azure.batch.models.JobNetworkConfiguration + :param metadata: A list of name-value pairs associated with the job as + metadata. The Batch service does not assign any meaning to metadata; it is + solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + :param execution_info: The execution information for the job. + :type execution_info: ~azure.batch.models.JobExecutionInformation + :param stats: Resource usage statistics for the entire lifetime of the + job. The statistics may not be immediately available. The Batch service + performs periodic roll-up of statistics. The typical delay is about 30 + minutes. + :type stats: ~azure.batch.models.JobStatistics + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, + 'url': {'key': 'url', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'JobState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'JobState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'priority': {'key': 'priority', 'type': 'int'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, + 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, + 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, + 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'JobNetworkConfiguration'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'execution_info': {'key': 'executionInfo', 'type': 'JobExecutionInformation'}, + 'stats': {'key': 'stats', 'type': 'JobStatistics'}, + } + + def __init__(self, **kwargs): + super(CloudJob, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.uses_task_dependencies = kwargs.get('uses_task_dependencies', None) + self.url = kwargs.get('url', None) + self.e_tag = kwargs.get('e_tag', None) + self.last_modified = kwargs.get('last_modified', None) + self.creation_time = kwargs.get('creation_time', None) + self.state = kwargs.get('state', None) + self.state_transition_time = kwargs.get('state_transition_time', None) + self.previous_state = kwargs.get('previous_state', None) + self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) + self.priority = kwargs.get('priority', None) + self.constraints = kwargs.get('constraints', None) + self.job_manager_task = kwargs.get('job_manager_task', None) + self.job_preparation_task = kwargs.get('job_preparation_task', None) + self.job_release_task = kwargs.get('job_release_task', None) + self.common_environment_settings = kwargs.get('common_environment_settings', None) + self.pool_info = kwargs.get('pool_info', None) + self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) + self.on_task_failure = kwargs.get('on_task_failure', None) + self.network_configuration = kwargs.get('network_configuration', None) + self.metadata = kwargs.get('metadata', None) + self.execution_info = kwargs.get('execution_info', None) + self.stats = kwargs.get('stats', None) + + +class CloudJobSchedule(Model): + """A job schedule that allows recurring jobs by specifying when to run jobs + and a specification used to create each job. + + :param id: A string that uniquely identifies the schedule within the + account. + :type id: str + :param display_name: The display name for the schedule. + :type display_name: str + :param url: The URL of the job schedule. + :type url: str + :param e_tag: The ETag of the job schedule. This is an opaque string. You + can use it to detect whether the job schedule has changed between + requests. In particular, you can be pass the ETag with an Update Job + Schedule request to specify that your changes should take effect only if + nobody else has modified the schedule in the meantime. + :type e_tag: str + :param last_modified: The last modified time of the job schedule. This is + the last time at which the schedule level data, such as the job + specification or recurrence information, changed. It does not factor in + job-level changes such as new jobs being created or jobs changing state. + :type last_modified: datetime + :param creation_time: The creation time of the job schedule. + :type creation_time: datetime + :param state: The current state of the job schedule. Possible values + include: 'active', 'completed', 'disabled', 'terminating', 'deleting' + :type state: str or ~azure.batch.models.JobScheduleState + :param state_transition_time: The time at which the job schedule entered + the current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the job schedule. This + property is not present if the job schedule is in its initial active + state. Possible values include: 'active', 'completed', 'disabled', + 'terminating', 'deleting' + :type previous_state: str or ~azure.batch.models.JobScheduleState + :param previous_state_transition_time: The time at which the job schedule + entered its previous state. This property is not present if the job + schedule is in its initial active state. + :type previous_state_transition_time: datetime + :param schedule: The schedule according to which jobs will be created. + :type schedule: ~azure.batch.models.Schedule + :param job_specification: The details of the jobs to be created on this + schedule. + :type job_specification: ~azure.batch.models.JobSpecification + :param execution_info: Information about jobs that have been and will be + run under this schedule. + :type execution_info: ~azure.batch.models.JobScheduleExecutionInformation + :param metadata: A list of name-value pairs associated with the schedule + as metadata. The Batch service does not assign any meaning to metadata; it + is solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + :param stats: The lifetime resource usage statistics for the job schedule. + The statistics may not be immediately available. The Batch service + performs periodic roll-up of statistics. The typical delay is about 30 + minutes. + :type stats: ~azure.batch.models.JobScheduleStatistics + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'JobScheduleState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'JobScheduleState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'schedule': {'key': 'schedule', 'type': 'Schedule'}, + 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, + 'execution_info': {'key': 'executionInfo', 'type': 'JobScheduleExecutionInformation'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'stats': {'key': 'stats', 'type': 'JobScheduleStatistics'}, + } + + def __init__(self, **kwargs): + super(CloudJobSchedule, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.url = kwargs.get('url', None) + self.e_tag = kwargs.get('e_tag', None) + self.last_modified = kwargs.get('last_modified', None) + self.creation_time = kwargs.get('creation_time', None) + self.state = kwargs.get('state', None) + self.state_transition_time = kwargs.get('state_transition_time', None) + self.previous_state = kwargs.get('previous_state', None) + self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) + self.schedule = kwargs.get('schedule', None) + self.job_specification = kwargs.get('job_specification', None) + self.execution_info = kwargs.get('execution_info', None) + self.metadata = kwargs.get('metadata', None) + self.stats = kwargs.get('stats', None) + + +class CloudPool(Model): + """A pool in the Azure Batch service. + + :param id: A string that uniquely identifies the pool within the account. + The ID can contain any combination of alphanumeric characters including + hyphens and underscores, and cannot contain more than 64 characters. The + ID is case-preserving and case-insensitive (that is, you may not have two + IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the pool. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param url: The URL of the pool. + :type url: str + :param e_tag: The ETag of the pool. This is an opaque string. You can use + it to detect whether the pool has changed between requests. In particular, + you can be pass the ETag when updating a pool to specify that your changes + should take effect only if nobody else has modified the pool in the + meantime. + :type e_tag: str + :param last_modified: The last modified time of the pool. This is the last + time at which the pool level data, such as the targetDedicatedNodes or + enableAutoscale settings, changed. It does not factor in node-level + changes such as a compute node changing state. + :type last_modified: datetime + :param creation_time: The creation time of the pool. + :type creation_time: datetime + :param state: The current state of the pool. Possible values include: + 'active', 'deleting' + :type state: str or ~azure.batch.models.PoolState + :param state_transition_time: The time at which the pool entered its + current state. + :type state_transition_time: datetime + :param allocation_state: Whether the pool is resizing. Possible values + include: 'steady', 'resizing', 'stopping' + :type allocation_state: str or ~azure.batch.models.AllocationState + :param allocation_state_transition_time: The time at which the pool + entered its current allocation state. + :type allocation_state_transition_time: datetime + :param vm_size: The size of virtual machines in the pool. All virtual + machines in a pool are the same size. For information about available + sizes of virtual machines in pools, see Choose a VM size for compute nodes + in an Azure Batch pool + (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). + :type vm_size: str + :param cloud_service_configuration: The cloud service configuration for + the pool. This property and virtualMachineConfiguration are mutually + exclusive and one of the properties must be specified. This property + cannot be specified if the Batch account was created with its + poolAllocationMode property set to 'UserSubscription'. + :type cloud_service_configuration: + ~azure.batch.models.CloudServiceConfiguration + :param virtual_machine_configuration: The virtual machine configuration + for the pool. This property and cloudServiceConfiguration are mutually + exclusive and one of the properties must be specified. + :type virtual_machine_configuration: + ~azure.batch.models.VirtualMachineConfiguration + :param resize_timeout: The timeout for allocation of compute nodes to the + pool. This is the timeout for the most recent resize operation. (The + initial sizing when the pool is created counts as a resize.) The default + value is 15 minutes. + :type resize_timeout: timedelta + :param resize_errors: A list of errors encountered while performing the + last resize on the pool. This property is set only if one or more errors + occurred during the last pool resize, and only when the pool + allocationState is Steady. + :type resize_errors: list[~azure.batch.models.ResizeError] + :param current_dedicated_nodes: The number of dedicated compute nodes + currently in the pool. + :type current_dedicated_nodes: int + :param current_low_priority_nodes: The number of low-priority compute + nodes currently in the pool. Low-priority compute nodes which have been + preempted are included in this count. + :type current_low_priority_nodes: int + :param target_dedicated_nodes: The desired number of dedicated compute + nodes in the pool. + :type target_dedicated_nodes: int + :param target_low_priority_nodes: The desired number of low-priority + compute nodes in the pool. + :type target_low_priority_nodes: int + :param enable_auto_scale: Whether the pool size should automatically + adjust over time. If false, at least one of targetDedicateNodes and + targetLowPriorityNodes must be specified. If true, the autoScaleFormula + property is required and the pool automatically resizes according to the + formula. The default value is false. + :type enable_auto_scale: bool + :param auto_scale_formula: A formula for the desired number of compute + nodes in the pool. This property is set only if the pool automatically + scales, i.e. enableAutoScale is true. + :type auto_scale_formula: str + :param auto_scale_evaluation_interval: The time interval at which to + automatically adjust the pool size according to the autoscale formula. + This property is set only if the pool automatically scales, i.e. + enableAutoScale is true. + :type auto_scale_evaluation_interval: timedelta + :param auto_scale_run: The results and errors from the last execution of + the autoscale formula. This property is set only if the pool automatically + scales, i.e. enableAutoScale is true. + :type auto_scale_run: ~azure.batch.models.AutoScaleRun + :param enable_inter_node_communication: Whether the pool permits direct + communication between nodes. This imposes restrictions on which nodes can + be assigned to the pool. Specifying this value can reduce the chance of + the requested number of nodes to be allocated in the pool. + :type enable_inter_node_communication: bool + :param network_configuration: The network configuration for the pool. + :type network_configuration: ~azure.batch.models.NetworkConfiguration + :param start_task: A task specified to run on each compute node as it + joins the pool. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: The list of certificates to be installed on + each compute node in the pool. For Windows compute nodes, the Batch + service installs the certificates to the specified certificate store and + location. For Linux compute nodes, the certificates are stored in a + directory inside the task working directory and an environment variable + AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this + location. For certificates with visibility of 'remoteUser', a 'certs' + directory is created in the user's home directory (e.g., + /home/{user-name}/certs) and certificates are placed in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: The list of application packages to + be installed on each compute node in the pool. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param application_licenses: The list of application licenses the Batch + service will make available on each compute node in the pool. The list of + application licenses must be a subset of available Batch service + application licenses. If a license is requested which is not supported, + pool creation will fail. + :type application_licenses: list[str] + :param max_tasks_per_node: The maximum number of tasks that can run + concurrently on a single compute node in the pool. + :type max_tasks_per_node: int + :param task_scheduling_policy: How tasks are distributed across compute + nodes in a pool. + :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy + :param user_accounts: The list of user accounts to be created on each node + in the pool. + :type user_accounts: list[~azure.batch.models.UserAccount] + :param metadata: A list of name-value pairs associated with the pool as + metadata. + :type metadata: list[~azure.batch.models.MetadataItem] + :param stats: Utilization and resource usage statistics for the entire + lifetime of the pool. The statistics may not be immediately available. The + Batch service performs periodic roll-up of statistics. The typical delay + is about 30 minutes. + :type stats: ~azure.batch.models.PoolStatistics + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'PoolState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'allocation_state': {'key': 'allocationState', 'type': 'AllocationState'}, + 'allocation_state_transition_time': {'key': 'allocationStateTransitionTime', 'type': 'iso-8601'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, + 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'resize_errors': {'key': 'resizeErrors', 'type': '[ResizeError]'}, + 'current_dedicated_nodes': {'key': 'currentDedicatedNodes', 'type': 'int'}, + 'current_low_priority_nodes': {'key': 'currentLowPriorityNodes', 'type': 'int'}, + 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, + 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, + 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, + 'auto_scale_run': {'key': 'autoScaleRun', 'type': 'AutoScaleRun'}, + 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, + 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, + 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, + 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'stats': {'key': 'stats', 'type': 'PoolStatistics'}, + } + + def __init__(self, **kwargs): + super(CloudPool, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.url = kwargs.get('url', None) + self.e_tag = kwargs.get('e_tag', None) + self.last_modified = kwargs.get('last_modified', None) + self.creation_time = kwargs.get('creation_time', None) + self.state = kwargs.get('state', None) + self.state_transition_time = kwargs.get('state_transition_time', None) + self.allocation_state = kwargs.get('allocation_state', None) + self.allocation_state_transition_time = kwargs.get('allocation_state_transition_time', None) + self.vm_size = kwargs.get('vm_size', None) + self.cloud_service_configuration = kwargs.get('cloud_service_configuration', None) + self.virtual_machine_configuration = kwargs.get('virtual_machine_configuration', None) + self.resize_timeout = kwargs.get('resize_timeout', None) + self.resize_errors = kwargs.get('resize_errors', None) + self.current_dedicated_nodes = kwargs.get('current_dedicated_nodes', None) + self.current_low_priority_nodes = kwargs.get('current_low_priority_nodes', None) + self.target_dedicated_nodes = kwargs.get('target_dedicated_nodes', None) + self.target_low_priority_nodes = kwargs.get('target_low_priority_nodes', None) + self.enable_auto_scale = kwargs.get('enable_auto_scale', None) + self.auto_scale_formula = kwargs.get('auto_scale_formula', None) + self.auto_scale_evaluation_interval = kwargs.get('auto_scale_evaluation_interval', None) + self.auto_scale_run = kwargs.get('auto_scale_run', None) + self.enable_inter_node_communication = kwargs.get('enable_inter_node_communication', None) + self.network_configuration = kwargs.get('network_configuration', None) + self.start_task = kwargs.get('start_task', None) + self.certificate_references = kwargs.get('certificate_references', None) + self.application_package_references = kwargs.get('application_package_references', None) + self.application_licenses = kwargs.get('application_licenses', None) + self.max_tasks_per_node = kwargs.get('max_tasks_per_node', None) + self.task_scheduling_policy = kwargs.get('task_scheduling_policy', None) + self.user_accounts = kwargs.get('user_accounts', None) + self.metadata = kwargs.get('metadata', None) + self.stats = kwargs.get('stats', None) + + +class CloudServiceConfiguration(Model): + """The configuration for nodes in a pool based on the Azure Cloud Services + platform. + + All required parameters must be populated in order to send to Azure. + + :param os_family: Required. 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). + :type os_family: str + :param os_version: The Azure Guest OS version to be installed on the + virtual machines in the pool. The default value is * which specifies the + latest operating system version for the specified OS family. + :type os_version: str + """ + + _validation = { + 'os_family': {'required': True}, + } + + _attribute_map = { + 'os_family': {'key': 'osFamily', 'type': 'str'}, + 'os_version': {'key': 'osVersion', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(CloudServiceConfiguration, self).__init__(**kwargs) + self.os_family = kwargs.get('os_family', None) + self.os_version = kwargs.get('os_version', None) + + +class CloudTask(Model): + """An Azure Batch task. + + Batch will retry tasks when a recovery operation is triggered on a compute + node. Examples of recovery operations include (but are not limited to) when + an unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + :param id: A string that uniquely identifies the task within the job. The + ID can contain any combination of alphanumeric characters including + hyphens and underscores, and cannot contain more than 64 characters. + :type id: str + :param display_name: A display name for the task. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param url: The URL of the task. + :type url: str + :param e_tag: The ETag of the task. This is an opaque string. You can use + it to detect whether the task has changed between requests. In particular, + you can be pass the ETag when updating a task to specify that your changes + should take effect only if nobody else has modified the task in the + meantime. + :type e_tag: str + :param last_modified: The last modified time of the task. + :type last_modified: datetime + :param creation_time: The creation time of the task. + :type creation_time: datetime + :param exit_conditions: How the Batch service should respond when the task + completes. + :type exit_conditions: ~azure.batch.models.ExitConditions + :param state: The current state of the task. Possible values include: + 'active', 'preparing', 'running', 'completed' + :type state: str or ~azure.batch.models.TaskState + :param state_transition_time: The time at which the task entered its + current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the task. This property is + not set if the task is in its initial Active state. Possible values + include: 'active', 'preparing', 'running', 'completed' + :type previous_state: str or ~azure.batch.models.TaskState + :param previous_state_transition_time: The time at which the task entered + its previous state. This property is not set if the task is in its initial + Active state. + :type previous_state_transition_time: datetime + :param command_line: The command line of the task. For multi-instance + tasks, the command line is executed as the primary task, after the primary + task and all subtasks have finished executing the coordination command + line. The command line does not run under a shell, and therefore cannot + take advantage of shell features such as environment variable expansion. + If you want to take advantage of such features, you should invoke the + shell in the command line, for example using "cmd /c MyCommand" in Windows + or "/bin/sh -c MyCommand" in Linux. If the command line refers to file + paths, it should use a relative path (relative to the task working + directory), or use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + task runs. If the pool that will run this task has containerConfiguration + set, this must be set as well. If the pool that will run this task doesn't + have containerConfiguration set, this must not be set. When this is + specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR + (the root of Azure Batch directories on the node) are mapped into the + container, all task environment variables are mapped into the container, + and the task command line is executed in the container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. For + multi-instance tasks, the resource files will only be downloaded to the + compute node on which the primary task is executed. There is a maximum + size for the list of resource files. When the max size is exceeded, the + request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param output_files: A list of files that the Batch service will upload + from the compute node after running the command line. For multi-instance + tasks, the files will only be uploaded from the compute node on which the + primary task is executed. + :type output_files: list[~azure.batch.models.OutputFile] + :param environment_settings: A list of environment variable settings for + the task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param affinity_info: A locality hint that can be used by the Batch + service to select a compute node on which to start the new task. + :type affinity_info: ~azure.batch.models.AffinityInformation + :param constraints: The execution constraints that apply to this task. + :type constraints: ~azure.batch.models.TaskConstraints + :param user_identity: The user identity under which the task runs. If + omitted, the task runs as a non-administrative user unique to the task. + :type user_identity: ~azure.batch.models.UserIdentity + :param execution_info: Information about the execution of the task. + :type execution_info: ~azure.batch.models.TaskExecutionInformation + :param node_info: Information about the compute node on which the task + ran. + :type node_info: ~azure.batch.models.ComputeNodeInformation + :param multi_instance_settings: An object that indicates that the task is + a multi-instance task, and contains information about how to run the + multi-instance task. + :type multi_instance_settings: ~azure.batch.models.MultiInstanceSettings + :param stats: Resource usage statistics for the task. + :type stats: ~azure.batch.models.TaskStatistics + :param depends_on: The tasks that this task depends on. This task will not + be scheduled until all tasks that it depends on have completed + successfully. If any of those tasks fail and exhaust their retry counts, + this task will never be scheduled. + :type depends_on: ~azure.batch.models.TaskDependencies + :param application_package_references: A list of application packages that + the Batch service will deploy to the compute node before running the + command line. Application packages are downloaded and deployed to a shared + directory, not the task working directory. Therefore, if a referenced + package is already on the compute node, and is up to date, then it is not + re-downloaded; the existing copy on the compute node is used. If a + referenced application package cannot be installed, for example because + the package has been deleted or because download failed, the task fails. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param authentication_token_settings: The settings for an authentication + token that the task can use to perform Batch service operations. If this + property is set, the Batch service provides the task with an + authentication token which can be used to authenticate Batch service + operations without requiring an account access key. The token is provided + via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations + that the task can carry out using the token depend on the settings. For + example, a task can request job permissions in order to add other tasks to + the job, or check the status of the job or of other tasks under the job. + :type authentication_token_settings: + ~azure.batch.models.AuthenticationTokenSettings + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'exit_conditions': {'key': 'exitConditions', 'type': 'ExitConditions'}, + 'state': {'key': 'state', 'type': 'TaskState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'TaskState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'affinity_info': {'key': 'affinityInfo', 'type': 'AffinityInformation'}, + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'execution_info': {'key': 'executionInfo', 'type': 'TaskExecutionInformation'}, + 'node_info': {'key': 'nodeInfo', 'type': 'ComputeNodeInformation'}, + 'multi_instance_settings': {'key': 'multiInstanceSettings', 'type': 'MultiInstanceSettings'}, + 'stats': {'key': 'stats', 'type': 'TaskStatistics'}, + 'depends_on': {'key': 'dependsOn', 'type': 'TaskDependencies'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, + } + + def __init__(self, **kwargs): + super(CloudTask, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.url = kwargs.get('url', None) + self.e_tag = kwargs.get('e_tag', None) + self.last_modified = kwargs.get('last_modified', None) + self.creation_time = kwargs.get('creation_time', None) + self.exit_conditions = kwargs.get('exit_conditions', None) + self.state = kwargs.get('state', None) + self.state_transition_time = kwargs.get('state_transition_time', None) + self.previous_state = kwargs.get('previous_state', None) + self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) + self.command_line = kwargs.get('command_line', None) + self.container_settings = kwargs.get('container_settings', None) + self.resource_files = kwargs.get('resource_files', None) + self.output_files = kwargs.get('output_files', None) + self.environment_settings = kwargs.get('environment_settings', None) + self.affinity_info = kwargs.get('affinity_info', None) + self.constraints = kwargs.get('constraints', None) + self.user_identity = kwargs.get('user_identity', None) + self.execution_info = kwargs.get('execution_info', None) + self.node_info = kwargs.get('node_info', None) + self.multi_instance_settings = kwargs.get('multi_instance_settings', None) + self.stats = kwargs.get('stats', None) + self.depends_on = kwargs.get('depends_on', None) + self.application_package_references = kwargs.get('application_package_references', None) + self.authentication_token_settings = kwargs.get('authentication_token_settings', None) + + +class CloudTaskListSubtasksResult(Model): + """The result of listing the subtasks of a task. + + :param value: The list of subtasks. + :type value: list[~azure.batch.models.SubtaskInformation] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[SubtaskInformation]'}, + } + + def __init__(self, **kwargs): + super(CloudTaskListSubtasksResult, self).__init__(**kwargs) + self.value = kwargs.get('value', None) + + +class ComputeNode(Model): + """A compute node in the Batch service. + + :param id: The ID of the compute node. Every node that is added to a pool + is assigned a unique ID. Whenever a node is removed from a pool, all of + its local files are deleted, and the ID is reclaimed and could be reused + for new nodes. + :type id: str + :param url: The URL of the compute node. + :type url: str + :param state: The current state of the compute node. The low-priority node + has been preempted. Tasks which were running on the node when it was + pre-empted will be rescheduled when another node becomes available. + Possible values include: 'idle', 'rebooting', 'reimaging', 'running', + 'unusable', 'creating', 'starting', 'waitingForStartTask', + 'startTaskFailed', 'unknown', 'leavingPool', 'offline', 'preempted' + :type state: str or ~azure.batch.models.ComputeNodeState + :param scheduling_state: Whether the compute node is available for task + scheduling. Possible values include: 'enabled', 'disabled' + :type scheduling_state: str or ~azure.batch.models.SchedulingState + :param state_transition_time: The time at which the compute node entered + its current state. + :type state_transition_time: datetime + :param last_boot_time: The last time at which the compute node was + started. This property may not be present if the node state is unusable. + :type last_boot_time: datetime + :param allocation_time: The time at which this compute node was allocated + to the pool. This is the time when the node was initially allocated and + doesn't change once set. It is not updated when the node is service healed + or preempted. + :type allocation_time: datetime + :param ip_address: The IP address that other compute nodes can use to + communicate with this compute node. Every node that is added to a pool is + assigned a unique IP address. Whenever a node is removed from a pool, all + of its local files are deleted, and the IP address is reclaimed and could + be reused for new nodes. + :type ip_address: str + :param affinity_id: An identifier which can be passed when adding a task + to request that the task be scheduled on this node. Note that this is just + a soft affinity. If the target node is busy or unavailable at the time the + task is scheduled, then the task will be scheduled elsewhere. + :type affinity_id: str + :param vm_size: The size of the virtual machine hosting the compute node. + For information about available sizes of virtual machines in pools, see + Choose a VM size for compute nodes in an Azure Batch pool + (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). + :type vm_size: str + :param total_tasks_run: The total number of job tasks completed on the + compute node. This includes Job Manager tasks and normal tasks, but not + Job Preparation, Job Release or Start tasks. + :type total_tasks_run: int + :param running_tasks_count: The total number of currently running job + tasks on the compute node. This includes Job Manager tasks and normal + tasks, but not Job Preparation, Job Release or Start tasks. + :type running_tasks_count: int + :param total_tasks_succeeded: The total number of job tasks which + completed successfully (with exitCode 0) on the compute node. This + includes Job Manager tasks and normal tasks, but not Job Preparation, Job + Release or Start tasks. + :type total_tasks_succeeded: int + :param recent_tasks: A list of tasks whose state has recently changed. + This property is present only if at least one task has run on this node + since it was assigned to the pool. + :type recent_tasks: list[~azure.batch.models.TaskInformation] + :param start_task: The task specified to run on the compute node as it + joins the pool. + :type start_task: ~azure.batch.models.StartTask + :param start_task_info: Runtime information about the execution of the + start task on the compute node. + :type start_task_info: ~azure.batch.models.StartTaskInformation + :param certificate_references: The list of certificates installed on the + compute node. For Windows compute nodes, the Batch service installs the + certificates to the specified certificate store and location. For Linux + compute nodes, the certificates are stored in a directory inside the task + working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is + supplied to the task to query for this location. For certificates with + visibility of 'remoteUser', a 'certs' directory is created in the user's + home directory (e.g., /home/{user-name}/certs) and certificates are placed + in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param errors: The list of errors that are currently being encountered by + the compute node. + :type errors: list[~azure.batch.models.ComputeNodeError] + :param is_dedicated: Whether this compute node is a dedicated node. If + false, the node is a low-priority node. + :type is_dedicated: bool + :param endpoint_configuration: The endpoint configuration for the compute + node. + :type endpoint_configuration: + ~azure.batch.models.ComputeNodeEndpointConfiguration + :param node_agent_info: Information about the node agent version and the + time the node upgraded to a new version. + :type node_agent_info: ~azure.batch.models.NodeAgentInformation + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'state': {'key': 'state', 'type': 'ComputeNodeState'}, + 'scheduling_state': {'key': 'schedulingState', 'type': 'SchedulingState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'last_boot_time': {'key': 'lastBootTime', 'type': 'iso-8601'}, + 'allocation_time': {'key': 'allocationTime', 'type': 'iso-8601'}, + 'ip_address': {'key': 'ipAddress', 'type': 'str'}, + 'affinity_id': {'key': 'affinityId', 'type': 'str'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'total_tasks_run': {'key': 'totalTasksRun', 'type': 'int'}, + 'running_tasks_count': {'key': 'runningTasksCount', 'type': 'int'}, + 'total_tasks_succeeded': {'key': 'totalTasksSucceeded', 'type': 'int'}, + 'recent_tasks': {'key': 'recentTasks', 'type': '[TaskInformation]'}, + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'start_task_info': {'key': 'startTaskInfo', 'type': 'StartTaskInformation'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'errors': {'key': 'errors', 'type': '[ComputeNodeError]'}, + 'is_dedicated': {'key': 'isDedicated', 'type': 'bool'}, + 'endpoint_configuration': {'key': 'endpointConfiguration', 'type': 'ComputeNodeEndpointConfiguration'}, + 'node_agent_info': {'key': 'nodeAgentInfo', 'type': 'NodeAgentInformation'}, + } + + def __init__(self, **kwargs): + super(ComputeNode, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.url = kwargs.get('url', None) + self.state = kwargs.get('state', None) + self.scheduling_state = kwargs.get('scheduling_state', None) + self.state_transition_time = kwargs.get('state_transition_time', None) + self.last_boot_time = kwargs.get('last_boot_time', None) + self.allocation_time = kwargs.get('allocation_time', None) + self.ip_address = kwargs.get('ip_address', None) + self.affinity_id = kwargs.get('affinity_id', None) + self.vm_size = kwargs.get('vm_size', None) + self.total_tasks_run = kwargs.get('total_tasks_run', None) + self.running_tasks_count = kwargs.get('running_tasks_count', None) + self.total_tasks_succeeded = kwargs.get('total_tasks_succeeded', None) + self.recent_tasks = kwargs.get('recent_tasks', None) + self.start_task = kwargs.get('start_task', None) + self.start_task_info = kwargs.get('start_task_info', None) + self.certificate_references = kwargs.get('certificate_references', None) + self.errors = kwargs.get('errors', None) + self.is_dedicated = kwargs.get('is_dedicated', None) + self.endpoint_configuration = kwargs.get('endpoint_configuration', None) + self.node_agent_info = kwargs.get('node_agent_info', None) + + +class ComputeNodeAddUserOptions(Model): + """Additional parameters for add_user operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeAddUserOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeDeleteUserOptions(Model): + """Additional parameters for delete_user operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeDeleteUserOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeDisableSchedulingOptions(Model): + """Additional parameters for disable_scheduling operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeDisableSchedulingOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeEnableSchedulingOptions(Model): + """Additional parameters for enable_scheduling operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeEnableSchedulingOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeEndpointConfiguration(Model): + """The endpoint configuration for the compute node. + + All required parameters must be populated in order to send to Azure. + + :param inbound_endpoints: Required. The list of inbound endpoints that are + accessible on the compute node. + :type inbound_endpoints: list[~azure.batch.models.InboundEndpoint] + """ + + _validation = { + 'inbound_endpoints': {'required': True}, + } + + _attribute_map = { + 'inbound_endpoints': {'key': 'inboundEndpoints', 'type': '[InboundEndpoint]'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeEndpointConfiguration, self).__init__(**kwargs) + self.inbound_endpoints = kwargs.get('inbound_endpoints', None) + + +class ComputeNodeError(Model): + """An error encountered by a compute node. + + :param code: An identifier for the compute node error. Codes are invariant + and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the compute node error, intended to + be suitable for display in a user interface. + :type message: str + :param error_details: The list of additional error details related to the + compute node error. + :type error_details: list[~azure.batch.models.NameValuePair] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'error_details': {'key': 'errorDetails', 'type': '[NameValuePair]'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeError, self).__init__(**kwargs) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + self.error_details = kwargs.get('error_details', None) + + +class ComputeNodeGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeGetOptions, self).__init__(**kwargs) + self.select = kwargs.get('select', None) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeGetRemoteDesktopOptions(Model): + """Additional parameters for get_remote_desktop operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeGetRemoteDesktopOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeGetRemoteLoginSettingsOptions(Model): + """Additional parameters for get_remote_login_settings operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeGetRemoteLoginSettingsOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeGetRemoteLoginSettingsResult(Model): + """The remote login settings for a compute node. + + All required parameters must be populated in order to send to Azure. + + :param remote_login_ip_address: Required. The IP address used for remote + login to the compute node. + :type remote_login_ip_address: str + :param remote_login_port: Required. The port used for remote login to the + compute node. + :type remote_login_port: int + """ + + _validation = { + 'remote_login_ip_address': {'required': True}, + 'remote_login_port': {'required': True}, + } + + _attribute_map = { + 'remote_login_ip_address': {'key': 'remoteLoginIPAddress', 'type': 'str'}, + 'remote_login_port': {'key': 'remoteLoginPort', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeGetRemoteLoginSettingsResult, self).__init__(**kwargs) + self.remote_login_ip_address = kwargs.get('remote_login_ip_address', None) + self.remote_login_port = kwargs.get('remote_login_port', None) + + +class ComputeNodeInformation(Model): + """Information about the compute node on which a task ran. + + :param affinity_id: An identifier for the compute node on which the task + ran, which can be passed when adding a task to request that the task be + scheduled on this compute node. + :type affinity_id: str + :param node_url: The URL of the node on which the task ran. . + :type node_url: str + :param pool_id: The ID of the pool on which the task ran. + :type pool_id: str + :param node_id: The ID of the node on which the task ran. + :type node_id: str + :param task_root_directory: The root directory of the task on the compute + node. + :type task_root_directory: str + :param task_root_directory_url: The URL to the root directory of the task + on the compute node. + :type task_root_directory_url: str + """ + + _attribute_map = { + 'affinity_id': {'key': 'affinityId', 'type': 'str'}, + 'node_url': {'key': 'nodeUrl', 'type': 'str'}, + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'node_id': {'key': 'nodeId', 'type': 'str'}, + 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, + 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeInformation, self).__init__(**kwargs) + self.affinity_id = kwargs.get('affinity_id', None) + self.node_url = kwargs.get('node_url', None) + self.pool_id = kwargs.get('pool_id', None) + self.node_id = kwargs.get('node_id', None) + self.task_root_directory = kwargs.get('task_root_directory', None) + self.task_root_directory_url = kwargs.get('task_root_directory_url', None) + + +class ComputeNodeListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 nodes can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeListOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.select = kwargs.get('select', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeRebootOptions(Model): + """Additional parameters for reboot operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeRebootOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeReimageOptions(Model): + """Additional parameters for reimage operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeReimageOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeUpdateUserOptions(Model): + """Additional parameters for update_user operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeUpdateUserOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeUploadBatchServiceLogsOptions(Model): + """Additional parameters for upload_batch_service_logs operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeUploadBatchServiceLogsOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class ComputeNodeUser(Model): + """A user account for RDP or SSH access on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The user name of the account. + :type name: str + :param is_admin: Whether the account should be an administrator on the + compute node. The default value is false. + :type is_admin: bool + :param expiry_time: The time at which the account should expire. If + omitted, the default is 1 day from the current time. For Linux compute + nodes, the expiryTime has a precision up to a day. + :type expiry_time: datetime + :param password: The password of the account. The password is required for + Windows nodes (those created with 'cloudServiceConfiguration', or created + with 'virtualMachineConfiguration' using a Windows image reference). For + Linux compute nodes, the password can optionally be specified along with + the sshPublicKey property. + :type password: str + :param ssh_public_key: The SSH public key that can be used for remote + login to the compute node. The public key should be compatible with + OpenSSH encoding and should be base 64 encoded. This property can be + specified only for Linux nodes. If this is specified for a Windows node, + then the Batch service rejects the request; if you are calling the REST + API directly, the HTTP status code is 400 (Bad Request). + :type ssh_public_key: str + """ + + _validation = { + 'name': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'is_admin': {'key': 'isAdmin', 'type': 'bool'}, + 'expiry_time': {'key': 'expiryTime', 'type': 'iso-8601'}, + 'password': {'key': 'password', 'type': 'str'}, + 'ssh_public_key': {'key': 'sshPublicKey', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ComputeNodeUser, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.is_admin = kwargs.get('is_admin', None) + self.expiry_time = kwargs.get('expiry_time', None) + self.password = kwargs.get('password', None) + self.ssh_public_key = kwargs.get('ssh_public_key', None) + + +class ContainerConfiguration(Model): + """The configuration for container-enabled pools. + + Variables are only populated by the server, and will be ignored when + sending a request. + + All required parameters must be populated in order to send to Azure. + + :ivar type: Required. The container technology to be used. Default value: + "dockerCompatible" . + :vartype type: str + :param container_image_names: The collection of container image names. + This is the full image reference, as would be specified to "docker pull". + An image will be sourced from the default Docker registry unless the image + is fully qualified with an alternative registry. + :type container_image_names: list[str] + :param container_registries: Additional private registries from which + containers can be pulled. If any images must be downloaded from a private + registry which requires credentials, then those credentials must be + provided here. + :type container_registries: list[~azure.batch.models.ContainerRegistry] + """ + + _validation = { + 'type': {'required': True, 'constant': True}, + } + + _attribute_map = { + 'type': {'key': 'type', 'type': 'str'}, + 'container_image_names': {'key': 'containerImageNames', 'type': '[str]'}, + 'container_registries': {'key': 'containerRegistries', 'type': '[ContainerRegistry]'}, + } + + type = "dockerCompatible" + + def __init__(self, **kwargs): + super(ContainerConfiguration, self).__init__(**kwargs) + self.container_image_names = kwargs.get('container_image_names', None) + self.container_registries = kwargs.get('container_registries', None) + + +class ContainerRegistry(Model): + """A private container registry. + + All required parameters must be populated in order to send to Azure. + + :param registry_server: The registry URL. If omitted, the default is + "docker.io". + :type registry_server: str + :param user_name: Required. The user name to log into the registry server. + :type user_name: str + :param password: Required. The password to log into the registry server. + :type password: str + """ + + _validation = { + 'user_name': {'required': True}, + 'password': {'required': True}, + } + + _attribute_map = { + 'registry_server': {'key': 'registryServer', 'type': 'str'}, + 'user_name': {'key': 'username', 'type': 'str'}, + 'password': {'key': 'password', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ContainerRegistry, self).__init__(**kwargs) + self.registry_server = kwargs.get('registry_server', None) + self.user_name = kwargs.get('user_name', None) + self.password = kwargs.get('password', None) + + +class DataDisk(Model): + """Settings which will be used by the data disks associated to compute nodes + in the pool. + + All required parameters must be populated in order to send to Azure. + + :param lun: Required. The logical unit number. The lun is used to uniquely + identify each data disk. If attaching multiple disks, each should have a + distinct lun. + :type lun: int + :param caching: The type of caching to be enabled for the data disks. The + default value for caching is readwrite. For information about the caching + options see: + https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. + Possible values include: 'none', 'readOnly', 'readWrite' + :type caching: str or ~azure.batch.models.CachingType + :param disk_size_gb: Required. The initial disk size in gigabytes. + :type disk_size_gb: int + :param storage_account_type: The storage account type to be used for the + data disk. If omitted, the default is "standard_lrs". Possible values + include: 'StandardLRS', 'PremiumLRS' + :type storage_account_type: str or ~azure.batch.models.StorageAccountType + """ + + _validation = { + 'lun': {'required': True}, + 'disk_size_gb': {'required': True}, + } + + _attribute_map = { + 'lun': {'key': 'lun', 'type': 'int'}, + 'caching': {'key': 'caching', 'type': 'CachingType'}, + 'disk_size_gb': {'key': 'diskSizeGB', 'type': 'int'}, + 'storage_account_type': {'key': 'storageAccountType', 'type': 'StorageAccountType'}, + } + + def __init__(self, **kwargs): + super(DataDisk, self).__init__(**kwargs) + self.lun = kwargs.get('lun', None) + self.caching = kwargs.get('caching', None) + self.disk_size_gb = kwargs.get('disk_size_gb', None) + self.storage_account_type = kwargs.get('storage_account_type', None) + + +class DeleteCertificateError(Model): + """An error encountered by the Batch service when deleting a certificate. + + :param code: An identifier for the certificate deletion error. Codes are + invariant and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the certificate deletion error, + intended to be suitable for display in a user interface. + :type message: str + :param values: A list of additional error details related to the + certificate deletion error. This list includes details such as the active + pools and nodes referencing this certificate. However, if a large number + of resources reference the certificate, the list contains only about the + first hundred. + :type values: list[~azure.batch.models.NameValuePair] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'values': {'key': 'values', 'type': '[NameValuePair]'}, + } + + def __init__(self, **kwargs): + super(DeleteCertificateError, self).__init__(**kwargs) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + self.values = kwargs.get('values', None) + + +class EnvironmentSetting(Model): + """An environment variable to be set on a task process. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the environment variable. + :type name: str + :param value: The value of the environment variable. + :type value: str + """ + + _validation = { + 'name': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(EnvironmentSetting, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.value = kwargs.get('value', None) + + +class ErrorMessage(Model): + """An error message received in an Azure Batch error response. + + :param lang: The language code of the error message. + :type lang: str + :param value: The text of the message. + :type value: str + """ + + _attribute_map = { + 'lang': {'key': 'lang', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ErrorMessage, self).__init__(**kwargs) + self.lang = kwargs.get('lang', None) + self.value = kwargs.get('value', None) + + +class ExitCodeMapping(Model): + """How the Batch service should respond if a task exits with a particular exit + code. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. A process exit code. + :type code: int + :param exit_options: Required. How the Batch service should respond if the + task exits with this exit code. + :type exit_options: ~azure.batch.models.ExitOptions + """ + + _validation = { + 'code': {'required': True}, + 'exit_options': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'int'}, + 'exit_options': {'key': 'exitOptions', 'type': 'ExitOptions'}, + } + + def __init__(self, **kwargs): + super(ExitCodeMapping, self).__init__(**kwargs) + self.code = kwargs.get('code', None) + self.exit_options = kwargs.get('exit_options', None) + + +class ExitCodeRangeMapping(Model): + """A range of exit codes and how the Batch service should respond to exit + codes within that range. + + All required parameters must be populated in order to send to Azure. + + :param start: Required. The first exit code in the range. + :type start: int + :param end: Required. The last exit code in the range. + :type end: int + :param exit_options: Required. How the Batch service should respond if the + task exits with an exit code in the range start to end (inclusive). + :type exit_options: ~azure.batch.models.ExitOptions + """ + + _validation = { + 'start': {'required': True}, + 'end': {'required': True}, + 'exit_options': {'required': True}, + } + + _attribute_map = { + 'start': {'key': 'start', 'type': 'int'}, + 'end': {'key': 'end', 'type': 'int'}, + 'exit_options': {'key': 'exitOptions', 'type': 'ExitOptions'}, + } + + def __init__(self, **kwargs): + super(ExitCodeRangeMapping, self).__init__(**kwargs) + self.start = kwargs.get('start', None) + self.end = kwargs.get('end', None) + self.exit_options = kwargs.get('exit_options', None) + + +class ExitConditions(Model): + """Specifies how the Batch service should respond when the task completes. + + :param exit_codes: A list of individual task exit codes and how the Batch + service should respond to them. + :type exit_codes: list[~azure.batch.models.ExitCodeMapping] + :param exit_code_ranges: A list of task exit code ranges and how the Batch + service should respond to them. + :type exit_code_ranges: list[~azure.batch.models.ExitCodeRangeMapping] + :param pre_processing_error: How the Batch service should respond if the + task fails to start due to an error. + :type pre_processing_error: ~azure.batch.models.ExitOptions + :param file_upload_error: How the Batch service should respond if a file + upload error occurs. If the task exited with an exit code that was + specified via exitCodes or exitCodeRanges, and then encountered a file + upload error, then the action specified by the exit code takes precedence. + :type file_upload_error: ~azure.batch.models.ExitOptions + :param default: How the Batch service should respond if the task fails + with an exit condition not covered by any of the other properties. This + value is used if the task exits with any nonzero exit code not listed in + the exitCodes or exitCodeRanges collection, with a pre-processing error if + the preProcessingError property is not present, or with a file upload + error if the fileUploadError property is not present. If you want + non-default behavior on exit code 0, you must list it explicitly using the + exitCodes or exitCodeRanges collection. + :type default: ~azure.batch.models.ExitOptions + """ + + _attribute_map = { + 'exit_codes': {'key': 'exitCodes', 'type': '[ExitCodeMapping]'}, + 'exit_code_ranges': {'key': 'exitCodeRanges', 'type': '[ExitCodeRangeMapping]'}, + 'pre_processing_error': {'key': 'preProcessingError', 'type': 'ExitOptions'}, + 'file_upload_error': {'key': 'fileUploadError', 'type': 'ExitOptions'}, + 'default': {'key': 'default', 'type': 'ExitOptions'}, + } + + def __init__(self, **kwargs): + super(ExitConditions, self).__init__(**kwargs) + self.exit_codes = kwargs.get('exit_codes', None) + self.exit_code_ranges = kwargs.get('exit_code_ranges', None) + self.pre_processing_error = kwargs.get('pre_processing_error', None) + self.file_upload_error = kwargs.get('file_upload_error', None) + self.default = kwargs.get('default', None) + + +class ExitOptions(Model): + """Specifies how the Batch service responds to a particular exit condition. + + :param job_action: An action to take on the job containing the task, if + the task completes with the given exit condition and the job's + onTaskFailed property is 'performExitOptionsJobAction'. The default is + none for exit code 0 and terminate for all other exit conditions. If the + job's onTaskFailed property is noaction, then specifying this property + returns an error and the add task request fails with an invalid property + value error; if you are calling the REST API directly, the HTTP status + code is 400 (Bad Request). Possible values include: 'none', 'disable', + 'terminate' + :type job_action: str or ~azure.batch.models.JobAction + :param dependency_action: An action that the Batch service performs on + tasks that depend on this task. The default is 'satisfy' for exit code 0, + and 'block' for all other exit conditions. If the job's + usesTaskDependencies property is set to false, then specifying the + dependencyAction property returns an error and the add task request fails + with an invalid property value error; if you are calling the REST API + directly, the HTTP status code is 400 (Bad Request). Possible values + include: 'satisfy', 'block' + :type dependency_action: str or ~azure.batch.models.DependencyAction + """ + + _attribute_map = { + 'job_action': {'key': 'jobAction', 'type': 'JobAction'}, + 'dependency_action': {'key': 'dependencyAction', 'type': 'DependencyAction'}, + } + + def __init__(self, **kwargs): + super(ExitOptions, self).__init__(**kwargs) + self.job_action = kwargs.get('job_action', None) + self.dependency_action = kwargs.get('dependency_action', None) + + +class FileDeleteFromComputeNodeOptions(Model): + """Additional parameters for delete_from_compute_node operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(FileDeleteFromComputeNodeOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class FileDeleteFromTaskOptions(Model): + """Additional parameters for delete_from_task operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(FileDeleteFromTaskOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class FileGetFromComputeNodeOptions(Model): + """Additional parameters for get_from_compute_node operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param ocp_range: The byte range to be retrieved. The default is to + retrieve the entire file. The format is bytes=startRange-endRange. + :type ocp_range: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'ocp_range': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(FileGetFromComputeNodeOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.ocp_range = kwargs.get('ocp_range', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class FileGetFromTaskOptions(Model): + """Additional parameters for get_from_task operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param ocp_range: The byte range to be retrieved. The default is to + retrieve the entire file. The format is bytes=startRange-endRange. + :type ocp_range: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'ocp_range': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(FileGetFromTaskOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.ocp_range = kwargs.get('ocp_range', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class FileGetPropertiesFromComputeNodeOptions(Model): + """Additional parameters for get_properties_from_compute_node operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(FileGetPropertiesFromComputeNodeOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class FileGetPropertiesFromTaskOptions(Model): + """Additional parameters for get_properties_from_task operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(FileGetPropertiesFromTaskOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class FileListFromComputeNodeOptions(Model): + """Additional parameters for list_from_compute_node operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files. + :type filter: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 files can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(FileListFromComputeNodeOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class FileListFromTaskOptions(Model): + """Additional parameters for list_from_task operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-task-files. + :type filter: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 files can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(FileListFromTaskOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class FileProperties(Model): + """The properties of a file on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param creation_time: The file creation time. The creation time is not + returned for files on Linux compute nodes. + :type creation_time: datetime + :param last_modified: Required. The time at which the file was last + modified. + :type last_modified: datetime + :param content_length: Required. The length of the file. + :type content_length: long + :param content_type: The content type of the file. + :type content_type: str + :param file_mode: The file mode attribute in octal format. The file mode + is returned only for files on Linux compute nodes. + :type file_mode: str + """ + + _validation = { + 'last_modified': {'required': True}, + 'content_length': {'required': True}, + } + + _attribute_map = { + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'content_length': {'key': 'contentLength', 'type': 'long'}, + 'content_type': {'key': 'contentType', 'type': 'str'}, + 'file_mode': {'key': 'fileMode', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(FileProperties, self).__init__(**kwargs) + self.creation_time = kwargs.get('creation_time', None) + self.last_modified = kwargs.get('last_modified', None) + self.content_length = kwargs.get('content_length', None) + self.content_type = kwargs.get('content_type', None) + self.file_mode = kwargs.get('file_mode', None) + + +class ImageReference(Model): + """A reference to an Azure Virtual Machines Marketplace image or a custom + Azure Virtual Machine image. To get the list of all Azure Marketplace image + references verified by Azure Batch, see the 'List node agent SKUs' + operation. + + :param publisher: The publisher of the Azure Virtual Machines Marketplace + image. For example, Canonical or MicrosoftWindowsServer. + :type publisher: str + :param offer: The offer type of the Azure Virtual Machines Marketplace + image. For example, UbuntuServer or WindowsServer. + :type offer: str + :param sku: The SKU of the Azure Virtual Machines Marketplace image. For + example, 14.04.0-LTS or 2012-R2-Datacenter. + :type sku: str + :param version: The version of the Azure Virtual Machines Marketplace + image. A value of 'latest' can be specified to select the latest version + of an image. If omitted, the default is 'latest'. + :type version: str + :param virtual_machine_image_id: The ARM resource identifier of the + virtual machine image. Computes nodes of the pool will be created using + this custom image. This is of the form + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName}. + This property is mutually exclusive with other ImageReference properties. + The virtual machine image must be in the same region and subscription as + the Azure Batch account. For more details, see + https://docs.microsoft.com/azure/batch/batch-custom-images. + :type virtual_machine_image_id: str + """ + + _attribute_map = { + 'publisher': {'key': 'publisher', 'type': 'str'}, + 'offer': {'key': 'offer', 'type': 'str'}, + 'sku': {'key': 'sku', 'type': 'str'}, + 'version': {'key': 'version', 'type': 'str'}, + 'virtual_machine_image_id': {'key': 'virtualMachineImageId', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ImageReference, self).__init__(**kwargs) + self.publisher = kwargs.get('publisher', None) + self.offer = kwargs.get('offer', None) + self.sku = kwargs.get('sku', None) + self.version = kwargs.get('version', None) + self.virtual_machine_image_id = kwargs.get('virtual_machine_image_id', None) + + +class InboundEndpoint(Model): + """An inbound endpoint on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the endpoint. + :type name: str + :param protocol: Required. The protocol of the endpoint. Possible values + include: 'tcp', 'udp' + :type protocol: str or ~azure.batch.models.InboundEndpointProtocol + :param public_ip_address: Required. The public IP address of the compute + node. + :type public_ip_address: str + :param public_fqdn: Required. The public fully qualified domain name for + the compute node. + :type public_fqdn: str + :param frontend_port: Required. The public port number of the endpoint. + :type frontend_port: int + :param backend_port: Required. The backend port number of the endpoint. + :type backend_port: int + """ + + _validation = { + 'name': {'required': True}, + 'protocol': {'required': True}, + 'public_ip_address': {'required': True}, + 'public_fqdn': {'required': True}, + 'frontend_port': {'required': True}, + 'backend_port': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'protocol': {'key': 'protocol', 'type': 'InboundEndpointProtocol'}, + 'public_ip_address': {'key': 'publicIPAddress', 'type': 'str'}, + 'public_fqdn': {'key': 'publicFQDN', 'type': 'str'}, + 'frontend_port': {'key': 'frontendPort', 'type': 'int'}, + 'backend_port': {'key': 'backendPort', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(InboundEndpoint, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.protocol = kwargs.get('protocol', None) + self.public_ip_address = kwargs.get('public_ip_address', None) + self.public_fqdn = kwargs.get('public_fqdn', None) + self.frontend_port = kwargs.get('frontend_port', None) + self.backend_port = kwargs.get('backend_port', None) + + +class InboundNATPool(Model): + """A inbound NAT pool that can be used to address specific ports on compute + nodes in a Batch pool externally. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the endpoint. The name must be unique + within a Batch pool, can contain letters, numbers, underscores, periods, + and hyphens. Names must start with a letter or number, must end with a + letter, number, or underscore, and cannot exceed 77 characters. If any + invalid values are provided the request fails with HTTP status code 400. + :type name: str + :param protocol: Required. The protocol of the endpoint. Possible values + include: 'tcp', 'udp' + :type protocol: str or ~azure.batch.models.InboundEndpointProtocol + :param backend_port: Required. The port number on the compute node. This + must be unique within a Batch pool. Acceptable values are between 1 and + 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any + reserved values are provided the request fails with HTTP status code 400. + :type backend_port: int + :param frontend_port_range_start: Required. The first port number in the + range of external ports that will be used to provide inbound access to the + backendPort on individual compute nodes. Acceptable values range between 1 + and 65534 except ports from 50000 to 55000 which are reserved. All ranges + within a pool must be distinct and cannot overlap. Each range must contain + at least 40 ports. If any reserved or overlapping values are provided the + request fails with HTTP status code 400. + :type frontend_port_range_start: int + :param frontend_port_range_end: Required. The last port number in the + range of external ports that will be used to provide inbound access to the + backendPort on individual compute nodes. Acceptable values range between 1 + and 65534 except ports from 50000 to 55000 which are reserved by the Batch + service. All ranges within a pool must be distinct and cannot overlap. + Each range must contain at least 40 ports. If any reserved or overlapping + values are provided the request fails with HTTP status code 400. + :type frontend_port_range_end: int + :param network_security_group_rules: A list of network security group + rules that will be applied to the endpoint. The maximum number of rules + that can be specified across all the endpoints on a Batch pool is 25. If + no network security group rules are specified, a default rule will be + created to allow inbound access to the specified backendPort. If the + maximum number of network security group rules is exceeded the request + fails with HTTP status code 400. + :type network_security_group_rules: + list[~azure.batch.models.NetworkSecurityGroupRule] + """ + + _validation = { + 'name': {'required': True}, + 'protocol': {'required': True}, + 'backend_port': {'required': True}, + 'frontend_port_range_start': {'required': True}, + 'frontend_port_range_end': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'protocol': {'key': 'protocol', 'type': 'InboundEndpointProtocol'}, + 'backend_port': {'key': 'backendPort', 'type': 'int'}, + 'frontend_port_range_start': {'key': 'frontendPortRangeStart', 'type': 'int'}, + 'frontend_port_range_end': {'key': 'frontendPortRangeEnd', 'type': 'int'}, + 'network_security_group_rules': {'key': 'networkSecurityGroupRules', 'type': '[NetworkSecurityGroupRule]'}, + } + + def __init__(self, **kwargs): + super(InboundNATPool, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.protocol = kwargs.get('protocol', None) + self.backend_port = kwargs.get('backend_port', None) + self.frontend_port_range_start = kwargs.get('frontend_port_range_start', None) + self.frontend_port_range_end = kwargs.get('frontend_port_range_end', None) + self.network_security_group_rules = kwargs.get('network_security_group_rules', None) + + +class JobAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobAddOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class JobAddParameter(Model): + """An Azure Batch job to add. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the job within the + account. The ID can contain any combination of alphanumeric characters + including hyphens and underscores, and cannot contain more than 64 + characters. The ID is case-preserving and case-insensitive (that is, you + may not have two IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the job. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param priority: The priority of the job. Priority values can range from + -1000 to 1000, with -1000 being the lowest priority and 1000 being the + highest priority. The default value is 0. + :type priority: int + :param constraints: The execution constraints for the job. + :type constraints: ~azure.batch.models.JobConstraints + :param job_manager_task: Details of a Job Manager task to be launched when + the job is started. If the job does not specify a Job Manager task, the + user must explicitly add tasks to the job. If the job does specify a Job + Manager task, the Batch service creates the Job Manager task when the job + is created, and will try to schedule the Job Manager task before + scheduling other tasks in the job. The Job Manager task's typical purpose + is to control and/or monitor job execution, for example by deciding what + additional tasks to run, determining when the work is complete, etc. + (However, a Job Manager task is not restricted to these activities - it is + a fully-fledged task in the system and perform whatever actions are + required for the job.) For example, a Job Manager task might download a + file specified as a parameter, analyze the contents of that file and + submit additional tasks based on those contents. + :type job_manager_task: ~azure.batch.models.JobManagerTask + :param job_preparation_task: The Job Preparation task. If a job has a Job + Preparation task, the Batch service will run the Job Preparation task on a + compute node before starting any tasks of that job on that compute node. + :type job_preparation_task: ~azure.batch.models.JobPreparationTask + :param job_release_task: The Job Release task. A Job Release task cannot + be specified without also specifying a Job Preparation task for the job. + The Batch service runs the Job Release task on the compute nodes that have + run the Job Preparation task. The primary purpose of the Job Release task + is to undo changes to compute nodes made by the Job Preparation task. + Example activities include deleting local files, or shutting down services + that were started as part of job preparation. + :type job_release_task: ~azure.batch.models.JobReleaseTask + :param common_environment_settings: The list of common environment + variable settings. These environment variables are set for all tasks in + the job (including the Job Manager, Job Preparation and Job Release + tasks). Individual tasks can override an environment setting specified + here by specifying the same setting name with a different value. + :type common_environment_settings: + list[~azure.batch.models.EnvironmentSetting] + :param pool_info: Required. The pool on which the Batch service runs the + job's tasks. + :type pool_info: ~azure.batch.models.PoolInformation + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in the job are in the completed state. Note that if a job + contains no tasks, then all tasks are considered complete. This option is + therefore most commonly used with a Job Manager task; if you want to use + automatic job termination without a Job Manager, you should initially set + onAllTasksComplete to noaction and update the job properties to set + onAllTasksComplete to terminatejob once you have finished adding tasks. + The default is noaction. Possible values include: 'noAction', + 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + :param on_task_failure: The action the Batch service should take when any + task in the job fails. A task is considered to have failed if has a + failureInfo. A failureInfo is set if the task completes with a non-zero + exit code after exhausting its retry count, or if there was an error + starting the task, for example due to a resource file download error. The + default is noaction. Possible values include: 'noAction', + 'performExitOptionsJobAction' + :type on_task_failure: str or ~azure.batch.models.OnTaskFailure + :param metadata: A list of name-value pairs associated with the job as + metadata. The Batch service does not assign any meaning to metadata; it is + solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + :param uses_task_dependencies: Whether tasks in the job can define + dependencies on each other. The default is false. + :type uses_task_dependencies: bool + :param network_configuration: The network configuration for the job. + :type network_configuration: ~azure.batch.models.JobNetworkConfiguration + """ + + _validation = { + 'id': {'required': True}, + 'pool_info': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'priority': {'key': 'priority', 'type': 'int'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, + 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, + 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, + 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'JobNetworkConfiguration'}, + } + + def __init__(self, **kwargs): + super(JobAddParameter, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.priority = kwargs.get('priority', None) + self.constraints = kwargs.get('constraints', None) + self.job_manager_task = kwargs.get('job_manager_task', None) + self.job_preparation_task = kwargs.get('job_preparation_task', None) + self.job_release_task = kwargs.get('job_release_task', None) + self.common_environment_settings = kwargs.get('common_environment_settings', None) + self.pool_info = kwargs.get('pool_info', None) + self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) + self.on_task_failure = kwargs.get('on_task_failure', None) + self.metadata = kwargs.get('metadata', None) + self.uses_task_dependencies = kwargs.get('uses_task_dependencies', None) + self.network_configuration = kwargs.get('network_configuration', None) + + +class JobConstraints(Model): + """The execution constraints for a job. + + :param max_wall_clock_time: The maximum elapsed time that the job may run, + measured from the time the job is created. If the job does not complete + within the time limit, the Batch service terminates it and any tasks that + are still running. In this case, the termination reason will be + MaxWallClockTimeExpiry. If this property is not specified, there is no + time limit on how long the job may run. + :type max_wall_clock_time: timedelta + :param max_task_retry_count: The maximum number of times each task may be + retried. The Batch service retries a task if its exit code is nonzero. + Note that this value specifically controls the number of retries. The + Batch service will try each task once, and may then retry up to this + limit. For example, if the maximum retry count is 3, Batch tries a task up + to 4 times (one initial try and 3 retries). If the maximum retry count is + 0, the Batch service does not retry tasks. If the maximum retry count is + -1, the Batch service retries tasks without limit. The default value is 0 + (no retries). + :type max_task_retry_count: int + """ + + _attribute_map = { + 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, + 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(JobConstraints, self).__init__(**kwargs) + self.max_wall_clock_time = kwargs.get('max_wall_clock_time', None) + self.max_task_retry_count = kwargs.get('max_task_retry_count', None) + + +class JobDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobDeleteOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobDisableOptions(Model): + """Additional parameters for disable operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobDisableOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobDisableParameter(Model): + """Options when disabling a job. + + All required parameters must be populated in order to send to Azure. + + :param disable_tasks: Required. What to do with active tasks associated + with the job. Possible values include: 'requeue', 'terminate', 'wait' + :type disable_tasks: str or ~azure.batch.models.DisableJobOption + """ + + _validation = { + 'disable_tasks': {'required': True}, + } + + _attribute_map = { + 'disable_tasks': {'key': 'disableTasks', 'type': 'DisableJobOption'}, + } + + def __init__(self, **kwargs): + super(JobDisableParameter, self).__init__(**kwargs) + self.disable_tasks = kwargs.get('disable_tasks', None) + + +class JobEnableOptions(Model): + """Additional parameters for enable operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobEnableOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobExecutionInformation(Model): + """Contains information about the execution of a job in the Azure Batch + service. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The start time of the job. This is the time + at which the job was created. + :type start_time: datetime + :param end_time: The completion time of the job. This property is set only + if the job is in the completed state. + :type end_time: datetime + :param pool_id: The ID of the pool to which this job is assigned. This + element contains the actual pool where the job is assigned. When you get + job details from the service, they also contain a poolInfo element, which + contains the pool configuration data from when the job was added or + updated. That poolInfo element may also contain a poolId element. If it + does, the two IDs are the same. If it does not, it means the job ran on an + auto pool, and this property contains the ID of that auto pool. + :type pool_id: str + :param scheduling_error: Details of any error encountered by the service + in starting the job. This property is not set if there was no error + starting the job. + :type scheduling_error: ~azure.batch.models.JobSchedulingError + :param terminate_reason: A string describing the reason the job ended. + This property is set only if the job is in the completed state. If the + Batch service terminates the job, it sets the reason as follows: + JMComplete - the Job Manager task completed, and killJobOnCompletion was + set to true. MaxWallClockTimeExpiry - the job reached its maxWallClockTime + constraint. TerminateJobSchedule - the job ran as part of a schedule, and + the schedule terminated. AllTasksComplete - the job's onAllTasksComplete + attribute is set to terminatejob, and all tasks in the job are complete. + TaskFailed - the job's onTaskFailure attribute is set to + performExitOptionsJobAction, and a task in the job failed with an exit + condition that specified a jobAction of terminatejob. Any other string is + a user-defined reason specified in a call to the 'Terminate a job' + operation. + :type terminate_reason: str + """ + + _validation = { + 'start_time': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'scheduling_error': {'key': 'schedulingError', 'type': 'JobSchedulingError'}, + 'terminate_reason': {'key': 'terminateReason', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(JobExecutionInformation, self).__init__(**kwargs) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + self.pool_id = kwargs.get('pool_id', None) + self.scheduling_error = kwargs.get('scheduling_error', None) + self.terminate_reason = kwargs.get('terminate_reason', None) + + +class JobGetAllLifetimeStatisticsOptions(Model): + """Additional parameters for get_all_lifetime_statistics operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobGetAllLifetimeStatisticsOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class JobGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobGetOptions, self).__init__(**kwargs) + self.select = kwargs.get('select', None) + self.expand = kwargs.get('expand', None) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobGetTaskCountsOptions(Model): + """Additional parameters for get_task_counts operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobGetTaskCountsOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class JobListFromJobScheduleOptions(Model): + """Additional parameters for list_from_job_schedule operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 jobs can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobListFromJobScheduleOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.select = kwargs.get('select', None) + self.expand = kwargs.get('expand', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class JobListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 jobs can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobListOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.select = kwargs.get('select', None) + self.expand = kwargs.get('expand', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class JobListPreparationAndReleaseTaskStatusOptions(Model): + """Additional parameters for list_preparation_and_release_task_status + operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 tasks can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobListPreparationAndReleaseTaskStatusOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.select = kwargs.get('select', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class JobManagerTask(Model): + """Specifies details of a Job Manager task. + + The Job Manager task is automatically started when the job is created. The + Batch service tries to schedule the Job Manager task before any other tasks + in the job. When shrinking a pool, the Batch service tries to preserve + compute nodes where Job Manager tasks are running for as long as possible + (that is, nodes running 'normal' tasks are removed before nodes running Job + Manager tasks). When a Job Manager task fails and needs to be restarted, + the system tries to schedule it at the highest priority. If there are no + idle nodes available, the system may terminate one of the running tasks in + the pool and return it to the queue in order to make room for the Job + Manager task to restart. Note that a Job Manager task in one job does not + have priority over tasks in other jobs. Across jobs, only job level + priorities are observed. For example, if a Job Manager in a priority 0 job + needs to be restarted, it will not displace tasks of a priority 1 job. + Batch will retry tasks when a recovery operation is triggered on a compute + node. Examples of recovery operations include (but are not limited to) when + an unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the Job Manager + task within the job. The ID can contain any combination of alphanumeric + characters including hyphens and underscores and cannot contain more than + 64 characters. + :type id: str + :param display_name: The display name of the Job Manager task. It need not + be unique and can contain any Unicode characters up to a maximum length of + 1024. + :type display_name: str + :param command_line: Required. The command line of the Job Manager task. + The command line does not run under a shell, and therefore cannot take + advantage of shell features such as environment variable expansion. If you + want to take advantage of such features, you should invoke the shell in + the command line, for example using "cmd /c MyCommand" in Windows or + "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, + it should use a relative path (relative to the task working directory), or + use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + Job Manager task runs. If the pool that will run this task has + containerConfiguration set, this must be set as well. If the pool that + will run this task doesn't have containerConfiguration set, this must not + be set. When this is specified, all directories recursively below the + AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) + are mapped into the container, all task environment variables are mapped + into the container, and the task command line is executed in the + container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. Files listed + under this element are located in the task's working directory. There is a + maximum size for the list of resource files. When the max size is + exceeded, the request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param output_files: A list of files that the Batch service will upload + from the compute node after running the command line. For multi-instance + tasks, the files will only be uploaded from the compute node on which the + primary task is executed. + :type output_files: list[~azure.batch.models.OutputFile] + :param environment_settings: A list of environment variable settings for + the Job Manager task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param constraints: Constraints that apply to the Job Manager task. + :type constraints: ~azure.batch.models.TaskConstraints + :param kill_job_on_completion: Whether completion of the Job Manager task + signifies completion of the entire job. If true, when the Job Manager task + completes, the Batch service marks the job as complete. If any tasks are + still running at this time (other than Job Release), those tasks are + terminated. If false, the completion of the Job Manager task does not + affect the job status. In this case, you should either use the + onAllTasksComplete attribute to terminate the job, or have a client or + user terminate the job explicitly. An example of this is if the Job + Manager creates a set of tasks but then takes no further role in their + execution. The default value is true. If you are using the + onAllTasksComplete and onTaskFailure attributes to control job lifetime, + and using the Job Manager task only to create the tasks for the job (not + to monitor progress), then it is important to set killJobOnCompletion to + false. + :type kill_job_on_completion: bool + :param user_identity: The user identity under which the Job Manager task + runs. If omitted, the task runs as a non-administrative user unique to the + task. + :type user_identity: ~azure.batch.models.UserIdentity + :param run_exclusive: Whether the Job Manager task requires exclusive use + of the compute node where it runs. If true, no other tasks will run on the + same compute node for as long as the Job Manager is running. If false, + other tasks can run simultaneously with the Job Manager on a compute node. + The Job Manager task counts normally against the node's concurrent task + limit, so this is only relevant if the node allows multiple concurrent + tasks. The default value is true. + :type run_exclusive: bool + :param application_package_references: A list of application packages that + the Batch service will deploy to the compute node before running the + command line. Application packages are downloaded and deployed to a shared + directory, not the task working directory. Therefore, if a referenced + package is already on the compute node, and is up to date, then it is not + re-downloaded; the existing copy on the compute node is used. If a + referenced application package cannot be installed, for example because + the package has been deleted or because download failed, the task fails. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param authentication_token_settings: The settings for an authentication + token that the task can use to perform Batch service operations. If this + property is set, the Batch service provides the task with an + authentication token which can be used to authenticate Batch service + operations without requiring an account access key. The token is provided + via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations + that the task can carry out using the token depend on the settings. For + example, a task can request job permissions in order to add other tasks to + the job, or check the status of the job or of other tasks under the job. + :type authentication_token_settings: + ~azure.batch.models.AuthenticationTokenSettings + :param allow_low_priority_node: Whether the Job Manager task may run on a + low-priority compute node. The default value is true. + :type allow_low_priority_node: bool + """ + + _validation = { + 'id': {'required': True}, + 'command_line': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + 'kill_job_on_completion': {'key': 'killJobOnCompletion', 'type': 'bool'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'run_exclusive': {'key': 'runExclusive', 'type': 'bool'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, + 'allow_low_priority_node': {'key': 'allowLowPriorityNode', 'type': 'bool'}, + } + + def __init__(self, **kwargs): + super(JobManagerTask, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.command_line = kwargs.get('command_line', None) + self.container_settings = kwargs.get('container_settings', None) + self.resource_files = kwargs.get('resource_files', None) + self.output_files = kwargs.get('output_files', None) + self.environment_settings = kwargs.get('environment_settings', None) + self.constraints = kwargs.get('constraints', None) + self.kill_job_on_completion = kwargs.get('kill_job_on_completion', None) + self.user_identity = kwargs.get('user_identity', None) + self.run_exclusive = kwargs.get('run_exclusive', None) + self.application_package_references = kwargs.get('application_package_references', None) + self.authentication_token_settings = kwargs.get('authentication_token_settings', None) + self.allow_low_priority_node = kwargs.get('allow_low_priority_node', None) + + +class JobNetworkConfiguration(Model): + """The network configuration for the job. + + All required parameters must be populated in order to send to Azure. + + :param subnet_id: Required. The ARM resource identifier of the virtual + network subnet which nodes running tasks from the job will join for the + duration of the task. This is only supported for jobs running on + VirtualMachineConfiguration pools. This is of the form + /subscriptions/{subscription}/resourceGroups/{group}/providers/{provider}/virtualNetworks/{network}/subnets/{subnet}. + The virtual network must be in the same region and subscription as the + Azure Batch account. The specified subnet should have enough free IP + addresses to accommodate the number of nodes which will run tasks from the + job. For more details, see + https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. + :type subnet_id: str + """ + + _validation = { + 'subnet_id': {'required': True}, + } + + _attribute_map = { + 'subnet_id': {'key': 'subnetId', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(JobNetworkConfiguration, self).__init__(**kwargs) + self.subnet_id = kwargs.get('subnet_id', None) + + +class JobPatchOptions(Model): + """Additional parameters for patch operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobPatchOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobPatchParameter(Model): + """The set of changes to be made to a job. + + :param priority: The priority of the job. Priority values can range from + -1000 to 1000, with -1000 being the lowest priority and 1000 being the + highest priority. If omitted, the priority of the job is left unchanged. + :type priority: int + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in the job are in the completed state. If omitted, the + completion behavior is left unchanged. You may not change the value from + terminatejob to noaction - that is, once you have engaged automatic job + termination, you cannot turn it off again. If you try to do this, the + request fails with an 'invalid property value' error response; if you are + calling the REST API directly, the HTTP status code is 400 (Bad Request). + Possible values include: 'noAction', 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + :param constraints: The execution constraints for the job. If omitted, the + existing execution constraints are left unchanged. + :type constraints: ~azure.batch.models.JobConstraints + :param pool_info: The pool on which the Batch service runs the job's + tasks. You may change the pool for a job only when the job is disabled. + The Patch Job call will fail if you include the poolInfo element and the + job is not disabled. If you specify an autoPoolSpecification specification + in the poolInfo, only the keepAlive property can be updated, and then only + if the auto pool has a poolLifetimeOption of job. If omitted, the job + continues to run on its current pool. + :type pool_info: ~azure.batch.models.PoolInformation + :param metadata: A list of name-value pairs associated with the job as + metadata. If omitted, the existing job metadata is left unchanged. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _attribute_map = { + 'priority': {'key': 'priority', 'type': 'int'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, **kwargs): + super(JobPatchParameter, self).__init__(**kwargs) + self.priority = kwargs.get('priority', None) + self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) + self.constraints = kwargs.get('constraints', None) + self.pool_info = kwargs.get('pool_info', None) + self.metadata = kwargs.get('metadata', None) + + +class JobPreparationAndReleaseTaskExecutionInformation(Model): + """The status of the Job Preparation and Job Release tasks on a compute node. + + :param pool_id: The ID of the pool containing the compute node to which + this entry refers. + :type pool_id: str + :param node_id: The ID of the compute node to which this entry refers. + :type node_id: str + :param node_url: The URL of the compute node to which this entry refers. + :type node_url: str + :param job_preparation_task_execution_info: Information about the + execution status of the Job Preparation task on this compute node. + :type job_preparation_task_execution_info: + ~azure.batch.models.JobPreparationTaskExecutionInformation + :param job_release_task_execution_info: Information about the execution + status of the Job Release task on this compute node. This property is set + only if the Job Release task has run on the node. + :type job_release_task_execution_info: + ~azure.batch.models.JobReleaseTaskExecutionInformation + """ + + _attribute_map = { + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'node_id': {'key': 'nodeId', 'type': 'str'}, + 'node_url': {'key': 'nodeUrl', 'type': 'str'}, + 'job_preparation_task_execution_info': {'key': 'jobPreparationTaskExecutionInfo', 'type': 'JobPreparationTaskExecutionInformation'}, + 'job_release_task_execution_info': {'key': 'jobReleaseTaskExecutionInfo', 'type': 'JobReleaseTaskExecutionInformation'}, + } + + def __init__(self, **kwargs): + super(JobPreparationAndReleaseTaskExecutionInformation, self).__init__(**kwargs) + self.pool_id = kwargs.get('pool_id', None) + self.node_id = kwargs.get('node_id', None) + self.node_url = kwargs.get('node_url', None) + self.job_preparation_task_execution_info = kwargs.get('job_preparation_task_execution_info', None) + self.job_release_task_execution_info = kwargs.get('job_release_task_execution_info', None) + + +class JobPreparationTask(Model): + """A Job Preparation task to run before any tasks of the job on any given + compute node. + + You can use Job Preparation to prepare a compute node to run tasks for the + job. Activities commonly performed in Job Preparation include: Downloading + common resource files used by all the tasks in the job. The Job Preparation + task can download these common resource files to the shared location on the + compute node. (AZ_BATCH_NODE_ROOT_DIR\shared), or starting a local service + on the compute node so that all tasks of that job can communicate with it. + If the Job Preparation task fails (that is, exhausts its retry count before + exiting with exit code 0), Batch will not run tasks of this job on the + compute node. The node remains ineligible to run tasks of this job until it + is reimaged. The node remains active and can be used for other jobs. The + Job Preparation task can run multiple times on the same compute node. + Therefore, you should write the Job Preparation task to handle + re-execution. If the compute node is rebooted, the Job Preparation task is + run again on the node before scheduling any other task of the job, if + rerunOnNodeRebootAfterSuccess is true or if the Job Preparation task did + not previously complete. If the compute node is reimaged, the Job + Preparation task is run again before scheduling any task of the job. Batch + will retry tasks when a recovery operation is triggered on a compute node. + Examples of recovery operations include (but are not limited to) when an + unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + All required parameters must be populated in order to send to Azure. + + :param id: A string that uniquely identifies the Job Preparation task + within the job. The ID can contain any combination of alphanumeric + characters including hyphens and underscores and cannot contain more than + 64 characters. If you do not specify this property, the Batch service + assigns a default value of 'jobpreparation'. No other task in the job can + have the same ID as the Job Preparation task. If you try to submit a task + with the same id, the Batch service rejects the request with error code + TaskIdSameAsJobPreparationTask; if you are calling the REST API directly, + the HTTP status code is 409 (Conflict). + :type id: str + :param command_line: Required. The command line of the Job Preparation + task. The command line does not run under a shell, and therefore cannot + take advantage of shell features such as environment variable expansion. + If you want to take advantage of such features, you should invoke the + shell in the command line, for example using "cmd /c MyCommand" in Windows + or "/bin/sh -c MyCommand" in Linux. If the command line refers to file + paths, it should use a relative path (relative to the task working + directory), or use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + Job Preparation task runs. When this is specified, all directories + recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch + directories on the node) are mapped into the container, all task + environment variables are mapped into the container, and the task command + line is executed in the container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. Files listed + under this element are located in the task's working directory. There is + a maximum size for the list of resource files. When the max size is + exceeded, the request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param environment_settings: A list of environment variable settings for + the Job Preparation task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param constraints: Constraints that apply to the Job Preparation task. + :type constraints: ~azure.batch.models.TaskConstraints + :param wait_for_success: Whether the Batch service should wait for the Job + Preparation task to complete successfully before scheduling any other + tasks of the job on the compute node. A Job Preparation task has completed + successfully if it exits with exit code 0. If true and the Job Preparation + task fails on a compute node, the Batch service retries the Job + Preparation task up to its maximum retry count (as specified in the + constraints element). If the task has still not completed successfully + after all retries, then the Batch service will not schedule tasks of the + job to the compute node. The compute node remains active and eligible to + run tasks of other jobs. If false, the Batch service will not wait for the + Job Preparation task to complete. In this case, other tasks of the job can + start executing on the compute node while the Job Preparation task is + still running; and even if the Job Preparation task fails, new tasks will + continue to be scheduled on the node. The default value is true. + :type wait_for_success: bool + :param user_identity: The user identity under which the Job Preparation + task runs. If omitted, the task runs as a non-administrative user unique + to the task on Windows nodes, or a a non-administrative user unique to the + pool on Linux nodes. + :type user_identity: ~azure.batch.models.UserIdentity + :param rerun_on_node_reboot_after_success: Whether the Batch service + should rerun the Job Preparation task after a compute node reboots. The + Job Preparation task is always rerun if a compute node is reimaged, or if + the Job Preparation task did not complete (e.g. because the reboot + occurred while the task was running). Therefore, you should always write a + Job Preparation task to be idempotent and to behave correctly if run + multiple times. The default value is true. + :type rerun_on_node_reboot_after_success: bool + """ + + _validation = { + 'command_line': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + 'wait_for_success': {'key': 'waitForSuccess', 'type': 'bool'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'rerun_on_node_reboot_after_success': {'key': 'rerunOnNodeRebootAfterSuccess', 'type': 'bool'}, + } + + def __init__(self, **kwargs): + super(JobPreparationTask, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.command_line = kwargs.get('command_line', None) + self.container_settings = kwargs.get('container_settings', None) + self.resource_files = kwargs.get('resource_files', None) + self.environment_settings = kwargs.get('environment_settings', None) + self.constraints = kwargs.get('constraints', None) + self.wait_for_success = kwargs.get('wait_for_success', None) + self.user_identity = kwargs.get('user_identity', None) + self.rerun_on_node_reboot_after_success = kwargs.get('rerun_on_node_reboot_after_success', None) + + +class JobPreparationTaskExecutionInformation(Model): + """Contains information about the execution of a Job Preparation task on a + compute node. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The time at which the task started running. + If the task has been restarted or retried, this is the most recent time at + which the task started running. + :type start_time: datetime + :param end_time: The time at which the Job Preparation task completed. + This property is set only if the task is in the Completed state. + :type end_time: datetime + :param state: Required. The current state of the Job Preparation task on + the compute node. Possible values include: 'running', 'completed' + :type state: str or ~azure.batch.models.JobPreparationTaskState + :param task_root_directory: The root directory of the Job Preparation task + on the compute node. You can use this path to retrieve files created by + the task, such as log files. + :type task_root_directory: str + :param task_root_directory_url: The URL to the root directory of the Job + Preparation task on the compute node. + :type task_root_directory_url: str + :param exit_code: The exit code of the program specified on the task + command line. This parameter is returned only if the task is in the + completed state. The exit code for a process reflects the specific + convention implemented by the application developer for that process. If + you use the exit code value to make decisions in your code, be sure that + you know the exit code convention used by the application process. Note + that the exit code may also be generated by the compute node operating + system, such as when a process is forcibly terminated. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param retry_count: Required. The number of times the task has been + retried by the Batch service. Task application failures (non-zero exit + code) are retried, pre-processing errors (the task could not be run) and + file upload errors are not retried. The Batch service will retry the task + up to the limit specified by the constraints. Task application failures + (non-zero exit code) are retried, pre-processing errors (the task could + not be run) and file upload errors are not retried. The Batch service will + retry the task up to the limit specified by the constraints. + :type retry_count: int + :param last_retry_time: The most recent time at which a retry of the Job + Preparation task started running. This property is set only if the task + was retried (i.e. retryCount is nonzero). If present, this is typically + the same as startTime, but may be different if the task has been restarted + for reasons other than retry; for example, if the compute node was + rebooted during a retry, then the startTime is updated but the + lastRetryTime is not. + :type last_retry_time: datetime + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _validation = { + 'start_time': {'required': True}, + 'state': {'required': True}, + 'retry_count': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'JobPreparationTaskState'}, + 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, + 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'retry_count': {'key': 'retryCount', 'type': 'int'}, + 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, **kwargs): + super(JobPreparationTaskExecutionInformation, self).__init__(**kwargs) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + self.state = kwargs.get('state', None) + self.task_root_directory = kwargs.get('task_root_directory', None) + self.task_root_directory_url = kwargs.get('task_root_directory_url', None) + self.exit_code = kwargs.get('exit_code', None) + self.container_info = kwargs.get('container_info', None) + self.failure_info = kwargs.get('failure_info', None) + self.retry_count = kwargs.get('retry_count', None) + self.last_retry_time = kwargs.get('last_retry_time', None) + self.result = kwargs.get('result', None) + + +class JobReleaseTask(Model): + """A Job Release task to run on job completion on any compute node where the + job has run. + + The Job Release task runs when the job ends, because of one of the + following: The user calls the Terminate Job API, or the Delete Job API + while the job is still active, the job's maximum wall clock time constraint + is reached, and the job is still active, or the job's Job Manager task + completed, and the job is configured to terminate when the Job Manager + completes. The Job Release task runs on each compute node where tasks of + the job have run and the Job Preparation task ran and completed. If you + reimage a compute node after it has run the Job Preparation task, and the + job ends without any further tasks of the job running on that compute node + (and hence the Job Preparation task does not re-run), then the Job Release + task does not run on that node. If a compute node reboots while the Job + Release task is still running, the Job Release task runs again when the + compute node starts up. The job is not marked as complete until all Job + Release tasks have completed. The Job Release task runs in the background. + It does not occupy a scheduling slot; that is, it does not count towards + the maxTasksPerNode limit specified on the pool. + + All required parameters must be populated in order to send to Azure. + + :param id: A string that uniquely identifies the Job Release task within + the job. The ID can contain any combination of alphanumeric characters + including hyphens and underscores and cannot contain more than 64 + characters. If you do not specify this property, the Batch service assigns + a default value of 'jobrelease'. No other task in the job can have the + same ID as the Job Release task. If you try to submit a task with the same + id, the Batch service rejects the request with error code + TaskIdSameAsJobReleaseTask; if you are calling the REST API directly, the + HTTP status code is 409 (Conflict). + :type id: str + :param command_line: Required. The command line of the Job Release task. + The command line does not run under a shell, and therefore cannot take + advantage of shell features such as environment variable expansion. If you + want to take advantage of such features, you should invoke the shell in + the command line, for example using "cmd /c MyCommand" in Windows or + "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, + it should use a relative path (relative to the task working directory), or + use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + Job Release task runs. When this is specified, all directories recursively + below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on + the node) are mapped into the container, all task environment variables + are mapped into the container, and the task command line is executed in + the container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. There is a + maximum size for the list of resource files. When the max size is + exceeded, the request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. Files listed under this + element are located in the task's working directory. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param environment_settings: A list of environment variable settings for + the Job Release task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param max_wall_clock_time: The maximum elapsed time that the Job Release + task may run on a given compute node, measured from the time the task + starts. If the task does not complete within the time limit, the Batch + service terminates it. The default value is 15 minutes. You may not + specify a timeout longer than 15 minutes. If you do, the Batch service + rejects it with an error; if you are calling the REST API directly, the + HTTP status code is 400 (Bad Request). + :type max_wall_clock_time: timedelta + :param retention_time: The minimum time to retain the task directory for + the Job Release task on the compute node. After this time, the Batch + service may delete the task directory and all its contents. The default is + 7 days, i.e. the task directory will be retained for 7 days unless the + compute node is removed or the job is deleted. + :type retention_time: timedelta + :param user_identity: The user identity under which the Job Release task + runs. If omitted, the task runs as a non-administrative user unique to the + task. + :type user_identity: ~azure.batch.models.UserIdentity + """ + + _validation = { + 'command_line': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, + 'retention_time': {'key': 'retentionTime', 'type': 'duration'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + } + + def __init__(self, **kwargs): + super(JobReleaseTask, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.command_line = kwargs.get('command_line', None) + self.container_settings = kwargs.get('container_settings', None) + self.resource_files = kwargs.get('resource_files', None) + self.environment_settings = kwargs.get('environment_settings', None) + self.max_wall_clock_time = kwargs.get('max_wall_clock_time', None) + self.retention_time = kwargs.get('retention_time', None) + self.user_identity = kwargs.get('user_identity', None) + + +class JobReleaseTaskExecutionInformation(Model): + """Contains information about the execution of a Job Release task on a compute + node. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The time at which the task started running. + If the task has been restarted or retried, this is the most recent time at + which the task started running. + :type start_time: datetime + :param end_time: The time at which the Job Release task completed. This + property is set only if the task is in the Completed state. + :type end_time: datetime + :param state: Required. The current state of the Job Release task on the + compute node. Possible values include: 'running', 'completed' + :type state: str or ~azure.batch.models.JobReleaseTaskState + :param task_root_directory: The root directory of the Job Release task on + the compute node. You can use this path to retrieve files created by the + task, such as log files. + :type task_root_directory: str + :param task_root_directory_url: The URL to the root directory of the Job + Release task on the compute node. + :type task_root_directory_url: str + :param exit_code: The exit code of the program specified on the task + command line. This parameter is returned only if the task is in the + completed state. The exit code for a process reflects the specific + convention implemented by the application developer for that process. If + you use the exit code value to make decisions in your code, be sure that + you know the exit code convention used by the application process. Note + that the exit code may also be generated by the compute node operating + system, such as when a process is forcibly terminated. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _validation = { + 'start_time': {'required': True}, + 'state': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'JobReleaseTaskState'}, + 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, + 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, **kwargs): + super(JobReleaseTaskExecutionInformation, self).__init__(**kwargs) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + self.state = kwargs.get('state', None) + self.task_root_directory = kwargs.get('task_root_directory', None) + self.task_root_directory_url = kwargs.get('task_root_directory_url', None) + self.exit_code = kwargs.get('exit_code', None) + self.container_info = kwargs.get('container_info', None) + self.failure_info = kwargs.get('failure_info', None) + self.result = kwargs.get('result', None) + + +class JobScheduleAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobScheduleAddOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class JobScheduleAddParameter(Model): + """A job schedule that allows recurring jobs by specifying when to run jobs + and a specification used to create each job. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the schedule within + the account. The ID can contain any combination of alphanumeric characters + including hyphens and underscores, and cannot contain more than 64 + characters. The ID is case-preserving and case-insensitive (that is, you + may not have two IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the schedule. The display name + need not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param schedule: Required. The schedule according to which jobs will be + created. + :type schedule: ~azure.batch.models.Schedule + :param job_specification: Required. The details of the jobs to be created + on this schedule. + :type job_specification: ~azure.batch.models.JobSpecification + :param metadata: A list of name-value pairs associated with the schedule + as metadata. The Batch service does not assign any meaning to metadata; it + is solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'id': {'required': True}, + 'schedule': {'required': True}, + 'job_specification': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'schedule': {'key': 'schedule', 'type': 'Schedule'}, + 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, **kwargs): + super(JobScheduleAddParameter, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.schedule = kwargs.get('schedule', None) + self.job_specification = kwargs.get('job_specification', None) + self.metadata = kwargs.get('metadata', None) + + +class JobScheduleDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobScheduleDeleteOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobScheduleDisableOptions(Model): + """Additional parameters for disable operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobScheduleDisableOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobScheduleEnableOptions(Model): + """Additional parameters for enable operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobScheduleEnableOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobScheduleExecutionInformation(Model): + """Contains information about jobs that have been and will be run under a job + schedule. + + :param next_run_time: The next time at which a job will be created under + this schedule. This property is meaningful only if the schedule is in the + active state when the time comes around. For example, if the schedule is + disabled, no job will be created at nextRunTime unless the job is enabled + before then. + :type next_run_time: datetime + :param recent_job: Information about the most recent job under the job + schedule. This property is present only if the at least one job has run + under the schedule. + :type recent_job: ~azure.batch.models.RecentJob + :param end_time: The time at which the schedule ended. This property is + set only if the job schedule is in the completed state. + :type end_time: datetime + """ + + _attribute_map = { + 'next_run_time': {'key': 'nextRunTime', 'type': 'iso-8601'}, + 'recent_job': {'key': 'recentJob', 'type': 'RecentJob'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + } + + def __init__(self, **kwargs): + super(JobScheduleExecutionInformation, self).__init__(**kwargs) + self.next_run_time = kwargs.get('next_run_time', None) + self.recent_job = kwargs.get('recent_job', None) + self.end_time = kwargs.get('end_time', None) + + +class JobScheduleExistsOptions(Model): + """Additional parameters for exists operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobScheduleExistsOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobScheduleGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobScheduleGetOptions, self).__init__(**kwargs) + self.select = kwargs.get('select', None) + self.expand = kwargs.get('expand', None) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobScheduleListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-schedules. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 job schedules can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobScheduleListOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.select = kwargs.get('select', None) + self.expand = kwargs.get('expand', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class JobSchedulePatchOptions(Model): + """Additional parameters for patch operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobSchedulePatchOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobSchedulePatchParameter(Model): + """The set of changes to be made to a job schedule. + + :param schedule: The schedule according to which jobs will be created. If + you do not specify this element, the existing schedule is left unchanged. + :type schedule: ~azure.batch.models.Schedule + :param job_specification: The details of the jobs to be created on this + schedule. Updates affect only jobs that are started after the update has + taken place. Any currently active job continues with the older + specification. + :type job_specification: ~azure.batch.models.JobSpecification + :param metadata: A list of name-value pairs associated with the job + schedule as metadata. If you do not specify this element, existing + metadata is left unchanged. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _attribute_map = { + 'schedule': {'key': 'schedule', 'type': 'Schedule'}, + 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, **kwargs): + super(JobSchedulePatchParameter, self).__init__(**kwargs) + self.schedule = kwargs.get('schedule', None) + self.job_specification = kwargs.get('job_specification', None) + self.metadata = kwargs.get('metadata', None) + + +class JobScheduleStatistics(Model): + """Resource usage statistics for a job schedule. + + All required parameters must be populated in order to send to Azure. + + :param url: Required. The URL of the statistics. + :type url: str + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param user_cpu_time: Required. The total user mode CPU time (summed + across all cores and all compute nodes) consumed by all tasks in all jobs + created under the schedule. + :type user_cpu_time: timedelta + :param kernel_cpu_time: Required. The total kernel mode CPU time (summed + across all cores and all compute nodes) consumed by all tasks in all jobs + created under the schedule. + :type kernel_cpu_time: timedelta + :param wall_clock_time: Required. The total wall clock time of all the + tasks in all the jobs created under the schedule. The wall clock time is + the elapsed time from when the task started running on a compute node to + when it finished (or to the last time the statistics were updated, if the + task had not finished by then). If a task was retried, this includes the + wall clock time of all the task retries. + :type wall_clock_time: timedelta + :param read_iops: Required. The total number of disk read operations made + by all tasks in all jobs created under the schedule. + :type read_iops: long + :param write_iops: Required. The total number of disk write operations + made by all tasks in all jobs created under the schedule. + :type write_iops: long + :param read_io_gi_b: Required. The total gibibytes read from disk by all + tasks in all jobs created under the schedule. + :type read_io_gi_b: float + :param write_io_gi_b: Required. The total gibibytes written to disk by all + tasks in all jobs created under the schedule. + :type write_io_gi_b: float + :param num_succeeded_tasks: Required. The total number of tasks + successfully completed during the given time range in jobs created under + the schedule. A task completes successfully if it returns exit code 0. + :type num_succeeded_tasks: long + :param num_failed_tasks: Required. The total number of tasks that failed + during the given time range in jobs created under the schedule. A task + fails if it exhausts its maximum retry count without returning exit code + 0. + :type num_failed_tasks: long + :param num_task_retries: Required. The total number of retries during the + given time range on all tasks in all jobs created under the schedule. + :type num_task_retries: long + :param wait_time: Required. The total wait time of all tasks in all jobs + created under the schedule. The wait time for a task is defined as the + elapsed time between the creation of the task and the start of task + execution. (If the task is retried due to failures, the wait time is the + time to the most recent task execution.). This value is only reported in + the account lifetime statistics; it is not included in the job statistics. + :type wait_time: timedelta + """ + + _validation = { + 'url': {'required': True}, + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'user_cpu_time': {'required': True}, + 'kernel_cpu_time': {'required': True}, + 'wall_clock_time': {'required': True}, + 'read_iops': {'required': True}, + 'write_iops': {'required': True}, + 'read_io_gi_b': {'required': True}, + 'write_io_gi_b': {'required': True}, + 'num_succeeded_tasks': {'required': True}, + 'num_failed_tasks': {'required': True}, + 'num_task_retries': {'required': True}, + 'wait_time': {'required': True}, + } + + _attribute_map = { + 'url': {'key': 'url', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, + 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, + 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, + 'read_iops': {'key': 'readIOps', 'type': 'long'}, + 'write_iops': {'key': 'writeIOps', 'type': 'long'}, + 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, + 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, + 'num_succeeded_tasks': {'key': 'numSucceededTasks', 'type': 'long'}, + 'num_failed_tasks': {'key': 'numFailedTasks', 'type': 'long'}, + 'num_task_retries': {'key': 'numTaskRetries', 'type': 'long'}, + 'wait_time': {'key': 'waitTime', 'type': 'duration'}, + } + + def __init__(self, **kwargs): + super(JobScheduleStatistics, self).__init__(**kwargs) + self.url = kwargs.get('url', None) + self.start_time = kwargs.get('start_time', None) + self.last_update_time = kwargs.get('last_update_time', None) + self.user_cpu_time = kwargs.get('user_cpu_time', None) + self.kernel_cpu_time = kwargs.get('kernel_cpu_time', None) + self.wall_clock_time = kwargs.get('wall_clock_time', None) + self.read_iops = kwargs.get('read_iops', None) + self.write_iops = kwargs.get('write_iops', None) + self.read_io_gi_b = kwargs.get('read_io_gi_b', None) + self.write_io_gi_b = kwargs.get('write_io_gi_b', None) + self.num_succeeded_tasks = kwargs.get('num_succeeded_tasks', None) + self.num_failed_tasks = kwargs.get('num_failed_tasks', None) + self.num_task_retries = kwargs.get('num_task_retries', None) + self.wait_time = kwargs.get('wait_time', None) + + +class JobScheduleTerminateOptions(Model): + """Additional parameters for terminate operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobScheduleTerminateOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobScheduleUpdateOptions(Model): + """Additional parameters for update operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobScheduleUpdateOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobScheduleUpdateParameter(Model): + """The set of changes to be made to a job schedule. + + All required parameters must be populated in order to send to Azure. + + :param schedule: Required. The schedule according to which jobs will be + created. If you do not specify this element, it is equivalent to passing + the default schedule: that is, a single job scheduled to run immediately. + :type schedule: ~azure.batch.models.Schedule + :param job_specification: Required. Details of the jobs to be created on + this schedule. Updates affect only jobs that are started after the update + has taken place. Any currently active job continues with the older + specification. + :type job_specification: ~azure.batch.models.JobSpecification + :param metadata: A list of name-value pairs associated with the job + schedule as metadata. If you do not specify this element, it takes the + default value of an empty list; in effect, any existing metadata is + deleted. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'schedule': {'required': True}, + 'job_specification': {'required': True}, + } + + _attribute_map = { + 'schedule': {'key': 'schedule', 'type': 'Schedule'}, + 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, **kwargs): + super(JobScheduleUpdateParameter, self).__init__(**kwargs) + self.schedule = kwargs.get('schedule', None) + self.job_specification = kwargs.get('job_specification', None) + self.metadata = kwargs.get('metadata', None) + + +class JobSchedulingError(Model): + """An error encountered by the Batch service when scheduling a job. + + All required parameters must be populated in order to send to Azure. + + :param category: Required. The category of the job scheduling error. + Possible values include: 'userError', 'serverError' + :type category: str or ~azure.batch.models.ErrorCategory + :param code: An identifier for the job scheduling error. Codes are + invariant and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the job scheduling error, intended to + be suitable for display in a user interface. + :type message: str + :param details: A list of additional error details related to the + scheduling error. + :type details: list[~azure.batch.models.NameValuePair] + """ + + _validation = { + 'category': {'required': True}, + } + + _attribute_map = { + 'category': {'key': 'category', 'type': 'ErrorCategory'}, + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'details': {'key': 'details', 'type': '[NameValuePair]'}, + } + + def __init__(self, **kwargs): + super(JobSchedulingError, self).__init__(**kwargs) + self.category = kwargs.get('category', None) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + self.details = kwargs.get('details', None) + + +class JobSpecification(Model): + """Specifies details of the jobs to be created on a schedule. + + All required parameters must be populated in order to send to Azure. + + :param priority: The priority of jobs created under this schedule. + Priority values can range from -1000 to 1000, with -1000 being the lowest + priority and 1000 being the highest priority. The default value is 0. This + priority is used as the default for all jobs under the job schedule. You + can update a job's priority after it has been created using by using the + update job API. + :type priority: int + :param display_name: The display name for jobs created under this + schedule. The name need not be unique and can contain any Unicode + characters up to a maximum length of 1024. + :type display_name: str + :param uses_task_dependencies: Whether tasks in the job can define + dependencies on each other. The default is false. + :type uses_task_dependencies: bool + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in a job created under this schedule are in the completed + state. Note that if a job contains no tasks, then all tasks are considered + complete. This option is therefore most commonly used with a Job Manager + task; if you want to use automatic job termination without a Job Manager, + you should initially set onAllTasksComplete to noaction and update the job + properties to set onAllTasksComplete to terminatejob once you have + finished adding tasks. The default is noaction. Possible values include: + 'noAction', 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + :param on_task_failure: The action the Batch service should take when any + task fails in a job created under this schedule. A task is considered to + have failed if it have failed if has a failureInfo. A failureInfo is set + if the task completes with a non-zero exit code after exhausting its retry + count, or if there was an error starting the task, for example due to a + resource file download error. The default is noaction. Possible values + include: 'noAction', 'performExitOptionsJobAction' + :type on_task_failure: str or ~azure.batch.models.OnTaskFailure + :param network_configuration: The network configuration for the job. + :type network_configuration: ~azure.batch.models.JobNetworkConfiguration + :param constraints: The execution constraints for jobs created under this + schedule. + :type constraints: ~azure.batch.models.JobConstraints + :param job_manager_task: The details of a Job Manager task to be launched + when a job is started under this schedule. If the job does not specify a + Job Manager task, the user must explicitly add tasks to the job using the + Task API. If the job does specify a Job Manager task, the Batch service + creates the Job Manager task when the job is created, and will try to + schedule the Job Manager task before scheduling other tasks in the job. + :type job_manager_task: ~azure.batch.models.JobManagerTask + :param job_preparation_task: The Job Preparation task for jobs created + under this schedule. If a job has a Job Preparation task, the Batch + service will run the Job Preparation task on a compute node before + starting any tasks of that job on that compute node. + :type job_preparation_task: ~azure.batch.models.JobPreparationTask + :param job_release_task: The Job Release task for jobs created under this + schedule. The primary purpose of the Job Release task is to undo changes + to compute nodes made by the Job Preparation task. Example activities + include deleting local files, or shutting down services that were started + as part of job preparation. A Job Release task cannot be specified without + also specifying a Job Preparation task for the job. The Batch service runs + the Job Release task on the compute nodes that have run the Job + Preparation task. + :type job_release_task: ~azure.batch.models.JobReleaseTask + :param common_environment_settings: A list of common environment variable + settings. These environment variables are set for all tasks in jobs + created under this schedule (including the Job Manager, Job Preparation + and Job Release tasks). Individual tasks can override an environment + setting specified here by specifying the same setting name with a + different value. + :type common_environment_settings: + list[~azure.batch.models.EnvironmentSetting] + :param pool_info: Required. The pool on which the Batch service runs the + tasks of jobs created under this schedule. + :type pool_info: ~azure.batch.models.PoolInformation + :param metadata: A list of name-value pairs associated with each job + created under this schedule as metadata. The Batch service does not assign + any meaning to metadata; it is solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'pool_info': {'required': True}, + } + + _attribute_map = { + 'priority': {'key': 'priority', 'type': 'int'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'JobNetworkConfiguration'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, + 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, + 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, + 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, **kwargs): + super(JobSpecification, self).__init__(**kwargs) + self.priority = kwargs.get('priority', None) + self.display_name = kwargs.get('display_name', None) + self.uses_task_dependencies = kwargs.get('uses_task_dependencies', None) + self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) + self.on_task_failure = kwargs.get('on_task_failure', None) + self.network_configuration = kwargs.get('network_configuration', None) + self.constraints = kwargs.get('constraints', None) + self.job_manager_task = kwargs.get('job_manager_task', None) + self.job_preparation_task = kwargs.get('job_preparation_task', None) + self.job_release_task = kwargs.get('job_release_task', None) + self.common_environment_settings = kwargs.get('common_environment_settings', None) + self.pool_info = kwargs.get('pool_info', None) + self.metadata = kwargs.get('metadata', None) + + +class JobStatistics(Model): + """Resource usage statistics for a job. + + All required parameters must be populated in order to send to Azure. + + :param url: Required. The URL of the statistics. + :type url: str + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param user_cpu_time: Required. The total user mode CPU time (summed + across all cores and all compute nodes) consumed by all tasks in the job. + :type user_cpu_time: timedelta + :param kernel_cpu_time: Required. The total kernel mode CPU time (summed + across all cores and all compute nodes) consumed by all tasks in the job. + :type kernel_cpu_time: timedelta + :param wall_clock_time: Required. The total wall clock time of all tasks + in the job. The wall clock time is the elapsed time from when the task + started running on a compute node to when it finished (or to the last time + the statistics were updated, if the task had not finished by then). If a + task was retried, this includes the wall clock time of all the task + retries. + :type wall_clock_time: timedelta + :param read_iops: Required. The total number of disk read operations made + by all tasks in the job. + :type read_iops: long + :param write_iops: Required. The total number of disk write operations + made by all tasks in the job. + :type write_iops: long + :param read_io_gi_b: Required. The total amount of data in GiB read from + disk by all tasks in the job. + :type read_io_gi_b: float + :param write_io_gi_b: Required. The total amount of data in GiB written to + disk by all tasks in the job. + :type write_io_gi_b: float + :param num_succeeded_tasks: Required. The total number of tasks + successfully completed in the job during the given time range. A task + completes successfully if it returns exit code 0. + :type num_succeeded_tasks: long + :param num_failed_tasks: Required. The total number of tasks in the job + that failed during the given time range. A task fails if it exhausts its + maximum retry count without returning exit code 0. + :type num_failed_tasks: long + :param num_task_retries: Required. The total number of retries on all the + tasks in the job during the given time range. + :type num_task_retries: long + :param wait_time: Required. The total wait time of all tasks in the job. + The wait time for a task is defined as the elapsed time between the + creation of the task and the start of task execution. (If the task is + retried due to failures, the wait time is the time to the most recent task + execution.) This value is only reported in the account lifetime + statistics; it is not included in the job statistics. + :type wait_time: timedelta + """ + + _validation = { + 'url': {'required': True}, + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'user_cpu_time': {'required': True}, + 'kernel_cpu_time': {'required': True}, + 'wall_clock_time': {'required': True}, + 'read_iops': {'required': True}, + 'write_iops': {'required': True}, + 'read_io_gi_b': {'required': True}, + 'write_io_gi_b': {'required': True}, + 'num_succeeded_tasks': {'required': True}, + 'num_failed_tasks': {'required': True}, + 'num_task_retries': {'required': True}, + 'wait_time': {'required': True}, + } + + _attribute_map = { + 'url': {'key': 'url', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, + 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, + 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, + 'read_iops': {'key': 'readIOps', 'type': 'long'}, + 'write_iops': {'key': 'writeIOps', 'type': 'long'}, + 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, + 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, + 'num_succeeded_tasks': {'key': 'numSucceededTasks', 'type': 'long'}, + 'num_failed_tasks': {'key': 'numFailedTasks', 'type': 'long'}, + 'num_task_retries': {'key': 'numTaskRetries', 'type': 'long'}, + 'wait_time': {'key': 'waitTime', 'type': 'duration'}, + } + + def __init__(self, **kwargs): + super(JobStatistics, self).__init__(**kwargs) + self.url = kwargs.get('url', None) + self.start_time = kwargs.get('start_time', None) + self.last_update_time = kwargs.get('last_update_time', None) + self.user_cpu_time = kwargs.get('user_cpu_time', None) + self.kernel_cpu_time = kwargs.get('kernel_cpu_time', None) + self.wall_clock_time = kwargs.get('wall_clock_time', None) + self.read_iops = kwargs.get('read_iops', None) + self.write_iops = kwargs.get('write_iops', None) + self.read_io_gi_b = kwargs.get('read_io_gi_b', None) + self.write_io_gi_b = kwargs.get('write_io_gi_b', None) + self.num_succeeded_tasks = kwargs.get('num_succeeded_tasks', None) + self.num_failed_tasks = kwargs.get('num_failed_tasks', None) + self.num_task_retries = kwargs.get('num_task_retries', None) + self.wait_time = kwargs.get('wait_time', None) + + +class JobTerminateOptions(Model): + """Additional parameters for terminate operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobTerminateOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobTerminateParameter(Model): + """Options when terminating a job. + + :param terminate_reason: The text you want to appear as the job's + TerminateReason. The default is 'UserTerminate'. + :type terminate_reason: str + """ + + _attribute_map = { + 'terminate_reason': {'key': 'terminateReason', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(JobTerminateParameter, self).__init__(**kwargs) + self.terminate_reason = kwargs.get('terminate_reason', None) + + +class JobUpdateOptions(Model): + """Additional parameters for update operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(JobUpdateOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class JobUpdateParameter(Model): + """The set of changes to be made to a job. + + All required parameters must be populated in order to send to Azure. + + :param priority: The priority of the job. Priority values can range from + -1000 to 1000, with -1000 being the lowest priority and 1000 being the + highest priority. If omitted, it is set to the default value 0. + :type priority: int + :param constraints: The execution constraints for the job. If omitted, the + constraints are cleared. + :type constraints: ~azure.batch.models.JobConstraints + :param pool_info: Required. The pool on which the Batch service runs the + job's tasks. You may change the pool for a job only when the job is + disabled. The Update Job call will fail if you include the poolInfo + element and the job is not disabled. If you specify an + autoPoolSpecification specification in the poolInfo, only the keepAlive + property can be updated, and then only if the auto pool has a + poolLifetimeOption of job. + :type pool_info: ~azure.batch.models.PoolInformation + :param metadata: A list of name-value pairs associated with the job as + metadata. If omitted, it takes the default value of an empty list; in + effect, any existing metadata is deleted. + :type metadata: list[~azure.batch.models.MetadataItem] + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in the job are in the completed state. If omitted, the + completion behavior is set to noaction. If the current value is + terminatejob, this is an error because a job's completion behavior may not + be changed from terminatejob to noaction. You may not change the value + from terminatejob to noaction - that is, once you have engaged automatic + job termination, you cannot turn it off again. If you try to do this, the + request fails and Batch returns status code 400 (Bad Request) and an + 'invalid property value' error response. If you do not specify this + element in a PUT request, it is equivalent to passing noaction. This is an + error if the current value is terminatejob. Possible values include: + 'noAction', 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + """ + + _validation = { + 'pool_info': {'required': True}, + } + + _attribute_map = { + 'priority': {'key': 'priority', 'type': 'int'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + } + + def __init__(self, **kwargs): + super(JobUpdateParameter, self).__init__(**kwargs) + self.priority = kwargs.get('priority', None) + self.constraints = kwargs.get('constraints', None) + self.pool_info = kwargs.get('pool_info', None) + self.metadata = kwargs.get('metadata', None) + self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) + + +class LinuxUserConfiguration(Model): + """Properties used to create a user account on a Linux node. + + :param uid: The user ID of the user account. The uid and gid properties + must be specified together or not at all. If not specified the underlying + operating system picks the uid. + :type uid: int + :param gid: The group ID for the user account. The uid and gid properties + must be specified together or not at all. If not specified the underlying + operating system picks the gid. + :type gid: int + :param ssh_private_key: The SSH private key for the user account. The + private key must not be password protected. The private key is used to + automatically configure asymmetric-key based authentication for SSH + between nodes in a Linux pool when the pool's enableInterNodeCommunication + property is true (it is ignored if enableInterNodeCommunication is false). + It does this by placing the key pair into the user's .ssh directory. If + not specified, password-less SSH is not configured between nodes (no + modification of the user's .ssh directory is done). + :type ssh_private_key: str + """ + + _attribute_map = { + 'uid': {'key': 'uid', 'type': 'int'}, + 'gid': {'key': 'gid', 'type': 'int'}, + 'ssh_private_key': {'key': 'sshPrivateKey', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(LinuxUserConfiguration, self).__init__(**kwargs) + self.uid = kwargs.get('uid', None) + self.gid = kwargs.get('gid', None) + self.ssh_private_key = kwargs.get('ssh_private_key', None) + + +class MetadataItem(Model): + """A name-value pair associated with a Batch service resource. + + The Batch service does not assign any meaning to this metadata; it is + solely for the use of user code. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the metadata item. + :type name: str + :param value: Required. The value of the metadata item. + :type value: str + """ + + _validation = { + 'name': {'required': True}, + 'value': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(MetadataItem, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.value = kwargs.get('value', None) + + +class MultiInstanceSettings(Model): + """Settings which specify how to run a multi-instance task. + + Multi-instance tasks are commonly used to support MPI tasks. + + All required parameters must be populated in order to send to Azure. + + :param number_of_instances: The number of compute nodes required by the + task. If omitted, the default is 1. + :type number_of_instances: int + :param coordination_command_line: Required. The command line to run on all + the compute nodes to enable them to coordinate when the primary runs the + main task command. A typical coordination command line launches a + background service and verifies that the service is ready to process + inter-node messages. + :type coordination_command_line: str + :param common_resource_files: A list of files that the Batch service will + download before running the coordination command line. The difference + between common resource files and task resource files is that common + resource files are downloaded for all subtasks including the primary, + whereas task resource files are downloaded only for the primary. Also note + that these resource files are not downloaded to the task working + directory, but instead are downloaded to the task root directory (one + directory above the working directory). There is a maximum size for the + list of resource files. When the max size is exceeded, the request will + fail and the response error code will be RequestEntityTooLarge. If this + occurs, the collection of ResourceFiles must be reduced in size. This can + be achieved using .zip files, Application Packages, or Docker Containers. + :type common_resource_files: list[~azure.batch.models.ResourceFile] + """ + + _validation = { + 'coordination_command_line': {'required': True}, + } + + _attribute_map = { + 'number_of_instances': {'key': 'numberOfInstances', 'type': 'int'}, + 'coordination_command_line': {'key': 'coordinationCommandLine', 'type': 'str'}, + 'common_resource_files': {'key': 'commonResourceFiles', 'type': '[ResourceFile]'}, + } + + def __init__(self, **kwargs): + super(MultiInstanceSettings, self).__init__(**kwargs) + self.number_of_instances = kwargs.get('number_of_instances', None) + self.coordination_command_line = kwargs.get('coordination_command_line', None) + self.common_resource_files = kwargs.get('common_resource_files', None) + + +class NameValuePair(Model): + """Represents a name-value pair. + + :param name: The name in the name-value pair. + :type name: str + :param value: The value in the name-value pair. + :type value: str + """ + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(NameValuePair, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.value = kwargs.get('value', None) + + +class NetworkConfiguration(Model): + """The network configuration for a pool. + + :param subnet_id: The ARM resource identifier of the virtual network + subnet which the compute nodes of the pool will join. This is of the form + /subscriptions/{subscription}/resourceGroups/{group}/providers/{provider}/virtualNetworks/{network}/subnets/{subnet}. + The virtual network must be in the same region and subscription as the + Azure Batch account. The specified subnet should have enough free IP + addresses to accommodate the number of nodes in the pool. If the subnet + doesn't have enough free IP addresses, the pool will partially allocate + compute nodes, and a resize error will occur. For pools created with + virtualMachineConfiguration only ARM virtual networks + ('Microsoft.Network/virtualNetworks') are supported, but for pools created + with cloudServiceConfiguration both ARM and classic virtual networks are + supported. For more details, see: + https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration + :type subnet_id: str + :param dynamic_vnet_assignment_scope: The scope of dynamic vnet + assignment. Possible values include: 'none', 'job' + :type dynamic_vnet_assignment_scope: str or + ~azure.batch.models.DynamicVNetAssignmentScope + :param endpoint_configuration: The configuration for endpoints on compute + nodes in the Batch pool. Pool endpoint configuration is only supported on + pools with the virtualMachineConfiguration property. + :type endpoint_configuration: + ~azure.batch.models.PoolEndpointConfiguration + """ + + _attribute_map = { + 'subnet_id': {'key': 'subnetId', 'type': 'str'}, + 'dynamic_vnet_assignment_scope': {'key': 'dynamicVNetAssignmentScope', 'type': 'DynamicVNetAssignmentScope'}, + 'endpoint_configuration': {'key': 'endpointConfiguration', 'type': 'PoolEndpointConfiguration'}, + } + + def __init__(self, **kwargs): + super(NetworkConfiguration, self).__init__(**kwargs) + self.subnet_id = kwargs.get('subnet_id', None) + self.dynamic_vnet_assignment_scope = kwargs.get('dynamic_vnet_assignment_scope', None) + self.endpoint_configuration = kwargs.get('endpoint_configuration', None) + + +class NetworkSecurityGroupRule(Model): + """A network security group rule to apply to an inbound endpoint. + + All required parameters must be populated in order to send to Azure. + + :param priority: Required. The priority for this rule. Priorities within a + pool must be unique and are evaluated in order of priority. The lower the + number the higher the priority. For example, rules could be specified with + order numbers of 150, 250, and 350. The rule with the order number of 150 + takes precedence over the rule that has an order of 250. Allowed + priorities are 150 to 3500. If any reserved or duplicate values are + provided the request fails with HTTP status code 400. + :type priority: int + :param access: Required. The action that should be taken for a specified + IP address, subnet range or tag. Possible values include: 'allow', 'deny' + :type access: str or ~azure.batch.models.NetworkSecurityGroupRuleAccess + :param source_address_prefix: Required. The source address prefix or tag + to match for the rule. Valid values are a single IP address (i.e. + 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all + addresses). If any other values are provided the request fails with HTTP + status code 400. + :type source_address_prefix: str + """ + + _validation = { + 'priority': {'required': True}, + 'access': {'required': True}, + 'source_address_prefix': {'required': True}, + } + + _attribute_map = { + 'priority': {'key': 'priority', 'type': 'int'}, + 'access': {'key': 'access', 'type': 'NetworkSecurityGroupRuleAccess'}, + 'source_address_prefix': {'key': 'sourceAddressPrefix', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(NetworkSecurityGroupRule, self).__init__(**kwargs) + self.priority = kwargs.get('priority', None) + self.access = kwargs.get('access', None) + self.source_address_prefix = kwargs.get('source_address_prefix', None) + + +class NodeAgentInformation(Model): + """Information about the node agent. + + The Batch node agent is a program that runs on each node in the pool and + provides Batch capability on the compute node. + + All required parameters must be populated in order to send to Azure. + + :param version: Required. The version of the Batch node agent running on + the compute node. This version number can be checked against the node + agent release notes located at + https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md. + :type version: str + :param last_update_time: Required. The time when the node agent was + updated on the compute node. This is the most recent time that the node + agent was updated to a new version. + :type last_update_time: datetime + """ + + _validation = { + 'version': {'required': True}, + 'last_update_time': {'required': True}, + } + + _attribute_map = { + 'version': {'key': 'version', 'type': 'str'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + } + + def __init__(self, **kwargs): + super(NodeAgentInformation, self).__init__(**kwargs) + self.version = kwargs.get('version', None) + self.last_update_time = kwargs.get('last_update_time', None) + + +class NodeAgentSku(Model): + """A node agent SKU supported by the Batch service. + + 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. + + :param id: The ID of the node agent SKU. + :type id: str + :param verified_image_references: The list of Azure Marketplace images + verified to be compatible with this node agent SKU. This collection is not + exhaustive (the node agent may be compatible with other images). + :type verified_image_references: list[~azure.batch.models.ImageReference] + :param os_type: The type of operating system (e.g. Windows or Linux) + compatible with the node agent SKU. Possible values include: 'linux', + 'windows' + :type os_type: str or ~azure.batch.models.OSType + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'verified_image_references': {'key': 'verifiedImageReferences', 'type': '[ImageReference]'}, + 'os_type': {'key': 'osType', 'type': 'OSType'}, + } + + def __init__(self, **kwargs): + super(NodeAgentSku, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.verified_image_references = kwargs.get('verified_image_references', None) + self.os_type = kwargs.get('os_type', None) + + +class NodeCounts(Model): + """The number of nodes in each node state. + + All required parameters must be populated in order to send to Azure. + + :param creating: Required. The number of nodes in the creating state. + :type creating: int + :param idle: Required. The number of nodes in the idle state. + :type idle: int + :param offline: Required. The number of nodes in the offline state. + :type offline: int + :param preempted: Required. The number of nodes in the preempted state. + :type preempted: int + :param rebooting: Required. The count of nodes in the rebooting state. + :type rebooting: int + :param reimaging: Required. The number of nodes in the reimaging state. + :type reimaging: int + :param running: Required. The number of nodes in the running state. + :type running: int + :param starting: Required. The number of nodes in the starting state. + :type starting: int + :param start_task_failed: Required. The number of nodes in the + startTaskFailed state. + :type start_task_failed: int + :param leaving_pool: Required. The number of nodes in the leavingPool + state. + :type leaving_pool: int + :param unknown: Required. The number of nodes in the unknown state. + :type unknown: int + :param unusable: Required. The number of nodes in the unusable state. + :type unusable: int + :param waiting_for_start_task: Required. The number of nodes in the + waitingForStartTask state. + :type waiting_for_start_task: int + :param total: Required. The total number of nodes. + :type total: int + """ + + _validation = { + 'creating': {'required': True}, + 'idle': {'required': True}, + 'offline': {'required': True}, + 'preempted': {'required': True}, + 'rebooting': {'required': True}, + 'reimaging': {'required': True}, + 'running': {'required': True}, + 'starting': {'required': True}, + 'start_task_failed': {'required': True}, + 'leaving_pool': {'required': True}, + 'unknown': {'required': True}, + 'unusable': {'required': True}, + 'waiting_for_start_task': {'required': True}, + 'total': {'required': True}, + } + + _attribute_map = { + 'creating': {'key': 'creating', 'type': 'int'}, + 'idle': {'key': 'idle', 'type': 'int'}, + 'offline': {'key': 'offline', 'type': 'int'}, + 'preempted': {'key': 'preempted', 'type': 'int'}, + 'rebooting': {'key': 'rebooting', 'type': 'int'}, + 'reimaging': {'key': 'reimaging', 'type': 'int'}, + 'running': {'key': 'running', 'type': 'int'}, + 'starting': {'key': 'starting', 'type': 'int'}, + 'start_task_failed': {'key': 'startTaskFailed', 'type': 'int'}, + 'leaving_pool': {'key': 'leavingPool', 'type': 'int'}, + 'unknown': {'key': 'unknown', 'type': 'int'}, + 'unusable': {'key': 'unusable', 'type': 'int'}, + 'waiting_for_start_task': {'key': 'waitingForStartTask', 'type': 'int'}, + 'total': {'key': 'total', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(NodeCounts, self).__init__(**kwargs) + self.creating = kwargs.get('creating', None) + self.idle = kwargs.get('idle', None) + self.offline = kwargs.get('offline', None) + self.preempted = kwargs.get('preempted', None) + self.rebooting = kwargs.get('rebooting', None) + self.reimaging = kwargs.get('reimaging', None) + self.running = kwargs.get('running', None) + self.starting = kwargs.get('starting', None) + self.start_task_failed = kwargs.get('start_task_failed', None) + self.leaving_pool = kwargs.get('leaving_pool', None) + self.unknown = kwargs.get('unknown', None) + self.unusable = kwargs.get('unusable', None) + self.waiting_for_start_task = kwargs.get('waiting_for_start_task', None) + self.total = kwargs.get('total', None) + + +class NodeDisableSchedulingParameter(Model): + """Options for disabling scheduling on a compute node. + + :param node_disable_scheduling_option: What to do with currently running + tasks when disabling task scheduling on the compute node. The default + value is requeue. Possible values include: 'requeue', 'terminate', + 'taskCompletion' + :type node_disable_scheduling_option: str or + ~azure.batch.models.DisableComputeNodeSchedulingOption + """ + + _attribute_map = { + 'node_disable_scheduling_option': {'key': 'nodeDisableSchedulingOption', 'type': 'DisableComputeNodeSchedulingOption'}, + } + + def __init__(self, **kwargs): + super(NodeDisableSchedulingParameter, self).__init__(**kwargs) + self.node_disable_scheduling_option = kwargs.get('node_disable_scheduling_option', None) + + +class NodeFile(Model): + """Information about a file or directory on a compute node. + + :param name: The file path. + :type name: str + :param url: The URL of the file. + :type url: str + :param is_directory: Whether the object represents a directory. + :type is_directory: bool + :param properties: The file properties. + :type properties: ~azure.batch.models.FileProperties + """ + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'is_directory': {'key': 'isDirectory', 'type': 'bool'}, + 'properties': {'key': 'properties', 'type': 'FileProperties'}, + } + + def __init__(self, **kwargs): + super(NodeFile, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.url = kwargs.get('url', None) + self.is_directory = kwargs.get('is_directory', None) + self.properties = kwargs.get('properties', None) + + +class NodeRebootParameter(Model): + """Options for rebooting a compute node. + + :param node_reboot_option: When to reboot the compute node and what to do + with currently running tasks. The default value is requeue. Possible + values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData' + :type node_reboot_option: str or + ~azure.batch.models.ComputeNodeRebootOption + """ + + _attribute_map = { + 'node_reboot_option': {'key': 'nodeRebootOption', 'type': 'ComputeNodeRebootOption'}, + } + + def __init__(self, **kwargs): + super(NodeRebootParameter, self).__init__(**kwargs) + self.node_reboot_option = kwargs.get('node_reboot_option', None) + + +class NodeReimageParameter(Model): + """Options for reimaging a compute node. + + :param node_reimage_option: When to reimage the compute node and what to + do with currently running tasks. The default value is requeue. Possible + values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData' + :type node_reimage_option: str or + ~azure.batch.models.ComputeNodeReimageOption + """ + + _attribute_map = { + 'node_reimage_option': {'key': 'nodeReimageOption', 'type': 'ComputeNodeReimageOption'}, + } + + def __init__(self, **kwargs): + super(NodeReimageParameter, self).__init__(**kwargs) + self.node_reimage_option = kwargs.get('node_reimage_option', None) + + +class NodeRemoveParameter(Model): + """Options for removing compute nodes from a pool. + + All required parameters must be populated in order to send to Azure. + + :param node_list: Required. A list containing the IDs of the compute nodes + to be removed from the specified pool. + :type node_list: list[str] + :param resize_timeout: The timeout for removal of compute nodes to the + pool. The default value is 15 minutes. The minimum value is 5 minutes. If + you specify a value less than 5 minutes, the Batch service returns an + error; if you are calling the REST API directly, the HTTP status code is + 400 (Bad Request). + :type resize_timeout: timedelta + :param node_deallocation_option: Determines what to do with a node and its + running task(s) after it has been selected for deallocation. The default + value is requeue. Possible values include: 'requeue', 'terminate', + 'taskCompletion', 'retainedData' + :type node_deallocation_option: str or + ~azure.batch.models.ComputeNodeDeallocationOption + """ + + _validation = { + 'node_list': {'required': True, 'max_items': 100}, + } + + _attribute_map = { + 'node_list': {'key': 'nodeList', 'type': '[str]'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'ComputeNodeDeallocationOption'}, + } + + def __init__(self, **kwargs): + super(NodeRemoveParameter, self).__init__(**kwargs) + self.node_list = kwargs.get('node_list', None) + self.resize_timeout = kwargs.get('resize_timeout', None) + self.node_deallocation_option = kwargs.get('node_deallocation_option', None) + + +class NodeUpdateUserParameter(Model): + """The set of changes to be made to a user account on a node. + + :param password: The password of the account. The password is required for + Windows nodes (those created with 'cloudServiceConfiguration', or created + with 'virtualMachineConfiguration' using a Windows image reference). For + Linux compute nodes, the password can optionally be specified along with + the sshPublicKey property. If omitted, any existing password is removed. + :type password: str + :param expiry_time: The time at which the account should expire. If + omitted, the default is 1 day from the current time. For Linux compute + nodes, the expiryTime has a precision up to a day. + :type expiry_time: datetime + :param ssh_public_key: The SSH public key that can be used for remote + login to the compute node. The public key should be compatible with + OpenSSH encoding and should be base 64 encoded. This property can be + specified only for Linux nodes. If this is specified for a Windows node, + then the Batch service rejects the request; if you are calling the REST + API directly, the HTTP status code is 400 (Bad Request). If omitted, any + existing SSH public key is removed. + :type ssh_public_key: str + """ + + _attribute_map = { + 'password': {'key': 'password', 'type': 'str'}, + 'expiry_time': {'key': 'expiryTime', 'type': 'iso-8601'}, + 'ssh_public_key': {'key': 'sshPublicKey', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(NodeUpdateUserParameter, self).__init__(**kwargs) + self.password = kwargs.get('password', None) + self.expiry_time = kwargs.get('expiry_time', None) + self.ssh_public_key = kwargs.get('ssh_public_key', None) + + +class OutputFile(Model): + """A specification for uploading files from an Azure Batch node to another + location after the Batch service has finished executing the task process. + + All required parameters must be populated in order to send to Azure. + + :param file_pattern: Required. A pattern indicating which file(s) to + upload. Both relative and absolute paths are supported. Relative paths are + relative to the task working directory. The following wildcards are + supported: * matches 0 or more characters (for example pattern abc* would + match abc or abcdef), ** matches any directory, ? matches any single + character, [abc] matches one character in the brackets, and [a-c] matches + one character in the range. Brackets can include a negation to match any + character not specified (for example [!abc] matches any character but a, + b, or c). If a file name starts with "." it is ignored by default but may + be matched by specifying it explicitly (for example *.gif will not match + .a.gif, but .*.gif will). A simple example: **\\*.txt matches any file + that does not start in '.' and ends with .txt in the task working + directory or any subdirectory. If the filename contains a wildcard + character it can be escaped using brackets (for example abc[*] would match + a file named abc*). Note that both \\ and / are treated as directory + separators on Windows, but only / is on Linux. Environment variables + (%var% on Windows or $var on Linux) are expanded prior to the pattern + being applied. + :type file_pattern: str + :param destination: Required. The destination for the output file(s). + :type destination: ~azure.batch.models.OutputFileDestination + :param upload_options: Required. Additional options for the upload + operation, including under what conditions to perform the upload. + :type upload_options: ~azure.batch.models.OutputFileUploadOptions + """ + + _validation = { + 'file_pattern': {'required': True}, + 'destination': {'required': True}, + 'upload_options': {'required': True}, + } + + _attribute_map = { + 'file_pattern': {'key': 'filePattern', 'type': 'str'}, + 'destination': {'key': 'destination', 'type': 'OutputFileDestination'}, + 'upload_options': {'key': 'uploadOptions', 'type': 'OutputFileUploadOptions'}, + } + + def __init__(self, **kwargs): + super(OutputFile, self).__init__(**kwargs) + self.file_pattern = kwargs.get('file_pattern', None) + self.destination = kwargs.get('destination', None) + self.upload_options = kwargs.get('upload_options', None) + + +class OutputFileBlobContainerDestination(Model): + """Specifies a file upload destination within an Azure blob storage container. + + All required parameters must be populated in order to send to Azure. + + :param path: The destination blob or virtual directory within the Azure + Storage container. If filePattern refers to a specific file (i.e. contains + no wildcards), then path is the name of the blob to which to upload that + file. If filePattern contains one or more wildcards (and therefore may + match multiple files), then path is the name of the blob virtual directory + (which is prepended to each blob name) to which to upload the file(s). If + omitted, file(s) are uploaded to the root of the container with a blob + name matching their file name. + :type path: str + :param container_url: Required. The URL of the container within Azure Blob + Storage to which to upload the file(s). The URL must include a Shared + Access Signature (SAS) granting write permissions to the container. + :type container_url: str + """ + + _validation = { + 'container_url': {'required': True}, + } + + _attribute_map = { + 'path': {'key': 'path', 'type': 'str'}, + 'container_url': {'key': 'containerUrl', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(OutputFileBlobContainerDestination, self).__init__(**kwargs) + self.path = kwargs.get('path', None) + self.container_url = kwargs.get('container_url', None) + + +class OutputFileDestination(Model): + """The destination to which a file should be uploaded. + + :param container: A location in Azure blob storage to which files are + uploaded. + :type container: ~azure.batch.models.OutputFileBlobContainerDestination + """ + + _attribute_map = { + 'container': {'key': 'container', 'type': 'OutputFileBlobContainerDestination'}, + } + + def __init__(self, **kwargs): + super(OutputFileDestination, self).__init__(**kwargs) + self.container = kwargs.get('container', None) + + +class OutputFileUploadOptions(Model): + """Details about an output file upload operation, including under what + conditions to perform the upload. + + All required parameters must be populated in order to send to Azure. + + :param upload_condition: Required. The conditions under which the task + output file or set of files should be uploaded. The default is + taskcompletion. Possible values include: 'taskSuccess', 'taskFailure', + 'taskCompletion' + :type upload_condition: str or + ~azure.batch.models.OutputFileUploadCondition + """ + + _validation = { + 'upload_condition': {'required': True}, + } + + _attribute_map = { + 'upload_condition': {'key': 'uploadCondition', 'type': 'OutputFileUploadCondition'}, + } + + def __init__(self, **kwargs): + super(OutputFileUploadOptions, self).__init__(**kwargs) + self.upload_condition = kwargs.get('upload_condition', None) + + +class PoolAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolAddOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class PoolAddParameter(Model): + """A pool in the Azure Batch service to add. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the pool within the + account. The ID can contain any combination of alphanumeric characters + including hyphens and underscores, and cannot contain more than 64 + characters. The ID is case-preserving and case-insensitive (that is, you + may not have two pool IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the pool. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param vm_size: Required. The size of virtual machines in the pool. All + virtual machines in a pool are the same size. For information about + available sizes of virtual machines for Cloud Services pools (pools + created with cloudServiceConfiguration), see Sizes for Cloud Services + (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). + Batch supports all Cloud Services VM sizes except ExtraSmall, A1V2 and + A2V2. For information about available VM sizes for pools using images from + the Virtual Machines Marketplace (pools created with + virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) + (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) + or Sizes for Virtual Machines (Windows) + (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). + Batch supports all Azure VM sizes except STANDARD_A0 and those with + premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). + :type vm_size: str + :param cloud_service_configuration: The cloud service configuration for + the pool. This property and virtualMachineConfiguration are mutually + exclusive and one of the properties must be specified. This property + cannot be specified if the Batch account was created with its + poolAllocationMode property set to 'UserSubscription'. + :type cloud_service_configuration: + ~azure.batch.models.CloudServiceConfiguration + :param virtual_machine_configuration: The virtual machine configuration + for the pool. This property and cloudServiceConfiguration are mutually + exclusive and one of the properties must be specified. + :type virtual_machine_configuration: + ~azure.batch.models.VirtualMachineConfiguration + :param resize_timeout: The timeout for allocation of compute nodes to the + pool. This timeout applies only to manual scaling; it has no effect when + enableAutoScale is set to true. The default value is 15 minutes. The + minimum value is 5 minutes. If you specify a value less than 5 minutes, + the Batch service returns an error; if you are calling the REST API + directly, the HTTP status code is 400 (Bad Request). + :type resize_timeout: timedelta + :param target_dedicated_nodes: The desired number of dedicated compute + nodes in the pool. This property must not be specified if enableAutoScale + is set to true. If enableAutoScale is set to false, then you must set + either targetDedicatedNodes, targetLowPriorityNodes, or both. + :type target_dedicated_nodes: int + :param target_low_priority_nodes: The desired number of low-priority + compute nodes in the pool. This property must not be specified if + enableAutoScale is set to true. If enableAutoScale is set to false, then + you must set either targetDedicatedNodes, targetLowPriorityNodes, or both. + :type target_low_priority_nodes: int + :param enable_auto_scale: Whether the pool size should automatically + adjust over time. If false, at least one of targetDedicateNodes and + targetLowPriorityNodes must be specified. If true, the autoScaleFormula + property is required and the pool automatically resizes according to the + formula. The default value is false. + :type enable_auto_scale: bool + :param auto_scale_formula: A formula for the desired number of compute + nodes in the pool. This property must not be specified if enableAutoScale + is set to false. It is required if enableAutoScale is set to true. The + formula is checked for validity before the pool is created. If the formula + is not valid, the Batch service rejects the request with detailed error + information. For more information about specifying this formula, see + 'Automatically scale compute nodes in an Azure Batch pool' + (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/). + :type auto_scale_formula: str + :param auto_scale_evaluation_interval: The time interval at which to + automatically adjust the pool size according to the autoscale formula. The + default value is 15 minutes. The minimum and maximum value are 5 minutes + and 168 hours respectively. If you specify a value less than 5 minutes or + greater than 168 hours, the Batch service returns an error; if you are + calling the REST API directly, the HTTP status code is 400 (Bad Request). + :type auto_scale_evaluation_interval: timedelta + :param enable_inter_node_communication: Whether the pool permits direct + communication between nodes. Enabling inter-node communication limits the + maximum size of the pool due to deployment restrictions on the nodes of + the pool. This may result in the pool not reaching its desired size. The + default value is false. + :type enable_inter_node_communication: bool + :param network_configuration: The network configuration for the pool. + :type network_configuration: ~azure.batch.models.NetworkConfiguration + :param start_task: A task specified to run on each compute node as it + joins the pool. The task runs when the node is added to the pool or when + the node is restarted. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: The list of certificates to be installed on + each compute node in the pool. For Windows compute nodes, the Batch + service installs the certificates to the specified certificate store and + location. For Linux compute nodes, the certificates are stored in a + directory inside the task working directory and an environment variable + AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this + location. For certificates with visibility of 'remoteUser', a 'certs' + directory is created in the user's home directory (e.g., + /home/{user-name}/certs) and certificates are placed in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: The list of application packages to + be installed on each compute node in the pool. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param application_licenses: The list of application licenses the Batch + service will make available on each compute node in the pool. The list of + application licenses must be a subset of available Batch service + application licenses. If a license is requested which is not supported, + pool creation will fail. + :type application_licenses: list[str] + :param max_tasks_per_node: The maximum number of tasks that can run + concurrently on a single compute node in the pool. The default value is 1. + The maximum value of this setting depends on the size of the compute nodes + in the pool (the vmSize setting). + :type max_tasks_per_node: int + :param task_scheduling_policy: How tasks are distributed across compute + nodes in a pool. + :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy + :param user_accounts: The list of user accounts to be created on each node + in the pool. + :type user_accounts: list[~azure.batch.models.UserAccount] + :param metadata: A list of name-value pairs associated with the pool as + metadata. The Batch service does not assign any meaning to metadata; it is + solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'id': {'required': True}, + 'vm_size': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, + 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, + 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, + 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, + 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, + 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, + 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, + 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, **kwargs): + super(PoolAddParameter, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.vm_size = kwargs.get('vm_size', None) + self.cloud_service_configuration = kwargs.get('cloud_service_configuration', None) + self.virtual_machine_configuration = kwargs.get('virtual_machine_configuration', None) + self.resize_timeout = kwargs.get('resize_timeout', None) + self.target_dedicated_nodes = kwargs.get('target_dedicated_nodes', None) + self.target_low_priority_nodes = kwargs.get('target_low_priority_nodes', None) + self.enable_auto_scale = kwargs.get('enable_auto_scale', None) + self.auto_scale_formula = kwargs.get('auto_scale_formula', None) + self.auto_scale_evaluation_interval = kwargs.get('auto_scale_evaluation_interval', None) + self.enable_inter_node_communication = kwargs.get('enable_inter_node_communication', None) + self.network_configuration = kwargs.get('network_configuration', None) + self.start_task = kwargs.get('start_task', None) + self.certificate_references = kwargs.get('certificate_references', None) + self.application_package_references = kwargs.get('application_package_references', None) + self.application_licenses = kwargs.get('application_licenses', None) + self.max_tasks_per_node = kwargs.get('max_tasks_per_node', None) + self.task_scheduling_policy = kwargs.get('task_scheduling_policy', None) + self.user_accounts = kwargs.get('user_accounts', None) + self.metadata = kwargs.get('metadata', None) + + +class PoolDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolDeleteOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class PoolDisableAutoScaleOptions(Model): + """Additional parameters for disable_auto_scale operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolDisableAutoScaleOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class PoolEnableAutoScaleOptions(Model): + """Additional parameters for enable_auto_scale operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolEnableAutoScaleOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class PoolEnableAutoScaleParameter(Model): + """Options for enabling automatic scaling on a pool. + + :param auto_scale_formula: The formula for the desired number of compute + nodes in the pool. The formula is checked for validity before it is + applied to the pool. If the formula is not valid, the Batch service + rejects the request with detailed error information. For more information + about specifying this formula, see Automatically scale compute nodes in an + Azure Batch pool + (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling). + :type auto_scale_formula: str + :param auto_scale_evaluation_interval: The time interval at which to + automatically adjust the pool size according to the autoscale formula. The + default value is 15 minutes. The minimum and maximum value are 5 minutes + and 168 hours respectively. If you specify a value less than 5 minutes or + greater than 168 hours, the Batch service rejects the request with an + invalid property value error; if you are calling the REST API directly, + the HTTP status code is 400 (Bad Request). If you specify a new interval, + then the existing autoscale evaluation schedule will be stopped and a new + autoscale evaluation schedule will be started, with its starting time + being the time when this request was issued. + :type auto_scale_evaluation_interval: timedelta + """ + + _attribute_map = { + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, + } + + def __init__(self, **kwargs): + super(PoolEnableAutoScaleParameter, self).__init__(**kwargs) + self.auto_scale_formula = kwargs.get('auto_scale_formula', None) + self.auto_scale_evaluation_interval = kwargs.get('auto_scale_evaluation_interval', None) + + +class PoolEndpointConfiguration(Model): + """The endpoint configuration for a pool. + + All required parameters must be populated in order to send to Azure. + + :param inbound_nat_pools: Required. A list of inbound NAT pools that can + be used to address specific ports on an individual compute node + externally. The maximum number of inbound NAT pools per Batch pool is 5. + If the maximum number of inbound NAT pools is exceeded the request fails + with HTTP status code 400. + :type inbound_nat_pools: list[~azure.batch.models.InboundNATPool] + """ + + _validation = { + 'inbound_nat_pools': {'required': True}, + } + + _attribute_map = { + 'inbound_nat_pools': {'key': 'inboundNATPools', 'type': '[InboundNATPool]'}, + } + + def __init__(self, **kwargs): + super(PoolEndpointConfiguration, self).__init__(**kwargs) + self.inbound_nat_pools = kwargs.get('inbound_nat_pools', None) + + +class PoolEvaluateAutoScaleOptions(Model): + """Additional parameters for evaluate_auto_scale operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolEvaluateAutoScaleOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class PoolEvaluateAutoScaleParameter(Model): + """Options for evaluating an automatic scaling formula on a pool. + + All required parameters must be populated in order to send to Azure. + + :param auto_scale_formula: Required. The formula for the desired number of + compute nodes in the pool. The formula is validated and its results + calculated, but it is not applied to the pool. To apply the formula to the + pool, 'Enable automatic scaling on a pool'. For more information about + specifying this formula, see Automatically scale compute nodes in an Azure + Batch pool + (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling). + :type auto_scale_formula: str + """ + + _validation = { + 'auto_scale_formula': {'required': True}, + } + + _attribute_map = { + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(PoolEvaluateAutoScaleParameter, self).__init__(**kwargs) + self.auto_scale_formula = kwargs.get('auto_scale_formula', None) + + +class PoolExistsOptions(Model): + """Additional parameters for exists operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolExistsOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class PoolGetAllLifetimeStatisticsOptions(Model): + """Additional parameters for get_all_lifetime_statistics operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolGetAllLifetimeStatisticsOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class PoolGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolGetOptions, self).__init__(**kwargs) + self.select = kwargs.get('select', None) + self.expand = kwargs.get('expand', None) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class PoolInformation(Model): + """Specifies how a job should be assigned to a pool. + + :param pool_id: The ID of an existing pool. All the tasks of the job will + run on the specified pool. You must ensure that the pool referenced by + this property exists. If the pool does not exist at the time the Batch + service tries to schedule a job, no tasks for the job will run until you + create a pool with that id. Note that the Batch service will not reject + the job request; it will simply not run tasks until the pool exists. You + must specify either the pool ID or the auto pool specification, but not + both. + :type pool_id: str + :param auto_pool_specification: Characteristics for a temporary 'auto + pool'. The Batch service will create this auto pool when the job is + submitted. If auto pool creation fails, the Batch service moves the job to + a completed state, and the pool creation error is set in the job's + scheduling error property. The Batch service manages the lifetime (both + creation and, unless keepAlive is specified, deletion) of the auto pool. + Any user actions that affect the lifetime of the auto pool while the job + is active will result in unexpected behavior. You must specify either the + pool ID or the auto pool specification, but not both. + :type auto_pool_specification: ~azure.batch.models.AutoPoolSpecification + """ + + _attribute_map = { + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'auto_pool_specification': {'key': 'autoPoolSpecification', 'type': 'AutoPoolSpecification'}, + } + + def __init__(self, **kwargs): + super(PoolInformation, self).__init__(**kwargs) + self.pool_id = kwargs.get('pool_id', None) + self.auto_pool_specification = kwargs.get('auto_pool_specification', None) + + +class PoolListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-pools. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 pools can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolListOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.select = kwargs.get('select', None) + self.expand = kwargs.get('expand', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class PoolListUsageMetricsOptions(Model): + """Additional parameters for list_usage_metrics operation. + + :param start_time: The earliest time from which to include metrics. This + must be at least two and a half hours before the current time. If not + specified this defaults to the start time of the last aggregation interval + currently available. + :type start_time: datetime + :param end_time: The latest time from which to include metrics. This must + be at least two hours before the current time. If not specified this + defaults to the end time of the last aggregation interval currently + available. + :type end_time: datetime + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics. + :type filter: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 results will be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'start_time': {'key': '', 'type': 'iso-8601'}, + 'end_time': {'key': '', 'type': 'iso-8601'}, + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolListUsageMetricsOptions, self).__init__(**kwargs) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + self.filter = kwargs.get('filter', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class PoolNodeCounts(Model): + """The number of nodes in each state for a pool. + + All required parameters must be populated in order to send to Azure. + + :param pool_id: Required. The ID of the pool. + :type pool_id: str + :param dedicated: The number of dedicated nodes in each state. + :type dedicated: ~azure.batch.models.NodeCounts + :param low_priority: The number of low priority nodes in each state. + :type low_priority: ~azure.batch.models.NodeCounts + """ + + _validation = { + 'pool_id': {'required': True}, + } + + _attribute_map = { + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'dedicated': {'key': 'dedicated', 'type': 'NodeCounts'}, + 'low_priority': {'key': 'lowPriority', 'type': 'NodeCounts'}, + } + + def __init__(self, **kwargs): + super(PoolNodeCounts, self).__init__(**kwargs) + self.pool_id = kwargs.get('pool_id', None) + self.dedicated = kwargs.get('dedicated', None) + self.low_priority = kwargs.get('low_priority', None) + + +class PoolPatchOptions(Model): + """Additional parameters for patch operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolPatchOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class PoolPatchParameter(Model): + """The set of changes to be made to a pool. + + :param start_task: A task to run on each compute node as it joins the + pool. The task runs when the node is added to the pool or when the node is + restarted. If this element is present, it overwrites any existing start + task. If omitted, any existing start task is left unchanged. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: A list of certificates to be installed on + each compute node in the pool. If this element is present, it replaces any + existing certificate references configured on the pool. If omitted, any + existing certificate references are left unchanged. For Windows compute + nodes, the Batch service installs the certificates to the specified + certificate store and location. For Linux compute nodes, the certificates + are stored in a directory inside the task working directory and an + environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to + query for this location. For certificates with visibility of 'remoteUser', + a 'certs' directory is created in the user's home directory (e.g., + /home/{user-name}/certs) and certificates are placed in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: A list of application packages to + be installed on each compute node in the pool. Changes to application + package references affect all new compute nodes joining the pool, but do + not affect compute nodes that are already in the pool until they are + rebooted or reimaged. If this element is present, it replaces any existing + application package references. If you specify an empty collection, then + all application package references are removed from the pool. If omitted, + any existing application package references are left unchanged. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param metadata: A list of name-value pairs associated with the pool as + metadata. If this element is present, it replaces any existing metadata + configured on the pool. If you specify an empty collection, any metadata + is removed from the pool. If omitted, any existing metadata is left + unchanged. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _attribute_map = { + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, **kwargs): + super(PoolPatchParameter, self).__init__(**kwargs) + self.start_task = kwargs.get('start_task', None) + self.certificate_references = kwargs.get('certificate_references', None) + self.application_package_references = kwargs.get('application_package_references', None) + self.metadata = kwargs.get('metadata', None) + + +class PoolRemoveNodesOptions(Model): + """Additional parameters for remove_nodes operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolRemoveNodesOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class PoolResizeOptions(Model): + """Additional parameters for resize operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolResizeOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class PoolResizeParameter(Model): + """Options for changing the size of a pool. + + :param target_dedicated_nodes: The desired number of dedicated compute + nodes in the pool. + :type target_dedicated_nodes: int + :param target_low_priority_nodes: The desired number of low-priority + compute nodes in the pool. + :type target_low_priority_nodes: int + :param resize_timeout: The timeout for allocation of compute nodes to the + pool or removal of compute nodes from the pool. The default value is 15 + minutes. The minimum value is 5 minutes. If you specify a value less than + 5 minutes, the Batch service returns an error; if you are calling the REST + API directly, the HTTP status code is 400 (Bad Request). + :type resize_timeout: timedelta + :param node_deallocation_option: Determines what to do with a node and its + running task(s) if the pool size is decreasing. The default value is + requeue. Possible values include: 'requeue', 'terminate', + 'taskCompletion', 'retainedData' + :type node_deallocation_option: str or + ~azure.batch.models.ComputeNodeDeallocationOption + """ + + _attribute_map = { + 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, + 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'ComputeNodeDeallocationOption'}, + } + + def __init__(self, **kwargs): + super(PoolResizeParameter, self).__init__(**kwargs) + self.target_dedicated_nodes = kwargs.get('target_dedicated_nodes', None) + self.target_low_priority_nodes = kwargs.get('target_low_priority_nodes', None) + self.resize_timeout = kwargs.get('resize_timeout', None) + self.node_deallocation_option = kwargs.get('node_deallocation_option', None) + + +class PoolSpecification(Model): + """Specification for creating a new pool. + + All required parameters must be populated in order to send to Azure. + + :param display_name: The display name for the pool. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param vm_size: Required. The size of the virtual machines in the pool. + All virtual machines in a pool are the same size. For information about + available sizes of virtual machines in pools, see Choose a VM size for + compute nodes in an Azure Batch pool + (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). + :type vm_size: str + :param cloud_service_configuration: The cloud service configuration for + the pool. This property must be specified if the pool needs to be created + with Azure PaaS VMs. This property and virtualMachineConfiguration are + mutually exclusive and one of the properties must be specified. If neither + is specified then the Batch service returns an error; if you are calling + the REST API directly, the HTTP status code is 400 (Bad Request). This + property cannot be specified if the Batch account was created with its + poolAllocationMode property set to 'UserSubscription'. + :type cloud_service_configuration: + ~azure.batch.models.CloudServiceConfiguration + :param virtual_machine_configuration: The virtual machine configuration + for the pool. This property must be specified if the pool needs to be + created with Azure IaaS VMs. This property and cloudServiceConfiguration + are mutually exclusive and one of the properties must be specified. If + neither is specified then the Batch service returns an error; if you are + calling the REST API directly, the HTTP status code is 400 (Bad Request). + :type virtual_machine_configuration: + ~azure.batch.models.VirtualMachineConfiguration + :param max_tasks_per_node: The maximum number of tasks that can run + concurrently on a single compute node in the pool. The default value is 1. + The maximum value of this setting depends on the size of the compute nodes + in the pool (the vmSize setting). + :type max_tasks_per_node: int + :param task_scheduling_policy: How tasks are distributed across compute + nodes in a pool. + :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy + :param resize_timeout: The timeout for allocation of compute nodes to the + pool. This timeout applies only to manual scaling; it has no effect when + enableAutoScale is set to true. The default value is 15 minutes. The + minimum value is 5 minutes. If you specify a value less than 5 minutes, + the Batch service rejects the request with an error; if you are calling + the REST API directly, the HTTP status code is 400 (Bad Request). + :type resize_timeout: timedelta + :param target_dedicated_nodes: The desired number of dedicated compute + nodes in the pool. This property must not be specified if enableAutoScale + is set to true. If enableAutoScale is set to false, then you must set + either targetDedicatedNodes, targetLowPriorityNodes, or both. + :type target_dedicated_nodes: int + :param target_low_priority_nodes: The desired number of low-priority + compute nodes in the pool. This property must not be specified if + enableAutoScale is set to true. If enableAutoScale is set to false, then + you must set either targetDedicatedNodes, targetLowPriorityNodes, or both. + :type target_low_priority_nodes: int + :param enable_auto_scale: Whether the pool size should automatically + adjust over time. If false, at least one of targetDedicateNodes and + targetLowPriorityNodes must be specified. If true, the autoScaleFormula + element is required. The pool automatically resizes according to the + formula. The default value is false. + :type enable_auto_scale: bool + :param auto_scale_formula: The formula for the desired number of compute + nodes in the pool. This property must not be specified if enableAutoScale + is set to false. It is required if enableAutoScale is set to true. The + formula is checked for validity before the pool is created. If the formula + is not valid, the Batch service rejects the request with detailed error + information. + :type auto_scale_formula: str + :param auto_scale_evaluation_interval: The time interval at which to + automatically adjust the pool size according to the autoscale formula. The + default value is 15 minutes. The minimum and maximum value are 5 minutes + and 168 hours respectively. If you specify a value less than 5 minutes or + greater than 168 hours, the Batch service rejects the request with an + invalid property value error; if you are calling the REST API directly, + the HTTP status code is 400 (Bad Request). + :type auto_scale_evaluation_interval: timedelta + :param enable_inter_node_communication: Whether the pool permits direct + communication between nodes. Enabling inter-node communication limits the + maximum size of the pool due to deployment restrictions on the nodes of + the pool. This may result in the pool not reaching its desired size. The + default value is false. + :type enable_inter_node_communication: bool + :param network_configuration: The network configuration for the pool. + :type network_configuration: ~azure.batch.models.NetworkConfiguration + :param start_task: A task to run on each compute node as it joins the + pool. The task runs when the node is added to the pool or when the node is + restarted. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: A list of certificates to be installed on + each compute node in the pool. For Windows compute nodes, the Batch + service installs the certificates to the specified certificate store and + location. For Linux compute nodes, the certificates are stored in a + directory inside the task working directory and an environment variable + AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this + location. For certificates with visibility of 'remoteUser', a 'certs' + directory is created in the user's home directory (e.g., + /home/{user-name}/certs) and certificates are placed in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: The list of application packages to + be installed on each compute node in the pool. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param application_licenses: The list of application licenses the Batch + service will make available on each compute node in the pool. The list of + application licenses must be a subset of available Batch service + application licenses. If a license is requested which is not supported, + pool creation will fail. The permitted licenses available on the pool are + 'maya', 'vray', '3dsmax', 'arnold'. An additional charge applies for each + application license added to the pool. + :type application_licenses: list[str] + :param user_accounts: The list of user accounts to be created on each node + in the pool. + :type user_accounts: list[~azure.batch.models.UserAccount] + :param metadata: A list of name-value pairs associated with the pool as + metadata. The Batch service does not assign any meaning to metadata; it is + solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'vm_size': {'required': True}, + } + + _attribute_map = { + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, + 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, + 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, + 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, + 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, + 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, + 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, + 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, **kwargs): + super(PoolSpecification, self).__init__(**kwargs) + self.display_name = kwargs.get('display_name', None) + self.vm_size = kwargs.get('vm_size', None) + self.cloud_service_configuration = kwargs.get('cloud_service_configuration', None) + self.virtual_machine_configuration = kwargs.get('virtual_machine_configuration', None) + self.max_tasks_per_node = kwargs.get('max_tasks_per_node', None) + self.task_scheduling_policy = kwargs.get('task_scheduling_policy', None) + self.resize_timeout = kwargs.get('resize_timeout', None) + self.target_dedicated_nodes = kwargs.get('target_dedicated_nodes', None) + self.target_low_priority_nodes = kwargs.get('target_low_priority_nodes', None) + self.enable_auto_scale = kwargs.get('enable_auto_scale', None) + self.auto_scale_formula = kwargs.get('auto_scale_formula', None) + self.auto_scale_evaluation_interval = kwargs.get('auto_scale_evaluation_interval', None) + self.enable_inter_node_communication = kwargs.get('enable_inter_node_communication', None) + self.network_configuration = kwargs.get('network_configuration', None) + self.start_task = kwargs.get('start_task', None) + self.certificate_references = kwargs.get('certificate_references', None) + self.application_package_references = kwargs.get('application_package_references', None) + self.application_licenses = kwargs.get('application_licenses', None) + self.user_accounts = kwargs.get('user_accounts', None) + self.metadata = kwargs.get('metadata', None) + + +class PoolStatistics(Model): + """Contains utilization and resource usage statistics for the lifetime of a + pool. + + All required parameters must be populated in order to send to Azure. + + :param url: Required. The URL for the statistics. + :type url: str + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param usage_stats: Statistics related to pool usage, such as the amount + of core-time used. + :type usage_stats: ~azure.batch.models.UsageStatistics + :param resource_stats: Statistics related to resource consumption by + compute nodes in the pool. + :type resource_stats: ~azure.batch.models.ResourceStatistics + """ + + _validation = { + 'url': {'required': True}, + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + } + + _attribute_map = { + 'url': {'key': 'url', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'usage_stats': {'key': 'usageStats', 'type': 'UsageStatistics'}, + 'resource_stats': {'key': 'resourceStats', 'type': 'ResourceStatistics'}, + } + + def __init__(self, **kwargs): + super(PoolStatistics, self).__init__(**kwargs) + self.url = kwargs.get('url', None) + self.start_time = kwargs.get('start_time', None) + self.last_update_time = kwargs.get('last_update_time', None) + self.usage_stats = kwargs.get('usage_stats', None) + self.resource_stats = kwargs.get('resource_stats', None) + + +class PoolStopResizeOptions(Model): + """Additional parameters for stop_resize operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolStopResizeOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class PoolUpdatePropertiesOptions(Model): + """Additional parameters for update_properties operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(PoolUpdatePropertiesOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class PoolUpdatePropertiesParameter(Model): + """The set of changes to be made to a pool. + + All required parameters must be populated in order to send to Azure. + + :param start_task: A task to run on each compute node as it joins the + pool. The task runs when the node is added to the pool or when the node is + restarted. If this element is present, it overwrites any existing start + task. If omitted, any existing start task is removed from the pool. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: Required. A list of certificates to be + installed on each compute node in the pool. This list replaces any + existing certificate references configured on the pool. If you specify an + empty collection, any existing certificate references are removed from the + pool. For Windows compute nodes, the Batch service installs the + certificates to the specified certificate store and location. For Linux + compute nodes, the certificates are stored in a directory inside the task + working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is + supplied to the task to query for this location. For certificates with + visibility of 'remoteUser', a 'certs' directory is created in the user's + home directory (e.g., /home/{user-name}/certs) and certificates are placed + in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: Required. A list of application + packages to be installed on each compute node in the pool. The list + replaces any existing application package references on the pool. Changes + to application package references affect all new compute nodes joining the + pool, but do not affect compute nodes that are already in the pool until + they are rebooted or reimaged. If omitted, or if you specify an empty + collection, any existing application packages references are removed from + the pool. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param metadata: Required. A list of name-value pairs associated with the + pool as metadata. This list replaces any existing metadata configured on + the pool. If omitted, or if you specify an empty collection, any existing + metadata is removed from the pool. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'certificate_references': {'required': True}, + 'application_package_references': {'required': True}, + 'metadata': {'required': True}, + } + + _attribute_map = { + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, **kwargs): + super(PoolUpdatePropertiesParameter, self).__init__(**kwargs) + self.start_task = kwargs.get('start_task', None) + self.certificate_references = kwargs.get('certificate_references', None) + self.application_package_references = kwargs.get('application_package_references', None) + self.metadata = kwargs.get('metadata', None) + + +class PoolUsageMetrics(Model): + """Usage metrics for a pool across an aggregation interval. + + All required parameters must be populated in order to send to Azure. + + :param pool_id: Required. The ID of the pool whose metrics are aggregated + in this entry. + :type pool_id: str + :param start_time: Required. The start time of the aggregation interval + covered by this entry. + :type start_time: datetime + :param end_time: Required. The end time of the aggregation interval + covered by this entry. + :type end_time: datetime + :param vm_size: Required. The size of virtual machines in the pool. All + VMs in a pool are the same size. For information about available sizes of + virtual machines in pools, see Choose a VM size for compute nodes in an + Azure Batch pool + (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). + :type vm_size: str + :param total_core_hours: Required. The total core hours used in the pool + during this aggregation interval. + :type total_core_hours: float + """ + + _validation = { + 'pool_id': {'required': True}, + 'start_time': {'required': True}, + 'end_time': {'required': True}, + 'vm_size': {'required': True}, + 'total_core_hours': {'required': True}, + } + + _attribute_map = { + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'total_core_hours': {'key': 'totalCoreHours', 'type': 'float'}, + } + + def __init__(self, **kwargs): + super(PoolUsageMetrics, self).__init__(**kwargs) + self.pool_id = kwargs.get('pool_id', None) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + self.vm_size = kwargs.get('vm_size', None) + self.total_core_hours = kwargs.get('total_core_hours', None) + + +class RecentJob(Model): + """Information about the most recent job to run under the job schedule. + + :param id: The ID of the job. + :type id: str + :param url: The URL of the job. + :type url: str + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(RecentJob, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.url = kwargs.get('url', None) + + +class ResizeError(Model): + """An error that occurred when resizing a pool. + + :param code: An identifier for the pool resize error. Codes are invariant + and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the pool resize error, intended to be + suitable for display in a user interface. + :type message: str + :param values: A list of additional error details related to the pool + resize error. + :type values: list[~azure.batch.models.NameValuePair] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'values': {'key': 'values', 'type': '[NameValuePair]'}, + } + + def __init__(self, **kwargs): + super(ResizeError, self).__init__(**kwargs) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + self.values = kwargs.get('values', None) + + +class ResourceFile(Model): + """A single file or multiple files to be downloaded to a compute node. + + :param auto_storage_container_name: The storage container name in the auto + storage account. The autoStorageContainerName, storageContainerUrl and + httpUrl properties are mutually exclusive and one of them must be + specified. + :type auto_storage_container_name: str + :param storage_container_url: The URL of the blob container within Azure + Blob Storage. The autoStorageContainerName, storageContainerUrl and + httpUrl properties are mutually exclusive and one of them must be + specified. This URL must be readable and listable using anonymous access; + that is, the Batch service does not present any credentials when + downloading blobs from the container. There are two ways to get such a URL + for a container in Azure storage: include a Shared Access Signature (SAS) + granting read permissions on the container, or set the ACL for the + container to allow public access. + :type storage_container_url: str + :param http_url: The URL of the file to download. The + autoStorageContainerName, storageContainerUrl and httpUrl properties are + mutually exclusive and one of them must be specified. If the URL points to + Azure Blob Storage, it must be readable using anonymous access; that is, + the Batch service does not present any credentials when downloading the + blob. There are two ways to get such a URL for a blob in Azure storage: + include a Shared Access Signature (SAS) granting read permissions on the + blob, or set the ACL for the blob or its container to allow public access. + :type http_url: str + :param blob_prefix: The blob prefix to use when downloading blobs from an + Azure Storage container. Only the blobs whose names begin with the + specified prefix will be downloaded. The property is valid only when + autoStorageContainerName or storageContainerUrl is used. This prefix can + be a partial filename or a subdirectory. If a prefix is not specified, all + the files in the container will be downloaded. + :type blob_prefix: str + :param file_path: The location on the compute node to which to download + the file(s), relative to the task's working directory. If the httpUrl + property is specified, the filePath is required and describes the path + which the file will be downloaded to, including the filename. Otherwise, + if the autoStorageContainerName or storageContainerUrl property is + specified, filePath is optional and is the directory to download the files + to. In the case where filePath is used as a directory, any directory + structure already associated with the input data will be retained in full + and appended to the specified filePath directory. The specified relative + path cannot break out of the task's working directory (for example by + using '..'). + :type file_path: str + :param file_mode: The file permission mode attribute in octal format. This + property applies only to files being downloaded to Linux compute nodes. It + will be ignored if it is specified for a resourceFile which will be + downloaded to a Windows node. If this property is not specified for a + Linux node, then a default value of 0770 is applied to the file. + :type file_mode: str + """ + + _attribute_map = { + 'auto_storage_container_name': {'key': 'autoStorageContainerName', 'type': 'str'}, + 'storage_container_url': {'key': 'storageContainerUrl', 'type': 'str'}, + 'http_url': {'key': 'httpUrl', 'type': 'str'}, + 'blob_prefix': {'key': 'blobPrefix', 'type': 'str'}, + 'file_path': {'key': 'filePath', 'type': 'str'}, + 'file_mode': {'key': 'fileMode', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ResourceFile, self).__init__(**kwargs) + self.auto_storage_container_name = kwargs.get('auto_storage_container_name', None) + self.storage_container_url = kwargs.get('storage_container_url', None) + self.http_url = kwargs.get('http_url', None) + self.blob_prefix = kwargs.get('blob_prefix', None) + self.file_path = kwargs.get('file_path', None) + self.file_mode = kwargs.get('file_mode', None) + + +class ResourceStatistics(Model): + """Statistics related to resource consumption by compute nodes in a pool. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param avg_cpu_percentage: Required. The average CPU usage across all + nodes in the pool (percentage per node). + :type avg_cpu_percentage: float + :param avg_memory_gi_b: Required. The average memory usage in GiB across + all nodes in the pool. + :type avg_memory_gi_b: float + :param peak_memory_gi_b: Required. The peak memory usage in GiB across all + nodes in the pool. + :type peak_memory_gi_b: float + :param avg_disk_gi_b: Required. The average used disk space in GiB across + all nodes in the pool. + :type avg_disk_gi_b: float + :param peak_disk_gi_b: Required. The peak used disk space in GiB across + all nodes in the pool. + :type peak_disk_gi_b: float + :param disk_read_iops: Required. The total number of disk read operations + across all nodes in the pool. + :type disk_read_iops: long + :param disk_write_iops: Required. The total number of disk write + operations across all nodes in the pool. + :type disk_write_iops: long + :param disk_read_gi_b: Required. The total amount of data in GiB of disk + reads across all nodes in the pool. + :type disk_read_gi_b: float + :param disk_write_gi_b: Required. The total amount of data in GiB of disk + writes across all nodes in the pool. + :type disk_write_gi_b: float + :param network_read_gi_b: Required. The total amount of data in GiB of + network reads across all nodes in the pool. + :type network_read_gi_b: float + :param network_write_gi_b: Required. The total amount of data in GiB of + network writes across all nodes in the pool. + :type network_write_gi_b: float + """ + + _validation = { + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'avg_cpu_percentage': {'required': True}, + 'avg_memory_gi_b': {'required': True}, + 'peak_memory_gi_b': {'required': True}, + 'avg_disk_gi_b': {'required': True}, + 'peak_disk_gi_b': {'required': True}, + 'disk_read_iops': {'required': True}, + 'disk_write_iops': {'required': True}, + 'disk_read_gi_b': {'required': True}, + 'disk_write_gi_b': {'required': True}, + 'network_read_gi_b': {'required': True}, + 'network_write_gi_b': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'avg_cpu_percentage': {'key': 'avgCPUPercentage', 'type': 'float'}, + 'avg_memory_gi_b': {'key': 'avgMemoryGiB', 'type': 'float'}, + 'peak_memory_gi_b': {'key': 'peakMemoryGiB', 'type': 'float'}, + 'avg_disk_gi_b': {'key': 'avgDiskGiB', 'type': 'float'}, + 'peak_disk_gi_b': {'key': 'peakDiskGiB', 'type': 'float'}, + 'disk_read_iops': {'key': 'diskReadIOps', 'type': 'long'}, + 'disk_write_iops': {'key': 'diskWriteIOps', 'type': 'long'}, + 'disk_read_gi_b': {'key': 'diskReadGiB', 'type': 'float'}, + 'disk_write_gi_b': {'key': 'diskWriteGiB', 'type': 'float'}, + 'network_read_gi_b': {'key': 'networkReadGiB', 'type': 'float'}, + 'network_write_gi_b': {'key': 'networkWriteGiB', 'type': 'float'}, + } + + def __init__(self, **kwargs): + super(ResourceStatistics, self).__init__(**kwargs) + self.start_time = kwargs.get('start_time', None) + self.last_update_time = kwargs.get('last_update_time', None) + self.avg_cpu_percentage = kwargs.get('avg_cpu_percentage', None) + self.avg_memory_gi_b = kwargs.get('avg_memory_gi_b', None) + self.peak_memory_gi_b = kwargs.get('peak_memory_gi_b', None) + self.avg_disk_gi_b = kwargs.get('avg_disk_gi_b', None) + self.peak_disk_gi_b = kwargs.get('peak_disk_gi_b', None) + self.disk_read_iops = kwargs.get('disk_read_iops', None) + self.disk_write_iops = kwargs.get('disk_write_iops', None) + self.disk_read_gi_b = kwargs.get('disk_read_gi_b', None) + self.disk_write_gi_b = kwargs.get('disk_write_gi_b', None) + self.network_read_gi_b = kwargs.get('network_read_gi_b', None) + self.network_write_gi_b = kwargs.get('network_write_gi_b', None) + + +class Schedule(Model): + """The schedule according to which jobs will be created. + + :param do_not_run_until: The earliest time at which any job may be created + under this job schedule. If you do not specify a doNotRunUntil time, the + schedule becomes ready to create jobs immediately. + :type do_not_run_until: datetime + :param do_not_run_after: A time after which no job will be created under + this job schedule. The schedule will move to the completed state as soon + as this deadline is past and there is no active job under this job + schedule. If you do not specify a doNotRunAfter time, and you are creating + a recurring job schedule, the job schedule will remain active until you + explicitly terminate it. + :type do_not_run_after: datetime + :param start_window: The time interval, starting from the time at which + the schedule indicates a job should be created, within which a job must be + created. If a job is not created within the startWindow interval, then the + 'opportunity' is lost; no job will be created until the next recurrence of + the schedule. If the schedule is recurring, and the startWindow is longer + than the recurrence interval, then this is equivalent to an infinite + startWindow, because the job that is 'due' in one recurrenceInterval is + not carried forward into the next recurrence interval. The default is + infinite. The minimum value is 1 minute. If you specify a lower value, the + Batch service rejects the schedule with an error; if you are calling the + REST API directly, the HTTP status code is 400 (Bad Request). + :type start_window: timedelta + :param recurrence_interval: The time interval between the start times of + two successive jobs under the job schedule. A job schedule can have at + most one active job under it at any given time. Because a job schedule can + have at most one active job under it at any given time, if it is time to + create a new job under a job schedule, but the previous job is still + running, the Batch service will not create the new job until the previous + job finishes. If the previous job does not finish within the startWindow + period of the new recurrenceInterval, then no new job will be scheduled + for that interval. For recurring jobs, you should normally specify a + jobManagerTask in the jobSpecification. If you do not use jobManagerTask, + you will need an external process to monitor when jobs are created, add + tasks to the jobs and terminate the jobs ready for the next recurrence. + The default is that the schedule does not recur: one job is created, + within the startWindow after the doNotRunUntil time, and the schedule is + complete as soon as that job finishes. The minimum value is 1 minute. If + you specify a lower value, the Batch service rejects the schedule with an + error; if you are calling the REST API directly, the HTTP status code is + 400 (Bad Request). + :type recurrence_interval: timedelta + """ + + _attribute_map = { + 'do_not_run_until': {'key': 'doNotRunUntil', 'type': 'iso-8601'}, + 'do_not_run_after': {'key': 'doNotRunAfter', 'type': 'iso-8601'}, + 'start_window': {'key': 'startWindow', 'type': 'duration'}, + 'recurrence_interval': {'key': 'recurrenceInterval', 'type': 'duration'}, + } + + def __init__(self, **kwargs): + super(Schedule, self).__init__(**kwargs) + self.do_not_run_until = kwargs.get('do_not_run_until', None) + self.do_not_run_after = kwargs.get('do_not_run_after', None) + self.start_window = kwargs.get('start_window', None) + self.recurrence_interval = kwargs.get('recurrence_interval', None) + + +class StartTask(Model): + """A task which is run when a compute node joins a pool in the Azure Batch + service, or when the compute node is rebooted or reimaged. + + Batch will retry tasks when a recovery operation is triggered on a compute + node. Examples of recovery operations include (but are not limited to) when + an unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + All required parameters must be populated in order to send to Azure. + + :param command_line: Required. The command line of the start task. The + command line does not run under a shell, and therefore cannot take + advantage of shell features such as environment variable expansion. If you + want to take advantage of such features, you should invoke the shell in + the command line, for example using "cmd /c MyCommand" in Windows or + "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, + it should use a relative path (relative to the task working directory), or + use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + start task runs. When this is specified, all directories recursively below + the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the + node) are mapped into the container, all task environment variables are + mapped into the container, and the task command line is executed in the + container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. There is a + maximum size for the list of resource files. When the max size is + exceeded, the request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. Files listed under this + element are located in the task's working directory. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param environment_settings: A list of environment variable settings for + the start task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param user_identity: The user identity under which the start task runs. + If omitted, the task runs as a non-administrative user unique to the task. + :type user_identity: ~azure.batch.models.UserIdentity + :param max_task_retry_count: The maximum number of times the task may be + retried. The Batch service retries a task if its exit code is nonzero. + Note that this value specifically controls the number of retries. The + Batch service will try the task once, and may then retry up to this limit. + For example, if the maximum retry count is 3, Batch tries the task up to 4 + times (one initial try and 3 retries). If the maximum retry count is 0, + the Batch service does not retry the task. If the maximum retry count is + -1, the Batch service retries the task without limit. + :type max_task_retry_count: int + :param wait_for_success: Whether the Batch service should wait for the + start task to complete successfully (that is, to exit with exit code 0) + before scheduling any tasks on the compute node. If true and the start + task fails on a compute node, the Batch service retries the start task up + to its maximum retry count (maxTaskRetryCount). If the task has still not + completed successfully after all retries, then the Batch service marks the + compute node unusable, and will not schedule tasks to it. This condition + can be detected via the node state and failure info details. If false, the + Batch service will not wait for the start task to complete. In this case, + other tasks can start executing on the compute node while the start task + is still running; and even if the start task fails, new tasks will + continue to be scheduled on the node. The default is false. + :type wait_for_success: bool + """ + + _validation = { + 'command_line': {'required': True}, + } + + _attribute_map = { + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, + 'wait_for_success': {'key': 'waitForSuccess', 'type': 'bool'}, + } + + def __init__(self, **kwargs): + super(StartTask, self).__init__(**kwargs) + self.command_line = kwargs.get('command_line', None) + self.container_settings = kwargs.get('container_settings', None) + self.resource_files = kwargs.get('resource_files', None) + self.environment_settings = kwargs.get('environment_settings', None) + self.user_identity = kwargs.get('user_identity', None) + self.max_task_retry_count = kwargs.get('max_task_retry_count', None) + self.wait_for_success = kwargs.get('wait_for_success', None) + + +class StartTaskInformation(Model): + """Information about a start task running on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param state: Required. The state of the start task on the compute node. + Possible values include: 'running', 'completed' + :type state: str or ~azure.batch.models.StartTaskState + :param start_time: Required. The time at which the start task started + running. This value is reset every time the task is restarted or retried + (that is, this is the most recent time at which the start task started + running). + :type start_time: datetime + :param end_time: The time at which the start task stopped running. This is + the end time of the most recent run of the start task, if that run has + completed (even if that run failed and a retry is pending). This element + is not present if the start task is currently running. + :type end_time: datetime + :param exit_code: The exit code of the program specified on the start task + command line. This property is set only if the start task is in the + completed state. In general, the exit code for a process reflects the + specific convention implemented by the application developer for that + process. If you use the exit code value to make decisions in your code, be + sure that you know the exit code convention used by the application + process. However, if the Batch service terminates the start task (due to + timeout, or user termination via the API) you may see an operating + system-defined exit code. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param retry_count: Required. The number of times the task has been + retried by the Batch service. Task application failures (non-zero exit + code) are retried, pre-processing errors (the task could not be run) and + file upload errors are not retried. The Batch service will retry the task + up to the limit specified by the constraints. + :type retry_count: int + :param last_retry_time: The most recent time at which a retry of the task + started running. This element is present only if the task was retried + (i.e. retryCount is nonzero). If present, this is typically the same as + startTime, but may be different if the task has been restarted for reasons + other than retry; for example, if the compute node was rebooted during a + retry, then the startTime is updated but the lastRetryTime is not. + :type last_retry_time: datetime + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _validation = { + 'state': {'required': True}, + 'start_time': {'required': True}, + 'retry_count': {'required': True}, + } + + _attribute_map = { + 'state': {'key': 'state', 'type': 'StartTaskState'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'retry_count': {'key': 'retryCount', 'type': 'int'}, + 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, **kwargs): + super(StartTaskInformation, self).__init__(**kwargs) + self.state = kwargs.get('state', None) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + self.exit_code = kwargs.get('exit_code', None) + self.container_info = kwargs.get('container_info', None) + self.failure_info = kwargs.get('failure_info', None) + self.retry_count = kwargs.get('retry_count', None) + self.last_retry_time = kwargs.get('last_retry_time', None) + self.result = kwargs.get('result', None) + + +class SubtaskInformation(Model): + """Information about an Azure Batch subtask. + + :param id: The ID of the subtask. + :type id: int + :param node_info: Information about the compute node on which the subtask + ran. + :type node_info: ~azure.batch.models.ComputeNodeInformation + :param start_time: The time at which the subtask started running. If the + subtask has been restarted or retried, this is the most recent time at + which the subtask started running. + :type start_time: datetime + :param end_time: The time at which the subtask completed. This property is + set only if the subtask is in the Completed state. + :type end_time: datetime + :param exit_code: The exit code of the program specified on the subtask + command line. This property is set only if the subtask is in the completed + state. In general, the exit code for a process reflects the specific + convention implemented by the application developer for that process. If + you use the exit code value to make decisions in your code, be sure that + you know the exit code convention used by the application process. + However, if the Batch service terminates the subtask (due to timeout, or + user termination via the API) you may see an operating system-defined exit + code. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param state: The current state of the subtask. Possible values include: + 'preparing', 'running', 'completed' + :type state: str or ~azure.batch.models.SubtaskState + :param state_transition_time: The time at which the subtask entered its + current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the subtask. This property is + not set if the subtask is in its initial running state. Possible values + include: 'preparing', 'running', 'completed' + :type previous_state: str or ~azure.batch.models.SubtaskState + :param previous_state_transition_time: The time at which the subtask + entered its previous state. This property is not set if the subtask is in + its initial running state. + :type previous_state_transition_time: datetime + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'int'}, + 'node_info': {'key': 'nodeInfo', 'type': 'ComputeNodeInformation'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'state': {'key': 'state', 'type': 'SubtaskState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'SubtaskState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, **kwargs): + super(SubtaskInformation, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.node_info = kwargs.get('node_info', None) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + self.exit_code = kwargs.get('exit_code', None) + self.container_info = kwargs.get('container_info', None) + self.failure_info = kwargs.get('failure_info', None) + self.state = kwargs.get('state', None) + self.state_transition_time = kwargs.get('state_transition_time', None) + self.previous_state = kwargs.get('previous_state', None) + self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) + self.result = kwargs.get('result', None) + + +class TaskAddCollectionOptions(Model): + """Additional parameters for add_collection operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(TaskAddCollectionOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class TaskAddCollectionParameter(Model): + """A collection of Azure Batch tasks to add. + + All required parameters must be populated in order to send to Azure. + + :param value: Required. The collection of tasks to add. The maximum count + of tasks is 100. The total serialized size of this collection must be less + than 1MB. If it is greater than 1MB (for example if each task has 100's of + resource files or environment variables), the request will fail with code + 'RequestBodyTooLarge' and should be retried again with fewer tasks. + :type value: list[~azure.batch.models.TaskAddParameter] + """ + + _validation = { + 'value': {'required': True, 'max_items': 100}, + } + + _attribute_map = { + 'value': {'key': 'value', 'type': '[TaskAddParameter]'}, + } + + def __init__(self, **kwargs): + super(TaskAddCollectionParameter, self).__init__(**kwargs) + self.value = kwargs.get('value', None) + + +class TaskAddCollectionResult(Model): + """The result of adding a collection of tasks to a job. + + :param value: The results of the add task collection operation. + :type value: list[~azure.batch.models.TaskAddResult] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[TaskAddResult]'}, + } + + def __init__(self, **kwargs): + super(TaskAddCollectionResult, self).__init__(**kwargs) + self.value = kwargs.get('value', None) + + +class TaskAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(TaskAddOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class TaskAddParameter(Model): + """An Azure Batch task to add. + + Batch will retry tasks when a recovery operation is triggered on a compute + node. Examples of recovery operations include (but are not limited to) when + an unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the task within the + job. The ID can contain any combination of alphanumeric characters + including hyphens and underscores, and cannot contain more than 64 + characters. The ID is case-preserving and case-insensitive (that is, you + may not have two IDs within a job that differ only by case). + :type id: str + :param display_name: A display name for the task. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param command_line: Required. The command line of the task. For + multi-instance tasks, the command line is executed as the primary task, + after the primary task and all subtasks have finished executing the + coordination command line. The command line does not run under a shell, + and therefore cannot take advantage of shell features such as environment + variable expansion. If you want to take advantage of such features, you + should invoke the shell in the command line, for example using "cmd /c + MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command + line refers to file paths, it should use a relative path (relative to the + task working directory), or use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + task runs. If the pool that will run this task has containerConfiguration + set, this must be set as well. If the pool that will run this task doesn't + have containerConfiguration set, this must not be set. When this is + specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR + (the root of Azure Batch directories on the node) are mapped into the + container, all task environment variables are mapped into the container, + and the task command line is executed in the container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param exit_conditions: How the Batch service should respond when the task + completes. + :type exit_conditions: ~azure.batch.models.ExitConditions + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. For + multi-instance tasks, the resource files will only be downloaded to the + compute node on which the primary task is executed. There is a maximum + size for the list of resource files. When the max size is exceeded, the + request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param output_files: A list of files that the Batch service will upload + from the compute node after running the command line. For multi-instance + tasks, the files will only be uploaded from the compute node on which the + primary task is executed. + :type output_files: list[~azure.batch.models.OutputFile] + :param environment_settings: A list of environment variable settings for + the task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param affinity_info: A locality hint that can be used by the Batch + service to select a compute node on which to start the new task. + :type affinity_info: ~azure.batch.models.AffinityInformation + :param constraints: The execution constraints that apply to this task. If + you do not specify constraints, the maxTaskRetryCount is the + maxTaskRetryCount specified for the job, the maxWallClockTime is infinite, + and the retentionTime is 7 days. + :type constraints: ~azure.batch.models.TaskConstraints + :param user_identity: The user identity under which the task runs. If + omitted, the task runs as a non-administrative user unique to the task. + :type user_identity: ~azure.batch.models.UserIdentity + :param multi_instance_settings: An object that indicates that the task is + a multi-instance task, and contains information about how to run the + multi-instance task. + :type multi_instance_settings: ~azure.batch.models.MultiInstanceSettings + :param depends_on: The tasks that this task depends on. This task will not + be scheduled until all tasks that it depends on have completed + successfully. If any of those tasks fail and exhaust their retry counts, + this task will never be scheduled. If the job does not have + usesTaskDependencies set to true, and this element is present, the request + fails with error code TaskDependenciesNotSpecifiedOnJob. + :type depends_on: ~azure.batch.models.TaskDependencies + :param application_package_references: A list of application packages that + the Batch service will deploy to the compute node before running the + command line. Application packages are downloaded and deployed to a shared + directory, not the task working directory. Therefore, if a referenced + package is already on the compute node, and is up to date, then it is not + re-downloaded; the existing copy on the compute node is used. If a + referenced application package cannot be installed, for example because + the package has been deleted or because download failed, the task fails. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param authentication_token_settings: The settings for an authentication + token that the task can use to perform Batch service operations. If this + property is set, the Batch service provides the task with an + authentication token which can be used to authenticate Batch service + operations without requiring an account access key. The token is provided + via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations + that the task can carry out using the token depend on the settings. For + example, a task can request job permissions in order to add other tasks to + the job, or check the status of the job or of other tasks under the job. + :type authentication_token_settings: + ~azure.batch.models.AuthenticationTokenSettings + """ + + _validation = { + 'id': {'required': True}, + 'command_line': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'exit_conditions': {'key': 'exitConditions', 'type': 'ExitConditions'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'affinity_info': {'key': 'affinityInfo', 'type': 'AffinityInformation'}, + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'multi_instance_settings': {'key': 'multiInstanceSettings', 'type': 'MultiInstanceSettings'}, + 'depends_on': {'key': 'dependsOn', 'type': 'TaskDependencies'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, + } + + def __init__(self, **kwargs): + super(TaskAddParameter, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.display_name = kwargs.get('display_name', None) + self.command_line = kwargs.get('command_line', None) + self.container_settings = kwargs.get('container_settings', None) + self.exit_conditions = kwargs.get('exit_conditions', None) + self.resource_files = kwargs.get('resource_files', None) + self.output_files = kwargs.get('output_files', None) + self.environment_settings = kwargs.get('environment_settings', None) + self.affinity_info = kwargs.get('affinity_info', None) + self.constraints = kwargs.get('constraints', None) + self.user_identity = kwargs.get('user_identity', None) + self.multi_instance_settings = kwargs.get('multi_instance_settings', None) + self.depends_on = kwargs.get('depends_on', None) + self.application_package_references = kwargs.get('application_package_references', None) + self.authentication_token_settings = kwargs.get('authentication_token_settings', None) + + +class TaskAddResult(Model): + """Result for a single task added as part of an add task collection operation. + + All required parameters must be populated in order to send to Azure. + + :param status: Required. The status of the add task request. Possible + values include: 'success', 'clientError', 'serverError' + :type status: str or ~azure.batch.models.TaskAddStatus + :param task_id: Required. The ID of the task for which this is the result. + :type task_id: str + :param e_tag: The ETag of the task, if the task was successfully added. + You can use this to detect whether the task has changed between requests. + In particular, you can be pass the ETag with an Update Task request to + specify that your changes should take effect only if nobody else has + modified the job in the meantime. + :type e_tag: str + :param last_modified: The last modified time of the task. + :type last_modified: datetime + :param location: The URL of the task, if the task was successfully added. + :type location: str + :param error: The error encountered while attempting to add the task. + :type error: ~azure.batch.models.BatchError + """ + + _validation = { + 'status': {'required': True}, + 'task_id': {'required': True}, + } + + _attribute_map = { + 'status': {'key': 'status', 'type': 'TaskAddStatus'}, + 'task_id': {'key': 'taskId', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'location': {'key': 'location', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'BatchError'}, + } + + def __init__(self, **kwargs): + super(TaskAddResult, self).__init__(**kwargs) + self.status = kwargs.get('status', None) + self.task_id = kwargs.get('task_id', None) + self.e_tag = kwargs.get('e_tag', None) + self.last_modified = kwargs.get('last_modified', None) + self.location = kwargs.get('location', None) + self.error = kwargs.get('error', None) + + +class TaskConstraints(Model): + """Execution constraints to apply to a task. + + :param max_wall_clock_time: The maximum elapsed time that the task may + run, measured from the time the task starts. If the task does not complete + within the time limit, the Batch service terminates it. If this is not + specified, there is no time limit on how long the task may run. + :type max_wall_clock_time: timedelta + :param retention_time: The minimum time to retain the task directory on + the compute node where it ran, from the time it completes execution. After + this time, the Batch service may delete the task directory and all its + contents. The default is 7 days, i.e. the task directory will be retained + for 7 days unless the compute node is removed or the job is deleted. + :type retention_time: timedelta + :param max_task_retry_count: The maximum number of times the task may be + retried. The Batch service retries a task if its exit code is nonzero. + Note that this value specifically controls the number of retries for the + task executable due to a nonzero exit code. The Batch service will try the + task once, and may then retry up to this limit. For example, if the + maximum retry count is 3, Batch tries the task up to 4 times (one initial + try and 3 retries). If the maximum retry count is 0, the Batch service + does not retry the task after the first attempt. If the maximum retry + count is -1, the Batch service retries the task without limit. + :type max_task_retry_count: int + """ + + _attribute_map = { + 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, + 'retention_time': {'key': 'retentionTime', 'type': 'duration'}, + 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(TaskConstraints, self).__init__(**kwargs) + self.max_wall_clock_time = kwargs.get('max_wall_clock_time', None) + self.retention_time = kwargs.get('retention_time', None) + self.max_task_retry_count = kwargs.get('max_task_retry_count', None) + + +class TaskContainerExecutionInformation(Model): + """Contains information about the container which a task is executing. + + :param container_id: The ID of the container. + :type container_id: str + :param state: The state of the container. This is the state of the + container according to the Docker service. It is equivalent to the status + field returned by "docker inspect". + :type state: str + :param error: Detailed error information about the container. This is the + detailed error string from the Docker service, if available. It is + equivalent to the error field returned by "docker inspect". + :type error: str + """ + + _attribute_map = { + 'container_id': {'key': 'containerId', 'type': 'str'}, + 'state': {'key': 'state', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(TaskContainerExecutionInformation, self).__init__(**kwargs) + self.container_id = kwargs.get('container_id', None) + self.state = kwargs.get('state', None) + self.error = kwargs.get('error', None) + + +class TaskContainerSettings(Model): + """The container settings for a task. + + All required parameters must be populated in order to send to Azure. + + :param container_run_options: Additional options to the container create + command. These additional options are supplied as arguments to the "docker + create" command, in addition to those controlled by the Batch Service. + :type container_run_options: str + :param image_name: Required. The image to use to create the container in + which the task will run. This is the full image reference, as would be + specified to "docker pull". If no tag is provided as part of the image + name, the tag ":latest" is used as a default. + :type image_name: str + :param registry: The private registry which contains the container image. + This setting can be omitted if was already provided at pool creation. + :type registry: ~azure.batch.models.ContainerRegistry + """ + + _validation = { + 'image_name': {'required': True}, + } + + _attribute_map = { + 'container_run_options': {'key': 'containerRunOptions', 'type': 'str'}, + 'image_name': {'key': 'imageName', 'type': 'str'}, + 'registry': {'key': 'registry', 'type': 'ContainerRegistry'}, + } + + def __init__(self, **kwargs): + super(TaskContainerSettings, self).__init__(**kwargs) + self.container_run_options = kwargs.get('container_run_options', None) + self.image_name = kwargs.get('image_name', None) + self.registry = kwargs.get('registry', None) + + +class TaskCounts(Model): + """The task counts for a job. + + All required parameters must be populated in order to send to Azure. + + :param active: Required. The number of tasks in the active state. + :type active: int + :param running: Required. The number of tasks in the running or preparing + state. + :type running: int + :param completed: Required. The number of tasks in the completed state. + :type completed: int + :param succeeded: Required. The number of tasks which succeeded. A task + succeeds if its result (found in the executionInfo property) is 'success'. + :type succeeded: int + :param failed: Required. The number of tasks which failed. A task fails if + its result (found in the executionInfo property) is 'failure'. + :type failed: int + """ + + _validation = { + 'active': {'required': True}, + 'running': {'required': True}, + 'completed': {'required': True}, + 'succeeded': {'required': True}, + 'failed': {'required': True}, + } + + _attribute_map = { + 'active': {'key': 'active', 'type': 'int'}, + 'running': {'key': 'running', 'type': 'int'}, + 'completed': {'key': 'completed', 'type': 'int'}, + 'succeeded': {'key': 'succeeded', 'type': 'int'}, + 'failed': {'key': 'failed', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(TaskCounts, self).__init__(**kwargs) + self.active = kwargs.get('active', None) + self.running = kwargs.get('running', None) + self.completed = kwargs.get('completed', None) + self.succeeded = kwargs.get('succeeded', None) + self.failed = kwargs.get('failed', None) + + +class TaskDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(TaskDeleteOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class TaskDependencies(Model): + """Specifies any dependencies of a task. Any task that is explicitly specified + or within a dependency range must complete before the dependant task will + be scheduled. + + :param task_ids: The list of task IDs that this task depends on. All tasks + in this list must complete successfully before the dependent task can be + scheduled. The taskIds collection is limited to 64000 characters total + (i.e. the combined length of all task IDs). If the taskIds collection + exceeds the maximum length, the Add Task request fails with error code + TaskDependencyListTooLong. In this case consider using task ID ranges + instead. + :type task_ids: list[str] + :param task_id_ranges: The list of task ID ranges that this task depends + on. All tasks in all ranges must complete successfully before the + dependent task can be scheduled. + :type task_id_ranges: list[~azure.batch.models.TaskIdRange] + """ + + _attribute_map = { + 'task_ids': {'key': 'taskIds', 'type': '[str]'}, + 'task_id_ranges': {'key': 'taskIdRanges', 'type': '[TaskIdRange]'}, + } + + def __init__(self, **kwargs): + super(TaskDependencies, self).__init__(**kwargs) + self.task_ids = kwargs.get('task_ids', None) + self.task_id_ranges = kwargs.get('task_id_ranges', None) + + +class TaskExecutionInformation(Model): + """Information about the execution of a task. + + All required parameters must be populated in order to send to Azure. + + :param start_time: The time at which the task started running. 'Running' + corresponds to the running state, so if the task specifies resource files + or application packages, then the start time reflects the time at which + the task started downloading or deploying these. If the task has been + restarted or retried, this is the most recent time at which the task + started running. This property is present only for tasks that are in the + running or completed state. + :type start_time: datetime + :param end_time: The time at which the task completed. This property is + set only if the task is in the Completed state. + :type end_time: datetime + :param exit_code: The exit code of the program specified on the task + command line. This property is set only if the task is in the completed + state. In general, the exit code for a process reflects the specific + convention implemented by the application developer for that process. If + you use the exit code value to make decisions in your code, be sure that + you know the exit code convention used by the application process. + However, if the Batch service terminates the task (due to timeout, or user + termination via the API) you may see an operating system-defined exit + code. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param retry_count: Required. The number of times the task has been + retried by the Batch service. Task application failures (non-zero exit + code) are retried, pre-processing errors (the task could not be run) and + file upload errors are not retried. The Batch service will retry the task + up to the limit specified by the constraints. + :type retry_count: int + :param last_retry_time: The most recent time at which a retry of the task + started running. This element is present only if the task was retried + (i.e. retryCount is nonzero). If present, this is typically the same as + startTime, but may be different if the task has been restarted for reasons + other than retry; for example, if the compute node was rebooted during a + retry, then the startTime is updated but the lastRetryTime is not. + :type last_retry_time: datetime + :param requeue_count: Required. The number of times the task has been + requeued by the Batch service as the result of a user request. When the + user removes nodes from a pool (by resizing/shrinking the pool) or when + the job is being disabled, the user can specify that running tasks on the + nodes be requeued for execution. This count tracks how many times the task + has been requeued for these reasons. + :type requeue_count: int + :param last_requeue_time: The most recent time at which the task has been + requeued by the Batch service as the result of a user request. This + property is set only if the requeueCount is nonzero. + :type last_requeue_time: datetime + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _validation = { + 'retry_count': {'required': True}, + 'requeue_count': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'retry_count': {'key': 'retryCount', 'type': 'int'}, + 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, + 'requeue_count': {'key': 'requeueCount', 'type': 'int'}, + 'last_requeue_time': {'key': 'lastRequeueTime', 'type': 'iso-8601'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, **kwargs): + super(TaskExecutionInformation, self).__init__(**kwargs) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + self.exit_code = kwargs.get('exit_code', None) + self.container_info = kwargs.get('container_info', None) + self.failure_info = kwargs.get('failure_info', None) + self.retry_count = kwargs.get('retry_count', None) + self.last_retry_time = kwargs.get('last_retry_time', None) + self.requeue_count = kwargs.get('requeue_count', None) + self.last_requeue_time = kwargs.get('last_requeue_time', None) + self.result = kwargs.get('result', None) + + +class TaskFailureInformation(Model): + """Information about a task failure. + + All required parameters must be populated in order to send to Azure. + + :param category: Required. The category of the task error. Possible values + include: 'userError', 'serverError' + :type category: str or ~azure.batch.models.ErrorCategory + :param code: An identifier for the task error. Codes are invariant and are + intended to be consumed programmatically. + :type code: str + :param message: A message describing the task error, intended to be + suitable for display in a user interface. + :type message: str + :param details: A list of additional details related to the error. + :type details: list[~azure.batch.models.NameValuePair] + """ + + _validation = { + 'category': {'required': True}, + } + + _attribute_map = { + 'category': {'key': 'category', 'type': 'ErrorCategory'}, + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'details': {'key': 'details', 'type': '[NameValuePair]'}, + } + + def __init__(self, **kwargs): + super(TaskFailureInformation, self).__init__(**kwargs) + self.category = kwargs.get('category', None) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + self.details = kwargs.get('details', None) + + +class TaskGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(TaskGetOptions, self).__init__(**kwargs) + self.select = kwargs.get('select', None) + self.expand = kwargs.get('expand', None) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class TaskIdRange(Model): + """A range of task IDs that a task can depend on. All tasks with IDs in the + range must complete successfully before the dependent task can be + scheduled. + + The start and end of the range are inclusive. For example, if a range has + start 9 and end 12, then it represents tasks '9', '10', '11' and '12'. + + All required parameters must be populated in order to send to Azure. + + :param start: Required. The first task ID in the range. + :type start: int + :param end: Required. The last task ID in the range. + :type end: int + """ + + _validation = { + 'start': {'required': True}, + 'end': {'required': True}, + } + + _attribute_map = { + 'start': {'key': 'start', 'type': 'int'}, + 'end': {'key': 'end', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(TaskIdRange, self).__init__(**kwargs) + self.start = kwargs.get('start', None) + self.end = kwargs.get('end', None) + + +class TaskInformation(Model): + """Information about a task running on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param task_url: The URL of the task. + :type task_url: str + :param job_id: The ID of the job to which the task belongs. + :type job_id: str + :param task_id: The ID of the task. + :type task_id: str + :param subtask_id: The ID of the subtask if the task is a multi-instance + task. + :type subtask_id: int + :param task_state: Required. The current state of the task. Possible + values include: 'active', 'preparing', 'running', 'completed' + :type task_state: str or ~azure.batch.models.TaskState + :param execution_info: Information about the execution of the task. + :type execution_info: ~azure.batch.models.TaskExecutionInformation + """ + + _validation = { + 'task_state': {'required': True}, + } + + _attribute_map = { + 'task_url': {'key': 'taskUrl', 'type': 'str'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'task_id': {'key': 'taskId', 'type': 'str'}, + 'subtask_id': {'key': 'subtaskId', 'type': 'int'}, + 'task_state': {'key': 'taskState', 'type': 'TaskState'}, + 'execution_info': {'key': 'executionInfo', 'type': 'TaskExecutionInformation'}, + } + + def __init__(self, **kwargs): + super(TaskInformation, self).__init__(**kwargs) + self.task_url = kwargs.get('task_url', None) + self.job_id = kwargs.get('job_id', None) + self.task_id = kwargs.get('task_id', None) + self.subtask_id = kwargs.get('subtask_id', None) + self.task_state = kwargs.get('task_state', None) + self.execution_info = kwargs.get('execution_info', None) + + +class TaskListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-tasks. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 tasks can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(TaskListOptions, self).__init__(**kwargs) + self.filter = kwargs.get('filter', None) + self.select = kwargs.get('select', None) + self.expand = kwargs.get('expand', None) + self.max_results = kwargs.get('max_results', 1000) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class TaskListSubtasksOptions(Model): + """Additional parameters for list_subtasks operation. + + :param select: An OData $select clause. + :type select: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(TaskListSubtasksOptions, self).__init__(**kwargs) + self.select = kwargs.get('select', None) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + + +class TaskReactivateOptions(Model): + """Additional parameters for reactivate operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(TaskReactivateOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class TaskSchedulingPolicy(Model): + """Specifies how tasks should be distributed across compute nodes. + + All required parameters must be populated in order to send to Azure. + + :param node_fill_type: Required. How tasks are distributed across compute + nodes in a pool. Possible values include: 'spread', 'pack' + :type node_fill_type: str or ~azure.batch.models.ComputeNodeFillType + """ + + _validation = { + 'node_fill_type': {'required': True}, + } + + _attribute_map = { + 'node_fill_type': {'key': 'nodeFillType', 'type': 'ComputeNodeFillType'}, + } + + def __init__(self, **kwargs): + super(TaskSchedulingPolicy, self).__init__(**kwargs) + self.node_fill_type = kwargs.get('node_fill_type', None) + + +class TaskStatistics(Model): + """Resource usage statistics for a task. + + All required parameters must be populated in order to send to Azure. + + :param url: Required. The URL of the statistics. + :type url: str + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param user_cpu_time: Required. The total user mode CPU time (summed + across all cores and all compute nodes) consumed by the task. + :type user_cpu_time: timedelta + :param kernel_cpu_time: Required. The total kernel mode CPU time (summed + across all cores and all compute nodes) consumed by the task. + :type kernel_cpu_time: timedelta + :param wall_clock_time: Required. The total wall clock time of the task. + The wall clock time is the elapsed time from when the task started running + on a compute node to when it finished (or to the last time the statistics + were updated, if the task had not finished by then). If the task was + retried, this includes the wall clock time of all the task retries. + :type wall_clock_time: timedelta + :param read_iops: Required. The total number of disk read operations made + by the task. + :type read_iops: long + :param write_iops: Required. The total number of disk write operations + made by the task. + :type write_iops: long + :param read_io_gi_b: Required. The total gibibytes read from disk by the + task. + :type read_io_gi_b: float + :param write_io_gi_b: Required. The total gibibytes written to disk by the + task. + :type write_io_gi_b: float + :param wait_time: Required. The total wait time of the task. The wait time + for a task is defined as the elapsed time between the creation of the task + and the start of task execution. (If the task is retried due to failures, + the wait time is the time to the most recent task execution.). + :type wait_time: timedelta + """ + + _validation = { + 'url': {'required': True}, + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'user_cpu_time': {'required': True}, + 'kernel_cpu_time': {'required': True}, + 'wall_clock_time': {'required': True}, + 'read_iops': {'required': True}, + 'write_iops': {'required': True}, + 'read_io_gi_b': {'required': True}, + 'write_io_gi_b': {'required': True}, + 'wait_time': {'required': True}, + } + + _attribute_map = { + 'url': {'key': 'url', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, + 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, + 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, + 'read_iops': {'key': 'readIOps', 'type': 'long'}, + 'write_iops': {'key': 'writeIOps', 'type': 'long'}, + 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, + 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, + 'wait_time': {'key': 'waitTime', 'type': 'duration'}, + } + + def __init__(self, **kwargs): + super(TaskStatistics, self).__init__(**kwargs) + self.url = kwargs.get('url', None) + self.start_time = kwargs.get('start_time', None) + self.last_update_time = kwargs.get('last_update_time', None) + self.user_cpu_time = kwargs.get('user_cpu_time', None) + self.kernel_cpu_time = kwargs.get('kernel_cpu_time', None) + self.wall_clock_time = kwargs.get('wall_clock_time', None) + self.read_iops = kwargs.get('read_iops', None) + self.write_iops = kwargs.get('write_iops', None) + self.read_io_gi_b = kwargs.get('read_io_gi_b', None) + self.write_io_gi_b = kwargs.get('write_io_gi_b', None) + self.wait_time = kwargs.get('wait_time', None) + + +class TaskTerminateOptions(Model): + """Additional parameters for terminate operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(TaskTerminateOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class TaskUpdateOptions(Model): + """Additional parameters for update operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, **kwargs): + super(TaskUpdateOptions, self).__init__(**kwargs) + self.timeout = kwargs.get('timeout', 30) + self.client_request_id = kwargs.get('client_request_id', None) + self.return_client_request_id = kwargs.get('return_client_request_id', False) + self.ocp_date = kwargs.get('ocp_date', None) + self.if_match = kwargs.get('if_match', None) + self.if_none_match = kwargs.get('if_none_match', None) + self.if_modified_since = kwargs.get('if_modified_since', None) + self.if_unmodified_since = kwargs.get('if_unmodified_since', None) + + +class TaskUpdateParameter(Model): + """The set of changes to be made to a task. + + :param constraints: Constraints that apply to this task. If omitted, the + task is given the default constraints. For multi-instance tasks, updating + the retention time applies only to the primary task and not subtasks. + :type constraints: ~azure.batch.models.TaskConstraints + """ + + _attribute_map = { + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + } + + def __init__(self, **kwargs): + super(TaskUpdateParameter, self).__init__(**kwargs) + self.constraints = kwargs.get('constraints', None) + + +class UploadBatchServiceLogsConfiguration(Model): + """The Azure Batch service log files upload configuration for a compute node. + + All required parameters must be populated in order to send to Azure. + + :param container_url: Required. The URL of the container within Azure Blob + Storage to which to upload the Batch Service log file(s). The URL must + include a Shared Access Signature (SAS) granting write permissions to the + container. The SAS duration must allow enough time for the upload to + finish. The start time for SAS is optional and recommended to not be + specified. + :type container_url: str + :param start_time: Required. The start of the time range from which to + upload Batch Service log file(s). Any log file containing a log message in + the time range will be uploaded. This means that the operation might + retrieve more logs than have been requested since the entire log file is + always uploaded, but the operation should not retrieve fewer logs than + have been requested. + :type start_time: datetime + :param end_time: The end of the time range from which to upload Batch + Service log file(s). Any log file containing a log message in the time + range will be uploaded. This means that the operation might retrieve more + logs than have been requested since the entire log file is always + uploaded, but the operation should not retrieve fewer logs than have been + requested. If omitted, the default is to upload all logs available after + the startTime. + :type end_time: datetime + """ + + _validation = { + 'container_url': {'required': True}, + 'start_time': {'required': True}, + } + + _attribute_map = { + 'container_url': {'key': 'containerUrl', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + } + + def __init__(self, **kwargs): + super(UploadBatchServiceLogsConfiguration, self).__init__(**kwargs) + self.container_url = kwargs.get('container_url', None) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + + +class UploadBatchServiceLogsResult(Model): + """The result of uploading Batch service log files from a specific compute + node. + + All required parameters must be populated in order to send to Azure. + + :param virtual_directory_name: Required. The virtual directory within + Azure Blob Storage container to which the Batch Service log file(s) will + be uploaded. The virtual directory name is part of the blob name for each + log file uploaded, and it is built based poolId, nodeId and a unique + identifier. + :type virtual_directory_name: str + :param number_of_files_uploaded: Required. The number of log files which + will be uploaded. + :type number_of_files_uploaded: int + """ + + _validation = { + 'virtual_directory_name': {'required': True}, + 'number_of_files_uploaded': {'required': True}, + } + + _attribute_map = { + 'virtual_directory_name': {'key': 'virtualDirectoryName', 'type': 'str'}, + 'number_of_files_uploaded': {'key': 'numberOfFilesUploaded', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(UploadBatchServiceLogsResult, self).__init__(**kwargs) + self.virtual_directory_name = kwargs.get('virtual_directory_name', None) + self.number_of_files_uploaded = kwargs.get('number_of_files_uploaded', None) + + +class UsageStatistics(Model): + """Statistics related to pool usage information. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param dedicated_core_time: Required. The aggregated wall-clock time of + the dedicated compute node cores being part of the pool. + :type dedicated_core_time: timedelta + """ + + _validation = { + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'dedicated_core_time': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'dedicated_core_time': {'key': 'dedicatedCoreTime', 'type': 'duration'}, + } + + def __init__(self, **kwargs): + super(UsageStatistics, self).__init__(**kwargs) + self.start_time = kwargs.get('start_time', None) + self.last_update_time = kwargs.get('last_update_time', None) + self.dedicated_core_time = kwargs.get('dedicated_core_time', None) + + +class UserAccount(Model): + """Properties used to create a user used to execute tasks on an Azure Batch + node. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the user account. + :type name: str + :param password: Required. The password for the user account. + :type password: str + :param elevation_level: The elevation level of the user account. The + default value is nonAdmin. Possible values include: 'nonAdmin', 'admin' + :type elevation_level: str or ~azure.batch.models.ElevationLevel + :param linux_user_configuration: The Linux-specific user configuration for + the user account. This property is ignored if specified on a Windows pool. + If not specified, the user is created with the default options. + :type linux_user_configuration: ~azure.batch.models.LinuxUserConfiguration + :param windows_user_configuration: The Windows-specific user configuration + for the user account. This property can only be specified if the user is + on a Windows pool. If not specified and on a Windows pool, the user is + created with the default options. + :type windows_user_configuration: + ~azure.batch.models.WindowsUserConfiguration + """ + + _validation = { + 'name': {'required': True}, + 'password': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'password': {'key': 'password', 'type': 'str'}, + 'elevation_level': {'key': 'elevationLevel', 'type': 'ElevationLevel'}, + 'linux_user_configuration': {'key': 'linuxUserConfiguration', 'type': 'LinuxUserConfiguration'}, + 'windows_user_configuration': {'key': 'windowsUserConfiguration', 'type': 'WindowsUserConfiguration'}, + } + + def __init__(self, **kwargs): + super(UserAccount, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.password = kwargs.get('password', None) + self.elevation_level = kwargs.get('elevation_level', None) + self.linux_user_configuration = kwargs.get('linux_user_configuration', None) + self.windows_user_configuration = kwargs.get('windows_user_configuration', None) + + +class UserIdentity(Model): + """The definition of the user identity under which the task is run. + + Specify either the userName or autoUser property, but not both. + + :param user_name: The name of the user identity under which the task is + run. The userName and autoUser properties are mutually exclusive; you must + specify one but not both. + :type user_name: str + :param auto_user: The auto user under which the task is run. The userName + and autoUser properties are mutually exclusive; you must specify one but + not both. + :type auto_user: ~azure.batch.models.AutoUserSpecification + """ + + _attribute_map = { + 'user_name': {'key': 'username', 'type': 'str'}, + 'auto_user': {'key': 'autoUser', 'type': 'AutoUserSpecification'}, + } + + def __init__(self, **kwargs): + super(UserIdentity, self).__init__(**kwargs) + self.user_name = kwargs.get('user_name', None) + self.auto_user = kwargs.get('auto_user', None) + + +class VirtualMachineConfiguration(Model): + """The configuration for compute nodes in a pool based on the Azure Virtual + Machines infrastructure. + + All required parameters must be populated in order to send to Azure. + + :param image_reference: Required. A reference to the Azure Virtual + Machines Marketplace image or the custom Virtual Machine image to use. + :type image_reference: ~azure.batch.models.ImageReference + :param node_agent_sku_id: Required. 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. + :type node_agent_sku_id: str + :param windows_configuration: Windows operating system settings on the + virtual machine. This property must not be specified if the imageReference + property specifies a Linux OS image. + :type windows_configuration: ~azure.batch.models.WindowsConfiguration + :param data_disks: The configuration for data disks attached to the + comptue nodes in the pool. This property must be specified if the compute + nodes in the pool need to have empty data disks attached to them. This + cannot be updated. Each node gets its own disk (the disk is not a file + share). Existing disks cannot be attached, each attached disk is empty. + When the node is removed from the pool, the disk and all data associated + with it is also deleted. The disk is not formatted after being attached, + it must be formatted before use - for more information see + https://docs.microsoft.com/en-us/azure/virtual-machines/linux/classic/attach-disk#initialize-a-new-data-disk-in-linux + and + https://docs.microsoft.com/en-us/azure/virtual-machines/windows/attach-disk-ps#add-an-empty-data-disk-to-a-virtual-machine. + :type data_disks: list[~azure.batch.models.DataDisk] + :param license_type: The type of on-premises license to be used when + deploying the operating system. This only applies to images that contain + the Windows operating system, and should only be used when you hold valid + on-premises licenses for the nodes which will be deployed. If omitted, no + on-premises licensing discount is applied. Values are: + Windows_Server - The on-premises license is for Windows Server. + Windows_Client - The on-premises license is for Windows Client. + :type license_type: str + :param container_configuration: The container configuration for the pool. + If specified, setup is performed on each node in the pool to allow tasks + to run in containers. All regular tasks and job manager tasks run on this + pool must specify the containerSettings property, and all other tasks may + specify it. + :type container_configuration: ~azure.batch.models.ContainerConfiguration + """ + + _validation = { + 'image_reference': {'required': True}, + 'node_agent_sku_id': {'required': True}, + } + + _attribute_map = { + 'image_reference': {'key': 'imageReference', 'type': 'ImageReference'}, + 'node_agent_sku_id': {'key': 'nodeAgentSKUId', 'type': 'str'}, + 'windows_configuration': {'key': 'windowsConfiguration', 'type': 'WindowsConfiguration'}, + 'data_disks': {'key': 'dataDisks', 'type': '[DataDisk]'}, + 'license_type': {'key': 'licenseType', 'type': 'str'}, + 'container_configuration': {'key': 'containerConfiguration', 'type': 'ContainerConfiguration'}, + } + + def __init__(self, **kwargs): + super(VirtualMachineConfiguration, self).__init__(**kwargs) + self.image_reference = kwargs.get('image_reference', None) + self.node_agent_sku_id = kwargs.get('node_agent_sku_id', None) + self.windows_configuration = kwargs.get('windows_configuration', None) + self.data_disks = kwargs.get('data_disks', None) + self.license_type = kwargs.get('license_type', None) + self.container_configuration = kwargs.get('container_configuration', None) + + +class WindowsConfiguration(Model): + """Windows operating system settings to apply to the virtual machine. + + :param enable_automatic_updates: Whether automatic updates are enabled on + the virtual machine. If omitted, the default value is true. + :type enable_automatic_updates: bool + """ + + _attribute_map = { + 'enable_automatic_updates': {'key': 'enableAutomaticUpdates', 'type': 'bool'}, + } + + def __init__(self, **kwargs): + super(WindowsConfiguration, self).__init__(**kwargs) + self.enable_automatic_updates = kwargs.get('enable_automatic_updates', None) + + +class WindowsUserConfiguration(Model): + """Properties used to create a user account on a Windows node. + + :param login_mode: The login mode for the user. The default value for + VirtualMachineConfiguration pools is batch and for + CloudServiceConfiguration pools is interactive. Possible values include: + 'batch', 'interactive' + :type login_mode: str or ~azure.batch.models.LoginMode + """ + + _attribute_map = { + 'login_mode': {'key': 'loginMode', 'type': 'LoginMode'}, + } + + def __init__(self, **kwargs): + super(WindowsUserConfiguration, self).__init__(**kwargs) + self.login_mode = kwargs.get('login_mode', None) diff --git a/azure-batch/azure/batch/models/_models_py3.py b/azure-batch/azure/batch/models/_models_py3.py new file mode 100644 index 000000000000..849c4613a447 --- /dev/null +++ b/azure-batch/azure/batch/models/_models_py3.py @@ -0,0 +1,10323 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model +from msrest.exceptions import HttpOperationError + + +class AccountListNodeAgentSkusOptions(Model): + """Additional parameters for list_node_agent_skus operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus. + :type filter: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 results will be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(AccountListNodeAgentSkusOptions, self).__init__(**kwargs) + self.filter = filter + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class AccountListPoolNodeCountsOptions(Model): + """Additional parameters for list_pool_node_counts operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch. + :type filter: str + :param max_results: The maximum number of items to return in the response. + Default value: 10 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, max_results: int=10, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(AccountListPoolNodeCountsOptions, self).__init__(**kwargs) + self.filter = filter + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class AffinityInformation(Model): + """A locality hint that can be used by the Batch service to select a compute + node on which to start a task. + + All required parameters must be populated in order to send to Azure. + + :param affinity_id: Required. An opaque string representing the location + of a compute node or a task that has run previously. You can pass the + affinityId of a compute node to indicate that this task needs to run on + that compute node. Note that this is just a soft affinity. If the target + node is busy or unavailable at the time the task is scheduled, then the + task will be scheduled elsewhere. + :type affinity_id: str + """ + + _validation = { + 'affinity_id': {'required': True}, + } + + _attribute_map = { + 'affinity_id': {'key': 'affinityId', 'type': 'str'}, + } + + def __init__(self, *, affinity_id: str, **kwargs) -> None: + super(AffinityInformation, self).__init__(**kwargs) + self.affinity_id = affinity_id + + +class ApplicationGetOptions(Model): + """Additional parameters for get operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ApplicationGetOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ApplicationListOptions(Model): + """Additional parameters for list operation. + + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 applications can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ApplicationListOptions, self).__init__(**kwargs) + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ApplicationPackageReference(Model): + """A reference to an application package to be deployed to compute nodes. + + All required parameters must be populated in order to send to Azure. + + :param application_id: Required. The ID of the application to deploy. + :type application_id: str + :param version: The version of the application to deploy. If omitted, the + default version is deployed. If this is omitted on a pool, and no default + version is specified for this application, the request fails with the + error code InvalidApplicationPackageReferences and HTTP status code 409. + If this is omitted on a task, and no default version is specified for this + application, the task fails with a pre-processing error. + :type version: str + """ + + _validation = { + 'application_id': {'required': True}, + } + + _attribute_map = { + 'application_id': {'key': 'applicationId', 'type': 'str'}, + 'version': {'key': 'version', 'type': 'str'}, + } + + def __init__(self, *, application_id: str, version: str=None, **kwargs) -> None: + super(ApplicationPackageReference, self).__init__(**kwargs) + self.application_id = application_id + self.version = version + + +class ApplicationSummary(Model): + """Contains information about an application in an Azure Batch account. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the application + within the account. + :type id: str + :param display_name: Required. The display name for the application. + :type display_name: str + :param versions: Required. The list of available versions of the + application. + :type versions: list[str] + """ + + _validation = { + 'id': {'required': True}, + 'display_name': {'required': True}, + 'versions': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'versions': {'key': 'versions', 'type': '[str]'}, + } + + def __init__(self, *, id: str, display_name: str, versions, **kwargs) -> None: + super(ApplicationSummary, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.versions = versions + + +class AuthenticationTokenSettings(Model): + """The settings for an authentication token that the task can use to perform + Batch service operations. + + :param access: The Batch resources to which the token grants access. The + authentication token grants access to a limited set of Batch service + operations. Currently the only supported value for the access property is + 'job', which grants access to all operations related to the job which + contains the task. + :type access: list[str or ~azure.batch.models.AccessScope] + """ + + _attribute_map = { + 'access': {'key': 'access', 'type': '[AccessScope]'}, + } + + def __init__(self, *, access=None, **kwargs) -> None: + super(AuthenticationTokenSettings, self).__init__(**kwargs) + self.access = access + + +class AutoPoolSpecification(Model): + """Specifies characteristics for a temporary 'auto pool'. The Batch service + will create this auto pool when the job is submitted. + + All required parameters must be populated in order to send to Azure. + + :param auto_pool_id_prefix: A prefix to be added to the unique identifier + when a pool is automatically created. The Batch service assigns each auto + pool a unique identifier on creation. To distinguish between pools created + for different purposes, you can specify this element to add a prefix to + the ID that is assigned. The prefix can be up to 20 characters long. + :type auto_pool_id_prefix: str + :param pool_lifetime_option: Required. The minimum lifetime of created + auto pools, and how multiple jobs on a schedule are assigned to pools. + Possible values include: 'jobSchedule', 'job' + :type pool_lifetime_option: str or ~azure.batch.models.PoolLifetimeOption + :param keep_alive: Whether to keep an auto pool alive after its lifetime + expires. If false, the Batch service deletes the pool once its lifetime + (as determined by the poolLifetimeOption setting) expires; that is, when + the job or job schedule completes. If true, the Batch service does not + delete the pool automatically. It is up to the user to delete auto pools + created with this option. + :type keep_alive: bool + :param pool: The pool specification for the auto pool. + :type pool: ~azure.batch.models.PoolSpecification + """ + + _validation = { + 'pool_lifetime_option': {'required': True}, + } + + _attribute_map = { + 'auto_pool_id_prefix': {'key': 'autoPoolIdPrefix', 'type': 'str'}, + 'pool_lifetime_option': {'key': 'poolLifetimeOption', 'type': 'PoolLifetimeOption'}, + 'keep_alive': {'key': 'keepAlive', 'type': 'bool'}, + 'pool': {'key': 'pool', 'type': 'PoolSpecification'}, + } + + def __init__(self, *, pool_lifetime_option, auto_pool_id_prefix: str=None, keep_alive: bool=None, pool=None, **kwargs) -> None: + super(AutoPoolSpecification, self).__init__(**kwargs) + self.auto_pool_id_prefix = auto_pool_id_prefix + self.pool_lifetime_option = pool_lifetime_option + self.keep_alive = keep_alive + self.pool = pool + + +class AutoScaleRun(Model): + """The results and errors from an execution of a pool autoscale formula. + + All required parameters must be populated in order to send to Azure. + + :param timestamp: Required. The time at which the autoscale formula was + last evaluated. + :type timestamp: datetime + :param results: The final values of all variables used in the evaluation + of the autoscale formula. Each variable value is returned in the form + $variable=value, and variables are separated by semicolons. + :type results: str + :param error: Details of the error encountered evaluating the autoscale + formula on the pool, if the evaluation was unsuccessful. + :type error: ~azure.batch.models.AutoScaleRunError + """ + + _validation = { + 'timestamp': {'required': True}, + } + + _attribute_map = { + 'timestamp': {'key': 'timestamp', 'type': 'iso-8601'}, + 'results': {'key': 'results', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'AutoScaleRunError'}, + } + + def __init__(self, *, timestamp, results: str=None, error=None, **kwargs) -> None: + super(AutoScaleRun, self).__init__(**kwargs) + self.timestamp = timestamp + self.results = results + self.error = error + + +class AutoScaleRunError(Model): + """An error that occurred when executing or evaluating a pool autoscale + formula. + + :param code: An identifier for the autoscale error. Codes are invariant + and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the autoscale error, intended to be + suitable for display in a user interface. + :type message: str + :param values: A list of additional error details related to the autoscale + error. + :type values: list[~azure.batch.models.NameValuePair] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'values': {'key': 'values', 'type': '[NameValuePair]'}, + } + + def __init__(self, *, code: str=None, message: str=None, values=None, **kwargs) -> None: + super(AutoScaleRunError, self).__init__(**kwargs) + self.code = code + self.message = message + self.values = values + + +class AutoUserSpecification(Model): + """Specifies the parameters for the auto user that runs a task on the Batch + service. + + :param scope: The scope for the auto user. The default value is task. + Possible values include: 'task', 'pool' + :type scope: str or ~azure.batch.models.AutoUserScope + :param elevation_level: The elevation level of the auto user. The default + value is nonAdmin. Possible values include: 'nonAdmin', 'admin' + :type elevation_level: str or ~azure.batch.models.ElevationLevel + """ + + _attribute_map = { + 'scope': {'key': 'scope', 'type': 'AutoUserScope'}, + 'elevation_level': {'key': 'elevationLevel', 'type': 'ElevationLevel'}, + } + + def __init__(self, *, scope=None, elevation_level=None, **kwargs) -> None: + super(AutoUserSpecification, self).__init__(**kwargs) + self.scope = scope + self.elevation_level = elevation_level + + +class BatchError(Model): + """An error response received from the Azure Batch service. + + :param code: An identifier for the error. Codes are invariant and are + intended to be consumed programmatically. + :type code: str + :param message: A message describing the error, intended to be suitable + for display in a user interface. + :type message: ~azure.batch.models.ErrorMessage + :param values: A collection of key-value pairs containing additional + details about the error. + :type values: list[~azure.batch.models.BatchErrorDetail] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'ErrorMessage'}, + 'values': {'key': 'values', 'type': '[BatchErrorDetail]'}, + } + + def __init__(self, *, code: str=None, message=None, values=None, **kwargs) -> None: + super(BatchError, self).__init__(**kwargs) + self.code = code + self.message = message + self.values = values + + +class BatchErrorException(HttpOperationError): + """Server responsed with exception of type: 'BatchError'. + + :param deserialize: A deserializer + :param response: Server response to be deserialized. + """ + + def __init__(self, deserialize, response, *args): + + super(BatchErrorException, self).__init__(deserialize, response, 'BatchError', *args) + + +class BatchErrorDetail(Model): + """An item of additional information included in an Azure Batch error + response. + + :param key: An identifier specifying the meaning of the Value property. + :type key: str + :param value: The additional information included with the error response. + :type value: str + """ + + _attribute_map = { + 'key': {'key': 'key', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, *, key: str=None, value: str=None, **kwargs) -> None: + super(BatchErrorDetail, self).__init__(**kwargs) + self.key = key + self.value = value + + +class Certificate(Model): + """A certificate that can be installed on compute nodes and can be used to + authenticate operations on the machine. + + :param thumbprint: The X.509 thumbprint of the certificate. This is a + sequence of up to 40 hex digits. + :type thumbprint: str + :param thumbprint_algorithm: The algorithm used to derive the thumbprint. + :type thumbprint_algorithm: str + :param url: The URL of the certificate. + :type url: str + :param state: The current state of the certificate. Possible values + include: 'active', 'deleting', 'deleteFailed' + :type state: str or ~azure.batch.models.CertificateState + :param state_transition_time: The time at which the certificate entered + its current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the certificate. This + property is not set if the certificate is in its initial active state. + Possible values include: 'active', 'deleting', 'deleteFailed' + :type previous_state: str or ~azure.batch.models.CertificateState + :param previous_state_transition_time: The time at which the certificate + entered its previous state. This property is not set if the certificate is + in its initial Active state. + :type previous_state_transition_time: datetime + :param public_data: The public part of the certificate as a base-64 + encoded .cer file. + :type public_data: str + :param delete_certificate_error: The error that occurred on the last + attempt to delete this certificate. This property is set only if the + certificate is in the DeleteFailed state. + :type delete_certificate_error: ~azure.batch.models.DeleteCertificateError + """ + + _attribute_map = { + 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, + 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'state': {'key': 'state', 'type': 'CertificateState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'CertificateState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'public_data': {'key': 'publicData', 'type': 'str'}, + 'delete_certificate_error': {'key': 'deleteCertificateError', 'type': 'DeleteCertificateError'}, + } + + def __init__(self, *, thumbprint: str=None, thumbprint_algorithm: str=None, url: str=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, public_data: str=None, delete_certificate_error=None, **kwargs) -> None: + super(Certificate, self).__init__(**kwargs) + self.thumbprint = thumbprint + self.thumbprint_algorithm = thumbprint_algorithm + self.url = url + self.state = state + self.state_transition_time = state_transition_time + self.previous_state = previous_state + self.previous_state_transition_time = previous_state_transition_time + self.public_data = public_data + self.delete_certificate_error = delete_certificate_error + + +class CertificateAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(CertificateAddOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class CertificateAddParameter(Model): + """A certificate that can be installed on compute nodes and can be used to + authenticate operations on the machine. + + All required parameters must be populated in order to send to Azure. + + :param thumbprint: Required. The X.509 thumbprint of the certificate. This + is a sequence of up to 40 hex digits (it may include spaces but these are + removed). + :type thumbprint: str + :param thumbprint_algorithm: Required. The algorithm used to derive the + thumbprint. This must be sha1. + :type thumbprint_algorithm: str + :param data: Required. The base64-encoded contents of the certificate. The + maximum size is 10KB. + :type data: str + :param certificate_format: The format of the certificate data. Possible + values include: 'pfx', 'cer' + :type certificate_format: str or ~azure.batch.models.CertificateFormat + :param password: The password to access the certificate's private key. + This is required if the certificate format is pfx. It should be omitted if + the certificate format is cer. + :type password: str + """ + + _validation = { + 'thumbprint': {'required': True}, + 'thumbprint_algorithm': {'required': True}, + 'data': {'required': True}, + } + + _attribute_map = { + 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, + 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, + 'data': {'key': 'data', 'type': 'str'}, + 'certificate_format': {'key': 'certificateFormat', 'type': 'CertificateFormat'}, + 'password': {'key': 'password', 'type': 'str'}, + } + + def __init__(self, *, thumbprint: str, thumbprint_algorithm: str, data: str, certificate_format=None, password: str=None, **kwargs) -> None: + super(CertificateAddParameter, self).__init__(**kwargs) + self.thumbprint = thumbprint + self.thumbprint_algorithm = thumbprint_algorithm + self.data = data + self.certificate_format = certificate_format + self.password = password + + +class CertificateCancelDeletionOptions(Model): + """Additional parameters for cancel_deletion operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(CertificateCancelDeletionOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class CertificateDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(CertificateDeleteOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class CertificateGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, select: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(CertificateGetOptions, self).__init__(**kwargs) + self.select = select + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class CertificateListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 certificates can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(CertificateListOptions, self).__init__(**kwargs) + self.filter = filter + self.select = select + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class CertificateReference(Model): + """A reference to a certificate to be installed on compute nodes in a pool. + + All required parameters must be populated in order to send to Azure. + + :param thumbprint: Required. The thumbprint of the certificate. + :type thumbprint: str + :param thumbprint_algorithm: Required. The algorithm with which the + thumbprint is associated. This must be sha1. + :type thumbprint_algorithm: str + :param store_location: The location of the certificate store on the + compute node into which to install the certificate. The default value is + currentuser. This property is applicable only for pools configured with + Windows nodes (that is, created with cloudServiceConfiguration, or with + virtualMachineConfiguration using a Windows image reference). For Linux + compute nodes, the certificates are stored in a directory inside the task + working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is + supplied to the task to query for this location. For certificates with + visibility of 'remoteUser', a 'certs' directory is created in the user's + home directory (e.g., /home/{user-name}/certs) and certificates are placed + in that directory. Possible values include: 'currentUser', 'localMachine' + :type store_location: str or ~azure.batch.models.CertificateStoreLocation + :param store_name: The name of the certificate store on the compute node + into which to install the certificate. This property is applicable only + for pools configured with Windows nodes (that is, created with + cloudServiceConfiguration, or with virtualMachineConfiguration using a + Windows image reference). Common store names include: My, Root, CA, Trust, + Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but + any custom store name can also be used. The default value is My. + :type store_name: str + :param visibility: Which user accounts on the compute node should have + access to the private data of the certificate. You can specify more than + one visibility in this collection. The default is all accounts. + :type visibility: list[str or ~azure.batch.models.CertificateVisibility] + """ + + _validation = { + 'thumbprint': {'required': True}, + 'thumbprint_algorithm': {'required': True}, + } + + _attribute_map = { + 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, + 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, + 'store_location': {'key': 'storeLocation', 'type': 'CertificateStoreLocation'}, + 'store_name': {'key': 'storeName', 'type': 'str'}, + 'visibility': {'key': 'visibility', 'type': '[CertificateVisibility]'}, + } + + def __init__(self, *, thumbprint: str, thumbprint_algorithm: str, store_location=None, store_name: str=None, visibility=None, **kwargs) -> None: + super(CertificateReference, self).__init__(**kwargs) + self.thumbprint = thumbprint + self.thumbprint_algorithm = thumbprint_algorithm + self.store_location = store_location + self.store_name = store_name + self.visibility = visibility + + +class CloudJob(Model): + """An Azure Batch job. + + :param id: A string that uniquely identifies the job within the account. + The ID is case-preserving and case-insensitive (that is, you may not have + two IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the job. + :type display_name: str + :param uses_task_dependencies: Whether tasks in the job can define + dependencies on each other. The default is false. + :type uses_task_dependencies: bool + :param url: The URL of the job. + :type url: str + :param e_tag: The ETag of the job. This is an opaque string. You can use + it to detect whether the job has changed between requests. In particular, + you can be pass the ETag when updating a job to specify that your changes + should take effect only if nobody else has modified the job in the + meantime. + :type e_tag: str + :param last_modified: The last modified time of the job. This is the last + time at which the job level data, such as the job state or priority, + changed. It does not factor in task-level changes such as adding new tasks + or tasks changing state. + :type last_modified: datetime + :param creation_time: The creation time of the job. + :type creation_time: datetime + :param state: The current state of the job. Possible values include: + 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', + 'deleting' + :type state: str or ~azure.batch.models.JobState + :param state_transition_time: The time at which the job entered its + current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the job. This property is not + set if the job is in its initial Active state. Possible values include: + 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', + 'deleting' + :type previous_state: str or ~azure.batch.models.JobState + :param previous_state_transition_time: The time at which the job entered + its previous state. This property is not set if the job is in its initial + Active state. + :type previous_state_transition_time: datetime + :param priority: The priority of the job. Priority values can range from + -1000 to 1000, with -1000 being the lowest priority and 1000 being the + highest priority. The default value is 0. + :type priority: int + :param constraints: The execution constraints for the job. + :type constraints: ~azure.batch.models.JobConstraints + :param job_manager_task: Details of a Job Manager task to be launched when + the job is started. + :type job_manager_task: ~azure.batch.models.JobManagerTask + :param job_preparation_task: The Job Preparation task. The Job Preparation + task is a special task run on each node before any other task of the job. + :type job_preparation_task: ~azure.batch.models.JobPreparationTask + :param job_release_task: The Job Release task. The Job Release task is a + special task run at the end of the job on each node that has run any other + task of the job. + :type job_release_task: ~azure.batch.models.JobReleaseTask + :param common_environment_settings: The list of common environment + variable settings. These environment variables are set for all tasks in + the job (including the Job Manager, Job Preparation and Job Release + tasks). Individual tasks can override an environment setting specified + here by specifying the same setting name with a different value. + :type common_environment_settings: + list[~azure.batch.models.EnvironmentSetting] + :param pool_info: The pool settings associated with the job. + :type pool_info: ~azure.batch.models.PoolInformation + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in the job are in the completed state. The default is + noaction. Possible values include: 'noAction', 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + :param on_task_failure: The action the Batch service should take when any + task in the job fails. A task is considered to have failed if has a + failureInfo. A failureInfo is set if the task completes with a non-zero + exit code after exhausting its retry count, or if there was an error + starting the task, for example due to a resource file download error. The + default is noaction. Possible values include: 'noAction', + 'performExitOptionsJobAction' + :type on_task_failure: str or ~azure.batch.models.OnTaskFailure + :param network_configuration: The network configuration for the job. + :type network_configuration: ~azure.batch.models.JobNetworkConfiguration + :param metadata: A list of name-value pairs associated with the job as + metadata. The Batch service does not assign any meaning to metadata; it is + solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + :param execution_info: The execution information for the job. + :type execution_info: ~azure.batch.models.JobExecutionInformation + :param stats: Resource usage statistics for the entire lifetime of the + job. The statistics may not be immediately available. The Batch service + performs periodic roll-up of statistics. The typical delay is about 30 + minutes. + :type stats: ~azure.batch.models.JobStatistics + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, + 'url': {'key': 'url', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'JobState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'JobState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'priority': {'key': 'priority', 'type': 'int'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, + 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, + 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, + 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'JobNetworkConfiguration'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'execution_info': {'key': 'executionInfo', 'type': 'JobExecutionInformation'}, + 'stats': {'key': 'stats', 'type': 'JobStatistics'}, + } + + def __init__(self, *, id: str=None, display_name: str=None, uses_task_dependencies: bool=None, url: str=None, e_tag: str=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, priority: int=None, constraints=None, job_manager_task=None, job_preparation_task=None, job_release_task=None, common_environment_settings=None, pool_info=None, on_all_tasks_complete=None, on_task_failure=None, network_configuration=None, metadata=None, execution_info=None, stats=None, **kwargs) -> None: + super(CloudJob, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.uses_task_dependencies = uses_task_dependencies + self.url = url + self.e_tag = e_tag + self.last_modified = last_modified + self.creation_time = creation_time + self.state = state + self.state_transition_time = state_transition_time + self.previous_state = previous_state + self.previous_state_transition_time = previous_state_transition_time + self.priority = priority + self.constraints = constraints + self.job_manager_task = job_manager_task + self.job_preparation_task = job_preparation_task + self.job_release_task = job_release_task + self.common_environment_settings = common_environment_settings + self.pool_info = pool_info + self.on_all_tasks_complete = on_all_tasks_complete + self.on_task_failure = on_task_failure + self.network_configuration = network_configuration + self.metadata = metadata + self.execution_info = execution_info + self.stats = stats + + +class CloudJobSchedule(Model): + """A job schedule that allows recurring jobs by specifying when to run jobs + and a specification used to create each job. + + :param id: A string that uniquely identifies the schedule within the + account. + :type id: str + :param display_name: The display name for the schedule. + :type display_name: str + :param url: The URL of the job schedule. + :type url: str + :param e_tag: The ETag of the job schedule. This is an opaque string. You + can use it to detect whether the job schedule has changed between + requests. In particular, you can be pass the ETag with an Update Job + Schedule request to specify that your changes should take effect only if + nobody else has modified the schedule in the meantime. + :type e_tag: str + :param last_modified: The last modified time of the job schedule. This is + the last time at which the schedule level data, such as the job + specification or recurrence information, changed. It does not factor in + job-level changes such as new jobs being created or jobs changing state. + :type last_modified: datetime + :param creation_time: The creation time of the job schedule. + :type creation_time: datetime + :param state: The current state of the job schedule. Possible values + include: 'active', 'completed', 'disabled', 'terminating', 'deleting' + :type state: str or ~azure.batch.models.JobScheduleState + :param state_transition_time: The time at which the job schedule entered + the current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the job schedule. This + property is not present if the job schedule is in its initial active + state. Possible values include: 'active', 'completed', 'disabled', + 'terminating', 'deleting' + :type previous_state: str or ~azure.batch.models.JobScheduleState + :param previous_state_transition_time: The time at which the job schedule + entered its previous state. This property is not present if the job + schedule is in its initial active state. + :type previous_state_transition_time: datetime + :param schedule: The schedule according to which jobs will be created. + :type schedule: ~azure.batch.models.Schedule + :param job_specification: The details of the jobs to be created on this + schedule. + :type job_specification: ~azure.batch.models.JobSpecification + :param execution_info: Information about jobs that have been and will be + run under this schedule. + :type execution_info: ~azure.batch.models.JobScheduleExecutionInformation + :param metadata: A list of name-value pairs associated with the schedule + as metadata. The Batch service does not assign any meaning to metadata; it + is solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + :param stats: The lifetime resource usage statistics for the job schedule. + The statistics may not be immediately available. The Batch service + performs periodic roll-up of statistics. The typical delay is about 30 + minutes. + :type stats: ~azure.batch.models.JobScheduleStatistics + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'JobScheduleState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'JobScheduleState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'schedule': {'key': 'schedule', 'type': 'Schedule'}, + 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, + 'execution_info': {'key': 'executionInfo', 'type': 'JobScheduleExecutionInformation'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'stats': {'key': 'stats', 'type': 'JobScheduleStatistics'}, + } + + def __init__(self, *, id: str=None, display_name: str=None, url: str=None, e_tag: str=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, schedule=None, job_specification=None, execution_info=None, metadata=None, stats=None, **kwargs) -> None: + super(CloudJobSchedule, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.url = url + self.e_tag = e_tag + self.last_modified = last_modified + self.creation_time = creation_time + self.state = state + self.state_transition_time = state_transition_time + self.previous_state = previous_state + self.previous_state_transition_time = previous_state_transition_time + self.schedule = schedule + self.job_specification = job_specification + self.execution_info = execution_info + self.metadata = metadata + self.stats = stats + + +class CloudPool(Model): + """A pool in the Azure Batch service. + + :param id: A string that uniquely identifies the pool within the account. + The ID can contain any combination of alphanumeric characters including + hyphens and underscores, and cannot contain more than 64 characters. The + ID is case-preserving and case-insensitive (that is, you may not have two + IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the pool. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param url: The URL of the pool. + :type url: str + :param e_tag: The ETag of the pool. This is an opaque string. You can use + it to detect whether the pool has changed between requests. In particular, + you can be pass the ETag when updating a pool to specify that your changes + should take effect only if nobody else has modified the pool in the + meantime. + :type e_tag: str + :param last_modified: The last modified time of the pool. This is the last + time at which the pool level data, such as the targetDedicatedNodes or + enableAutoscale settings, changed. It does not factor in node-level + changes such as a compute node changing state. + :type last_modified: datetime + :param creation_time: The creation time of the pool. + :type creation_time: datetime + :param state: The current state of the pool. Possible values include: + 'active', 'deleting' + :type state: str or ~azure.batch.models.PoolState + :param state_transition_time: The time at which the pool entered its + current state. + :type state_transition_time: datetime + :param allocation_state: Whether the pool is resizing. Possible values + include: 'steady', 'resizing', 'stopping' + :type allocation_state: str or ~azure.batch.models.AllocationState + :param allocation_state_transition_time: The time at which the pool + entered its current allocation state. + :type allocation_state_transition_time: datetime + :param vm_size: The size of virtual machines in the pool. All virtual + machines in a pool are the same size. For information about available + sizes of virtual machines in pools, see Choose a VM size for compute nodes + in an Azure Batch pool + (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). + :type vm_size: str + :param cloud_service_configuration: The cloud service configuration for + the pool. This property and virtualMachineConfiguration are mutually + exclusive and one of the properties must be specified. This property + cannot be specified if the Batch account was created with its + poolAllocationMode property set to 'UserSubscription'. + :type cloud_service_configuration: + ~azure.batch.models.CloudServiceConfiguration + :param virtual_machine_configuration: The virtual machine configuration + for the pool. This property and cloudServiceConfiguration are mutually + exclusive and one of the properties must be specified. + :type virtual_machine_configuration: + ~azure.batch.models.VirtualMachineConfiguration + :param resize_timeout: The timeout for allocation of compute nodes to the + pool. This is the timeout for the most recent resize operation. (The + initial sizing when the pool is created counts as a resize.) The default + value is 15 minutes. + :type resize_timeout: timedelta + :param resize_errors: A list of errors encountered while performing the + last resize on the pool. This property is set only if one or more errors + occurred during the last pool resize, and only when the pool + allocationState is Steady. + :type resize_errors: list[~azure.batch.models.ResizeError] + :param current_dedicated_nodes: The number of dedicated compute nodes + currently in the pool. + :type current_dedicated_nodes: int + :param current_low_priority_nodes: The number of low-priority compute + nodes currently in the pool. Low-priority compute nodes which have been + preempted are included in this count. + :type current_low_priority_nodes: int + :param target_dedicated_nodes: The desired number of dedicated compute + nodes in the pool. + :type target_dedicated_nodes: int + :param target_low_priority_nodes: The desired number of low-priority + compute nodes in the pool. + :type target_low_priority_nodes: int + :param enable_auto_scale: Whether the pool size should automatically + adjust over time. If false, at least one of targetDedicateNodes and + targetLowPriorityNodes must be specified. If true, the autoScaleFormula + property is required and the pool automatically resizes according to the + formula. The default value is false. + :type enable_auto_scale: bool + :param auto_scale_formula: A formula for the desired number of compute + nodes in the pool. This property is set only if the pool automatically + scales, i.e. enableAutoScale is true. + :type auto_scale_formula: str + :param auto_scale_evaluation_interval: The time interval at which to + automatically adjust the pool size according to the autoscale formula. + This property is set only if the pool automatically scales, i.e. + enableAutoScale is true. + :type auto_scale_evaluation_interval: timedelta + :param auto_scale_run: The results and errors from the last execution of + the autoscale formula. This property is set only if the pool automatically + scales, i.e. enableAutoScale is true. + :type auto_scale_run: ~azure.batch.models.AutoScaleRun + :param enable_inter_node_communication: Whether the pool permits direct + communication between nodes. This imposes restrictions on which nodes can + be assigned to the pool. Specifying this value can reduce the chance of + the requested number of nodes to be allocated in the pool. + :type enable_inter_node_communication: bool + :param network_configuration: The network configuration for the pool. + :type network_configuration: ~azure.batch.models.NetworkConfiguration + :param start_task: A task specified to run on each compute node as it + joins the pool. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: The list of certificates to be installed on + each compute node in the pool. For Windows compute nodes, the Batch + service installs the certificates to the specified certificate store and + location. For Linux compute nodes, the certificates are stored in a + directory inside the task working directory and an environment variable + AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this + location. For certificates with visibility of 'remoteUser', a 'certs' + directory is created in the user's home directory (e.g., + /home/{user-name}/certs) and certificates are placed in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: The list of application packages to + be installed on each compute node in the pool. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param application_licenses: The list of application licenses the Batch + service will make available on each compute node in the pool. The list of + application licenses must be a subset of available Batch service + application licenses. If a license is requested which is not supported, + pool creation will fail. + :type application_licenses: list[str] + :param max_tasks_per_node: The maximum number of tasks that can run + concurrently on a single compute node in the pool. + :type max_tasks_per_node: int + :param task_scheduling_policy: How tasks are distributed across compute + nodes in a pool. + :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy + :param user_accounts: The list of user accounts to be created on each node + in the pool. + :type user_accounts: list[~azure.batch.models.UserAccount] + :param metadata: A list of name-value pairs associated with the pool as + metadata. + :type metadata: list[~azure.batch.models.MetadataItem] + :param stats: Utilization and resource usage statistics for the entire + lifetime of the pool. The statistics may not be immediately available. The + Batch service performs periodic roll-up of statistics. The typical delay + is about 30 minutes. + :type stats: ~azure.batch.models.PoolStatistics + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'PoolState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'allocation_state': {'key': 'allocationState', 'type': 'AllocationState'}, + 'allocation_state_transition_time': {'key': 'allocationStateTransitionTime', 'type': 'iso-8601'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, + 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'resize_errors': {'key': 'resizeErrors', 'type': '[ResizeError]'}, + 'current_dedicated_nodes': {'key': 'currentDedicatedNodes', 'type': 'int'}, + 'current_low_priority_nodes': {'key': 'currentLowPriorityNodes', 'type': 'int'}, + 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, + 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, + 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, + 'auto_scale_run': {'key': 'autoScaleRun', 'type': 'AutoScaleRun'}, + 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, + 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, + 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, + 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'stats': {'key': 'stats', 'type': 'PoolStatistics'}, + } + + def __init__(self, *, id: str=None, display_name: str=None, url: str=None, e_tag: str=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, allocation_state=None, allocation_state_transition_time=None, vm_size: str=None, cloud_service_configuration=None, virtual_machine_configuration=None, resize_timeout=None, resize_errors=None, current_dedicated_nodes: int=None, current_low_priority_nodes: int=None, target_dedicated_nodes: int=None, target_low_priority_nodes: int=None, enable_auto_scale: bool=None, auto_scale_formula: str=None, auto_scale_evaluation_interval=None, auto_scale_run=None, enable_inter_node_communication: bool=None, network_configuration=None, start_task=None, certificate_references=None, application_package_references=None, application_licenses=None, max_tasks_per_node: int=None, task_scheduling_policy=None, user_accounts=None, metadata=None, stats=None, **kwargs) -> None: + super(CloudPool, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.url = url + self.e_tag = e_tag + self.last_modified = last_modified + self.creation_time = creation_time + self.state = state + self.state_transition_time = state_transition_time + self.allocation_state = allocation_state + self.allocation_state_transition_time = allocation_state_transition_time + self.vm_size = vm_size + self.cloud_service_configuration = cloud_service_configuration + self.virtual_machine_configuration = virtual_machine_configuration + self.resize_timeout = resize_timeout + self.resize_errors = resize_errors + self.current_dedicated_nodes = current_dedicated_nodes + self.current_low_priority_nodes = current_low_priority_nodes + self.target_dedicated_nodes = target_dedicated_nodes + self.target_low_priority_nodes = target_low_priority_nodes + self.enable_auto_scale = enable_auto_scale + self.auto_scale_formula = auto_scale_formula + self.auto_scale_evaluation_interval = auto_scale_evaluation_interval + self.auto_scale_run = auto_scale_run + self.enable_inter_node_communication = enable_inter_node_communication + self.network_configuration = network_configuration + self.start_task = start_task + self.certificate_references = certificate_references + self.application_package_references = application_package_references + self.application_licenses = application_licenses + self.max_tasks_per_node = max_tasks_per_node + self.task_scheduling_policy = task_scheduling_policy + self.user_accounts = user_accounts + self.metadata = metadata + self.stats = stats + + +class CloudServiceConfiguration(Model): + """The configuration for nodes in a pool based on the Azure Cloud Services + platform. + + All required parameters must be populated in order to send to Azure. + + :param os_family: Required. 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). + :type os_family: str + :param os_version: The Azure Guest OS version to be installed on the + virtual machines in the pool. The default value is * which specifies the + latest operating system version for the specified OS family. + :type os_version: str + """ + + _validation = { + 'os_family': {'required': True}, + } + + _attribute_map = { + 'os_family': {'key': 'osFamily', 'type': 'str'}, + 'os_version': {'key': 'osVersion', 'type': 'str'}, + } + + def __init__(self, *, os_family: str, os_version: str=None, **kwargs) -> None: + super(CloudServiceConfiguration, self).__init__(**kwargs) + self.os_family = os_family + self.os_version = os_version + + +class CloudTask(Model): + """An Azure Batch task. + + Batch will retry tasks when a recovery operation is triggered on a compute + node. Examples of recovery operations include (but are not limited to) when + an unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + :param id: A string that uniquely identifies the task within the job. The + ID can contain any combination of alphanumeric characters including + hyphens and underscores, and cannot contain more than 64 characters. + :type id: str + :param display_name: A display name for the task. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param url: The URL of the task. + :type url: str + :param e_tag: The ETag of the task. This is an opaque string. You can use + it to detect whether the task has changed between requests. In particular, + you can be pass the ETag when updating a task to specify that your changes + should take effect only if nobody else has modified the task in the + meantime. + :type e_tag: str + :param last_modified: The last modified time of the task. + :type last_modified: datetime + :param creation_time: The creation time of the task. + :type creation_time: datetime + :param exit_conditions: How the Batch service should respond when the task + completes. + :type exit_conditions: ~azure.batch.models.ExitConditions + :param state: The current state of the task. Possible values include: + 'active', 'preparing', 'running', 'completed' + :type state: str or ~azure.batch.models.TaskState + :param state_transition_time: The time at which the task entered its + current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the task. This property is + not set if the task is in its initial Active state. Possible values + include: 'active', 'preparing', 'running', 'completed' + :type previous_state: str or ~azure.batch.models.TaskState + :param previous_state_transition_time: The time at which the task entered + its previous state. This property is not set if the task is in its initial + Active state. + :type previous_state_transition_time: datetime + :param command_line: The command line of the task. For multi-instance + tasks, the command line is executed as the primary task, after the primary + task and all subtasks have finished executing the coordination command + line. The command line does not run under a shell, and therefore cannot + take advantage of shell features such as environment variable expansion. + If you want to take advantage of such features, you should invoke the + shell in the command line, for example using "cmd /c MyCommand" in Windows + or "/bin/sh -c MyCommand" in Linux. If the command line refers to file + paths, it should use a relative path (relative to the task working + directory), or use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + task runs. If the pool that will run this task has containerConfiguration + set, this must be set as well. If the pool that will run this task doesn't + have containerConfiguration set, this must not be set. When this is + specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR + (the root of Azure Batch directories on the node) are mapped into the + container, all task environment variables are mapped into the container, + and the task command line is executed in the container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. For + multi-instance tasks, the resource files will only be downloaded to the + compute node on which the primary task is executed. There is a maximum + size for the list of resource files. When the max size is exceeded, the + request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param output_files: A list of files that the Batch service will upload + from the compute node after running the command line. For multi-instance + tasks, the files will only be uploaded from the compute node on which the + primary task is executed. + :type output_files: list[~azure.batch.models.OutputFile] + :param environment_settings: A list of environment variable settings for + the task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param affinity_info: A locality hint that can be used by the Batch + service to select a compute node on which to start the new task. + :type affinity_info: ~azure.batch.models.AffinityInformation + :param constraints: The execution constraints that apply to this task. + :type constraints: ~azure.batch.models.TaskConstraints + :param user_identity: The user identity under which the task runs. If + omitted, the task runs as a non-administrative user unique to the task. + :type user_identity: ~azure.batch.models.UserIdentity + :param execution_info: Information about the execution of the task. + :type execution_info: ~azure.batch.models.TaskExecutionInformation + :param node_info: Information about the compute node on which the task + ran. + :type node_info: ~azure.batch.models.ComputeNodeInformation + :param multi_instance_settings: An object that indicates that the task is + a multi-instance task, and contains information about how to run the + multi-instance task. + :type multi_instance_settings: ~azure.batch.models.MultiInstanceSettings + :param stats: Resource usage statistics for the task. + :type stats: ~azure.batch.models.TaskStatistics + :param depends_on: The tasks that this task depends on. This task will not + be scheduled until all tasks that it depends on have completed + successfully. If any of those tasks fail and exhaust their retry counts, + this task will never be scheduled. + :type depends_on: ~azure.batch.models.TaskDependencies + :param application_package_references: A list of application packages that + the Batch service will deploy to the compute node before running the + command line. Application packages are downloaded and deployed to a shared + directory, not the task working directory. Therefore, if a referenced + package is already on the compute node, and is up to date, then it is not + re-downloaded; the existing copy on the compute node is used. If a + referenced application package cannot be installed, for example because + the package has been deleted or because download failed, the task fails. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param authentication_token_settings: The settings for an authentication + token that the task can use to perform Batch service operations. If this + property is set, the Batch service provides the task with an + authentication token which can be used to authenticate Batch service + operations without requiring an account access key. The token is provided + via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations + that the task can carry out using the token depend on the settings. For + example, a task can request job permissions in order to add other tasks to + the job, or check the status of the job or of other tasks under the job. + :type authentication_token_settings: + ~azure.batch.models.AuthenticationTokenSettings + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'exit_conditions': {'key': 'exitConditions', 'type': 'ExitConditions'}, + 'state': {'key': 'state', 'type': 'TaskState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'TaskState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'affinity_info': {'key': 'affinityInfo', 'type': 'AffinityInformation'}, + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'execution_info': {'key': 'executionInfo', 'type': 'TaskExecutionInformation'}, + 'node_info': {'key': 'nodeInfo', 'type': 'ComputeNodeInformation'}, + 'multi_instance_settings': {'key': 'multiInstanceSettings', 'type': 'MultiInstanceSettings'}, + 'stats': {'key': 'stats', 'type': 'TaskStatistics'}, + 'depends_on': {'key': 'dependsOn', 'type': 'TaskDependencies'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, + } + + def __init__(self, *, id: str=None, display_name: str=None, url: str=None, e_tag: str=None, last_modified=None, creation_time=None, exit_conditions=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, command_line: str=None, container_settings=None, resource_files=None, output_files=None, environment_settings=None, affinity_info=None, constraints=None, user_identity=None, execution_info=None, node_info=None, multi_instance_settings=None, stats=None, depends_on=None, application_package_references=None, authentication_token_settings=None, **kwargs) -> None: + super(CloudTask, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.url = url + self.e_tag = e_tag + self.last_modified = last_modified + self.creation_time = creation_time + self.exit_conditions = exit_conditions + self.state = state + self.state_transition_time = state_transition_time + self.previous_state = previous_state + self.previous_state_transition_time = previous_state_transition_time + self.command_line = command_line + self.container_settings = container_settings + self.resource_files = resource_files + self.output_files = output_files + self.environment_settings = environment_settings + self.affinity_info = affinity_info + self.constraints = constraints + self.user_identity = user_identity + self.execution_info = execution_info + self.node_info = node_info + self.multi_instance_settings = multi_instance_settings + self.stats = stats + self.depends_on = depends_on + self.application_package_references = application_package_references + self.authentication_token_settings = authentication_token_settings + + +class CloudTaskListSubtasksResult(Model): + """The result of listing the subtasks of a task. + + :param value: The list of subtasks. + :type value: list[~azure.batch.models.SubtaskInformation] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[SubtaskInformation]'}, + } + + def __init__(self, *, value=None, **kwargs) -> None: + super(CloudTaskListSubtasksResult, self).__init__(**kwargs) + self.value = value + + +class ComputeNode(Model): + """A compute node in the Batch service. + + :param id: The ID of the compute node. Every node that is added to a pool + is assigned a unique ID. Whenever a node is removed from a pool, all of + its local files are deleted, and the ID is reclaimed and could be reused + for new nodes. + :type id: str + :param url: The URL of the compute node. + :type url: str + :param state: The current state of the compute node. The low-priority node + has been preempted. Tasks which were running on the node when it was + pre-empted will be rescheduled when another node becomes available. + Possible values include: 'idle', 'rebooting', 'reimaging', 'running', + 'unusable', 'creating', 'starting', 'waitingForStartTask', + 'startTaskFailed', 'unknown', 'leavingPool', 'offline', 'preempted' + :type state: str or ~azure.batch.models.ComputeNodeState + :param scheduling_state: Whether the compute node is available for task + scheduling. Possible values include: 'enabled', 'disabled' + :type scheduling_state: str or ~azure.batch.models.SchedulingState + :param state_transition_time: The time at which the compute node entered + its current state. + :type state_transition_time: datetime + :param last_boot_time: The last time at which the compute node was + started. This property may not be present if the node state is unusable. + :type last_boot_time: datetime + :param allocation_time: The time at which this compute node was allocated + to the pool. This is the time when the node was initially allocated and + doesn't change once set. It is not updated when the node is service healed + or preempted. + :type allocation_time: datetime + :param ip_address: The IP address that other compute nodes can use to + communicate with this compute node. Every node that is added to a pool is + assigned a unique IP address. Whenever a node is removed from a pool, all + of its local files are deleted, and the IP address is reclaimed and could + be reused for new nodes. + :type ip_address: str + :param affinity_id: An identifier which can be passed when adding a task + to request that the task be scheduled on this node. Note that this is just + a soft affinity. If the target node is busy or unavailable at the time the + task is scheduled, then the task will be scheduled elsewhere. + :type affinity_id: str + :param vm_size: The size of the virtual machine hosting the compute node. + For information about available sizes of virtual machines in pools, see + Choose a VM size for compute nodes in an Azure Batch pool + (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). + :type vm_size: str + :param total_tasks_run: The total number of job tasks completed on the + compute node. This includes Job Manager tasks and normal tasks, but not + Job Preparation, Job Release or Start tasks. + :type total_tasks_run: int + :param running_tasks_count: The total number of currently running job + tasks on the compute node. This includes Job Manager tasks and normal + tasks, but not Job Preparation, Job Release or Start tasks. + :type running_tasks_count: int + :param total_tasks_succeeded: The total number of job tasks which + completed successfully (with exitCode 0) on the compute node. This + includes Job Manager tasks and normal tasks, but not Job Preparation, Job + Release or Start tasks. + :type total_tasks_succeeded: int + :param recent_tasks: A list of tasks whose state has recently changed. + This property is present only if at least one task has run on this node + since it was assigned to the pool. + :type recent_tasks: list[~azure.batch.models.TaskInformation] + :param start_task: The task specified to run on the compute node as it + joins the pool. + :type start_task: ~azure.batch.models.StartTask + :param start_task_info: Runtime information about the execution of the + start task on the compute node. + :type start_task_info: ~azure.batch.models.StartTaskInformation + :param certificate_references: The list of certificates installed on the + compute node. For Windows compute nodes, the Batch service installs the + certificates to the specified certificate store and location. For Linux + compute nodes, the certificates are stored in a directory inside the task + working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is + supplied to the task to query for this location. For certificates with + visibility of 'remoteUser', a 'certs' directory is created in the user's + home directory (e.g., /home/{user-name}/certs) and certificates are placed + in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param errors: The list of errors that are currently being encountered by + the compute node. + :type errors: list[~azure.batch.models.ComputeNodeError] + :param is_dedicated: Whether this compute node is a dedicated node. If + false, the node is a low-priority node. + :type is_dedicated: bool + :param endpoint_configuration: The endpoint configuration for the compute + node. + :type endpoint_configuration: + ~azure.batch.models.ComputeNodeEndpointConfiguration + :param node_agent_info: Information about the node agent version and the + time the node upgraded to a new version. + :type node_agent_info: ~azure.batch.models.NodeAgentInformation + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'state': {'key': 'state', 'type': 'ComputeNodeState'}, + 'scheduling_state': {'key': 'schedulingState', 'type': 'SchedulingState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'last_boot_time': {'key': 'lastBootTime', 'type': 'iso-8601'}, + 'allocation_time': {'key': 'allocationTime', 'type': 'iso-8601'}, + 'ip_address': {'key': 'ipAddress', 'type': 'str'}, + 'affinity_id': {'key': 'affinityId', 'type': 'str'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'total_tasks_run': {'key': 'totalTasksRun', 'type': 'int'}, + 'running_tasks_count': {'key': 'runningTasksCount', 'type': 'int'}, + 'total_tasks_succeeded': {'key': 'totalTasksSucceeded', 'type': 'int'}, + 'recent_tasks': {'key': 'recentTasks', 'type': '[TaskInformation]'}, + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'start_task_info': {'key': 'startTaskInfo', 'type': 'StartTaskInformation'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'errors': {'key': 'errors', 'type': '[ComputeNodeError]'}, + 'is_dedicated': {'key': 'isDedicated', 'type': 'bool'}, + 'endpoint_configuration': {'key': 'endpointConfiguration', 'type': 'ComputeNodeEndpointConfiguration'}, + 'node_agent_info': {'key': 'nodeAgentInfo', 'type': 'NodeAgentInformation'}, + } + + def __init__(self, *, id: str=None, url: str=None, state=None, scheduling_state=None, state_transition_time=None, last_boot_time=None, allocation_time=None, ip_address: str=None, affinity_id: str=None, vm_size: str=None, total_tasks_run: int=None, running_tasks_count: int=None, total_tasks_succeeded: int=None, recent_tasks=None, start_task=None, start_task_info=None, certificate_references=None, errors=None, is_dedicated: bool=None, endpoint_configuration=None, node_agent_info=None, **kwargs) -> None: + super(ComputeNode, self).__init__(**kwargs) + self.id = id + self.url = url + self.state = state + self.scheduling_state = scheduling_state + self.state_transition_time = state_transition_time + self.last_boot_time = last_boot_time + self.allocation_time = allocation_time + self.ip_address = ip_address + self.affinity_id = affinity_id + self.vm_size = vm_size + self.total_tasks_run = total_tasks_run + self.running_tasks_count = running_tasks_count + self.total_tasks_succeeded = total_tasks_succeeded + self.recent_tasks = recent_tasks + self.start_task = start_task + self.start_task_info = start_task_info + self.certificate_references = certificate_references + self.errors = errors + self.is_dedicated = is_dedicated + self.endpoint_configuration = endpoint_configuration + self.node_agent_info = node_agent_info + + +class ComputeNodeAddUserOptions(Model): + """Additional parameters for add_user operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeAddUserOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeDeleteUserOptions(Model): + """Additional parameters for delete_user operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeDeleteUserOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeDisableSchedulingOptions(Model): + """Additional parameters for disable_scheduling operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeDisableSchedulingOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeEnableSchedulingOptions(Model): + """Additional parameters for enable_scheduling operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeEnableSchedulingOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeEndpointConfiguration(Model): + """The endpoint configuration for the compute node. + + All required parameters must be populated in order to send to Azure. + + :param inbound_endpoints: Required. The list of inbound endpoints that are + accessible on the compute node. + :type inbound_endpoints: list[~azure.batch.models.InboundEndpoint] + """ + + _validation = { + 'inbound_endpoints': {'required': True}, + } + + _attribute_map = { + 'inbound_endpoints': {'key': 'inboundEndpoints', 'type': '[InboundEndpoint]'}, + } + + def __init__(self, *, inbound_endpoints, **kwargs) -> None: + super(ComputeNodeEndpointConfiguration, self).__init__(**kwargs) + self.inbound_endpoints = inbound_endpoints + + +class ComputeNodeError(Model): + """An error encountered by a compute node. + + :param code: An identifier for the compute node error. Codes are invariant + and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the compute node error, intended to + be suitable for display in a user interface. + :type message: str + :param error_details: The list of additional error details related to the + compute node error. + :type error_details: list[~azure.batch.models.NameValuePair] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'error_details': {'key': 'errorDetails', 'type': '[NameValuePair]'}, + } + + def __init__(self, *, code: str=None, message: str=None, error_details=None, **kwargs) -> None: + super(ComputeNodeError, self).__init__(**kwargs) + self.code = code + self.message = message + self.error_details = error_details + + +class ComputeNodeGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, select: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeGetOptions, self).__init__(**kwargs) + self.select = select + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeGetRemoteDesktopOptions(Model): + """Additional parameters for get_remote_desktop operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeGetRemoteDesktopOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeGetRemoteLoginSettingsOptions(Model): + """Additional parameters for get_remote_login_settings operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeGetRemoteLoginSettingsOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeGetRemoteLoginSettingsResult(Model): + """The remote login settings for a compute node. + + All required parameters must be populated in order to send to Azure. + + :param remote_login_ip_address: Required. The IP address used for remote + login to the compute node. + :type remote_login_ip_address: str + :param remote_login_port: Required. The port used for remote login to the + compute node. + :type remote_login_port: int + """ + + _validation = { + 'remote_login_ip_address': {'required': True}, + 'remote_login_port': {'required': True}, + } + + _attribute_map = { + 'remote_login_ip_address': {'key': 'remoteLoginIPAddress', 'type': 'str'}, + 'remote_login_port': {'key': 'remoteLoginPort', 'type': 'int'}, + } + + def __init__(self, *, remote_login_ip_address: str, remote_login_port: int, **kwargs) -> None: + super(ComputeNodeGetRemoteLoginSettingsResult, self).__init__(**kwargs) + self.remote_login_ip_address = remote_login_ip_address + self.remote_login_port = remote_login_port + + +class ComputeNodeInformation(Model): + """Information about the compute node on which a task ran. + + :param affinity_id: An identifier for the compute node on which the task + ran, which can be passed when adding a task to request that the task be + scheduled on this compute node. + :type affinity_id: str + :param node_url: The URL of the node on which the task ran. . + :type node_url: str + :param pool_id: The ID of the pool on which the task ran. + :type pool_id: str + :param node_id: The ID of the node on which the task ran. + :type node_id: str + :param task_root_directory: The root directory of the task on the compute + node. + :type task_root_directory: str + :param task_root_directory_url: The URL to the root directory of the task + on the compute node. + :type task_root_directory_url: str + """ + + _attribute_map = { + 'affinity_id': {'key': 'affinityId', 'type': 'str'}, + 'node_url': {'key': 'nodeUrl', 'type': 'str'}, + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'node_id': {'key': 'nodeId', 'type': 'str'}, + 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, + 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, + } + + def __init__(self, *, affinity_id: str=None, node_url: str=None, pool_id: str=None, node_id: str=None, task_root_directory: str=None, task_root_directory_url: str=None, **kwargs) -> None: + super(ComputeNodeInformation, self).__init__(**kwargs) + self.affinity_id = affinity_id + self.node_url = node_url + self.pool_id = pool_id + self.node_id = node_id + self.task_root_directory = task_root_directory + self.task_root_directory_url = task_root_directory_url + + +class ComputeNodeListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 nodes can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeListOptions, self).__init__(**kwargs) + self.filter = filter + self.select = select + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeRebootOptions(Model): + """Additional parameters for reboot operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeRebootOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeReimageOptions(Model): + """Additional parameters for reimage operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeReimageOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeUpdateUserOptions(Model): + """Additional parameters for update_user operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeUpdateUserOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeUploadBatchServiceLogsOptions(Model): + """Additional parameters for upload_batch_service_logs operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(ComputeNodeUploadBatchServiceLogsOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class ComputeNodeUser(Model): + """A user account for RDP or SSH access on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The user name of the account. + :type name: str + :param is_admin: Whether the account should be an administrator on the + compute node. The default value is false. + :type is_admin: bool + :param expiry_time: The time at which the account should expire. If + omitted, the default is 1 day from the current time. For Linux compute + nodes, the expiryTime has a precision up to a day. + :type expiry_time: datetime + :param password: The password of the account. The password is required for + Windows nodes (those created with 'cloudServiceConfiguration', or created + with 'virtualMachineConfiguration' using a Windows image reference). For + Linux compute nodes, the password can optionally be specified along with + the sshPublicKey property. + :type password: str + :param ssh_public_key: The SSH public key that can be used for remote + login to the compute node. The public key should be compatible with + OpenSSH encoding and should be base 64 encoded. This property can be + specified only for Linux nodes. If this is specified for a Windows node, + then the Batch service rejects the request; if you are calling the REST + API directly, the HTTP status code is 400 (Bad Request). + :type ssh_public_key: str + """ + + _validation = { + 'name': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'is_admin': {'key': 'isAdmin', 'type': 'bool'}, + 'expiry_time': {'key': 'expiryTime', 'type': 'iso-8601'}, + 'password': {'key': 'password', 'type': 'str'}, + 'ssh_public_key': {'key': 'sshPublicKey', 'type': 'str'}, + } + + def __init__(self, *, name: str, is_admin: bool=None, expiry_time=None, password: str=None, ssh_public_key: str=None, **kwargs) -> None: + super(ComputeNodeUser, self).__init__(**kwargs) + self.name = name + self.is_admin = is_admin + self.expiry_time = expiry_time + self.password = password + self.ssh_public_key = ssh_public_key + + +class ContainerConfiguration(Model): + """The configuration for container-enabled pools. + + Variables are only populated by the server, and will be ignored when + sending a request. + + All required parameters must be populated in order to send to Azure. + + :ivar type: Required. The container technology to be used. Default value: + "dockerCompatible" . + :vartype type: str + :param container_image_names: The collection of container image names. + This is the full image reference, as would be specified to "docker pull". + An image will be sourced from the default Docker registry unless the image + is fully qualified with an alternative registry. + :type container_image_names: list[str] + :param container_registries: Additional private registries from which + containers can be pulled. If any images must be downloaded from a private + registry which requires credentials, then those credentials must be + provided here. + :type container_registries: list[~azure.batch.models.ContainerRegistry] + """ + + _validation = { + 'type': {'required': True, 'constant': True}, + } + + _attribute_map = { + 'type': {'key': 'type', 'type': 'str'}, + 'container_image_names': {'key': 'containerImageNames', 'type': '[str]'}, + 'container_registries': {'key': 'containerRegistries', 'type': '[ContainerRegistry]'}, + } + + type = "dockerCompatible" + + def __init__(self, *, container_image_names=None, container_registries=None, **kwargs) -> None: + super(ContainerConfiguration, self).__init__(**kwargs) + self.container_image_names = container_image_names + self.container_registries = container_registries + + +class ContainerRegistry(Model): + """A private container registry. + + All required parameters must be populated in order to send to Azure. + + :param registry_server: The registry URL. If omitted, the default is + "docker.io". + :type registry_server: str + :param user_name: Required. The user name to log into the registry server. + :type user_name: str + :param password: Required. The password to log into the registry server. + :type password: str + """ + + _validation = { + 'user_name': {'required': True}, + 'password': {'required': True}, + } + + _attribute_map = { + 'registry_server': {'key': 'registryServer', 'type': 'str'}, + 'user_name': {'key': 'username', 'type': 'str'}, + 'password': {'key': 'password', 'type': 'str'}, + } + + def __init__(self, *, user_name: str, password: str, registry_server: str=None, **kwargs) -> None: + super(ContainerRegistry, self).__init__(**kwargs) + self.registry_server = registry_server + self.user_name = user_name + self.password = password + + +class DataDisk(Model): + """Settings which will be used by the data disks associated to compute nodes + in the pool. + + All required parameters must be populated in order to send to Azure. + + :param lun: Required. The logical unit number. The lun is used to uniquely + identify each data disk. If attaching multiple disks, each should have a + distinct lun. + :type lun: int + :param caching: The type of caching to be enabled for the data disks. The + default value for caching is readwrite. For information about the caching + options see: + https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. + Possible values include: 'none', 'readOnly', 'readWrite' + :type caching: str or ~azure.batch.models.CachingType + :param disk_size_gb: Required. The initial disk size in gigabytes. + :type disk_size_gb: int + :param storage_account_type: The storage account type to be used for the + data disk. If omitted, the default is "standard_lrs". Possible values + include: 'StandardLRS', 'PremiumLRS' + :type storage_account_type: str or ~azure.batch.models.StorageAccountType + """ + + _validation = { + 'lun': {'required': True}, + 'disk_size_gb': {'required': True}, + } + + _attribute_map = { + 'lun': {'key': 'lun', 'type': 'int'}, + 'caching': {'key': 'caching', 'type': 'CachingType'}, + 'disk_size_gb': {'key': 'diskSizeGB', 'type': 'int'}, + 'storage_account_type': {'key': 'storageAccountType', 'type': 'StorageAccountType'}, + } + + def __init__(self, *, lun: int, disk_size_gb: int, caching=None, storage_account_type=None, **kwargs) -> None: + super(DataDisk, self).__init__(**kwargs) + self.lun = lun + self.caching = caching + self.disk_size_gb = disk_size_gb + self.storage_account_type = storage_account_type + + +class DeleteCertificateError(Model): + """An error encountered by the Batch service when deleting a certificate. + + :param code: An identifier for the certificate deletion error. Codes are + invariant and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the certificate deletion error, + intended to be suitable for display in a user interface. + :type message: str + :param values: A list of additional error details related to the + certificate deletion error. This list includes details such as the active + pools and nodes referencing this certificate. However, if a large number + of resources reference the certificate, the list contains only about the + first hundred. + :type values: list[~azure.batch.models.NameValuePair] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'values': {'key': 'values', 'type': '[NameValuePair]'}, + } + + def __init__(self, *, code: str=None, message: str=None, values=None, **kwargs) -> None: + super(DeleteCertificateError, self).__init__(**kwargs) + self.code = code + self.message = message + self.values = values + + +class EnvironmentSetting(Model): + """An environment variable to be set on a task process. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the environment variable. + :type name: str + :param value: The value of the environment variable. + :type value: str + """ + + _validation = { + 'name': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, *, name: str, value: str=None, **kwargs) -> None: + super(EnvironmentSetting, self).__init__(**kwargs) + self.name = name + self.value = value + + +class ErrorMessage(Model): + """An error message received in an Azure Batch error response. + + :param lang: The language code of the error message. + :type lang: str + :param value: The text of the message. + :type value: str + """ + + _attribute_map = { + 'lang': {'key': 'lang', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, *, lang: str=None, value: str=None, **kwargs) -> None: + super(ErrorMessage, self).__init__(**kwargs) + self.lang = lang + self.value = value + + +class ExitCodeMapping(Model): + """How the Batch service should respond if a task exits with a particular exit + code. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. A process exit code. + :type code: int + :param exit_options: Required. How the Batch service should respond if the + task exits with this exit code. + :type exit_options: ~azure.batch.models.ExitOptions + """ + + _validation = { + 'code': {'required': True}, + 'exit_options': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'int'}, + 'exit_options': {'key': 'exitOptions', 'type': 'ExitOptions'}, + } + + def __init__(self, *, code: int, exit_options, **kwargs) -> None: + super(ExitCodeMapping, self).__init__(**kwargs) + self.code = code + self.exit_options = exit_options + + +class ExitCodeRangeMapping(Model): + """A range of exit codes and how the Batch service should respond to exit + codes within that range. + + All required parameters must be populated in order to send to Azure. + + :param start: Required. The first exit code in the range. + :type start: int + :param end: Required. The last exit code in the range. + :type end: int + :param exit_options: Required. How the Batch service should respond if the + task exits with an exit code in the range start to end (inclusive). + :type exit_options: ~azure.batch.models.ExitOptions + """ + + _validation = { + 'start': {'required': True}, + 'end': {'required': True}, + 'exit_options': {'required': True}, + } + + _attribute_map = { + 'start': {'key': 'start', 'type': 'int'}, + 'end': {'key': 'end', 'type': 'int'}, + 'exit_options': {'key': 'exitOptions', 'type': 'ExitOptions'}, + } + + def __init__(self, *, start: int, end: int, exit_options, **kwargs) -> None: + super(ExitCodeRangeMapping, self).__init__(**kwargs) + self.start = start + self.end = end + self.exit_options = exit_options + + +class ExitConditions(Model): + """Specifies how the Batch service should respond when the task completes. + + :param exit_codes: A list of individual task exit codes and how the Batch + service should respond to them. + :type exit_codes: list[~azure.batch.models.ExitCodeMapping] + :param exit_code_ranges: A list of task exit code ranges and how the Batch + service should respond to them. + :type exit_code_ranges: list[~azure.batch.models.ExitCodeRangeMapping] + :param pre_processing_error: How the Batch service should respond if the + task fails to start due to an error. + :type pre_processing_error: ~azure.batch.models.ExitOptions + :param file_upload_error: How the Batch service should respond if a file + upload error occurs. If the task exited with an exit code that was + specified via exitCodes or exitCodeRanges, and then encountered a file + upload error, then the action specified by the exit code takes precedence. + :type file_upload_error: ~azure.batch.models.ExitOptions + :param default: How the Batch service should respond if the task fails + with an exit condition not covered by any of the other properties. This + value is used if the task exits with any nonzero exit code not listed in + the exitCodes or exitCodeRanges collection, with a pre-processing error if + the preProcessingError property is not present, or with a file upload + error if the fileUploadError property is not present. If you want + non-default behavior on exit code 0, you must list it explicitly using the + exitCodes or exitCodeRanges collection. + :type default: ~azure.batch.models.ExitOptions + """ + + _attribute_map = { + 'exit_codes': {'key': 'exitCodes', 'type': '[ExitCodeMapping]'}, + 'exit_code_ranges': {'key': 'exitCodeRanges', 'type': '[ExitCodeRangeMapping]'}, + 'pre_processing_error': {'key': 'preProcessingError', 'type': 'ExitOptions'}, + 'file_upload_error': {'key': 'fileUploadError', 'type': 'ExitOptions'}, + 'default': {'key': 'default', 'type': 'ExitOptions'}, + } + + def __init__(self, *, exit_codes=None, exit_code_ranges=None, pre_processing_error=None, file_upload_error=None, default=None, **kwargs) -> None: + super(ExitConditions, self).__init__(**kwargs) + self.exit_codes = exit_codes + self.exit_code_ranges = exit_code_ranges + self.pre_processing_error = pre_processing_error + self.file_upload_error = file_upload_error + self.default = default + + +class ExitOptions(Model): + """Specifies how the Batch service responds to a particular exit condition. + + :param job_action: An action to take on the job containing the task, if + the task completes with the given exit condition and the job's + onTaskFailed property is 'performExitOptionsJobAction'. The default is + none for exit code 0 and terminate for all other exit conditions. If the + job's onTaskFailed property is noaction, then specifying this property + returns an error and the add task request fails with an invalid property + value error; if you are calling the REST API directly, the HTTP status + code is 400 (Bad Request). Possible values include: 'none', 'disable', + 'terminate' + :type job_action: str or ~azure.batch.models.JobAction + :param dependency_action: An action that the Batch service performs on + tasks that depend on this task. The default is 'satisfy' for exit code 0, + and 'block' for all other exit conditions. If the job's + usesTaskDependencies property is set to false, then specifying the + dependencyAction property returns an error and the add task request fails + with an invalid property value error; if you are calling the REST API + directly, the HTTP status code is 400 (Bad Request). Possible values + include: 'satisfy', 'block' + :type dependency_action: str or ~azure.batch.models.DependencyAction + """ + + _attribute_map = { + 'job_action': {'key': 'jobAction', 'type': 'JobAction'}, + 'dependency_action': {'key': 'dependencyAction', 'type': 'DependencyAction'}, + } + + def __init__(self, *, job_action=None, dependency_action=None, **kwargs) -> None: + super(ExitOptions, self).__init__(**kwargs) + self.job_action = job_action + self.dependency_action = dependency_action + + +class FileDeleteFromComputeNodeOptions(Model): + """Additional parameters for delete_from_compute_node operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(FileDeleteFromComputeNodeOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class FileDeleteFromTaskOptions(Model): + """Additional parameters for delete_from_task operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(FileDeleteFromTaskOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class FileGetFromComputeNodeOptions(Model): + """Additional parameters for get_from_compute_node operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param ocp_range: The byte range to be retrieved. The default is to + retrieve the entire file. The format is bytes=startRange-endRange. + :type ocp_range: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'ocp_range': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, ocp_range: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(FileGetFromComputeNodeOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.ocp_range = ocp_range + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class FileGetFromTaskOptions(Model): + """Additional parameters for get_from_task operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param ocp_range: The byte range to be retrieved. The default is to + retrieve the entire file. The format is bytes=startRange-endRange. + :type ocp_range: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'ocp_range': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, ocp_range: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(FileGetFromTaskOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.ocp_range = ocp_range + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class FileGetPropertiesFromComputeNodeOptions(Model): + """Additional parameters for get_properties_from_compute_node operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(FileGetPropertiesFromComputeNodeOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class FileGetPropertiesFromTaskOptions(Model): + """Additional parameters for get_properties_from_task operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(FileGetPropertiesFromTaskOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class FileListFromComputeNodeOptions(Model): + """Additional parameters for list_from_compute_node operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files. + :type filter: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 files can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(FileListFromComputeNodeOptions, self).__init__(**kwargs) + self.filter = filter + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class FileListFromTaskOptions(Model): + """Additional parameters for list_from_task operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-task-files. + :type filter: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 files can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(FileListFromTaskOptions, self).__init__(**kwargs) + self.filter = filter + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class FileProperties(Model): + """The properties of a file on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param creation_time: The file creation time. The creation time is not + returned for files on Linux compute nodes. + :type creation_time: datetime + :param last_modified: Required. The time at which the file was last + modified. + :type last_modified: datetime + :param content_length: Required. The length of the file. + :type content_length: long + :param content_type: The content type of the file. + :type content_type: str + :param file_mode: The file mode attribute in octal format. The file mode + is returned only for files on Linux compute nodes. + :type file_mode: str + """ + + _validation = { + 'last_modified': {'required': True}, + 'content_length': {'required': True}, + } + + _attribute_map = { + 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'content_length': {'key': 'contentLength', 'type': 'long'}, + 'content_type': {'key': 'contentType', 'type': 'str'}, + 'file_mode': {'key': 'fileMode', 'type': 'str'}, + } + + def __init__(self, *, last_modified, content_length: int, creation_time=None, content_type: str=None, file_mode: str=None, **kwargs) -> None: + super(FileProperties, self).__init__(**kwargs) + self.creation_time = creation_time + self.last_modified = last_modified + self.content_length = content_length + self.content_type = content_type + self.file_mode = file_mode + + +class ImageReference(Model): + """A reference to an Azure Virtual Machines Marketplace image or a custom + Azure Virtual Machine image. To get the list of all Azure Marketplace image + references verified by Azure Batch, see the 'List node agent SKUs' + operation. + + :param publisher: The publisher of the Azure Virtual Machines Marketplace + image. For example, Canonical or MicrosoftWindowsServer. + :type publisher: str + :param offer: The offer type of the Azure Virtual Machines Marketplace + image. For example, UbuntuServer or WindowsServer. + :type offer: str + :param sku: The SKU of the Azure Virtual Machines Marketplace image. For + example, 14.04.0-LTS or 2012-R2-Datacenter. + :type sku: str + :param version: The version of the Azure Virtual Machines Marketplace + image. A value of 'latest' can be specified to select the latest version + of an image. If omitted, the default is 'latest'. + :type version: str + :param virtual_machine_image_id: The ARM resource identifier of the + virtual machine image. Computes nodes of the pool will be created using + this custom image. This is of the form + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName}. + This property is mutually exclusive with other ImageReference properties. + The virtual machine image must be in the same region and subscription as + the Azure Batch account. For more details, see + https://docs.microsoft.com/azure/batch/batch-custom-images. + :type virtual_machine_image_id: str + """ + + _attribute_map = { + 'publisher': {'key': 'publisher', 'type': 'str'}, + 'offer': {'key': 'offer', 'type': 'str'}, + 'sku': {'key': 'sku', 'type': 'str'}, + 'version': {'key': 'version', 'type': 'str'}, + 'virtual_machine_image_id': {'key': 'virtualMachineImageId', 'type': 'str'}, + } + + def __init__(self, *, publisher: str=None, offer: str=None, sku: str=None, version: str=None, virtual_machine_image_id: str=None, **kwargs) -> None: + super(ImageReference, self).__init__(**kwargs) + self.publisher = publisher + self.offer = offer + self.sku = sku + self.version = version + self.virtual_machine_image_id = virtual_machine_image_id + + +class InboundEndpoint(Model): + """An inbound endpoint on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the endpoint. + :type name: str + :param protocol: Required. The protocol of the endpoint. Possible values + include: 'tcp', 'udp' + :type protocol: str or ~azure.batch.models.InboundEndpointProtocol + :param public_ip_address: Required. The public IP address of the compute + node. + :type public_ip_address: str + :param public_fqdn: Required. The public fully qualified domain name for + the compute node. + :type public_fqdn: str + :param frontend_port: Required. The public port number of the endpoint. + :type frontend_port: int + :param backend_port: Required. The backend port number of the endpoint. + :type backend_port: int + """ + + _validation = { + 'name': {'required': True}, + 'protocol': {'required': True}, + 'public_ip_address': {'required': True}, + 'public_fqdn': {'required': True}, + 'frontend_port': {'required': True}, + 'backend_port': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'protocol': {'key': 'protocol', 'type': 'InboundEndpointProtocol'}, + 'public_ip_address': {'key': 'publicIPAddress', 'type': 'str'}, + 'public_fqdn': {'key': 'publicFQDN', 'type': 'str'}, + 'frontend_port': {'key': 'frontendPort', 'type': 'int'}, + 'backend_port': {'key': 'backendPort', 'type': 'int'}, + } + + def __init__(self, *, name: str, protocol, public_ip_address: str, public_fqdn: str, frontend_port: int, backend_port: int, **kwargs) -> None: + super(InboundEndpoint, self).__init__(**kwargs) + self.name = name + self.protocol = protocol + self.public_ip_address = public_ip_address + self.public_fqdn = public_fqdn + self.frontend_port = frontend_port + self.backend_port = backend_port + + +class InboundNATPool(Model): + """A inbound NAT pool that can be used to address specific ports on compute + nodes in a Batch pool externally. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the endpoint. The name must be unique + within a Batch pool, can contain letters, numbers, underscores, periods, + and hyphens. Names must start with a letter or number, must end with a + letter, number, or underscore, and cannot exceed 77 characters. If any + invalid values are provided the request fails with HTTP status code 400. + :type name: str + :param protocol: Required. The protocol of the endpoint. Possible values + include: 'tcp', 'udp' + :type protocol: str or ~azure.batch.models.InboundEndpointProtocol + :param backend_port: Required. The port number on the compute node. This + must be unique within a Batch pool. Acceptable values are between 1 and + 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any + reserved values are provided the request fails with HTTP status code 400. + :type backend_port: int + :param frontend_port_range_start: Required. The first port number in the + range of external ports that will be used to provide inbound access to the + backendPort on individual compute nodes. Acceptable values range between 1 + and 65534 except ports from 50000 to 55000 which are reserved. All ranges + within a pool must be distinct and cannot overlap. Each range must contain + at least 40 ports. If any reserved or overlapping values are provided the + request fails with HTTP status code 400. + :type frontend_port_range_start: int + :param frontend_port_range_end: Required. The last port number in the + range of external ports that will be used to provide inbound access to the + backendPort on individual compute nodes. Acceptable values range between 1 + and 65534 except ports from 50000 to 55000 which are reserved by the Batch + service. All ranges within a pool must be distinct and cannot overlap. + Each range must contain at least 40 ports. If any reserved or overlapping + values are provided the request fails with HTTP status code 400. + :type frontend_port_range_end: int + :param network_security_group_rules: A list of network security group + rules that will be applied to the endpoint. The maximum number of rules + that can be specified across all the endpoints on a Batch pool is 25. If + no network security group rules are specified, a default rule will be + created to allow inbound access to the specified backendPort. If the + maximum number of network security group rules is exceeded the request + fails with HTTP status code 400. + :type network_security_group_rules: + list[~azure.batch.models.NetworkSecurityGroupRule] + """ + + _validation = { + 'name': {'required': True}, + 'protocol': {'required': True}, + 'backend_port': {'required': True}, + 'frontend_port_range_start': {'required': True}, + 'frontend_port_range_end': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'protocol': {'key': 'protocol', 'type': 'InboundEndpointProtocol'}, + 'backend_port': {'key': 'backendPort', 'type': 'int'}, + 'frontend_port_range_start': {'key': 'frontendPortRangeStart', 'type': 'int'}, + 'frontend_port_range_end': {'key': 'frontendPortRangeEnd', 'type': 'int'}, + 'network_security_group_rules': {'key': 'networkSecurityGroupRules', 'type': '[NetworkSecurityGroupRule]'}, + } + + def __init__(self, *, name: str, protocol, backend_port: int, frontend_port_range_start: int, frontend_port_range_end: int, network_security_group_rules=None, **kwargs) -> None: + super(InboundNATPool, self).__init__(**kwargs) + self.name = name + self.protocol = protocol + self.backend_port = backend_port + self.frontend_port_range_start = frontend_port_range_start + self.frontend_port_range_end = frontend_port_range_end + self.network_security_group_rules = network_security_group_rules + + +class JobAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(JobAddOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class JobAddParameter(Model): + """An Azure Batch job to add. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the job within the + account. The ID can contain any combination of alphanumeric characters + including hyphens and underscores, and cannot contain more than 64 + characters. The ID is case-preserving and case-insensitive (that is, you + may not have two IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the job. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param priority: The priority of the job. Priority values can range from + -1000 to 1000, with -1000 being the lowest priority and 1000 being the + highest priority. The default value is 0. + :type priority: int + :param constraints: The execution constraints for the job. + :type constraints: ~azure.batch.models.JobConstraints + :param job_manager_task: Details of a Job Manager task to be launched when + the job is started. If the job does not specify a Job Manager task, the + user must explicitly add tasks to the job. If the job does specify a Job + Manager task, the Batch service creates the Job Manager task when the job + is created, and will try to schedule the Job Manager task before + scheduling other tasks in the job. The Job Manager task's typical purpose + is to control and/or monitor job execution, for example by deciding what + additional tasks to run, determining when the work is complete, etc. + (However, a Job Manager task is not restricted to these activities - it is + a fully-fledged task in the system and perform whatever actions are + required for the job.) For example, a Job Manager task might download a + file specified as a parameter, analyze the contents of that file and + submit additional tasks based on those contents. + :type job_manager_task: ~azure.batch.models.JobManagerTask + :param job_preparation_task: The Job Preparation task. If a job has a Job + Preparation task, the Batch service will run the Job Preparation task on a + compute node before starting any tasks of that job on that compute node. + :type job_preparation_task: ~azure.batch.models.JobPreparationTask + :param job_release_task: The Job Release task. A Job Release task cannot + be specified without also specifying a Job Preparation task for the job. + The Batch service runs the Job Release task on the compute nodes that have + run the Job Preparation task. The primary purpose of the Job Release task + is to undo changes to compute nodes made by the Job Preparation task. + Example activities include deleting local files, or shutting down services + that were started as part of job preparation. + :type job_release_task: ~azure.batch.models.JobReleaseTask + :param common_environment_settings: The list of common environment + variable settings. These environment variables are set for all tasks in + the job (including the Job Manager, Job Preparation and Job Release + tasks). Individual tasks can override an environment setting specified + here by specifying the same setting name with a different value. + :type common_environment_settings: + list[~azure.batch.models.EnvironmentSetting] + :param pool_info: Required. The pool on which the Batch service runs the + job's tasks. + :type pool_info: ~azure.batch.models.PoolInformation + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in the job are in the completed state. Note that if a job + contains no tasks, then all tasks are considered complete. This option is + therefore most commonly used with a Job Manager task; if you want to use + automatic job termination without a Job Manager, you should initially set + onAllTasksComplete to noaction and update the job properties to set + onAllTasksComplete to terminatejob once you have finished adding tasks. + The default is noaction. Possible values include: 'noAction', + 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + :param on_task_failure: The action the Batch service should take when any + task in the job fails. A task is considered to have failed if has a + failureInfo. A failureInfo is set if the task completes with a non-zero + exit code after exhausting its retry count, or if there was an error + starting the task, for example due to a resource file download error. The + default is noaction. Possible values include: 'noAction', + 'performExitOptionsJobAction' + :type on_task_failure: str or ~azure.batch.models.OnTaskFailure + :param metadata: A list of name-value pairs associated with the job as + metadata. The Batch service does not assign any meaning to metadata; it is + solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + :param uses_task_dependencies: Whether tasks in the job can define + dependencies on each other. The default is false. + :type uses_task_dependencies: bool + :param network_configuration: The network configuration for the job. + :type network_configuration: ~azure.batch.models.JobNetworkConfiguration + """ + + _validation = { + 'id': {'required': True}, + 'pool_info': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'priority': {'key': 'priority', 'type': 'int'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, + 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, + 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, + 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'JobNetworkConfiguration'}, + } + + def __init__(self, *, id: str, pool_info, display_name: str=None, priority: int=None, constraints=None, job_manager_task=None, job_preparation_task=None, job_release_task=None, common_environment_settings=None, on_all_tasks_complete=None, on_task_failure=None, metadata=None, uses_task_dependencies: bool=None, network_configuration=None, **kwargs) -> None: + super(JobAddParameter, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.priority = priority + self.constraints = constraints + self.job_manager_task = job_manager_task + self.job_preparation_task = job_preparation_task + self.job_release_task = job_release_task + self.common_environment_settings = common_environment_settings + self.pool_info = pool_info + self.on_all_tasks_complete = on_all_tasks_complete + self.on_task_failure = on_task_failure + self.metadata = metadata + self.uses_task_dependencies = uses_task_dependencies + self.network_configuration = network_configuration + + +class JobConstraints(Model): + """The execution constraints for a job. + + :param max_wall_clock_time: The maximum elapsed time that the job may run, + measured from the time the job is created. If the job does not complete + within the time limit, the Batch service terminates it and any tasks that + are still running. In this case, the termination reason will be + MaxWallClockTimeExpiry. If this property is not specified, there is no + time limit on how long the job may run. + :type max_wall_clock_time: timedelta + :param max_task_retry_count: The maximum number of times each task may be + retried. The Batch service retries a task if its exit code is nonzero. + Note that this value specifically controls the number of retries. The + Batch service will try each task once, and may then retry up to this + limit. For example, if the maximum retry count is 3, Batch tries a task up + to 4 times (one initial try and 3 retries). If the maximum retry count is + 0, the Batch service does not retry tasks. If the maximum retry count is + -1, the Batch service retries tasks without limit. The default value is 0 + (no retries). + :type max_task_retry_count: int + """ + + _attribute_map = { + 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, + 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, + } + + def __init__(self, *, max_wall_clock_time=None, max_task_retry_count: int=None, **kwargs) -> None: + super(JobConstraints, self).__init__(**kwargs) + self.max_wall_clock_time = max_wall_clock_time + self.max_task_retry_count = max_task_retry_count + + +class JobDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobDeleteOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobDisableOptions(Model): + """Additional parameters for disable operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobDisableOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobDisableParameter(Model): + """Options when disabling a job. + + All required parameters must be populated in order to send to Azure. + + :param disable_tasks: Required. What to do with active tasks associated + with the job. Possible values include: 'requeue', 'terminate', 'wait' + :type disable_tasks: str or ~azure.batch.models.DisableJobOption + """ + + _validation = { + 'disable_tasks': {'required': True}, + } + + _attribute_map = { + 'disable_tasks': {'key': 'disableTasks', 'type': 'DisableJobOption'}, + } + + def __init__(self, *, disable_tasks, **kwargs) -> None: + super(JobDisableParameter, self).__init__(**kwargs) + self.disable_tasks = disable_tasks + + +class JobEnableOptions(Model): + """Additional parameters for enable operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobEnableOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobExecutionInformation(Model): + """Contains information about the execution of a job in the Azure Batch + service. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The start time of the job. This is the time + at which the job was created. + :type start_time: datetime + :param end_time: The completion time of the job. This property is set only + if the job is in the completed state. + :type end_time: datetime + :param pool_id: The ID of the pool to which this job is assigned. This + element contains the actual pool where the job is assigned. When you get + job details from the service, they also contain a poolInfo element, which + contains the pool configuration data from when the job was added or + updated. That poolInfo element may also contain a poolId element. If it + does, the two IDs are the same. If it does not, it means the job ran on an + auto pool, and this property contains the ID of that auto pool. + :type pool_id: str + :param scheduling_error: Details of any error encountered by the service + in starting the job. This property is not set if there was no error + starting the job. + :type scheduling_error: ~azure.batch.models.JobSchedulingError + :param terminate_reason: A string describing the reason the job ended. + This property is set only if the job is in the completed state. If the + Batch service terminates the job, it sets the reason as follows: + JMComplete - the Job Manager task completed, and killJobOnCompletion was + set to true. MaxWallClockTimeExpiry - the job reached its maxWallClockTime + constraint. TerminateJobSchedule - the job ran as part of a schedule, and + the schedule terminated. AllTasksComplete - the job's onAllTasksComplete + attribute is set to terminatejob, and all tasks in the job are complete. + TaskFailed - the job's onTaskFailure attribute is set to + performExitOptionsJobAction, and a task in the job failed with an exit + condition that specified a jobAction of terminatejob. Any other string is + a user-defined reason specified in a call to the 'Terminate a job' + operation. + :type terminate_reason: str + """ + + _validation = { + 'start_time': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'scheduling_error': {'key': 'schedulingError', 'type': 'JobSchedulingError'}, + 'terminate_reason': {'key': 'terminateReason', 'type': 'str'}, + } + + def __init__(self, *, start_time, end_time=None, pool_id: str=None, scheduling_error=None, terminate_reason: str=None, **kwargs) -> None: + super(JobExecutionInformation, self).__init__(**kwargs) + self.start_time = start_time + self.end_time = end_time + self.pool_id = pool_id + self.scheduling_error = scheduling_error + self.terminate_reason = terminate_reason + + +class JobGetAllLifetimeStatisticsOptions(Model): + """Additional parameters for get_all_lifetime_statistics operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(JobGetAllLifetimeStatisticsOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class JobGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, select: str=None, expand: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobGetOptions, self).__init__(**kwargs) + self.select = select + self.expand = expand + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobGetTaskCountsOptions(Model): + """Additional parameters for get_task_counts operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(JobGetTaskCountsOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class JobListFromJobScheduleOptions(Model): + """Additional parameters for list_from_job_schedule operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 jobs can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(JobListFromJobScheduleOptions, self).__init__(**kwargs) + self.filter = filter + self.select = select + self.expand = expand + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class JobListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 jobs can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(JobListOptions, self).__init__(**kwargs) + self.filter = filter + self.select = select + self.expand = expand + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class JobListPreparationAndReleaseTaskStatusOptions(Model): + """Additional parameters for list_preparation_and_release_task_status + operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 tasks can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(JobListPreparationAndReleaseTaskStatusOptions, self).__init__(**kwargs) + self.filter = filter + self.select = select + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class JobManagerTask(Model): + """Specifies details of a Job Manager task. + + The Job Manager task is automatically started when the job is created. The + Batch service tries to schedule the Job Manager task before any other tasks + in the job. When shrinking a pool, the Batch service tries to preserve + compute nodes where Job Manager tasks are running for as long as possible + (that is, nodes running 'normal' tasks are removed before nodes running Job + Manager tasks). When a Job Manager task fails and needs to be restarted, + the system tries to schedule it at the highest priority. If there are no + idle nodes available, the system may terminate one of the running tasks in + the pool and return it to the queue in order to make room for the Job + Manager task to restart. Note that a Job Manager task in one job does not + have priority over tasks in other jobs. Across jobs, only job level + priorities are observed. For example, if a Job Manager in a priority 0 job + needs to be restarted, it will not displace tasks of a priority 1 job. + Batch will retry tasks when a recovery operation is triggered on a compute + node. Examples of recovery operations include (but are not limited to) when + an unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the Job Manager + task within the job. The ID can contain any combination of alphanumeric + characters including hyphens and underscores and cannot contain more than + 64 characters. + :type id: str + :param display_name: The display name of the Job Manager task. It need not + be unique and can contain any Unicode characters up to a maximum length of + 1024. + :type display_name: str + :param command_line: Required. The command line of the Job Manager task. + The command line does not run under a shell, and therefore cannot take + advantage of shell features such as environment variable expansion. If you + want to take advantage of such features, you should invoke the shell in + the command line, for example using "cmd /c MyCommand" in Windows or + "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, + it should use a relative path (relative to the task working directory), or + use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + Job Manager task runs. If the pool that will run this task has + containerConfiguration set, this must be set as well. If the pool that + will run this task doesn't have containerConfiguration set, this must not + be set. When this is specified, all directories recursively below the + AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) + are mapped into the container, all task environment variables are mapped + into the container, and the task command line is executed in the + container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. Files listed + under this element are located in the task's working directory. There is a + maximum size for the list of resource files. When the max size is + exceeded, the request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param output_files: A list of files that the Batch service will upload + from the compute node after running the command line. For multi-instance + tasks, the files will only be uploaded from the compute node on which the + primary task is executed. + :type output_files: list[~azure.batch.models.OutputFile] + :param environment_settings: A list of environment variable settings for + the Job Manager task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param constraints: Constraints that apply to the Job Manager task. + :type constraints: ~azure.batch.models.TaskConstraints + :param kill_job_on_completion: Whether completion of the Job Manager task + signifies completion of the entire job. If true, when the Job Manager task + completes, the Batch service marks the job as complete. If any tasks are + still running at this time (other than Job Release), those tasks are + terminated. If false, the completion of the Job Manager task does not + affect the job status. In this case, you should either use the + onAllTasksComplete attribute to terminate the job, or have a client or + user terminate the job explicitly. An example of this is if the Job + Manager creates a set of tasks but then takes no further role in their + execution. The default value is true. If you are using the + onAllTasksComplete and onTaskFailure attributes to control job lifetime, + and using the Job Manager task only to create the tasks for the job (not + to monitor progress), then it is important to set killJobOnCompletion to + false. + :type kill_job_on_completion: bool + :param user_identity: The user identity under which the Job Manager task + runs. If omitted, the task runs as a non-administrative user unique to the + task. + :type user_identity: ~azure.batch.models.UserIdentity + :param run_exclusive: Whether the Job Manager task requires exclusive use + of the compute node where it runs. If true, no other tasks will run on the + same compute node for as long as the Job Manager is running. If false, + other tasks can run simultaneously with the Job Manager on a compute node. + The Job Manager task counts normally against the node's concurrent task + limit, so this is only relevant if the node allows multiple concurrent + tasks. The default value is true. + :type run_exclusive: bool + :param application_package_references: A list of application packages that + the Batch service will deploy to the compute node before running the + command line. Application packages are downloaded and deployed to a shared + directory, not the task working directory. Therefore, if a referenced + package is already on the compute node, and is up to date, then it is not + re-downloaded; the existing copy on the compute node is used. If a + referenced application package cannot be installed, for example because + the package has been deleted or because download failed, the task fails. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param authentication_token_settings: The settings for an authentication + token that the task can use to perform Batch service operations. If this + property is set, the Batch service provides the task with an + authentication token which can be used to authenticate Batch service + operations without requiring an account access key. The token is provided + via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations + that the task can carry out using the token depend on the settings. For + example, a task can request job permissions in order to add other tasks to + the job, or check the status of the job or of other tasks under the job. + :type authentication_token_settings: + ~azure.batch.models.AuthenticationTokenSettings + :param allow_low_priority_node: Whether the Job Manager task may run on a + low-priority compute node. The default value is true. + :type allow_low_priority_node: bool + """ + + _validation = { + 'id': {'required': True}, + 'command_line': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + 'kill_job_on_completion': {'key': 'killJobOnCompletion', 'type': 'bool'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'run_exclusive': {'key': 'runExclusive', 'type': 'bool'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, + 'allow_low_priority_node': {'key': 'allowLowPriorityNode', 'type': 'bool'}, + } + + def __init__(self, *, id: str, command_line: str, display_name: str=None, container_settings=None, resource_files=None, output_files=None, environment_settings=None, constraints=None, kill_job_on_completion: bool=None, user_identity=None, run_exclusive: bool=None, application_package_references=None, authentication_token_settings=None, allow_low_priority_node: bool=None, **kwargs) -> None: + super(JobManagerTask, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.command_line = command_line + self.container_settings = container_settings + self.resource_files = resource_files + self.output_files = output_files + self.environment_settings = environment_settings + self.constraints = constraints + self.kill_job_on_completion = kill_job_on_completion + self.user_identity = user_identity + self.run_exclusive = run_exclusive + self.application_package_references = application_package_references + self.authentication_token_settings = authentication_token_settings + self.allow_low_priority_node = allow_low_priority_node + + +class JobNetworkConfiguration(Model): + """The network configuration for the job. + + All required parameters must be populated in order to send to Azure. + + :param subnet_id: Required. The ARM resource identifier of the virtual + network subnet which nodes running tasks from the job will join for the + duration of the task. This is only supported for jobs running on + VirtualMachineConfiguration pools. This is of the form + /subscriptions/{subscription}/resourceGroups/{group}/providers/{provider}/virtualNetworks/{network}/subnets/{subnet}. + The virtual network must be in the same region and subscription as the + Azure Batch account. The specified subnet should have enough free IP + addresses to accommodate the number of nodes which will run tasks from the + job. For more details, see + https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. + :type subnet_id: str + """ + + _validation = { + 'subnet_id': {'required': True}, + } + + _attribute_map = { + 'subnet_id': {'key': 'subnetId', 'type': 'str'}, + } + + def __init__(self, *, subnet_id: str, **kwargs) -> None: + super(JobNetworkConfiguration, self).__init__(**kwargs) + self.subnet_id = subnet_id + + +class JobPatchOptions(Model): + """Additional parameters for patch operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobPatchOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobPatchParameter(Model): + """The set of changes to be made to a job. + + :param priority: The priority of the job. Priority values can range from + -1000 to 1000, with -1000 being the lowest priority and 1000 being the + highest priority. If omitted, the priority of the job is left unchanged. + :type priority: int + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in the job are in the completed state. If omitted, the + completion behavior is left unchanged. You may not change the value from + terminatejob to noaction - that is, once you have engaged automatic job + termination, you cannot turn it off again. If you try to do this, the + request fails with an 'invalid property value' error response; if you are + calling the REST API directly, the HTTP status code is 400 (Bad Request). + Possible values include: 'noAction', 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + :param constraints: The execution constraints for the job. If omitted, the + existing execution constraints are left unchanged. + :type constraints: ~azure.batch.models.JobConstraints + :param pool_info: The pool on which the Batch service runs the job's + tasks. You may change the pool for a job only when the job is disabled. + The Patch Job call will fail if you include the poolInfo element and the + job is not disabled. If you specify an autoPoolSpecification specification + in the poolInfo, only the keepAlive property can be updated, and then only + if the auto pool has a poolLifetimeOption of job. If omitted, the job + continues to run on its current pool. + :type pool_info: ~azure.batch.models.PoolInformation + :param metadata: A list of name-value pairs associated with the job as + metadata. If omitted, the existing job metadata is left unchanged. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _attribute_map = { + 'priority': {'key': 'priority', 'type': 'int'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, *, priority: int=None, on_all_tasks_complete=None, constraints=None, pool_info=None, metadata=None, **kwargs) -> None: + super(JobPatchParameter, self).__init__(**kwargs) + self.priority = priority + self.on_all_tasks_complete = on_all_tasks_complete + self.constraints = constraints + self.pool_info = pool_info + self.metadata = metadata + + +class JobPreparationAndReleaseTaskExecutionInformation(Model): + """The status of the Job Preparation and Job Release tasks on a compute node. + + :param pool_id: The ID of the pool containing the compute node to which + this entry refers. + :type pool_id: str + :param node_id: The ID of the compute node to which this entry refers. + :type node_id: str + :param node_url: The URL of the compute node to which this entry refers. + :type node_url: str + :param job_preparation_task_execution_info: Information about the + execution status of the Job Preparation task on this compute node. + :type job_preparation_task_execution_info: + ~azure.batch.models.JobPreparationTaskExecutionInformation + :param job_release_task_execution_info: Information about the execution + status of the Job Release task on this compute node. This property is set + only if the Job Release task has run on the node. + :type job_release_task_execution_info: + ~azure.batch.models.JobReleaseTaskExecutionInformation + """ + + _attribute_map = { + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'node_id': {'key': 'nodeId', 'type': 'str'}, + 'node_url': {'key': 'nodeUrl', 'type': 'str'}, + 'job_preparation_task_execution_info': {'key': 'jobPreparationTaskExecutionInfo', 'type': 'JobPreparationTaskExecutionInformation'}, + 'job_release_task_execution_info': {'key': 'jobReleaseTaskExecutionInfo', 'type': 'JobReleaseTaskExecutionInformation'}, + } + + def __init__(self, *, pool_id: str=None, node_id: str=None, node_url: str=None, job_preparation_task_execution_info=None, job_release_task_execution_info=None, **kwargs) -> None: + super(JobPreparationAndReleaseTaskExecutionInformation, self).__init__(**kwargs) + self.pool_id = pool_id + self.node_id = node_id + self.node_url = node_url + self.job_preparation_task_execution_info = job_preparation_task_execution_info + self.job_release_task_execution_info = job_release_task_execution_info + + +class JobPreparationTask(Model): + """A Job Preparation task to run before any tasks of the job on any given + compute node. + + You can use Job Preparation to prepare a compute node to run tasks for the + job. Activities commonly performed in Job Preparation include: Downloading + common resource files used by all the tasks in the job. The Job Preparation + task can download these common resource files to the shared location on the + compute node. (AZ_BATCH_NODE_ROOT_DIR\shared), or starting a local service + on the compute node so that all tasks of that job can communicate with it. + If the Job Preparation task fails (that is, exhausts its retry count before + exiting with exit code 0), Batch will not run tasks of this job on the + compute node. The node remains ineligible to run tasks of this job until it + is reimaged. The node remains active and can be used for other jobs. The + Job Preparation task can run multiple times on the same compute node. + Therefore, you should write the Job Preparation task to handle + re-execution. If the compute node is rebooted, the Job Preparation task is + run again on the node before scheduling any other task of the job, if + rerunOnNodeRebootAfterSuccess is true or if the Job Preparation task did + not previously complete. If the compute node is reimaged, the Job + Preparation task is run again before scheduling any task of the job. Batch + will retry tasks when a recovery operation is triggered on a compute node. + Examples of recovery operations include (but are not limited to) when an + unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + All required parameters must be populated in order to send to Azure. + + :param id: A string that uniquely identifies the Job Preparation task + within the job. The ID can contain any combination of alphanumeric + characters including hyphens and underscores and cannot contain more than + 64 characters. If you do not specify this property, the Batch service + assigns a default value of 'jobpreparation'. No other task in the job can + have the same ID as the Job Preparation task. If you try to submit a task + with the same id, the Batch service rejects the request with error code + TaskIdSameAsJobPreparationTask; if you are calling the REST API directly, + the HTTP status code is 409 (Conflict). + :type id: str + :param command_line: Required. The command line of the Job Preparation + task. The command line does not run under a shell, and therefore cannot + take advantage of shell features such as environment variable expansion. + If you want to take advantage of such features, you should invoke the + shell in the command line, for example using "cmd /c MyCommand" in Windows + or "/bin/sh -c MyCommand" in Linux. If the command line refers to file + paths, it should use a relative path (relative to the task working + directory), or use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + Job Preparation task runs. When this is specified, all directories + recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch + directories on the node) are mapped into the container, all task + environment variables are mapped into the container, and the task command + line is executed in the container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. Files listed + under this element are located in the task's working directory. There is + a maximum size for the list of resource files. When the max size is + exceeded, the request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param environment_settings: A list of environment variable settings for + the Job Preparation task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param constraints: Constraints that apply to the Job Preparation task. + :type constraints: ~azure.batch.models.TaskConstraints + :param wait_for_success: Whether the Batch service should wait for the Job + Preparation task to complete successfully before scheduling any other + tasks of the job on the compute node. A Job Preparation task has completed + successfully if it exits with exit code 0. If true and the Job Preparation + task fails on a compute node, the Batch service retries the Job + Preparation task up to its maximum retry count (as specified in the + constraints element). If the task has still not completed successfully + after all retries, then the Batch service will not schedule tasks of the + job to the compute node. The compute node remains active and eligible to + run tasks of other jobs. If false, the Batch service will not wait for the + Job Preparation task to complete. In this case, other tasks of the job can + start executing on the compute node while the Job Preparation task is + still running; and even if the Job Preparation task fails, new tasks will + continue to be scheduled on the node. The default value is true. + :type wait_for_success: bool + :param user_identity: The user identity under which the Job Preparation + task runs. If omitted, the task runs as a non-administrative user unique + to the task on Windows nodes, or a a non-administrative user unique to the + pool on Linux nodes. + :type user_identity: ~azure.batch.models.UserIdentity + :param rerun_on_node_reboot_after_success: Whether the Batch service + should rerun the Job Preparation task after a compute node reboots. The + Job Preparation task is always rerun if a compute node is reimaged, or if + the Job Preparation task did not complete (e.g. because the reboot + occurred while the task was running). Therefore, you should always write a + Job Preparation task to be idempotent and to behave correctly if run + multiple times. The default value is true. + :type rerun_on_node_reboot_after_success: bool + """ + + _validation = { + 'command_line': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + 'wait_for_success': {'key': 'waitForSuccess', 'type': 'bool'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'rerun_on_node_reboot_after_success': {'key': 'rerunOnNodeRebootAfterSuccess', 'type': 'bool'}, + } + + def __init__(self, *, command_line: str, id: str=None, container_settings=None, resource_files=None, environment_settings=None, constraints=None, wait_for_success: bool=None, user_identity=None, rerun_on_node_reboot_after_success: bool=None, **kwargs) -> None: + super(JobPreparationTask, self).__init__(**kwargs) + self.id = id + self.command_line = command_line + self.container_settings = container_settings + self.resource_files = resource_files + self.environment_settings = environment_settings + self.constraints = constraints + self.wait_for_success = wait_for_success + self.user_identity = user_identity + self.rerun_on_node_reboot_after_success = rerun_on_node_reboot_after_success + + +class JobPreparationTaskExecutionInformation(Model): + """Contains information about the execution of a Job Preparation task on a + compute node. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The time at which the task started running. + If the task has been restarted or retried, this is the most recent time at + which the task started running. + :type start_time: datetime + :param end_time: The time at which the Job Preparation task completed. + This property is set only if the task is in the Completed state. + :type end_time: datetime + :param state: Required. The current state of the Job Preparation task on + the compute node. Possible values include: 'running', 'completed' + :type state: str or ~azure.batch.models.JobPreparationTaskState + :param task_root_directory: The root directory of the Job Preparation task + on the compute node. You can use this path to retrieve files created by + the task, such as log files. + :type task_root_directory: str + :param task_root_directory_url: The URL to the root directory of the Job + Preparation task on the compute node. + :type task_root_directory_url: str + :param exit_code: The exit code of the program specified on the task + command line. This parameter is returned only if the task is in the + completed state. The exit code for a process reflects the specific + convention implemented by the application developer for that process. If + you use the exit code value to make decisions in your code, be sure that + you know the exit code convention used by the application process. Note + that the exit code may also be generated by the compute node operating + system, such as when a process is forcibly terminated. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param retry_count: Required. The number of times the task has been + retried by the Batch service. Task application failures (non-zero exit + code) are retried, pre-processing errors (the task could not be run) and + file upload errors are not retried. The Batch service will retry the task + up to the limit specified by the constraints. Task application failures + (non-zero exit code) are retried, pre-processing errors (the task could + not be run) and file upload errors are not retried. The Batch service will + retry the task up to the limit specified by the constraints. + :type retry_count: int + :param last_retry_time: The most recent time at which a retry of the Job + Preparation task started running. This property is set only if the task + was retried (i.e. retryCount is nonzero). If present, this is typically + the same as startTime, but may be different if the task has been restarted + for reasons other than retry; for example, if the compute node was + rebooted during a retry, then the startTime is updated but the + lastRetryTime is not. + :type last_retry_time: datetime + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _validation = { + 'start_time': {'required': True}, + 'state': {'required': True}, + 'retry_count': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'JobPreparationTaskState'}, + 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, + 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'retry_count': {'key': 'retryCount', 'type': 'int'}, + 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, *, start_time, state, retry_count: int, end_time=None, task_root_directory: str=None, task_root_directory_url: str=None, exit_code: int=None, container_info=None, failure_info=None, last_retry_time=None, result=None, **kwargs) -> None: + super(JobPreparationTaskExecutionInformation, self).__init__(**kwargs) + self.start_time = start_time + self.end_time = end_time + self.state = state + self.task_root_directory = task_root_directory + self.task_root_directory_url = task_root_directory_url + self.exit_code = exit_code + self.container_info = container_info + self.failure_info = failure_info + self.retry_count = retry_count + self.last_retry_time = last_retry_time + self.result = result + + +class JobReleaseTask(Model): + """A Job Release task to run on job completion on any compute node where the + job has run. + + The Job Release task runs when the job ends, because of one of the + following: The user calls the Terminate Job API, or the Delete Job API + while the job is still active, the job's maximum wall clock time constraint + is reached, and the job is still active, or the job's Job Manager task + completed, and the job is configured to terminate when the Job Manager + completes. The Job Release task runs on each compute node where tasks of + the job have run and the Job Preparation task ran and completed. If you + reimage a compute node after it has run the Job Preparation task, and the + job ends without any further tasks of the job running on that compute node + (and hence the Job Preparation task does not re-run), then the Job Release + task does not run on that node. If a compute node reboots while the Job + Release task is still running, the Job Release task runs again when the + compute node starts up. The job is not marked as complete until all Job + Release tasks have completed. The Job Release task runs in the background. + It does not occupy a scheduling slot; that is, it does not count towards + the maxTasksPerNode limit specified on the pool. + + All required parameters must be populated in order to send to Azure. + + :param id: A string that uniquely identifies the Job Release task within + the job. The ID can contain any combination of alphanumeric characters + including hyphens and underscores and cannot contain more than 64 + characters. If you do not specify this property, the Batch service assigns + a default value of 'jobrelease'. No other task in the job can have the + same ID as the Job Release task. If you try to submit a task with the same + id, the Batch service rejects the request with error code + TaskIdSameAsJobReleaseTask; if you are calling the REST API directly, the + HTTP status code is 409 (Conflict). + :type id: str + :param command_line: Required. The command line of the Job Release task. + The command line does not run under a shell, and therefore cannot take + advantage of shell features such as environment variable expansion. If you + want to take advantage of such features, you should invoke the shell in + the command line, for example using "cmd /c MyCommand" in Windows or + "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, + it should use a relative path (relative to the task working directory), or + use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + Job Release task runs. When this is specified, all directories recursively + below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on + the node) are mapped into the container, all task environment variables + are mapped into the container, and the task command line is executed in + the container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. There is a + maximum size for the list of resource files. When the max size is + exceeded, the request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. Files listed under this + element are located in the task's working directory. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param environment_settings: A list of environment variable settings for + the Job Release task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param max_wall_clock_time: The maximum elapsed time that the Job Release + task may run on a given compute node, measured from the time the task + starts. If the task does not complete within the time limit, the Batch + service terminates it. The default value is 15 minutes. You may not + specify a timeout longer than 15 minutes. If you do, the Batch service + rejects it with an error; if you are calling the REST API directly, the + HTTP status code is 400 (Bad Request). + :type max_wall_clock_time: timedelta + :param retention_time: The minimum time to retain the task directory for + the Job Release task on the compute node. After this time, the Batch + service may delete the task directory and all its contents. The default is + 7 days, i.e. the task directory will be retained for 7 days unless the + compute node is removed or the job is deleted. + :type retention_time: timedelta + :param user_identity: The user identity under which the Job Release task + runs. If omitted, the task runs as a non-administrative user unique to the + task. + :type user_identity: ~azure.batch.models.UserIdentity + """ + + _validation = { + 'command_line': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, + 'retention_time': {'key': 'retentionTime', 'type': 'duration'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + } + + def __init__(self, *, command_line: str, id: str=None, container_settings=None, resource_files=None, environment_settings=None, max_wall_clock_time=None, retention_time=None, user_identity=None, **kwargs) -> None: + super(JobReleaseTask, self).__init__(**kwargs) + self.id = id + self.command_line = command_line + self.container_settings = container_settings + self.resource_files = resource_files + self.environment_settings = environment_settings + self.max_wall_clock_time = max_wall_clock_time + self.retention_time = retention_time + self.user_identity = user_identity + + +class JobReleaseTaskExecutionInformation(Model): + """Contains information about the execution of a Job Release task on a compute + node. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The time at which the task started running. + If the task has been restarted or retried, this is the most recent time at + which the task started running. + :type start_time: datetime + :param end_time: The time at which the Job Release task completed. This + property is set only if the task is in the Completed state. + :type end_time: datetime + :param state: Required. The current state of the Job Release task on the + compute node. Possible values include: 'running', 'completed' + :type state: str or ~azure.batch.models.JobReleaseTaskState + :param task_root_directory: The root directory of the Job Release task on + the compute node. You can use this path to retrieve files created by the + task, such as log files. + :type task_root_directory: str + :param task_root_directory_url: The URL to the root directory of the Job + Release task on the compute node. + :type task_root_directory_url: str + :param exit_code: The exit code of the program specified on the task + command line. This parameter is returned only if the task is in the + completed state. The exit code for a process reflects the specific + convention implemented by the application developer for that process. If + you use the exit code value to make decisions in your code, be sure that + you know the exit code convention used by the application process. Note + that the exit code may also be generated by the compute node operating + system, such as when a process is forcibly terminated. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _validation = { + 'start_time': {'required': True}, + 'state': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'state': {'key': 'state', 'type': 'JobReleaseTaskState'}, + 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, + 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, *, start_time, state, end_time=None, task_root_directory: str=None, task_root_directory_url: str=None, exit_code: int=None, container_info=None, failure_info=None, result=None, **kwargs) -> None: + super(JobReleaseTaskExecutionInformation, self).__init__(**kwargs) + self.start_time = start_time + self.end_time = end_time + self.state = state + self.task_root_directory = task_root_directory + self.task_root_directory_url = task_root_directory_url + self.exit_code = exit_code + self.container_info = container_info + self.failure_info = failure_info + self.result = result + + +class JobScheduleAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(JobScheduleAddOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class JobScheduleAddParameter(Model): + """A job schedule that allows recurring jobs by specifying when to run jobs + and a specification used to create each job. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the schedule within + the account. The ID can contain any combination of alphanumeric characters + including hyphens and underscores, and cannot contain more than 64 + characters. The ID is case-preserving and case-insensitive (that is, you + may not have two IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the schedule. The display name + need not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param schedule: Required. The schedule according to which jobs will be + created. + :type schedule: ~azure.batch.models.Schedule + :param job_specification: Required. The details of the jobs to be created + on this schedule. + :type job_specification: ~azure.batch.models.JobSpecification + :param metadata: A list of name-value pairs associated with the schedule + as metadata. The Batch service does not assign any meaning to metadata; it + is solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'id': {'required': True}, + 'schedule': {'required': True}, + 'job_specification': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'schedule': {'key': 'schedule', 'type': 'Schedule'}, + 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, *, id: str, schedule, job_specification, display_name: str=None, metadata=None, **kwargs) -> None: + super(JobScheduleAddParameter, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.schedule = schedule + self.job_specification = job_specification + self.metadata = metadata + + +class JobScheduleDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobScheduleDeleteOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobScheduleDisableOptions(Model): + """Additional parameters for disable operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobScheduleDisableOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobScheduleEnableOptions(Model): + """Additional parameters for enable operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobScheduleEnableOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobScheduleExecutionInformation(Model): + """Contains information about jobs that have been and will be run under a job + schedule. + + :param next_run_time: The next time at which a job will be created under + this schedule. This property is meaningful only if the schedule is in the + active state when the time comes around. For example, if the schedule is + disabled, no job will be created at nextRunTime unless the job is enabled + before then. + :type next_run_time: datetime + :param recent_job: Information about the most recent job under the job + schedule. This property is present only if the at least one job has run + under the schedule. + :type recent_job: ~azure.batch.models.RecentJob + :param end_time: The time at which the schedule ended. This property is + set only if the job schedule is in the completed state. + :type end_time: datetime + """ + + _attribute_map = { + 'next_run_time': {'key': 'nextRunTime', 'type': 'iso-8601'}, + 'recent_job': {'key': 'recentJob', 'type': 'RecentJob'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + } + + def __init__(self, *, next_run_time=None, recent_job=None, end_time=None, **kwargs) -> None: + super(JobScheduleExecutionInformation, self).__init__(**kwargs) + self.next_run_time = next_run_time + self.recent_job = recent_job + self.end_time = end_time + + +class JobScheduleExistsOptions(Model): + """Additional parameters for exists operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobScheduleExistsOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobScheduleGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, select: str=None, expand: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobScheduleGetOptions, self).__init__(**kwargs) + self.select = select + self.expand = expand + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobScheduleListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-schedules. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 job schedules can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(JobScheduleListOptions, self).__init__(**kwargs) + self.filter = filter + self.select = select + self.expand = expand + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class JobSchedulePatchOptions(Model): + """Additional parameters for patch operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobSchedulePatchOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobSchedulePatchParameter(Model): + """The set of changes to be made to a job schedule. + + :param schedule: The schedule according to which jobs will be created. If + you do not specify this element, the existing schedule is left unchanged. + :type schedule: ~azure.batch.models.Schedule + :param job_specification: The details of the jobs to be created on this + schedule. Updates affect only jobs that are started after the update has + taken place. Any currently active job continues with the older + specification. + :type job_specification: ~azure.batch.models.JobSpecification + :param metadata: A list of name-value pairs associated with the job + schedule as metadata. If you do not specify this element, existing + metadata is left unchanged. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _attribute_map = { + 'schedule': {'key': 'schedule', 'type': 'Schedule'}, + 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, *, schedule=None, job_specification=None, metadata=None, **kwargs) -> None: + super(JobSchedulePatchParameter, self).__init__(**kwargs) + self.schedule = schedule + self.job_specification = job_specification + self.metadata = metadata + + +class JobScheduleStatistics(Model): + """Resource usage statistics for a job schedule. + + All required parameters must be populated in order to send to Azure. + + :param url: Required. The URL of the statistics. + :type url: str + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param user_cpu_time: Required. The total user mode CPU time (summed + across all cores and all compute nodes) consumed by all tasks in all jobs + created under the schedule. + :type user_cpu_time: timedelta + :param kernel_cpu_time: Required. The total kernel mode CPU time (summed + across all cores and all compute nodes) consumed by all tasks in all jobs + created under the schedule. + :type kernel_cpu_time: timedelta + :param wall_clock_time: Required. The total wall clock time of all the + tasks in all the jobs created under the schedule. The wall clock time is + the elapsed time from when the task started running on a compute node to + when it finished (or to the last time the statistics were updated, if the + task had not finished by then). If a task was retried, this includes the + wall clock time of all the task retries. + :type wall_clock_time: timedelta + :param read_iops: Required. The total number of disk read operations made + by all tasks in all jobs created under the schedule. + :type read_iops: long + :param write_iops: Required. The total number of disk write operations + made by all tasks in all jobs created under the schedule. + :type write_iops: long + :param read_io_gi_b: Required. The total gibibytes read from disk by all + tasks in all jobs created under the schedule. + :type read_io_gi_b: float + :param write_io_gi_b: Required. The total gibibytes written to disk by all + tasks in all jobs created under the schedule. + :type write_io_gi_b: float + :param num_succeeded_tasks: Required. The total number of tasks + successfully completed during the given time range in jobs created under + the schedule. A task completes successfully if it returns exit code 0. + :type num_succeeded_tasks: long + :param num_failed_tasks: Required. The total number of tasks that failed + during the given time range in jobs created under the schedule. A task + fails if it exhausts its maximum retry count without returning exit code + 0. + :type num_failed_tasks: long + :param num_task_retries: Required. The total number of retries during the + given time range on all tasks in all jobs created under the schedule. + :type num_task_retries: long + :param wait_time: Required. The total wait time of all tasks in all jobs + created under the schedule. The wait time for a task is defined as the + elapsed time between the creation of the task and the start of task + execution. (If the task is retried due to failures, the wait time is the + time to the most recent task execution.). This value is only reported in + the account lifetime statistics; it is not included in the job statistics. + :type wait_time: timedelta + """ + + _validation = { + 'url': {'required': True}, + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'user_cpu_time': {'required': True}, + 'kernel_cpu_time': {'required': True}, + 'wall_clock_time': {'required': True}, + 'read_iops': {'required': True}, + 'write_iops': {'required': True}, + 'read_io_gi_b': {'required': True}, + 'write_io_gi_b': {'required': True}, + 'num_succeeded_tasks': {'required': True}, + 'num_failed_tasks': {'required': True}, + 'num_task_retries': {'required': True}, + 'wait_time': {'required': True}, + } + + _attribute_map = { + 'url': {'key': 'url', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, + 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, + 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, + 'read_iops': {'key': 'readIOps', 'type': 'long'}, + 'write_iops': {'key': 'writeIOps', 'type': 'long'}, + 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, + 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, + 'num_succeeded_tasks': {'key': 'numSucceededTasks', 'type': 'long'}, + 'num_failed_tasks': {'key': 'numFailedTasks', 'type': 'long'}, + 'num_task_retries': {'key': 'numTaskRetries', 'type': 'long'}, + 'wait_time': {'key': 'waitTime', 'type': 'duration'}, + } + + def __init__(self, *, url: str, start_time, last_update_time, user_cpu_time, kernel_cpu_time, wall_clock_time, read_iops: int, write_iops: int, read_io_gi_b: float, write_io_gi_b: float, num_succeeded_tasks: int, num_failed_tasks: int, num_task_retries: int, wait_time, **kwargs) -> None: + super(JobScheduleStatistics, self).__init__(**kwargs) + self.url = url + self.start_time = start_time + self.last_update_time = last_update_time + self.user_cpu_time = user_cpu_time + self.kernel_cpu_time = kernel_cpu_time + self.wall_clock_time = wall_clock_time + self.read_iops = read_iops + self.write_iops = write_iops + self.read_io_gi_b = read_io_gi_b + self.write_io_gi_b = write_io_gi_b + self.num_succeeded_tasks = num_succeeded_tasks + self.num_failed_tasks = num_failed_tasks + self.num_task_retries = num_task_retries + self.wait_time = wait_time + + +class JobScheduleTerminateOptions(Model): + """Additional parameters for terminate operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobScheduleTerminateOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobScheduleUpdateOptions(Model): + """Additional parameters for update operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobScheduleUpdateOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobScheduleUpdateParameter(Model): + """The set of changes to be made to a job schedule. + + All required parameters must be populated in order to send to Azure. + + :param schedule: Required. The schedule according to which jobs will be + created. If you do not specify this element, it is equivalent to passing + the default schedule: that is, a single job scheduled to run immediately. + :type schedule: ~azure.batch.models.Schedule + :param job_specification: Required. Details of the jobs to be created on + this schedule. Updates affect only jobs that are started after the update + has taken place. Any currently active job continues with the older + specification. + :type job_specification: ~azure.batch.models.JobSpecification + :param metadata: A list of name-value pairs associated with the job + schedule as metadata. If you do not specify this element, it takes the + default value of an empty list; in effect, any existing metadata is + deleted. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'schedule': {'required': True}, + 'job_specification': {'required': True}, + } + + _attribute_map = { + 'schedule': {'key': 'schedule', 'type': 'Schedule'}, + 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, *, schedule, job_specification, metadata=None, **kwargs) -> None: + super(JobScheduleUpdateParameter, self).__init__(**kwargs) + self.schedule = schedule + self.job_specification = job_specification + self.metadata = metadata + + +class JobSchedulingError(Model): + """An error encountered by the Batch service when scheduling a job. + + All required parameters must be populated in order to send to Azure. + + :param category: Required. The category of the job scheduling error. + Possible values include: 'userError', 'serverError' + :type category: str or ~azure.batch.models.ErrorCategory + :param code: An identifier for the job scheduling error. Codes are + invariant and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the job scheduling error, intended to + be suitable for display in a user interface. + :type message: str + :param details: A list of additional error details related to the + scheduling error. + :type details: list[~azure.batch.models.NameValuePair] + """ + + _validation = { + 'category': {'required': True}, + } + + _attribute_map = { + 'category': {'key': 'category', 'type': 'ErrorCategory'}, + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'details': {'key': 'details', 'type': '[NameValuePair]'}, + } + + def __init__(self, *, category, code: str=None, message: str=None, details=None, **kwargs) -> None: + super(JobSchedulingError, self).__init__(**kwargs) + self.category = category + self.code = code + self.message = message + self.details = details + + +class JobSpecification(Model): + """Specifies details of the jobs to be created on a schedule. + + All required parameters must be populated in order to send to Azure. + + :param priority: The priority of jobs created under this schedule. + Priority values can range from -1000 to 1000, with -1000 being the lowest + priority and 1000 being the highest priority. The default value is 0. This + priority is used as the default for all jobs under the job schedule. You + can update a job's priority after it has been created using by using the + update job API. + :type priority: int + :param display_name: The display name for jobs created under this + schedule. The name need not be unique and can contain any Unicode + characters up to a maximum length of 1024. + :type display_name: str + :param uses_task_dependencies: Whether tasks in the job can define + dependencies on each other. The default is false. + :type uses_task_dependencies: bool + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in a job created under this schedule are in the completed + state. Note that if a job contains no tasks, then all tasks are considered + complete. This option is therefore most commonly used with a Job Manager + task; if you want to use automatic job termination without a Job Manager, + you should initially set onAllTasksComplete to noaction and update the job + properties to set onAllTasksComplete to terminatejob once you have + finished adding tasks. The default is noaction. Possible values include: + 'noAction', 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + :param on_task_failure: The action the Batch service should take when any + task fails in a job created under this schedule. A task is considered to + have failed if it have failed if has a failureInfo. A failureInfo is set + if the task completes with a non-zero exit code after exhausting its retry + count, or if there was an error starting the task, for example due to a + resource file download error. The default is noaction. Possible values + include: 'noAction', 'performExitOptionsJobAction' + :type on_task_failure: str or ~azure.batch.models.OnTaskFailure + :param network_configuration: The network configuration for the job. + :type network_configuration: ~azure.batch.models.JobNetworkConfiguration + :param constraints: The execution constraints for jobs created under this + schedule. + :type constraints: ~azure.batch.models.JobConstraints + :param job_manager_task: The details of a Job Manager task to be launched + when a job is started under this schedule. If the job does not specify a + Job Manager task, the user must explicitly add tasks to the job using the + Task API. If the job does specify a Job Manager task, the Batch service + creates the Job Manager task when the job is created, and will try to + schedule the Job Manager task before scheduling other tasks in the job. + :type job_manager_task: ~azure.batch.models.JobManagerTask + :param job_preparation_task: The Job Preparation task for jobs created + under this schedule. If a job has a Job Preparation task, the Batch + service will run the Job Preparation task on a compute node before + starting any tasks of that job on that compute node. + :type job_preparation_task: ~azure.batch.models.JobPreparationTask + :param job_release_task: The Job Release task for jobs created under this + schedule. The primary purpose of the Job Release task is to undo changes + to compute nodes made by the Job Preparation task. Example activities + include deleting local files, or shutting down services that were started + as part of job preparation. A Job Release task cannot be specified without + also specifying a Job Preparation task for the job. The Batch service runs + the Job Release task on the compute nodes that have run the Job + Preparation task. + :type job_release_task: ~azure.batch.models.JobReleaseTask + :param common_environment_settings: A list of common environment variable + settings. These environment variables are set for all tasks in jobs + created under this schedule (including the Job Manager, Job Preparation + and Job Release tasks). Individual tasks can override an environment + setting specified here by specifying the same setting name with a + different value. + :type common_environment_settings: + list[~azure.batch.models.EnvironmentSetting] + :param pool_info: Required. The pool on which the Batch service runs the + tasks of jobs created under this schedule. + :type pool_info: ~azure.batch.models.PoolInformation + :param metadata: A list of name-value pairs associated with each job + created under this schedule as metadata. The Batch service does not assign + any meaning to metadata; it is solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'pool_info': {'required': True}, + } + + _attribute_map = { + 'priority': {'key': 'priority', 'type': 'int'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'JobNetworkConfiguration'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, + 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, + 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, + 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, *, pool_info, priority: int=None, display_name: str=None, uses_task_dependencies: bool=None, on_all_tasks_complete=None, on_task_failure=None, network_configuration=None, constraints=None, job_manager_task=None, job_preparation_task=None, job_release_task=None, common_environment_settings=None, metadata=None, **kwargs) -> None: + super(JobSpecification, self).__init__(**kwargs) + self.priority = priority + self.display_name = display_name + self.uses_task_dependencies = uses_task_dependencies + self.on_all_tasks_complete = on_all_tasks_complete + self.on_task_failure = on_task_failure + self.network_configuration = network_configuration + self.constraints = constraints + self.job_manager_task = job_manager_task + self.job_preparation_task = job_preparation_task + self.job_release_task = job_release_task + self.common_environment_settings = common_environment_settings + self.pool_info = pool_info + self.metadata = metadata + + +class JobStatistics(Model): + """Resource usage statistics for a job. + + All required parameters must be populated in order to send to Azure. + + :param url: Required. The URL of the statistics. + :type url: str + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param user_cpu_time: Required. The total user mode CPU time (summed + across all cores and all compute nodes) consumed by all tasks in the job. + :type user_cpu_time: timedelta + :param kernel_cpu_time: Required. The total kernel mode CPU time (summed + across all cores and all compute nodes) consumed by all tasks in the job. + :type kernel_cpu_time: timedelta + :param wall_clock_time: Required. The total wall clock time of all tasks + in the job. The wall clock time is the elapsed time from when the task + started running on a compute node to when it finished (or to the last time + the statistics were updated, if the task had not finished by then). If a + task was retried, this includes the wall clock time of all the task + retries. + :type wall_clock_time: timedelta + :param read_iops: Required. The total number of disk read operations made + by all tasks in the job. + :type read_iops: long + :param write_iops: Required. The total number of disk write operations + made by all tasks in the job. + :type write_iops: long + :param read_io_gi_b: Required. The total amount of data in GiB read from + disk by all tasks in the job. + :type read_io_gi_b: float + :param write_io_gi_b: Required. The total amount of data in GiB written to + disk by all tasks in the job. + :type write_io_gi_b: float + :param num_succeeded_tasks: Required. The total number of tasks + successfully completed in the job during the given time range. A task + completes successfully if it returns exit code 0. + :type num_succeeded_tasks: long + :param num_failed_tasks: Required. The total number of tasks in the job + that failed during the given time range. A task fails if it exhausts its + maximum retry count without returning exit code 0. + :type num_failed_tasks: long + :param num_task_retries: Required. The total number of retries on all the + tasks in the job during the given time range. + :type num_task_retries: long + :param wait_time: Required. The total wait time of all tasks in the job. + The wait time for a task is defined as the elapsed time between the + creation of the task and the start of task execution. (If the task is + retried due to failures, the wait time is the time to the most recent task + execution.) This value is only reported in the account lifetime + statistics; it is not included in the job statistics. + :type wait_time: timedelta + """ + + _validation = { + 'url': {'required': True}, + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'user_cpu_time': {'required': True}, + 'kernel_cpu_time': {'required': True}, + 'wall_clock_time': {'required': True}, + 'read_iops': {'required': True}, + 'write_iops': {'required': True}, + 'read_io_gi_b': {'required': True}, + 'write_io_gi_b': {'required': True}, + 'num_succeeded_tasks': {'required': True}, + 'num_failed_tasks': {'required': True}, + 'num_task_retries': {'required': True}, + 'wait_time': {'required': True}, + } + + _attribute_map = { + 'url': {'key': 'url', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, + 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, + 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, + 'read_iops': {'key': 'readIOps', 'type': 'long'}, + 'write_iops': {'key': 'writeIOps', 'type': 'long'}, + 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, + 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, + 'num_succeeded_tasks': {'key': 'numSucceededTasks', 'type': 'long'}, + 'num_failed_tasks': {'key': 'numFailedTasks', 'type': 'long'}, + 'num_task_retries': {'key': 'numTaskRetries', 'type': 'long'}, + 'wait_time': {'key': 'waitTime', 'type': 'duration'}, + } + + def __init__(self, *, url: str, start_time, last_update_time, user_cpu_time, kernel_cpu_time, wall_clock_time, read_iops: int, write_iops: int, read_io_gi_b: float, write_io_gi_b: float, num_succeeded_tasks: int, num_failed_tasks: int, num_task_retries: int, wait_time, **kwargs) -> None: + super(JobStatistics, self).__init__(**kwargs) + self.url = url + self.start_time = start_time + self.last_update_time = last_update_time + self.user_cpu_time = user_cpu_time + self.kernel_cpu_time = kernel_cpu_time + self.wall_clock_time = wall_clock_time + self.read_iops = read_iops + self.write_iops = write_iops + self.read_io_gi_b = read_io_gi_b + self.write_io_gi_b = write_io_gi_b + self.num_succeeded_tasks = num_succeeded_tasks + self.num_failed_tasks = num_failed_tasks + self.num_task_retries = num_task_retries + self.wait_time = wait_time + + +class JobTerminateOptions(Model): + """Additional parameters for terminate operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobTerminateOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobTerminateParameter(Model): + """Options when terminating a job. + + :param terminate_reason: The text you want to appear as the job's + TerminateReason. The default is 'UserTerminate'. + :type terminate_reason: str + """ + + _attribute_map = { + 'terminate_reason': {'key': 'terminateReason', 'type': 'str'}, + } + + def __init__(self, *, terminate_reason: str=None, **kwargs) -> None: + super(JobTerminateParameter, self).__init__(**kwargs) + self.terminate_reason = terminate_reason + + +class JobUpdateOptions(Model): + """Additional parameters for update operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(JobUpdateOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class JobUpdateParameter(Model): + """The set of changes to be made to a job. + + All required parameters must be populated in order to send to Azure. + + :param priority: The priority of the job. Priority values can range from + -1000 to 1000, with -1000 being the lowest priority and 1000 being the + highest priority. If omitted, it is set to the default value 0. + :type priority: int + :param constraints: The execution constraints for the job. If omitted, the + constraints are cleared. + :type constraints: ~azure.batch.models.JobConstraints + :param pool_info: Required. The pool on which the Batch service runs the + job's tasks. You may change the pool for a job only when the job is + disabled. The Update Job call will fail if you include the poolInfo + element and the job is not disabled. If you specify an + autoPoolSpecification specification in the poolInfo, only the keepAlive + property can be updated, and then only if the auto pool has a + poolLifetimeOption of job. + :type pool_info: ~azure.batch.models.PoolInformation + :param metadata: A list of name-value pairs associated with the job as + metadata. If omitted, it takes the default value of an empty list; in + effect, any existing metadata is deleted. + :type metadata: list[~azure.batch.models.MetadataItem] + :param on_all_tasks_complete: The action the Batch service should take + when all tasks in the job are in the completed state. If omitted, the + completion behavior is set to noaction. If the current value is + terminatejob, this is an error because a job's completion behavior may not + be changed from terminatejob to noaction. You may not change the value + from terminatejob to noaction - that is, once you have engaged automatic + job termination, you cannot turn it off again. If you try to do this, the + request fails and Batch returns status code 400 (Bad Request) and an + 'invalid property value' error response. If you do not specify this + element in a PUT request, it is equivalent to passing noaction. This is an + error if the current value is terminatejob. Possible values include: + 'noAction', 'terminateJob' + :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete + """ + + _validation = { + 'pool_info': {'required': True}, + } + + _attribute_map = { + 'priority': {'key': 'priority', 'type': 'int'}, + 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, + 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, + } + + def __init__(self, *, pool_info, priority: int=None, constraints=None, metadata=None, on_all_tasks_complete=None, **kwargs) -> None: + super(JobUpdateParameter, self).__init__(**kwargs) + self.priority = priority + self.constraints = constraints + self.pool_info = pool_info + self.metadata = metadata + self.on_all_tasks_complete = on_all_tasks_complete + + +class LinuxUserConfiguration(Model): + """Properties used to create a user account on a Linux node. + + :param uid: The user ID of the user account. The uid and gid properties + must be specified together or not at all. If not specified the underlying + operating system picks the uid. + :type uid: int + :param gid: The group ID for the user account. The uid and gid properties + must be specified together or not at all. If not specified the underlying + operating system picks the gid. + :type gid: int + :param ssh_private_key: The SSH private key for the user account. The + private key must not be password protected. The private key is used to + automatically configure asymmetric-key based authentication for SSH + between nodes in a Linux pool when the pool's enableInterNodeCommunication + property is true (it is ignored if enableInterNodeCommunication is false). + It does this by placing the key pair into the user's .ssh directory. If + not specified, password-less SSH is not configured between nodes (no + modification of the user's .ssh directory is done). + :type ssh_private_key: str + """ + + _attribute_map = { + 'uid': {'key': 'uid', 'type': 'int'}, + 'gid': {'key': 'gid', 'type': 'int'}, + 'ssh_private_key': {'key': 'sshPrivateKey', 'type': 'str'}, + } + + def __init__(self, *, uid: int=None, gid: int=None, ssh_private_key: str=None, **kwargs) -> None: + super(LinuxUserConfiguration, self).__init__(**kwargs) + self.uid = uid + self.gid = gid + self.ssh_private_key = ssh_private_key + + +class MetadataItem(Model): + """A name-value pair associated with a Batch service resource. + + The Batch service does not assign any meaning to this metadata; it is + solely for the use of user code. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the metadata item. + :type name: str + :param value: Required. The value of the metadata item. + :type value: str + """ + + _validation = { + 'name': {'required': True}, + 'value': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, *, name: str, value: str, **kwargs) -> None: + super(MetadataItem, self).__init__(**kwargs) + self.name = name + self.value = value + + +class MultiInstanceSettings(Model): + """Settings which specify how to run a multi-instance task. + + Multi-instance tasks are commonly used to support MPI tasks. + + All required parameters must be populated in order to send to Azure. + + :param number_of_instances: The number of compute nodes required by the + task. If omitted, the default is 1. + :type number_of_instances: int + :param coordination_command_line: Required. The command line to run on all + the compute nodes to enable them to coordinate when the primary runs the + main task command. A typical coordination command line launches a + background service and verifies that the service is ready to process + inter-node messages. + :type coordination_command_line: str + :param common_resource_files: A list of files that the Batch service will + download before running the coordination command line. The difference + between common resource files and task resource files is that common + resource files are downloaded for all subtasks including the primary, + whereas task resource files are downloaded only for the primary. Also note + that these resource files are not downloaded to the task working + directory, but instead are downloaded to the task root directory (one + directory above the working directory). There is a maximum size for the + list of resource files. When the max size is exceeded, the request will + fail and the response error code will be RequestEntityTooLarge. If this + occurs, the collection of ResourceFiles must be reduced in size. This can + be achieved using .zip files, Application Packages, or Docker Containers. + :type common_resource_files: list[~azure.batch.models.ResourceFile] + """ + + _validation = { + 'coordination_command_line': {'required': True}, + } + + _attribute_map = { + 'number_of_instances': {'key': 'numberOfInstances', 'type': 'int'}, + 'coordination_command_line': {'key': 'coordinationCommandLine', 'type': 'str'}, + 'common_resource_files': {'key': 'commonResourceFiles', 'type': '[ResourceFile]'}, + } + + def __init__(self, *, coordination_command_line: str, number_of_instances: int=None, common_resource_files=None, **kwargs) -> None: + super(MultiInstanceSettings, self).__init__(**kwargs) + self.number_of_instances = number_of_instances + self.coordination_command_line = coordination_command_line + self.common_resource_files = common_resource_files + + +class NameValuePair(Model): + """Represents a name-value pair. + + :param name: The name in the name-value pair. + :type name: str + :param value: The value in the name-value pair. + :type value: str + """ + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'value': {'key': 'value', 'type': 'str'}, + } + + def __init__(self, *, name: str=None, value: str=None, **kwargs) -> None: + super(NameValuePair, self).__init__(**kwargs) + self.name = name + self.value = value + + +class NetworkConfiguration(Model): + """The network configuration for a pool. + + :param subnet_id: The ARM resource identifier of the virtual network + subnet which the compute nodes of the pool will join. This is of the form + /subscriptions/{subscription}/resourceGroups/{group}/providers/{provider}/virtualNetworks/{network}/subnets/{subnet}. + The virtual network must be in the same region and subscription as the + Azure Batch account. The specified subnet should have enough free IP + addresses to accommodate the number of nodes in the pool. If the subnet + doesn't have enough free IP addresses, the pool will partially allocate + compute nodes, and a resize error will occur. For pools created with + virtualMachineConfiguration only ARM virtual networks + ('Microsoft.Network/virtualNetworks') are supported, but for pools created + with cloudServiceConfiguration both ARM and classic virtual networks are + supported. For more details, see: + https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration + :type subnet_id: str + :param dynamic_vnet_assignment_scope: The scope of dynamic vnet + assignment. Possible values include: 'none', 'job' + :type dynamic_vnet_assignment_scope: str or + ~azure.batch.models.DynamicVNetAssignmentScope + :param endpoint_configuration: The configuration for endpoints on compute + nodes in the Batch pool. Pool endpoint configuration is only supported on + pools with the virtualMachineConfiguration property. + :type endpoint_configuration: + ~azure.batch.models.PoolEndpointConfiguration + """ + + _attribute_map = { + 'subnet_id': {'key': 'subnetId', 'type': 'str'}, + 'dynamic_vnet_assignment_scope': {'key': 'dynamicVNetAssignmentScope', 'type': 'DynamicVNetAssignmentScope'}, + 'endpoint_configuration': {'key': 'endpointConfiguration', 'type': 'PoolEndpointConfiguration'}, + } + + def __init__(self, *, subnet_id: str=None, dynamic_vnet_assignment_scope=None, endpoint_configuration=None, **kwargs) -> None: + super(NetworkConfiguration, self).__init__(**kwargs) + self.subnet_id = subnet_id + self.dynamic_vnet_assignment_scope = dynamic_vnet_assignment_scope + self.endpoint_configuration = endpoint_configuration + + +class NetworkSecurityGroupRule(Model): + """A network security group rule to apply to an inbound endpoint. + + All required parameters must be populated in order to send to Azure. + + :param priority: Required. The priority for this rule. Priorities within a + pool must be unique and are evaluated in order of priority. The lower the + number the higher the priority. For example, rules could be specified with + order numbers of 150, 250, and 350. The rule with the order number of 150 + takes precedence over the rule that has an order of 250. Allowed + priorities are 150 to 3500. If any reserved or duplicate values are + provided the request fails with HTTP status code 400. + :type priority: int + :param access: Required. The action that should be taken for a specified + IP address, subnet range or tag. Possible values include: 'allow', 'deny' + :type access: str or ~azure.batch.models.NetworkSecurityGroupRuleAccess + :param source_address_prefix: Required. The source address prefix or tag + to match for the rule. Valid values are a single IP address (i.e. + 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all + addresses). If any other values are provided the request fails with HTTP + status code 400. + :type source_address_prefix: str + """ + + _validation = { + 'priority': {'required': True}, + 'access': {'required': True}, + 'source_address_prefix': {'required': True}, + } + + _attribute_map = { + 'priority': {'key': 'priority', 'type': 'int'}, + 'access': {'key': 'access', 'type': 'NetworkSecurityGroupRuleAccess'}, + 'source_address_prefix': {'key': 'sourceAddressPrefix', 'type': 'str'}, + } + + def __init__(self, *, priority: int, access, source_address_prefix: str, **kwargs) -> None: + super(NetworkSecurityGroupRule, self).__init__(**kwargs) + self.priority = priority + self.access = access + self.source_address_prefix = source_address_prefix + + +class NodeAgentInformation(Model): + """Information about the node agent. + + The Batch node agent is a program that runs on each node in the pool and + provides Batch capability on the compute node. + + All required parameters must be populated in order to send to Azure. + + :param version: Required. The version of the Batch node agent running on + the compute node. This version number can be checked against the node + agent release notes located at + https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md. + :type version: str + :param last_update_time: Required. The time when the node agent was + updated on the compute node. This is the most recent time that the node + agent was updated to a new version. + :type last_update_time: datetime + """ + + _validation = { + 'version': {'required': True}, + 'last_update_time': {'required': True}, + } + + _attribute_map = { + 'version': {'key': 'version', 'type': 'str'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + } + + def __init__(self, *, version: str, last_update_time, **kwargs) -> None: + super(NodeAgentInformation, self).__init__(**kwargs) + self.version = version + self.last_update_time = last_update_time + + +class NodeAgentSku(Model): + """A node agent SKU supported by the Batch service. + + 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. + + :param id: The ID of the node agent SKU. + :type id: str + :param verified_image_references: The list of Azure Marketplace images + verified to be compatible with this node agent SKU. This collection is not + exhaustive (the node agent may be compatible with other images). + :type verified_image_references: list[~azure.batch.models.ImageReference] + :param os_type: The type of operating system (e.g. Windows or Linux) + compatible with the node agent SKU. Possible values include: 'linux', + 'windows' + :type os_type: str or ~azure.batch.models.OSType + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'verified_image_references': {'key': 'verifiedImageReferences', 'type': '[ImageReference]'}, + 'os_type': {'key': 'osType', 'type': 'OSType'}, + } + + def __init__(self, *, id: str=None, verified_image_references=None, os_type=None, **kwargs) -> None: + super(NodeAgentSku, self).__init__(**kwargs) + self.id = id + self.verified_image_references = verified_image_references + self.os_type = os_type + + +class NodeCounts(Model): + """The number of nodes in each node state. + + All required parameters must be populated in order to send to Azure. + + :param creating: Required. The number of nodes in the creating state. + :type creating: int + :param idle: Required. The number of nodes in the idle state. + :type idle: int + :param offline: Required. The number of nodes in the offline state. + :type offline: int + :param preempted: Required. The number of nodes in the preempted state. + :type preempted: int + :param rebooting: Required. The count of nodes in the rebooting state. + :type rebooting: int + :param reimaging: Required. The number of nodes in the reimaging state. + :type reimaging: int + :param running: Required. The number of nodes in the running state. + :type running: int + :param starting: Required. The number of nodes in the starting state. + :type starting: int + :param start_task_failed: Required. The number of nodes in the + startTaskFailed state. + :type start_task_failed: int + :param leaving_pool: Required. The number of nodes in the leavingPool + state. + :type leaving_pool: int + :param unknown: Required. The number of nodes in the unknown state. + :type unknown: int + :param unusable: Required. The number of nodes in the unusable state. + :type unusable: int + :param waiting_for_start_task: Required. The number of nodes in the + waitingForStartTask state. + :type waiting_for_start_task: int + :param total: Required. The total number of nodes. + :type total: int + """ + + _validation = { + 'creating': {'required': True}, + 'idle': {'required': True}, + 'offline': {'required': True}, + 'preempted': {'required': True}, + 'rebooting': {'required': True}, + 'reimaging': {'required': True}, + 'running': {'required': True}, + 'starting': {'required': True}, + 'start_task_failed': {'required': True}, + 'leaving_pool': {'required': True}, + 'unknown': {'required': True}, + 'unusable': {'required': True}, + 'waiting_for_start_task': {'required': True}, + 'total': {'required': True}, + } + + _attribute_map = { + 'creating': {'key': 'creating', 'type': 'int'}, + 'idle': {'key': 'idle', 'type': 'int'}, + 'offline': {'key': 'offline', 'type': 'int'}, + 'preempted': {'key': 'preempted', 'type': 'int'}, + 'rebooting': {'key': 'rebooting', 'type': 'int'}, + 'reimaging': {'key': 'reimaging', 'type': 'int'}, + 'running': {'key': 'running', 'type': 'int'}, + 'starting': {'key': 'starting', 'type': 'int'}, + 'start_task_failed': {'key': 'startTaskFailed', 'type': 'int'}, + 'leaving_pool': {'key': 'leavingPool', 'type': 'int'}, + 'unknown': {'key': 'unknown', 'type': 'int'}, + 'unusable': {'key': 'unusable', 'type': 'int'}, + 'waiting_for_start_task': {'key': 'waitingForStartTask', 'type': 'int'}, + 'total': {'key': 'total', 'type': 'int'}, + } + + def __init__(self, *, creating: int, idle: int, offline: int, preempted: int, rebooting: int, reimaging: int, running: int, starting: int, start_task_failed: int, leaving_pool: int, unknown: int, unusable: int, waiting_for_start_task: int, total: int, **kwargs) -> None: + super(NodeCounts, self).__init__(**kwargs) + self.creating = creating + self.idle = idle + self.offline = offline + self.preempted = preempted + self.rebooting = rebooting + self.reimaging = reimaging + self.running = running + self.starting = starting + self.start_task_failed = start_task_failed + self.leaving_pool = leaving_pool + self.unknown = unknown + self.unusable = unusable + self.waiting_for_start_task = waiting_for_start_task + self.total = total + + +class NodeDisableSchedulingParameter(Model): + """Options for disabling scheduling on a compute node. + + :param node_disable_scheduling_option: What to do with currently running + tasks when disabling task scheduling on the compute node. The default + value is requeue. Possible values include: 'requeue', 'terminate', + 'taskCompletion' + :type node_disable_scheduling_option: str or + ~azure.batch.models.DisableComputeNodeSchedulingOption + """ + + _attribute_map = { + 'node_disable_scheduling_option': {'key': 'nodeDisableSchedulingOption', 'type': 'DisableComputeNodeSchedulingOption'}, + } + + def __init__(self, *, node_disable_scheduling_option=None, **kwargs) -> None: + super(NodeDisableSchedulingParameter, self).__init__(**kwargs) + self.node_disable_scheduling_option = node_disable_scheduling_option + + +class NodeFile(Model): + """Information about a file or directory on a compute node. + + :param name: The file path. + :type name: str + :param url: The URL of the file. + :type url: str + :param is_directory: Whether the object represents a directory. + :type is_directory: bool + :param properties: The file properties. + :type properties: ~azure.batch.models.FileProperties + """ + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'is_directory': {'key': 'isDirectory', 'type': 'bool'}, + 'properties': {'key': 'properties', 'type': 'FileProperties'}, + } + + def __init__(self, *, name: str=None, url: str=None, is_directory: bool=None, properties=None, **kwargs) -> None: + super(NodeFile, self).__init__(**kwargs) + self.name = name + self.url = url + self.is_directory = is_directory + self.properties = properties + + +class NodeRebootParameter(Model): + """Options for rebooting a compute node. + + :param node_reboot_option: When to reboot the compute node and what to do + with currently running tasks. The default value is requeue. Possible + values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData' + :type node_reboot_option: str or + ~azure.batch.models.ComputeNodeRebootOption + """ + + _attribute_map = { + 'node_reboot_option': {'key': 'nodeRebootOption', 'type': 'ComputeNodeRebootOption'}, + } + + def __init__(self, *, node_reboot_option=None, **kwargs) -> None: + super(NodeRebootParameter, self).__init__(**kwargs) + self.node_reboot_option = node_reboot_option + + +class NodeReimageParameter(Model): + """Options for reimaging a compute node. + + :param node_reimage_option: When to reimage the compute node and what to + do with currently running tasks. The default value is requeue. Possible + values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData' + :type node_reimage_option: str or + ~azure.batch.models.ComputeNodeReimageOption + """ + + _attribute_map = { + 'node_reimage_option': {'key': 'nodeReimageOption', 'type': 'ComputeNodeReimageOption'}, + } + + def __init__(self, *, node_reimage_option=None, **kwargs) -> None: + super(NodeReimageParameter, self).__init__(**kwargs) + self.node_reimage_option = node_reimage_option + + +class NodeRemoveParameter(Model): + """Options for removing compute nodes from a pool. + + All required parameters must be populated in order to send to Azure. + + :param node_list: Required. A list containing the IDs of the compute nodes + to be removed from the specified pool. + :type node_list: list[str] + :param resize_timeout: The timeout for removal of compute nodes to the + pool. The default value is 15 minutes. The minimum value is 5 minutes. If + you specify a value less than 5 minutes, the Batch service returns an + error; if you are calling the REST API directly, the HTTP status code is + 400 (Bad Request). + :type resize_timeout: timedelta + :param node_deallocation_option: Determines what to do with a node and its + running task(s) after it has been selected for deallocation. The default + value is requeue. Possible values include: 'requeue', 'terminate', + 'taskCompletion', 'retainedData' + :type node_deallocation_option: str or + ~azure.batch.models.ComputeNodeDeallocationOption + """ + + _validation = { + 'node_list': {'required': True, 'max_items': 100}, + } + + _attribute_map = { + 'node_list': {'key': 'nodeList', 'type': '[str]'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'ComputeNodeDeallocationOption'}, + } + + def __init__(self, *, node_list, resize_timeout=None, node_deallocation_option=None, **kwargs) -> None: + super(NodeRemoveParameter, self).__init__(**kwargs) + self.node_list = node_list + self.resize_timeout = resize_timeout + self.node_deallocation_option = node_deallocation_option + + +class NodeUpdateUserParameter(Model): + """The set of changes to be made to a user account on a node. + + :param password: The password of the account. The password is required for + Windows nodes (those created with 'cloudServiceConfiguration', or created + with 'virtualMachineConfiguration' using a Windows image reference). For + Linux compute nodes, the password can optionally be specified along with + the sshPublicKey property. If omitted, any existing password is removed. + :type password: str + :param expiry_time: The time at which the account should expire. If + omitted, the default is 1 day from the current time. For Linux compute + nodes, the expiryTime has a precision up to a day. + :type expiry_time: datetime + :param ssh_public_key: The SSH public key that can be used for remote + login to the compute node. The public key should be compatible with + OpenSSH encoding and should be base 64 encoded. This property can be + specified only for Linux nodes. If this is specified for a Windows node, + then the Batch service rejects the request; if you are calling the REST + API directly, the HTTP status code is 400 (Bad Request). If omitted, any + existing SSH public key is removed. + :type ssh_public_key: str + """ + + _attribute_map = { + 'password': {'key': 'password', 'type': 'str'}, + 'expiry_time': {'key': 'expiryTime', 'type': 'iso-8601'}, + 'ssh_public_key': {'key': 'sshPublicKey', 'type': 'str'}, + } + + def __init__(self, *, password: str=None, expiry_time=None, ssh_public_key: str=None, **kwargs) -> None: + super(NodeUpdateUserParameter, self).__init__(**kwargs) + self.password = password + self.expiry_time = expiry_time + self.ssh_public_key = ssh_public_key + + +class OutputFile(Model): + """A specification for uploading files from an Azure Batch node to another + location after the Batch service has finished executing the task process. + + All required parameters must be populated in order to send to Azure. + + :param file_pattern: Required. A pattern indicating which file(s) to + upload. Both relative and absolute paths are supported. Relative paths are + relative to the task working directory. The following wildcards are + supported: * matches 0 or more characters (for example pattern abc* would + match abc or abcdef), ** matches any directory, ? matches any single + character, [abc] matches one character in the brackets, and [a-c] matches + one character in the range. Brackets can include a negation to match any + character not specified (for example [!abc] matches any character but a, + b, or c). If a file name starts with "." it is ignored by default but may + be matched by specifying it explicitly (for example *.gif will not match + .a.gif, but .*.gif will). A simple example: **\\*.txt matches any file + that does not start in '.' and ends with .txt in the task working + directory or any subdirectory. If the filename contains a wildcard + character it can be escaped using brackets (for example abc[*] would match + a file named abc*). Note that both \\ and / are treated as directory + separators on Windows, but only / is on Linux. Environment variables + (%var% on Windows or $var on Linux) are expanded prior to the pattern + being applied. + :type file_pattern: str + :param destination: Required. The destination for the output file(s). + :type destination: ~azure.batch.models.OutputFileDestination + :param upload_options: Required. Additional options for the upload + operation, including under what conditions to perform the upload. + :type upload_options: ~azure.batch.models.OutputFileUploadOptions + """ + + _validation = { + 'file_pattern': {'required': True}, + 'destination': {'required': True}, + 'upload_options': {'required': True}, + } + + _attribute_map = { + 'file_pattern': {'key': 'filePattern', 'type': 'str'}, + 'destination': {'key': 'destination', 'type': 'OutputFileDestination'}, + 'upload_options': {'key': 'uploadOptions', 'type': 'OutputFileUploadOptions'}, + } + + def __init__(self, *, file_pattern: str, destination, upload_options, **kwargs) -> None: + super(OutputFile, self).__init__(**kwargs) + self.file_pattern = file_pattern + self.destination = destination + self.upload_options = upload_options + + +class OutputFileBlobContainerDestination(Model): + """Specifies a file upload destination within an Azure blob storage container. + + All required parameters must be populated in order to send to Azure. + + :param path: The destination blob or virtual directory within the Azure + Storage container. If filePattern refers to a specific file (i.e. contains + no wildcards), then path is the name of the blob to which to upload that + file. If filePattern contains one or more wildcards (and therefore may + match multiple files), then path is the name of the blob virtual directory + (which is prepended to each blob name) to which to upload the file(s). If + omitted, file(s) are uploaded to the root of the container with a blob + name matching their file name. + :type path: str + :param container_url: Required. The URL of the container within Azure Blob + Storage to which to upload the file(s). The URL must include a Shared + Access Signature (SAS) granting write permissions to the container. + :type container_url: str + """ + + _validation = { + 'container_url': {'required': True}, + } + + _attribute_map = { + 'path': {'key': 'path', 'type': 'str'}, + 'container_url': {'key': 'containerUrl', 'type': 'str'}, + } + + def __init__(self, *, container_url: str, path: str=None, **kwargs) -> None: + super(OutputFileBlobContainerDestination, self).__init__(**kwargs) + self.path = path + self.container_url = container_url + + +class OutputFileDestination(Model): + """The destination to which a file should be uploaded. + + :param container: A location in Azure blob storage to which files are + uploaded. + :type container: ~azure.batch.models.OutputFileBlobContainerDestination + """ + + _attribute_map = { + 'container': {'key': 'container', 'type': 'OutputFileBlobContainerDestination'}, + } + + def __init__(self, *, container=None, **kwargs) -> None: + super(OutputFileDestination, self).__init__(**kwargs) + self.container = container + + +class OutputFileUploadOptions(Model): + """Details about an output file upload operation, including under what + conditions to perform the upload. + + All required parameters must be populated in order to send to Azure. + + :param upload_condition: Required. The conditions under which the task + output file or set of files should be uploaded. The default is + taskcompletion. Possible values include: 'taskSuccess', 'taskFailure', + 'taskCompletion' + :type upload_condition: str or + ~azure.batch.models.OutputFileUploadCondition + """ + + _validation = { + 'upload_condition': {'required': True}, + } + + _attribute_map = { + 'upload_condition': {'key': 'uploadCondition', 'type': 'OutputFileUploadCondition'}, + } + + def __init__(self, *, upload_condition, **kwargs) -> None: + super(OutputFileUploadOptions, self).__init__(**kwargs) + self.upload_condition = upload_condition + + +class PoolAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(PoolAddOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class PoolAddParameter(Model): + """A pool in the Azure Batch service to add. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the pool within the + account. The ID can contain any combination of alphanumeric characters + including hyphens and underscores, and cannot contain more than 64 + characters. The ID is case-preserving and case-insensitive (that is, you + may not have two pool IDs within an account that differ only by case). + :type id: str + :param display_name: The display name for the pool. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param vm_size: Required. The size of virtual machines in the pool. All + virtual machines in a pool are the same size. For information about + available sizes of virtual machines for Cloud Services pools (pools + created with cloudServiceConfiguration), see Sizes for Cloud Services + (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). + Batch supports all Cloud Services VM sizes except ExtraSmall, A1V2 and + A2V2. For information about available VM sizes for pools using images from + the Virtual Machines Marketplace (pools created with + virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) + (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) + or Sizes for Virtual Machines (Windows) + (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). + Batch supports all Azure VM sizes except STANDARD_A0 and those with + premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). + :type vm_size: str + :param cloud_service_configuration: The cloud service configuration for + the pool. This property and virtualMachineConfiguration are mutually + exclusive and one of the properties must be specified. This property + cannot be specified if the Batch account was created with its + poolAllocationMode property set to 'UserSubscription'. + :type cloud_service_configuration: + ~azure.batch.models.CloudServiceConfiguration + :param virtual_machine_configuration: The virtual machine configuration + for the pool. This property and cloudServiceConfiguration are mutually + exclusive and one of the properties must be specified. + :type virtual_machine_configuration: + ~azure.batch.models.VirtualMachineConfiguration + :param resize_timeout: The timeout for allocation of compute nodes to the + pool. This timeout applies only to manual scaling; it has no effect when + enableAutoScale is set to true. The default value is 15 minutes. The + minimum value is 5 minutes. If you specify a value less than 5 minutes, + the Batch service returns an error; if you are calling the REST API + directly, the HTTP status code is 400 (Bad Request). + :type resize_timeout: timedelta + :param target_dedicated_nodes: The desired number of dedicated compute + nodes in the pool. This property must not be specified if enableAutoScale + is set to true. If enableAutoScale is set to false, then you must set + either targetDedicatedNodes, targetLowPriorityNodes, or both. + :type target_dedicated_nodes: int + :param target_low_priority_nodes: The desired number of low-priority + compute nodes in the pool. This property must not be specified if + enableAutoScale is set to true. If enableAutoScale is set to false, then + you must set either targetDedicatedNodes, targetLowPriorityNodes, or both. + :type target_low_priority_nodes: int + :param enable_auto_scale: Whether the pool size should automatically + adjust over time. If false, at least one of targetDedicateNodes and + targetLowPriorityNodes must be specified. If true, the autoScaleFormula + property is required and the pool automatically resizes according to the + formula. The default value is false. + :type enable_auto_scale: bool + :param auto_scale_formula: A formula for the desired number of compute + nodes in the pool. This property must not be specified if enableAutoScale + is set to false. It is required if enableAutoScale is set to true. The + formula is checked for validity before the pool is created. If the formula + is not valid, the Batch service rejects the request with detailed error + information. For more information about specifying this formula, see + 'Automatically scale compute nodes in an Azure Batch pool' + (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/). + :type auto_scale_formula: str + :param auto_scale_evaluation_interval: The time interval at which to + automatically adjust the pool size according to the autoscale formula. The + default value is 15 minutes. The minimum and maximum value are 5 minutes + and 168 hours respectively. If you specify a value less than 5 minutes or + greater than 168 hours, the Batch service returns an error; if you are + calling the REST API directly, the HTTP status code is 400 (Bad Request). + :type auto_scale_evaluation_interval: timedelta + :param enable_inter_node_communication: Whether the pool permits direct + communication between nodes. Enabling inter-node communication limits the + maximum size of the pool due to deployment restrictions on the nodes of + the pool. This may result in the pool not reaching its desired size. The + default value is false. + :type enable_inter_node_communication: bool + :param network_configuration: The network configuration for the pool. + :type network_configuration: ~azure.batch.models.NetworkConfiguration + :param start_task: A task specified to run on each compute node as it + joins the pool. The task runs when the node is added to the pool or when + the node is restarted. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: The list of certificates to be installed on + each compute node in the pool. For Windows compute nodes, the Batch + service installs the certificates to the specified certificate store and + location. For Linux compute nodes, the certificates are stored in a + directory inside the task working directory and an environment variable + AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this + location. For certificates with visibility of 'remoteUser', a 'certs' + directory is created in the user's home directory (e.g., + /home/{user-name}/certs) and certificates are placed in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: The list of application packages to + be installed on each compute node in the pool. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param application_licenses: The list of application licenses the Batch + service will make available on each compute node in the pool. The list of + application licenses must be a subset of available Batch service + application licenses. If a license is requested which is not supported, + pool creation will fail. + :type application_licenses: list[str] + :param max_tasks_per_node: The maximum number of tasks that can run + concurrently on a single compute node in the pool. The default value is 1. + The maximum value of this setting depends on the size of the compute nodes + in the pool (the vmSize setting). + :type max_tasks_per_node: int + :param task_scheduling_policy: How tasks are distributed across compute + nodes in a pool. + :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy + :param user_accounts: The list of user accounts to be created on each node + in the pool. + :type user_accounts: list[~azure.batch.models.UserAccount] + :param metadata: A list of name-value pairs associated with the pool as + metadata. The Batch service does not assign any meaning to metadata; it is + solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'id': {'required': True}, + 'vm_size': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, + 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, + 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, + 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, + 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, + 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, + 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, + 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, *, id: str, vm_size: str, display_name: str=None, cloud_service_configuration=None, virtual_machine_configuration=None, resize_timeout=None, target_dedicated_nodes: int=None, target_low_priority_nodes: int=None, enable_auto_scale: bool=None, auto_scale_formula: str=None, auto_scale_evaluation_interval=None, enable_inter_node_communication: bool=None, network_configuration=None, start_task=None, certificate_references=None, application_package_references=None, application_licenses=None, max_tasks_per_node: int=None, task_scheduling_policy=None, user_accounts=None, metadata=None, **kwargs) -> None: + super(PoolAddParameter, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.vm_size = vm_size + self.cloud_service_configuration = cloud_service_configuration + self.virtual_machine_configuration = virtual_machine_configuration + self.resize_timeout = resize_timeout + self.target_dedicated_nodes = target_dedicated_nodes + self.target_low_priority_nodes = target_low_priority_nodes + self.enable_auto_scale = enable_auto_scale + self.auto_scale_formula = auto_scale_formula + self.auto_scale_evaluation_interval = auto_scale_evaluation_interval + self.enable_inter_node_communication = enable_inter_node_communication + self.network_configuration = network_configuration + self.start_task = start_task + self.certificate_references = certificate_references + self.application_package_references = application_package_references + self.application_licenses = application_licenses + self.max_tasks_per_node = max_tasks_per_node + self.task_scheduling_policy = task_scheduling_policy + self.user_accounts = user_accounts + self.metadata = metadata + + +class PoolDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(PoolDeleteOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class PoolDisableAutoScaleOptions(Model): + """Additional parameters for disable_auto_scale operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(PoolDisableAutoScaleOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class PoolEnableAutoScaleOptions(Model): + """Additional parameters for enable_auto_scale operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(PoolEnableAutoScaleOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class PoolEnableAutoScaleParameter(Model): + """Options for enabling automatic scaling on a pool. + + :param auto_scale_formula: The formula for the desired number of compute + nodes in the pool. The formula is checked for validity before it is + applied to the pool. If the formula is not valid, the Batch service + rejects the request with detailed error information. For more information + about specifying this formula, see Automatically scale compute nodes in an + Azure Batch pool + (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling). + :type auto_scale_formula: str + :param auto_scale_evaluation_interval: The time interval at which to + automatically adjust the pool size according to the autoscale formula. The + default value is 15 minutes. The minimum and maximum value are 5 minutes + and 168 hours respectively. If you specify a value less than 5 minutes or + greater than 168 hours, the Batch service rejects the request with an + invalid property value error; if you are calling the REST API directly, + the HTTP status code is 400 (Bad Request). If you specify a new interval, + then the existing autoscale evaluation schedule will be stopped and a new + autoscale evaluation schedule will be started, with its starting time + being the time when this request was issued. + :type auto_scale_evaluation_interval: timedelta + """ + + _attribute_map = { + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, + } + + def __init__(self, *, auto_scale_formula: str=None, auto_scale_evaluation_interval=None, **kwargs) -> None: + super(PoolEnableAutoScaleParameter, self).__init__(**kwargs) + self.auto_scale_formula = auto_scale_formula + self.auto_scale_evaluation_interval = auto_scale_evaluation_interval + + +class PoolEndpointConfiguration(Model): + """The endpoint configuration for a pool. + + All required parameters must be populated in order to send to Azure. + + :param inbound_nat_pools: Required. A list of inbound NAT pools that can + be used to address specific ports on an individual compute node + externally. The maximum number of inbound NAT pools per Batch pool is 5. + If the maximum number of inbound NAT pools is exceeded the request fails + with HTTP status code 400. + :type inbound_nat_pools: list[~azure.batch.models.InboundNATPool] + """ + + _validation = { + 'inbound_nat_pools': {'required': True}, + } + + _attribute_map = { + 'inbound_nat_pools': {'key': 'inboundNATPools', 'type': '[InboundNATPool]'}, + } + + def __init__(self, *, inbound_nat_pools, **kwargs) -> None: + super(PoolEndpointConfiguration, self).__init__(**kwargs) + self.inbound_nat_pools = inbound_nat_pools + + +class PoolEvaluateAutoScaleOptions(Model): + """Additional parameters for evaluate_auto_scale operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(PoolEvaluateAutoScaleOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class PoolEvaluateAutoScaleParameter(Model): + """Options for evaluating an automatic scaling formula on a pool. + + All required parameters must be populated in order to send to Azure. + + :param auto_scale_formula: Required. The formula for the desired number of + compute nodes in the pool. The formula is validated and its results + calculated, but it is not applied to the pool. To apply the formula to the + pool, 'Enable automatic scaling on a pool'. For more information about + specifying this formula, see Automatically scale compute nodes in an Azure + Batch pool + (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling). + :type auto_scale_formula: str + """ + + _validation = { + 'auto_scale_formula': {'required': True}, + } + + _attribute_map = { + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + } + + def __init__(self, *, auto_scale_formula: str, **kwargs) -> None: + super(PoolEvaluateAutoScaleParameter, self).__init__(**kwargs) + self.auto_scale_formula = auto_scale_formula + + +class PoolExistsOptions(Model): + """Additional parameters for exists operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(PoolExistsOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class PoolGetAllLifetimeStatisticsOptions(Model): + """Additional parameters for get_all_lifetime_statistics operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(PoolGetAllLifetimeStatisticsOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class PoolGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, select: str=None, expand: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(PoolGetOptions, self).__init__(**kwargs) + self.select = select + self.expand = expand + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class PoolInformation(Model): + """Specifies how a job should be assigned to a pool. + + :param pool_id: The ID of an existing pool. All the tasks of the job will + run on the specified pool. You must ensure that the pool referenced by + this property exists. If the pool does not exist at the time the Batch + service tries to schedule a job, no tasks for the job will run until you + create a pool with that id. Note that the Batch service will not reject + the job request; it will simply not run tasks until the pool exists. You + must specify either the pool ID or the auto pool specification, but not + both. + :type pool_id: str + :param auto_pool_specification: Characteristics for a temporary 'auto + pool'. The Batch service will create this auto pool when the job is + submitted. If auto pool creation fails, the Batch service moves the job to + a completed state, and the pool creation error is set in the job's + scheduling error property. The Batch service manages the lifetime (both + creation and, unless keepAlive is specified, deletion) of the auto pool. + Any user actions that affect the lifetime of the auto pool while the job + is active will result in unexpected behavior. You must specify either the + pool ID or the auto pool specification, but not both. + :type auto_pool_specification: ~azure.batch.models.AutoPoolSpecification + """ + + _attribute_map = { + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'auto_pool_specification': {'key': 'autoPoolSpecification', 'type': 'AutoPoolSpecification'}, + } + + def __init__(self, *, pool_id: str=None, auto_pool_specification=None, **kwargs) -> None: + super(PoolInformation, self).__init__(**kwargs) + self.pool_id = pool_id + self.auto_pool_specification = auto_pool_specification + + +class PoolListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-pools. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 pools can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(PoolListOptions, self).__init__(**kwargs) + self.filter = filter + self.select = select + self.expand = expand + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class PoolListUsageMetricsOptions(Model): + """Additional parameters for list_usage_metrics operation. + + :param start_time: The earliest time from which to include metrics. This + must be at least two and a half hours before the current time. If not + specified this defaults to the start time of the last aggregation interval + currently available. + :type start_time: datetime + :param end_time: The latest time from which to include metrics. This must + be at least two hours before the current time. If not specified this + defaults to the end time of the last aggregation interval currently + available. + :type end_time: datetime + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics. + :type filter: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 results will be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'start_time': {'key': '', 'type': 'iso-8601'}, + 'end_time': {'key': '', 'type': 'iso-8601'}, + 'filter': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, start_time=None, end_time=None, filter: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(PoolListUsageMetricsOptions, self).__init__(**kwargs) + self.start_time = start_time + self.end_time = end_time + self.filter = filter + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class PoolNodeCounts(Model): + """The number of nodes in each state for a pool. + + All required parameters must be populated in order to send to Azure. + + :param pool_id: Required. The ID of the pool. + :type pool_id: str + :param dedicated: The number of dedicated nodes in each state. + :type dedicated: ~azure.batch.models.NodeCounts + :param low_priority: The number of low priority nodes in each state. + :type low_priority: ~azure.batch.models.NodeCounts + """ + + _validation = { + 'pool_id': {'required': True}, + } + + _attribute_map = { + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'dedicated': {'key': 'dedicated', 'type': 'NodeCounts'}, + 'low_priority': {'key': 'lowPriority', 'type': 'NodeCounts'}, + } + + def __init__(self, *, pool_id: str, dedicated=None, low_priority=None, **kwargs) -> None: + super(PoolNodeCounts, self).__init__(**kwargs) + self.pool_id = pool_id + self.dedicated = dedicated + self.low_priority = low_priority + + +class PoolPatchOptions(Model): + """Additional parameters for patch operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(PoolPatchOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class PoolPatchParameter(Model): + """The set of changes to be made to a pool. + + :param start_task: A task to run on each compute node as it joins the + pool. The task runs when the node is added to the pool or when the node is + restarted. If this element is present, it overwrites any existing start + task. If omitted, any existing start task is left unchanged. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: A list of certificates to be installed on + each compute node in the pool. If this element is present, it replaces any + existing certificate references configured on the pool. If omitted, any + existing certificate references are left unchanged. For Windows compute + nodes, the Batch service installs the certificates to the specified + certificate store and location. For Linux compute nodes, the certificates + are stored in a directory inside the task working directory and an + environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to + query for this location. For certificates with visibility of 'remoteUser', + a 'certs' directory is created in the user's home directory (e.g., + /home/{user-name}/certs) and certificates are placed in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: A list of application packages to + be installed on each compute node in the pool. Changes to application + package references affect all new compute nodes joining the pool, but do + not affect compute nodes that are already in the pool until they are + rebooted or reimaged. If this element is present, it replaces any existing + application package references. If you specify an empty collection, then + all application package references are removed from the pool. If omitted, + any existing application package references are left unchanged. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param metadata: A list of name-value pairs associated with the pool as + metadata. If this element is present, it replaces any existing metadata + configured on the pool. If you specify an empty collection, any metadata + is removed from the pool. If omitted, any existing metadata is left + unchanged. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _attribute_map = { + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, *, start_task=None, certificate_references=None, application_package_references=None, metadata=None, **kwargs) -> None: + super(PoolPatchParameter, self).__init__(**kwargs) + self.start_task = start_task + self.certificate_references = certificate_references + self.application_package_references = application_package_references + self.metadata = metadata + + +class PoolRemoveNodesOptions(Model): + """Additional parameters for remove_nodes operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(PoolRemoveNodesOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class PoolResizeOptions(Model): + """Additional parameters for resize operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(PoolResizeOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class PoolResizeParameter(Model): + """Options for changing the size of a pool. + + :param target_dedicated_nodes: The desired number of dedicated compute + nodes in the pool. + :type target_dedicated_nodes: int + :param target_low_priority_nodes: The desired number of low-priority + compute nodes in the pool. + :type target_low_priority_nodes: int + :param resize_timeout: The timeout for allocation of compute nodes to the + pool or removal of compute nodes from the pool. The default value is 15 + minutes. The minimum value is 5 minutes. If you specify a value less than + 5 minutes, the Batch service returns an error; if you are calling the REST + API directly, the HTTP status code is 400 (Bad Request). + :type resize_timeout: timedelta + :param node_deallocation_option: Determines what to do with a node and its + running task(s) if the pool size is decreasing. The default value is + requeue. Possible values include: 'requeue', 'terminate', + 'taskCompletion', 'retainedData' + :type node_deallocation_option: str or + ~azure.batch.models.ComputeNodeDeallocationOption + """ + + _attribute_map = { + 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, + 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'ComputeNodeDeallocationOption'}, + } + + def __init__(self, *, target_dedicated_nodes: int=None, target_low_priority_nodes: int=None, resize_timeout=None, node_deallocation_option=None, **kwargs) -> None: + super(PoolResizeParameter, self).__init__(**kwargs) + self.target_dedicated_nodes = target_dedicated_nodes + self.target_low_priority_nodes = target_low_priority_nodes + self.resize_timeout = resize_timeout + self.node_deallocation_option = node_deallocation_option + + +class PoolSpecification(Model): + """Specification for creating a new pool. + + All required parameters must be populated in order to send to Azure. + + :param display_name: The display name for the pool. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param vm_size: Required. The size of the virtual machines in the pool. + All virtual machines in a pool are the same size. For information about + available sizes of virtual machines in pools, see Choose a VM size for + compute nodes in an Azure Batch pool + (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). + :type vm_size: str + :param cloud_service_configuration: The cloud service configuration for + the pool. This property must be specified if the pool needs to be created + with Azure PaaS VMs. This property and virtualMachineConfiguration are + mutually exclusive and one of the properties must be specified. If neither + is specified then the Batch service returns an error; if you are calling + the REST API directly, the HTTP status code is 400 (Bad Request). This + property cannot be specified if the Batch account was created with its + poolAllocationMode property set to 'UserSubscription'. + :type cloud_service_configuration: + ~azure.batch.models.CloudServiceConfiguration + :param virtual_machine_configuration: The virtual machine configuration + for the pool. This property must be specified if the pool needs to be + created with Azure IaaS VMs. This property and cloudServiceConfiguration + are mutually exclusive and one of the properties must be specified. If + neither is specified then the Batch service returns an error; if you are + calling the REST API directly, the HTTP status code is 400 (Bad Request). + :type virtual_machine_configuration: + ~azure.batch.models.VirtualMachineConfiguration + :param max_tasks_per_node: The maximum number of tasks that can run + concurrently on a single compute node in the pool. The default value is 1. + The maximum value of this setting depends on the size of the compute nodes + in the pool (the vmSize setting). + :type max_tasks_per_node: int + :param task_scheduling_policy: How tasks are distributed across compute + nodes in a pool. + :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy + :param resize_timeout: The timeout for allocation of compute nodes to the + pool. This timeout applies only to manual scaling; it has no effect when + enableAutoScale is set to true. The default value is 15 minutes. The + minimum value is 5 minutes. If you specify a value less than 5 minutes, + the Batch service rejects the request with an error; if you are calling + the REST API directly, the HTTP status code is 400 (Bad Request). + :type resize_timeout: timedelta + :param target_dedicated_nodes: The desired number of dedicated compute + nodes in the pool. This property must not be specified if enableAutoScale + is set to true. If enableAutoScale is set to false, then you must set + either targetDedicatedNodes, targetLowPriorityNodes, or both. + :type target_dedicated_nodes: int + :param target_low_priority_nodes: The desired number of low-priority + compute nodes in the pool. This property must not be specified if + enableAutoScale is set to true. If enableAutoScale is set to false, then + you must set either targetDedicatedNodes, targetLowPriorityNodes, or both. + :type target_low_priority_nodes: int + :param enable_auto_scale: Whether the pool size should automatically + adjust over time. If false, at least one of targetDedicateNodes and + targetLowPriorityNodes must be specified. If true, the autoScaleFormula + element is required. The pool automatically resizes according to the + formula. The default value is false. + :type enable_auto_scale: bool + :param auto_scale_formula: The formula for the desired number of compute + nodes in the pool. This property must not be specified if enableAutoScale + is set to false. It is required if enableAutoScale is set to true. The + formula is checked for validity before the pool is created. If the formula + is not valid, the Batch service rejects the request with detailed error + information. + :type auto_scale_formula: str + :param auto_scale_evaluation_interval: The time interval at which to + automatically adjust the pool size according to the autoscale formula. The + default value is 15 minutes. The minimum and maximum value are 5 minutes + and 168 hours respectively. If you specify a value less than 5 minutes or + greater than 168 hours, the Batch service rejects the request with an + invalid property value error; if you are calling the REST API directly, + the HTTP status code is 400 (Bad Request). + :type auto_scale_evaluation_interval: timedelta + :param enable_inter_node_communication: Whether the pool permits direct + communication between nodes. Enabling inter-node communication limits the + maximum size of the pool due to deployment restrictions on the nodes of + the pool. This may result in the pool not reaching its desired size. The + default value is false. + :type enable_inter_node_communication: bool + :param network_configuration: The network configuration for the pool. + :type network_configuration: ~azure.batch.models.NetworkConfiguration + :param start_task: A task to run on each compute node as it joins the + pool. The task runs when the node is added to the pool or when the node is + restarted. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: A list of certificates to be installed on + each compute node in the pool. For Windows compute nodes, the Batch + service installs the certificates to the specified certificate store and + location. For Linux compute nodes, the certificates are stored in a + directory inside the task working directory and an environment variable + AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this + location. For certificates with visibility of 'remoteUser', a 'certs' + directory is created in the user's home directory (e.g., + /home/{user-name}/certs) and certificates are placed in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: The list of application packages to + be installed on each compute node in the pool. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param application_licenses: The list of application licenses the Batch + service will make available on each compute node in the pool. The list of + application licenses must be a subset of available Batch service + application licenses. If a license is requested which is not supported, + pool creation will fail. The permitted licenses available on the pool are + 'maya', 'vray', '3dsmax', 'arnold'. An additional charge applies for each + application license added to the pool. + :type application_licenses: list[str] + :param user_accounts: The list of user accounts to be created on each node + in the pool. + :type user_accounts: list[~azure.batch.models.UserAccount] + :param metadata: A list of name-value pairs associated with the pool as + metadata. The Batch service does not assign any meaning to metadata; it is + solely for the use of user code. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'vm_size': {'required': True}, + } + + _attribute_map = { + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, + 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, + 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, + 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, + 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, + 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, + 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, + 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, + 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, + 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, + 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, + 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, + 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, *, vm_size: str, display_name: str=None, cloud_service_configuration=None, virtual_machine_configuration=None, max_tasks_per_node: int=None, task_scheduling_policy=None, resize_timeout=None, target_dedicated_nodes: int=None, target_low_priority_nodes: int=None, enable_auto_scale: bool=None, auto_scale_formula: str=None, auto_scale_evaluation_interval=None, enable_inter_node_communication: bool=None, network_configuration=None, start_task=None, certificate_references=None, application_package_references=None, application_licenses=None, user_accounts=None, metadata=None, **kwargs) -> None: + super(PoolSpecification, self).__init__(**kwargs) + self.display_name = display_name + self.vm_size = vm_size + self.cloud_service_configuration = cloud_service_configuration + self.virtual_machine_configuration = virtual_machine_configuration + self.max_tasks_per_node = max_tasks_per_node + self.task_scheduling_policy = task_scheduling_policy + self.resize_timeout = resize_timeout + self.target_dedicated_nodes = target_dedicated_nodes + self.target_low_priority_nodes = target_low_priority_nodes + self.enable_auto_scale = enable_auto_scale + self.auto_scale_formula = auto_scale_formula + self.auto_scale_evaluation_interval = auto_scale_evaluation_interval + self.enable_inter_node_communication = enable_inter_node_communication + self.network_configuration = network_configuration + self.start_task = start_task + self.certificate_references = certificate_references + self.application_package_references = application_package_references + self.application_licenses = application_licenses + self.user_accounts = user_accounts + self.metadata = metadata + + +class PoolStatistics(Model): + """Contains utilization and resource usage statistics for the lifetime of a + pool. + + All required parameters must be populated in order to send to Azure. + + :param url: Required. The URL for the statistics. + :type url: str + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param usage_stats: Statistics related to pool usage, such as the amount + of core-time used. + :type usage_stats: ~azure.batch.models.UsageStatistics + :param resource_stats: Statistics related to resource consumption by + compute nodes in the pool. + :type resource_stats: ~azure.batch.models.ResourceStatistics + """ + + _validation = { + 'url': {'required': True}, + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + } + + _attribute_map = { + 'url': {'key': 'url', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'usage_stats': {'key': 'usageStats', 'type': 'UsageStatistics'}, + 'resource_stats': {'key': 'resourceStats', 'type': 'ResourceStatistics'}, + } + + def __init__(self, *, url: str, start_time, last_update_time, usage_stats=None, resource_stats=None, **kwargs) -> None: + super(PoolStatistics, self).__init__(**kwargs) + self.url = url + self.start_time = start_time + self.last_update_time = last_update_time + self.usage_stats = usage_stats + self.resource_stats = resource_stats + + +class PoolStopResizeOptions(Model): + """Additional parameters for stop_resize operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(PoolStopResizeOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class PoolUpdatePropertiesOptions(Model): + """Additional parameters for update_properties operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(PoolUpdatePropertiesOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class PoolUpdatePropertiesParameter(Model): + """The set of changes to be made to a pool. + + All required parameters must be populated in order to send to Azure. + + :param start_task: A task to run on each compute node as it joins the + pool. The task runs when the node is added to the pool or when the node is + restarted. If this element is present, it overwrites any existing start + task. If omitted, any existing start task is removed from the pool. + :type start_task: ~azure.batch.models.StartTask + :param certificate_references: Required. A list of certificates to be + installed on each compute node in the pool. This list replaces any + existing certificate references configured on the pool. If you specify an + empty collection, any existing certificate references are removed from the + pool. For Windows compute nodes, the Batch service installs the + certificates to the specified certificate store and location. For Linux + compute nodes, the certificates are stored in a directory inside the task + working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is + supplied to the task to query for this location. For certificates with + visibility of 'remoteUser', a 'certs' directory is created in the user's + home directory (e.g., /home/{user-name}/certs) and certificates are placed + in that directory. + :type certificate_references: + list[~azure.batch.models.CertificateReference] + :param application_package_references: Required. A list of application + packages to be installed on each compute node in the pool. The list + replaces any existing application package references on the pool. Changes + to application package references affect all new compute nodes joining the + pool, but do not affect compute nodes that are already in the pool until + they are rebooted or reimaged. If omitted, or if you specify an empty + collection, any existing application packages references are removed from + the pool. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param metadata: Required. A list of name-value pairs associated with the + pool as metadata. This list replaces any existing metadata configured on + the pool. If omitted, or if you specify an empty collection, any existing + metadata is removed from the pool. + :type metadata: list[~azure.batch.models.MetadataItem] + """ + + _validation = { + 'certificate_references': {'required': True}, + 'application_package_references': {'required': True}, + 'metadata': {'required': True}, + } + + _attribute_map = { + 'start_task': {'key': 'startTask', 'type': 'StartTask'}, + 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, + } + + def __init__(self, *, certificate_references, application_package_references, metadata, start_task=None, **kwargs) -> None: + super(PoolUpdatePropertiesParameter, self).__init__(**kwargs) + self.start_task = start_task + self.certificate_references = certificate_references + self.application_package_references = application_package_references + self.metadata = metadata + + +class PoolUsageMetrics(Model): + """Usage metrics for a pool across an aggregation interval. + + All required parameters must be populated in order to send to Azure. + + :param pool_id: Required. The ID of the pool whose metrics are aggregated + in this entry. + :type pool_id: str + :param start_time: Required. The start time of the aggregation interval + covered by this entry. + :type start_time: datetime + :param end_time: Required. The end time of the aggregation interval + covered by this entry. + :type end_time: datetime + :param vm_size: Required. The size of virtual machines in the pool. All + VMs in a pool are the same size. For information about available sizes of + virtual machines in pools, see Choose a VM size for compute nodes in an + Azure Batch pool + (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). + :type vm_size: str + :param total_core_hours: Required. The total core hours used in the pool + during this aggregation interval. + :type total_core_hours: float + """ + + _validation = { + 'pool_id': {'required': True}, + 'start_time': {'required': True}, + 'end_time': {'required': True}, + 'vm_size': {'required': True}, + 'total_core_hours': {'required': True}, + } + + _attribute_map = { + 'pool_id': {'key': 'poolId', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'vm_size': {'key': 'vmSize', 'type': 'str'}, + 'total_core_hours': {'key': 'totalCoreHours', 'type': 'float'}, + } + + def __init__(self, *, pool_id: str, start_time, end_time, vm_size: str, total_core_hours: float, **kwargs) -> None: + super(PoolUsageMetrics, self).__init__(**kwargs) + self.pool_id = pool_id + self.start_time = start_time + self.end_time = end_time + self.vm_size = vm_size + self.total_core_hours = total_core_hours + + +class RecentJob(Model): + """Information about the most recent job to run under the job schedule. + + :param id: The ID of the job. + :type id: str + :param url: The URL of the job. + :type url: str + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + } + + def __init__(self, *, id: str=None, url: str=None, **kwargs) -> None: + super(RecentJob, self).__init__(**kwargs) + self.id = id + self.url = url + + +class ResizeError(Model): + """An error that occurred when resizing a pool. + + :param code: An identifier for the pool resize error. Codes are invariant + and are intended to be consumed programmatically. + :type code: str + :param message: A message describing the pool resize error, intended to be + suitable for display in a user interface. + :type message: str + :param values: A list of additional error details related to the pool + resize error. + :type values: list[~azure.batch.models.NameValuePair] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'values': {'key': 'values', 'type': '[NameValuePair]'}, + } + + def __init__(self, *, code: str=None, message: str=None, values=None, **kwargs) -> None: + super(ResizeError, self).__init__(**kwargs) + self.code = code + self.message = message + self.values = values + + +class ResourceFile(Model): + """A single file or multiple files to be downloaded to a compute node. + + :param auto_storage_container_name: The storage container name in the auto + storage account. The autoStorageContainerName, storageContainerUrl and + httpUrl properties are mutually exclusive and one of them must be + specified. + :type auto_storage_container_name: str + :param storage_container_url: The URL of the blob container within Azure + Blob Storage. The autoStorageContainerName, storageContainerUrl and + httpUrl properties are mutually exclusive and one of them must be + specified. This URL must be readable and listable using anonymous access; + that is, the Batch service does not present any credentials when + downloading blobs from the container. There are two ways to get such a URL + for a container in Azure storage: include a Shared Access Signature (SAS) + granting read permissions on the container, or set the ACL for the + container to allow public access. + :type storage_container_url: str + :param http_url: The URL of the file to download. The + autoStorageContainerName, storageContainerUrl and httpUrl properties are + mutually exclusive and one of them must be specified. If the URL points to + Azure Blob Storage, it must be readable using anonymous access; that is, + the Batch service does not present any credentials when downloading the + blob. There are two ways to get such a URL for a blob in Azure storage: + include a Shared Access Signature (SAS) granting read permissions on the + blob, or set the ACL for the blob or its container to allow public access. + :type http_url: str + :param blob_prefix: The blob prefix to use when downloading blobs from an + Azure Storage container. Only the blobs whose names begin with the + specified prefix will be downloaded. The property is valid only when + autoStorageContainerName or storageContainerUrl is used. This prefix can + be a partial filename or a subdirectory. If a prefix is not specified, all + the files in the container will be downloaded. + :type blob_prefix: str + :param file_path: The location on the compute node to which to download + the file(s), relative to the task's working directory. If the httpUrl + property is specified, the filePath is required and describes the path + which the file will be downloaded to, including the filename. Otherwise, + if the autoStorageContainerName or storageContainerUrl property is + specified, filePath is optional and is the directory to download the files + to. In the case where filePath is used as a directory, any directory + structure already associated with the input data will be retained in full + and appended to the specified filePath directory. The specified relative + path cannot break out of the task's working directory (for example by + using '..'). + :type file_path: str + :param file_mode: The file permission mode attribute in octal format. This + property applies only to files being downloaded to Linux compute nodes. It + will be ignored if it is specified for a resourceFile which will be + downloaded to a Windows node. If this property is not specified for a + Linux node, then a default value of 0770 is applied to the file. + :type file_mode: str + """ + + _attribute_map = { + 'auto_storage_container_name': {'key': 'autoStorageContainerName', 'type': 'str'}, + 'storage_container_url': {'key': 'storageContainerUrl', 'type': 'str'}, + 'http_url': {'key': 'httpUrl', 'type': 'str'}, + 'blob_prefix': {'key': 'blobPrefix', 'type': 'str'}, + 'file_path': {'key': 'filePath', 'type': 'str'}, + 'file_mode': {'key': 'fileMode', 'type': 'str'}, + } + + def __init__(self, *, auto_storage_container_name: str=None, storage_container_url: str=None, http_url: str=None, blob_prefix: str=None, file_path: str=None, file_mode: str=None, **kwargs) -> None: + super(ResourceFile, self).__init__(**kwargs) + self.auto_storage_container_name = auto_storage_container_name + self.storage_container_url = storage_container_url + self.http_url = http_url + self.blob_prefix = blob_prefix + self.file_path = file_path + self.file_mode = file_mode + + +class ResourceStatistics(Model): + """Statistics related to resource consumption by compute nodes in a pool. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param avg_cpu_percentage: Required. The average CPU usage across all + nodes in the pool (percentage per node). + :type avg_cpu_percentage: float + :param avg_memory_gi_b: Required. The average memory usage in GiB across + all nodes in the pool. + :type avg_memory_gi_b: float + :param peak_memory_gi_b: Required. The peak memory usage in GiB across all + nodes in the pool. + :type peak_memory_gi_b: float + :param avg_disk_gi_b: Required. The average used disk space in GiB across + all nodes in the pool. + :type avg_disk_gi_b: float + :param peak_disk_gi_b: Required. The peak used disk space in GiB across + all nodes in the pool. + :type peak_disk_gi_b: float + :param disk_read_iops: Required. The total number of disk read operations + across all nodes in the pool. + :type disk_read_iops: long + :param disk_write_iops: Required. The total number of disk write + operations across all nodes in the pool. + :type disk_write_iops: long + :param disk_read_gi_b: Required. The total amount of data in GiB of disk + reads across all nodes in the pool. + :type disk_read_gi_b: float + :param disk_write_gi_b: Required. The total amount of data in GiB of disk + writes across all nodes in the pool. + :type disk_write_gi_b: float + :param network_read_gi_b: Required. The total amount of data in GiB of + network reads across all nodes in the pool. + :type network_read_gi_b: float + :param network_write_gi_b: Required. The total amount of data in GiB of + network writes across all nodes in the pool. + :type network_write_gi_b: float + """ + + _validation = { + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'avg_cpu_percentage': {'required': True}, + 'avg_memory_gi_b': {'required': True}, + 'peak_memory_gi_b': {'required': True}, + 'avg_disk_gi_b': {'required': True}, + 'peak_disk_gi_b': {'required': True}, + 'disk_read_iops': {'required': True}, + 'disk_write_iops': {'required': True}, + 'disk_read_gi_b': {'required': True}, + 'disk_write_gi_b': {'required': True}, + 'network_read_gi_b': {'required': True}, + 'network_write_gi_b': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'avg_cpu_percentage': {'key': 'avgCPUPercentage', 'type': 'float'}, + 'avg_memory_gi_b': {'key': 'avgMemoryGiB', 'type': 'float'}, + 'peak_memory_gi_b': {'key': 'peakMemoryGiB', 'type': 'float'}, + 'avg_disk_gi_b': {'key': 'avgDiskGiB', 'type': 'float'}, + 'peak_disk_gi_b': {'key': 'peakDiskGiB', 'type': 'float'}, + 'disk_read_iops': {'key': 'diskReadIOps', 'type': 'long'}, + 'disk_write_iops': {'key': 'diskWriteIOps', 'type': 'long'}, + 'disk_read_gi_b': {'key': 'diskReadGiB', 'type': 'float'}, + 'disk_write_gi_b': {'key': 'diskWriteGiB', 'type': 'float'}, + 'network_read_gi_b': {'key': 'networkReadGiB', 'type': 'float'}, + 'network_write_gi_b': {'key': 'networkWriteGiB', 'type': 'float'}, + } + + def __init__(self, *, start_time, last_update_time, avg_cpu_percentage: float, avg_memory_gi_b: float, peak_memory_gi_b: float, avg_disk_gi_b: float, peak_disk_gi_b: float, disk_read_iops: int, disk_write_iops: int, disk_read_gi_b: float, disk_write_gi_b: float, network_read_gi_b: float, network_write_gi_b: float, **kwargs) -> None: + super(ResourceStatistics, self).__init__(**kwargs) + self.start_time = start_time + self.last_update_time = last_update_time + self.avg_cpu_percentage = avg_cpu_percentage + self.avg_memory_gi_b = avg_memory_gi_b + self.peak_memory_gi_b = peak_memory_gi_b + self.avg_disk_gi_b = avg_disk_gi_b + self.peak_disk_gi_b = peak_disk_gi_b + self.disk_read_iops = disk_read_iops + self.disk_write_iops = disk_write_iops + self.disk_read_gi_b = disk_read_gi_b + self.disk_write_gi_b = disk_write_gi_b + self.network_read_gi_b = network_read_gi_b + self.network_write_gi_b = network_write_gi_b + + +class Schedule(Model): + """The schedule according to which jobs will be created. + + :param do_not_run_until: The earliest time at which any job may be created + under this job schedule. If you do not specify a doNotRunUntil time, the + schedule becomes ready to create jobs immediately. + :type do_not_run_until: datetime + :param do_not_run_after: A time after which no job will be created under + this job schedule. The schedule will move to the completed state as soon + as this deadline is past and there is no active job under this job + schedule. If you do not specify a doNotRunAfter time, and you are creating + a recurring job schedule, the job schedule will remain active until you + explicitly terminate it. + :type do_not_run_after: datetime + :param start_window: The time interval, starting from the time at which + the schedule indicates a job should be created, within which a job must be + created. If a job is not created within the startWindow interval, then the + 'opportunity' is lost; no job will be created until the next recurrence of + the schedule. If the schedule is recurring, and the startWindow is longer + than the recurrence interval, then this is equivalent to an infinite + startWindow, because the job that is 'due' in one recurrenceInterval is + not carried forward into the next recurrence interval. The default is + infinite. The minimum value is 1 minute. If you specify a lower value, the + Batch service rejects the schedule with an error; if you are calling the + REST API directly, the HTTP status code is 400 (Bad Request). + :type start_window: timedelta + :param recurrence_interval: The time interval between the start times of + two successive jobs under the job schedule. A job schedule can have at + most one active job under it at any given time. Because a job schedule can + have at most one active job under it at any given time, if it is time to + create a new job under a job schedule, but the previous job is still + running, the Batch service will not create the new job until the previous + job finishes. If the previous job does not finish within the startWindow + period of the new recurrenceInterval, then no new job will be scheduled + for that interval. For recurring jobs, you should normally specify a + jobManagerTask in the jobSpecification. If you do not use jobManagerTask, + you will need an external process to monitor when jobs are created, add + tasks to the jobs and terminate the jobs ready for the next recurrence. + The default is that the schedule does not recur: one job is created, + within the startWindow after the doNotRunUntil time, and the schedule is + complete as soon as that job finishes. The minimum value is 1 minute. If + you specify a lower value, the Batch service rejects the schedule with an + error; if you are calling the REST API directly, the HTTP status code is + 400 (Bad Request). + :type recurrence_interval: timedelta + """ + + _attribute_map = { + 'do_not_run_until': {'key': 'doNotRunUntil', 'type': 'iso-8601'}, + 'do_not_run_after': {'key': 'doNotRunAfter', 'type': 'iso-8601'}, + 'start_window': {'key': 'startWindow', 'type': 'duration'}, + 'recurrence_interval': {'key': 'recurrenceInterval', 'type': 'duration'}, + } + + def __init__(self, *, do_not_run_until=None, do_not_run_after=None, start_window=None, recurrence_interval=None, **kwargs) -> None: + super(Schedule, self).__init__(**kwargs) + self.do_not_run_until = do_not_run_until + self.do_not_run_after = do_not_run_after + self.start_window = start_window + self.recurrence_interval = recurrence_interval + + +class StartTask(Model): + """A task which is run when a compute node joins a pool in the Azure Batch + service, or when the compute node is rebooted or reimaged. + + Batch will retry tasks when a recovery operation is triggered on a compute + node. Examples of recovery operations include (but are not limited to) when + an unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + All required parameters must be populated in order to send to Azure. + + :param command_line: Required. The command line of the start task. The + command line does not run under a shell, and therefore cannot take + advantage of shell features such as environment variable expansion. If you + want to take advantage of such features, you should invoke the shell in + the command line, for example using "cmd /c MyCommand" in Windows or + "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, + it should use a relative path (relative to the task working directory), or + use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + start task runs. When this is specified, all directories recursively below + the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the + node) are mapped into the container, all task environment variables are + mapped into the container, and the task command line is executed in the + container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. There is a + maximum size for the list of resource files. When the max size is + exceeded, the request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. Files listed under this + element are located in the task's working directory. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param environment_settings: A list of environment variable settings for + the start task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param user_identity: The user identity under which the start task runs. + If omitted, the task runs as a non-administrative user unique to the task. + :type user_identity: ~azure.batch.models.UserIdentity + :param max_task_retry_count: The maximum number of times the task may be + retried. The Batch service retries a task if its exit code is nonzero. + Note that this value specifically controls the number of retries. The + Batch service will try the task once, and may then retry up to this limit. + For example, if the maximum retry count is 3, Batch tries the task up to 4 + times (one initial try and 3 retries). If the maximum retry count is 0, + the Batch service does not retry the task. If the maximum retry count is + -1, the Batch service retries the task without limit. + :type max_task_retry_count: int + :param wait_for_success: Whether the Batch service should wait for the + start task to complete successfully (that is, to exit with exit code 0) + before scheduling any tasks on the compute node. If true and the start + task fails on a compute node, the Batch service retries the start task up + to its maximum retry count (maxTaskRetryCount). If the task has still not + completed successfully after all retries, then the Batch service marks the + compute node unusable, and will not schedule tasks to it. This condition + can be detected via the node state and failure info details. If false, the + Batch service will not wait for the start task to complete. In this case, + other tasks can start executing on the compute node while the start task + is still running; and even if the start task fails, new tasks will + continue to be scheduled on the node. The default is false. + :type wait_for_success: bool + """ + + _validation = { + 'command_line': {'required': True}, + } + + _attribute_map = { + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, + 'wait_for_success': {'key': 'waitForSuccess', 'type': 'bool'}, + } + + def __init__(self, *, command_line: str, container_settings=None, resource_files=None, environment_settings=None, user_identity=None, max_task_retry_count: int=None, wait_for_success: bool=None, **kwargs) -> None: + super(StartTask, self).__init__(**kwargs) + self.command_line = command_line + self.container_settings = container_settings + self.resource_files = resource_files + self.environment_settings = environment_settings + self.user_identity = user_identity + self.max_task_retry_count = max_task_retry_count + self.wait_for_success = wait_for_success + + +class StartTaskInformation(Model): + """Information about a start task running on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param state: Required. The state of the start task on the compute node. + Possible values include: 'running', 'completed' + :type state: str or ~azure.batch.models.StartTaskState + :param start_time: Required. The time at which the start task started + running. This value is reset every time the task is restarted or retried + (that is, this is the most recent time at which the start task started + running). + :type start_time: datetime + :param end_time: The time at which the start task stopped running. This is + the end time of the most recent run of the start task, if that run has + completed (even if that run failed and a retry is pending). This element + is not present if the start task is currently running. + :type end_time: datetime + :param exit_code: The exit code of the program specified on the start task + command line. This property is set only if the start task is in the + completed state. In general, the exit code for a process reflects the + specific convention implemented by the application developer for that + process. If you use the exit code value to make decisions in your code, be + sure that you know the exit code convention used by the application + process. However, if the Batch service terminates the start task (due to + timeout, or user termination via the API) you may see an operating + system-defined exit code. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param retry_count: Required. The number of times the task has been + retried by the Batch service. Task application failures (non-zero exit + code) are retried, pre-processing errors (the task could not be run) and + file upload errors are not retried. The Batch service will retry the task + up to the limit specified by the constraints. + :type retry_count: int + :param last_retry_time: The most recent time at which a retry of the task + started running. This element is present only if the task was retried + (i.e. retryCount is nonzero). If present, this is typically the same as + startTime, but may be different if the task has been restarted for reasons + other than retry; for example, if the compute node was rebooted during a + retry, then the startTime is updated but the lastRetryTime is not. + :type last_retry_time: datetime + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _validation = { + 'state': {'required': True}, + 'start_time': {'required': True}, + 'retry_count': {'required': True}, + } + + _attribute_map = { + 'state': {'key': 'state', 'type': 'StartTaskState'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'retry_count': {'key': 'retryCount', 'type': 'int'}, + 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, *, state, start_time, retry_count: int, end_time=None, exit_code: int=None, container_info=None, failure_info=None, last_retry_time=None, result=None, **kwargs) -> None: + super(StartTaskInformation, self).__init__(**kwargs) + self.state = state + self.start_time = start_time + self.end_time = end_time + self.exit_code = exit_code + self.container_info = container_info + self.failure_info = failure_info + self.retry_count = retry_count + self.last_retry_time = last_retry_time + self.result = result + + +class SubtaskInformation(Model): + """Information about an Azure Batch subtask. + + :param id: The ID of the subtask. + :type id: int + :param node_info: Information about the compute node on which the subtask + ran. + :type node_info: ~azure.batch.models.ComputeNodeInformation + :param start_time: The time at which the subtask started running. If the + subtask has been restarted or retried, this is the most recent time at + which the subtask started running. + :type start_time: datetime + :param end_time: The time at which the subtask completed. This property is + set only if the subtask is in the Completed state. + :type end_time: datetime + :param exit_code: The exit code of the program specified on the subtask + command line. This property is set only if the subtask is in the completed + state. In general, the exit code for a process reflects the specific + convention implemented by the application developer for that process. If + you use the exit code value to make decisions in your code, be sure that + you know the exit code convention used by the application process. + However, if the Batch service terminates the subtask (due to timeout, or + user termination via the API) you may see an operating system-defined exit + code. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param state: The current state of the subtask. Possible values include: + 'preparing', 'running', 'completed' + :type state: str or ~azure.batch.models.SubtaskState + :param state_transition_time: The time at which the subtask entered its + current state. + :type state_transition_time: datetime + :param previous_state: The previous state of the subtask. This property is + not set if the subtask is in its initial running state. Possible values + include: 'preparing', 'running', 'completed' + :type previous_state: str or ~azure.batch.models.SubtaskState + :param previous_state_transition_time: The time at which the subtask + entered its previous state. This property is not set if the subtask is in + its initial running state. + :type previous_state_transition_time: datetime + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _attribute_map = { + 'id': {'key': 'id', 'type': 'int'}, + 'node_info': {'key': 'nodeInfo', 'type': 'ComputeNodeInformation'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'state': {'key': 'state', 'type': 'SubtaskState'}, + 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, + 'previous_state': {'key': 'previousState', 'type': 'SubtaskState'}, + 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, *, id: int=None, node_info=None, start_time=None, end_time=None, exit_code: int=None, container_info=None, failure_info=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, result=None, **kwargs) -> None: + super(SubtaskInformation, self).__init__(**kwargs) + self.id = id + self.node_info = node_info + self.start_time = start_time + self.end_time = end_time + self.exit_code = exit_code + self.container_info = container_info + self.failure_info = failure_info + self.state = state + self.state_transition_time = state_transition_time + self.previous_state = previous_state + self.previous_state_transition_time = previous_state_transition_time + self.result = result + + +class TaskAddCollectionOptions(Model): + """Additional parameters for add_collection operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(TaskAddCollectionOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class TaskAddCollectionParameter(Model): + """A collection of Azure Batch tasks to add. + + All required parameters must be populated in order to send to Azure. + + :param value: Required. The collection of tasks to add. The maximum count + of tasks is 100. The total serialized size of this collection must be less + than 1MB. If it is greater than 1MB (for example if each task has 100's of + resource files or environment variables), the request will fail with code + 'RequestBodyTooLarge' and should be retried again with fewer tasks. + :type value: list[~azure.batch.models.TaskAddParameter] + """ + + _validation = { + 'value': {'required': True, 'max_items': 100}, + } + + _attribute_map = { + 'value': {'key': 'value', 'type': '[TaskAddParameter]'}, + } + + def __init__(self, *, value, **kwargs) -> None: + super(TaskAddCollectionParameter, self).__init__(**kwargs) + self.value = value + + +class TaskAddCollectionResult(Model): + """The result of adding a collection of tasks to a job. + + :param value: The results of the add task collection operation. + :type value: list[~azure.batch.models.TaskAddResult] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[TaskAddResult]'}, + } + + def __init__(self, *, value=None, **kwargs) -> None: + super(TaskAddCollectionResult, self).__init__(**kwargs) + self.value = value + + +class TaskAddOptions(Model): + """Additional parameters for add operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(TaskAddOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class TaskAddParameter(Model): + """An Azure Batch task to add. + + Batch will retry tasks when a recovery operation is triggered on a compute + node. Examples of recovery operations include (but are not limited to) when + an unhealthy compute node is rebooted or a compute node disappeared due to + host failure. Retries due to recovery operations are independent of and are + not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is + 0, an internal retry due to a recovery operation may occur. Because of + this, all tasks should be idempotent. This means tasks need to tolerate + being interrupted and restarted without causing any corruption or duplicate + data. The best practice for long running tasks is to use some form of + checkpointing. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A string that uniquely identifies the task within the + job. The ID can contain any combination of alphanumeric characters + including hyphens and underscores, and cannot contain more than 64 + characters. The ID is case-preserving and case-insensitive (that is, you + may not have two IDs within a job that differ only by case). + :type id: str + :param display_name: A display name for the task. The display name need + not be unique and can contain any Unicode characters up to a maximum + length of 1024. + :type display_name: str + :param command_line: Required. The command line of the task. For + multi-instance tasks, the command line is executed as the primary task, + after the primary task and all subtasks have finished executing the + coordination command line. The command line does not run under a shell, + and therefore cannot take advantage of shell features such as environment + variable expansion. If you want to take advantage of such features, you + should invoke the shell in the command line, for example using "cmd /c + MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command + line refers to file paths, it should use a relative path (relative to the + task working directory), or use the Batch provided environment variable + (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). + :type command_line: str + :param container_settings: The settings for the container under which the + task runs. If the pool that will run this task has containerConfiguration + set, this must be set as well. If the pool that will run this task doesn't + have containerConfiguration set, this must not be set. When this is + specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR + (the root of Azure Batch directories on the node) are mapped into the + container, all task environment variables are mapped into the container, + and the task command line is executed in the container. + :type container_settings: ~azure.batch.models.TaskContainerSettings + :param exit_conditions: How the Batch service should respond when the task + completes. + :type exit_conditions: ~azure.batch.models.ExitConditions + :param resource_files: A list of files that the Batch service will + download to the compute node before running the command line. For + multi-instance tasks, the resource files will only be downloaded to the + compute node on which the primary task is executed. There is a maximum + size for the list of resource files. When the max size is exceeded, the + request will fail and the response error code will be + RequestEntityTooLarge. If this occurs, the collection of ResourceFiles + must be reduced in size. This can be achieved using .zip files, + Application Packages, or Docker Containers. + :type resource_files: list[~azure.batch.models.ResourceFile] + :param output_files: A list of files that the Batch service will upload + from the compute node after running the command line. For multi-instance + tasks, the files will only be uploaded from the compute node on which the + primary task is executed. + :type output_files: list[~azure.batch.models.OutputFile] + :param environment_settings: A list of environment variable settings for + the task. + :type environment_settings: list[~azure.batch.models.EnvironmentSetting] + :param affinity_info: A locality hint that can be used by the Batch + service to select a compute node on which to start the new task. + :type affinity_info: ~azure.batch.models.AffinityInformation + :param constraints: The execution constraints that apply to this task. If + you do not specify constraints, the maxTaskRetryCount is the + maxTaskRetryCount specified for the job, the maxWallClockTime is infinite, + and the retentionTime is 7 days. + :type constraints: ~azure.batch.models.TaskConstraints + :param user_identity: The user identity under which the task runs. If + omitted, the task runs as a non-administrative user unique to the task. + :type user_identity: ~azure.batch.models.UserIdentity + :param multi_instance_settings: An object that indicates that the task is + a multi-instance task, and contains information about how to run the + multi-instance task. + :type multi_instance_settings: ~azure.batch.models.MultiInstanceSettings + :param depends_on: The tasks that this task depends on. This task will not + be scheduled until all tasks that it depends on have completed + successfully. If any of those tasks fail and exhaust their retry counts, + this task will never be scheduled. If the job does not have + usesTaskDependencies set to true, and this element is present, the request + fails with error code TaskDependenciesNotSpecifiedOnJob. + :type depends_on: ~azure.batch.models.TaskDependencies + :param application_package_references: A list of application packages that + the Batch service will deploy to the compute node before running the + command line. Application packages are downloaded and deployed to a shared + directory, not the task working directory. Therefore, if a referenced + package is already on the compute node, and is up to date, then it is not + re-downloaded; the existing copy on the compute node is used. If a + referenced application package cannot be installed, for example because + the package has been deleted or because download failed, the task fails. + :type application_package_references: + list[~azure.batch.models.ApplicationPackageReference] + :param authentication_token_settings: The settings for an authentication + token that the task can use to perform Batch service operations. If this + property is set, the Batch service provides the task with an + authentication token which can be used to authenticate Batch service + operations without requiring an account access key. The token is provided + via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations + that the task can carry out using the token depend on the settings. For + example, a task can request job permissions in order to add other tasks to + the job, or check the status of the job or of other tasks under the job. + :type authentication_token_settings: + ~azure.batch.models.AuthenticationTokenSettings + """ + + _validation = { + 'id': {'required': True}, + 'command_line': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, + 'exit_conditions': {'key': 'exitConditions', 'type': 'ExitConditions'}, + 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, + 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, + 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, + 'affinity_info': {'key': 'affinityInfo', 'type': 'AffinityInformation'}, + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, + 'multi_instance_settings': {'key': 'multiInstanceSettings', 'type': 'MultiInstanceSettings'}, + 'depends_on': {'key': 'dependsOn', 'type': 'TaskDependencies'}, + 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, + 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, + } + + def __init__(self, *, id: str, command_line: str, display_name: str=None, container_settings=None, exit_conditions=None, resource_files=None, output_files=None, environment_settings=None, affinity_info=None, constraints=None, user_identity=None, multi_instance_settings=None, depends_on=None, application_package_references=None, authentication_token_settings=None, **kwargs) -> None: + super(TaskAddParameter, self).__init__(**kwargs) + self.id = id + self.display_name = display_name + self.command_line = command_line + self.container_settings = container_settings + self.exit_conditions = exit_conditions + self.resource_files = resource_files + self.output_files = output_files + self.environment_settings = environment_settings + self.affinity_info = affinity_info + self.constraints = constraints + self.user_identity = user_identity + self.multi_instance_settings = multi_instance_settings + self.depends_on = depends_on + self.application_package_references = application_package_references + self.authentication_token_settings = authentication_token_settings + + +class TaskAddResult(Model): + """Result for a single task added as part of an add task collection operation. + + All required parameters must be populated in order to send to Azure. + + :param status: Required. The status of the add task request. Possible + values include: 'success', 'clientError', 'serverError' + :type status: str or ~azure.batch.models.TaskAddStatus + :param task_id: Required. The ID of the task for which this is the result. + :type task_id: str + :param e_tag: The ETag of the task, if the task was successfully added. + You can use this to detect whether the task has changed between requests. + In particular, you can be pass the ETag with an Update Task request to + specify that your changes should take effect only if nobody else has + modified the job in the meantime. + :type e_tag: str + :param last_modified: The last modified time of the task. + :type last_modified: datetime + :param location: The URL of the task, if the task was successfully added. + :type location: str + :param error: The error encountered while attempting to add the task. + :type error: ~azure.batch.models.BatchError + """ + + _validation = { + 'status': {'required': True}, + 'task_id': {'required': True}, + } + + _attribute_map = { + 'status': {'key': 'status', 'type': 'TaskAddStatus'}, + 'task_id': {'key': 'taskId', 'type': 'str'}, + 'e_tag': {'key': 'eTag', 'type': 'str'}, + 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, + 'location': {'key': 'location', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'BatchError'}, + } + + def __init__(self, *, status, task_id: str, e_tag: str=None, last_modified=None, location: str=None, error=None, **kwargs) -> None: + super(TaskAddResult, self).__init__(**kwargs) + self.status = status + self.task_id = task_id + self.e_tag = e_tag + self.last_modified = last_modified + self.location = location + self.error = error + + +class TaskConstraints(Model): + """Execution constraints to apply to a task. + + :param max_wall_clock_time: The maximum elapsed time that the task may + run, measured from the time the task starts. If the task does not complete + within the time limit, the Batch service terminates it. If this is not + specified, there is no time limit on how long the task may run. + :type max_wall_clock_time: timedelta + :param retention_time: The minimum time to retain the task directory on + the compute node where it ran, from the time it completes execution. After + this time, the Batch service may delete the task directory and all its + contents. The default is 7 days, i.e. the task directory will be retained + for 7 days unless the compute node is removed or the job is deleted. + :type retention_time: timedelta + :param max_task_retry_count: The maximum number of times the task may be + retried. The Batch service retries a task if its exit code is nonzero. + Note that this value specifically controls the number of retries for the + task executable due to a nonzero exit code. The Batch service will try the + task once, and may then retry up to this limit. For example, if the + maximum retry count is 3, Batch tries the task up to 4 times (one initial + try and 3 retries). If the maximum retry count is 0, the Batch service + does not retry the task after the first attempt. If the maximum retry + count is -1, the Batch service retries the task without limit. + :type max_task_retry_count: int + """ + + _attribute_map = { + 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, + 'retention_time': {'key': 'retentionTime', 'type': 'duration'}, + 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, + } + + def __init__(self, *, max_wall_clock_time=None, retention_time=None, max_task_retry_count: int=None, **kwargs) -> None: + super(TaskConstraints, self).__init__(**kwargs) + self.max_wall_clock_time = max_wall_clock_time + self.retention_time = retention_time + self.max_task_retry_count = max_task_retry_count + + +class TaskContainerExecutionInformation(Model): + """Contains information about the container which a task is executing. + + :param container_id: The ID of the container. + :type container_id: str + :param state: The state of the container. This is the state of the + container according to the Docker service. It is equivalent to the status + field returned by "docker inspect". + :type state: str + :param error: Detailed error information about the container. This is the + detailed error string from the Docker service, if available. It is + equivalent to the error field returned by "docker inspect". + :type error: str + """ + + _attribute_map = { + 'container_id': {'key': 'containerId', 'type': 'str'}, + 'state': {'key': 'state', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'str'}, + } + + def __init__(self, *, container_id: str=None, state: str=None, error: str=None, **kwargs) -> None: + super(TaskContainerExecutionInformation, self).__init__(**kwargs) + self.container_id = container_id + self.state = state + self.error = error + + +class TaskContainerSettings(Model): + """The container settings for a task. + + All required parameters must be populated in order to send to Azure. + + :param container_run_options: Additional options to the container create + command. These additional options are supplied as arguments to the "docker + create" command, in addition to those controlled by the Batch Service. + :type container_run_options: str + :param image_name: Required. The image to use to create the container in + which the task will run. This is the full image reference, as would be + specified to "docker pull". If no tag is provided as part of the image + name, the tag ":latest" is used as a default. + :type image_name: str + :param registry: The private registry which contains the container image. + This setting can be omitted if was already provided at pool creation. + :type registry: ~azure.batch.models.ContainerRegistry + """ + + _validation = { + 'image_name': {'required': True}, + } + + _attribute_map = { + 'container_run_options': {'key': 'containerRunOptions', 'type': 'str'}, + 'image_name': {'key': 'imageName', 'type': 'str'}, + 'registry': {'key': 'registry', 'type': 'ContainerRegistry'}, + } + + def __init__(self, *, image_name: str, container_run_options: str=None, registry=None, **kwargs) -> None: + super(TaskContainerSettings, self).__init__(**kwargs) + self.container_run_options = container_run_options + self.image_name = image_name + self.registry = registry + + +class TaskCounts(Model): + """The task counts for a job. + + All required parameters must be populated in order to send to Azure. + + :param active: Required. The number of tasks in the active state. + :type active: int + :param running: Required. The number of tasks in the running or preparing + state. + :type running: int + :param completed: Required. The number of tasks in the completed state. + :type completed: int + :param succeeded: Required. The number of tasks which succeeded. A task + succeeds if its result (found in the executionInfo property) is 'success'. + :type succeeded: int + :param failed: Required. The number of tasks which failed. A task fails if + its result (found in the executionInfo property) is 'failure'. + :type failed: int + """ + + _validation = { + 'active': {'required': True}, + 'running': {'required': True}, + 'completed': {'required': True}, + 'succeeded': {'required': True}, + 'failed': {'required': True}, + } + + _attribute_map = { + 'active': {'key': 'active', 'type': 'int'}, + 'running': {'key': 'running', 'type': 'int'}, + 'completed': {'key': 'completed', 'type': 'int'}, + 'succeeded': {'key': 'succeeded', 'type': 'int'}, + 'failed': {'key': 'failed', 'type': 'int'}, + } + + def __init__(self, *, active: int, running: int, completed: int, succeeded: int, failed: int, **kwargs) -> None: + super(TaskCounts, self).__init__(**kwargs) + self.active = active + self.running = running + self.completed = completed + self.succeeded = succeeded + self.failed = failed + + +class TaskDeleteOptions(Model): + """Additional parameters for delete operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(TaskDeleteOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class TaskDependencies(Model): + """Specifies any dependencies of a task. Any task that is explicitly specified + or within a dependency range must complete before the dependant task will + be scheduled. + + :param task_ids: The list of task IDs that this task depends on. All tasks + in this list must complete successfully before the dependent task can be + scheduled. The taskIds collection is limited to 64000 characters total + (i.e. the combined length of all task IDs). If the taskIds collection + exceeds the maximum length, the Add Task request fails with error code + TaskDependencyListTooLong. In this case consider using task ID ranges + instead. + :type task_ids: list[str] + :param task_id_ranges: The list of task ID ranges that this task depends + on. All tasks in all ranges must complete successfully before the + dependent task can be scheduled. + :type task_id_ranges: list[~azure.batch.models.TaskIdRange] + """ + + _attribute_map = { + 'task_ids': {'key': 'taskIds', 'type': '[str]'}, + 'task_id_ranges': {'key': 'taskIdRanges', 'type': '[TaskIdRange]'}, + } + + def __init__(self, *, task_ids=None, task_id_ranges=None, **kwargs) -> None: + super(TaskDependencies, self).__init__(**kwargs) + self.task_ids = task_ids + self.task_id_ranges = task_id_ranges + + +class TaskExecutionInformation(Model): + """Information about the execution of a task. + + All required parameters must be populated in order to send to Azure. + + :param start_time: The time at which the task started running. 'Running' + corresponds to the running state, so if the task specifies resource files + or application packages, then the start time reflects the time at which + the task started downloading or deploying these. If the task has been + restarted or retried, this is the most recent time at which the task + started running. This property is present only for tasks that are in the + running or completed state. + :type start_time: datetime + :param end_time: The time at which the task completed. This property is + set only if the task is in the Completed state. + :type end_time: datetime + :param exit_code: The exit code of the program specified on the task + command line. This property is set only if the task is in the completed + state. In general, the exit code for a process reflects the specific + convention implemented by the application developer for that process. If + you use the exit code value to make decisions in your code, be sure that + you know the exit code convention used by the application process. + However, if the Batch service terminates the task (due to timeout, or user + termination via the API) you may see an operating system-defined exit + code. + :type exit_code: int + :param container_info: Information about the container under which the + task is executing. This property is set only if the task runs in a + container context. + :type container_info: + ~azure.batch.models.TaskContainerExecutionInformation + :param failure_info: Information describing the task failure, if any. This + property is set only if the task is in the completed state and encountered + a failure. + :type failure_info: ~azure.batch.models.TaskFailureInformation + :param retry_count: Required. The number of times the task has been + retried by the Batch service. Task application failures (non-zero exit + code) are retried, pre-processing errors (the task could not be run) and + file upload errors are not retried. The Batch service will retry the task + up to the limit specified by the constraints. + :type retry_count: int + :param last_retry_time: The most recent time at which a retry of the task + started running. This element is present only if the task was retried + (i.e. retryCount is nonzero). If present, this is typically the same as + startTime, but may be different if the task has been restarted for reasons + other than retry; for example, if the compute node was rebooted during a + retry, then the startTime is updated but the lastRetryTime is not. + :type last_retry_time: datetime + :param requeue_count: Required. The number of times the task has been + requeued by the Batch service as the result of a user request. When the + user removes nodes from a pool (by resizing/shrinking the pool) or when + the job is being disabled, the user can specify that running tasks on the + nodes be requeued for execution. This count tracks how many times the task + has been requeued for these reasons. + :type requeue_count: int + :param last_requeue_time: The most recent time at which the task has been + requeued by the Batch service as the result of a user request. This + property is set only if the requeueCount is nonzero. + :type last_requeue_time: datetime + :param result: The result of the task execution. If the value is 'failed', + then the details of the failure can be found in the failureInfo property. + Possible values include: 'success', 'failure' + :type result: str or ~azure.batch.models.TaskExecutionResult + """ + + _validation = { + 'retry_count': {'required': True}, + 'requeue_count': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'exit_code': {'key': 'exitCode', 'type': 'int'}, + 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, + 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, + 'retry_count': {'key': 'retryCount', 'type': 'int'}, + 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, + 'requeue_count': {'key': 'requeueCount', 'type': 'int'}, + 'last_requeue_time': {'key': 'lastRequeueTime', 'type': 'iso-8601'}, + 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, + } + + def __init__(self, *, retry_count: int, requeue_count: int, start_time=None, end_time=None, exit_code: int=None, container_info=None, failure_info=None, last_retry_time=None, last_requeue_time=None, result=None, **kwargs) -> None: + super(TaskExecutionInformation, self).__init__(**kwargs) + self.start_time = start_time + self.end_time = end_time + self.exit_code = exit_code + self.container_info = container_info + self.failure_info = failure_info + self.retry_count = retry_count + self.last_retry_time = last_retry_time + self.requeue_count = requeue_count + self.last_requeue_time = last_requeue_time + self.result = result + + +class TaskFailureInformation(Model): + """Information about a task failure. + + All required parameters must be populated in order to send to Azure. + + :param category: Required. The category of the task error. Possible values + include: 'userError', 'serverError' + :type category: str or ~azure.batch.models.ErrorCategory + :param code: An identifier for the task error. Codes are invariant and are + intended to be consumed programmatically. + :type code: str + :param message: A message describing the task error, intended to be + suitable for display in a user interface. + :type message: str + :param details: A list of additional details related to the error. + :type details: list[~azure.batch.models.NameValuePair] + """ + + _validation = { + 'category': {'required': True}, + } + + _attribute_map = { + 'category': {'key': 'category', 'type': 'ErrorCategory'}, + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'details': {'key': 'details', 'type': '[NameValuePair]'}, + } + + def __init__(self, *, category, code: str=None, message: str=None, details=None, **kwargs) -> None: + super(TaskFailureInformation, self).__init__(**kwargs) + self.category = category + self.code = code + self.message = message + self.details = details + + +class TaskGetOptions(Model): + """Additional parameters for get operation. + + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, select: str=None, expand: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(TaskGetOptions, self).__init__(**kwargs) + self.select = select + self.expand = expand + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class TaskIdRange(Model): + """A range of task IDs that a task can depend on. All tasks with IDs in the + range must complete successfully before the dependent task can be + scheduled. + + The start and end of the range are inclusive. For example, if a range has + start 9 and end 12, then it represents tasks '9', '10', '11' and '12'. + + All required parameters must be populated in order to send to Azure. + + :param start: Required. The first task ID in the range. + :type start: int + :param end: Required. The last task ID in the range. + :type end: int + """ + + _validation = { + 'start': {'required': True}, + 'end': {'required': True}, + } + + _attribute_map = { + 'start': {'key': 'start', 'type': 'int'}, + 'end': {'key': 'end', 'type': 'int'}, + } + + def __init__(self, *, start: int, end: int, **kwargs) -> None: + super(TaskIdRange, self).__init__(**kwargs) + self.start = start + self.end = end + + +class TaskInformation(Model): + """Information about a task running on a compute node. + + All required parameters must be populated in order to send to Azure. + + :param task_url: The URL of the task. + :type task_url: str + :param job_id: The ID of the job to which the task belongs. + :type job_id: str + :param task_id: The ID of the task. + :type task_id: str + :param subtask_id: The ID of the subtask if the task is a multi-instance + task. + :type subtask_id: int + :param task_state: Required. The current state of the task. Possible + values include: 'active', 'preparing', 'running', 'completed' + :type task_state: str or ~azure.batch.models.TaskState + :param execution_info: Information about the execution of the task. + :type execution_info: ~azure.batch.models.TaskExecutionInformation + """ + + _validation = { + 'task_state': {'required': True}, + } + + _attribute_map = { + 'task_url': {'key': 'taskUrl', 'type': 'str'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'task_id': {'key': 'taskId', 'type': 'str'}, + 'subtask_id': {'key': 'subtaskId', 'type': 'int'}, + 'task_state': {'key': 'taskState', 'type': 'TaskState'}, + 'execution_info': {'key': 'executionInfo', 'type': 'TaskExecutionInformation'}, + } + + def __init__(self, *, task_state, task_url: str=None, job_id: str=None, task_id: str=None, subtask_id: int=None, execution_info=None, **kwargs) -> None: + super(TaskInformation, self).__init__(**kwargs) + self.task_url = task_url + self.job_id = job_id + self.task_id = task_id + self.subtask_id = subtask_id + self.task_state = task_state + self.execution_info = execution_info + + +class TaskListOptions(Model): + """Additional parameters for list operation. + + :param filter: An OData $filter clause. For more information on + constructing this filter, see + https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-tasks. + :type filter: str + :param select: An OData $select clause. + :type select: str + :param expand: An OData $expand clause. + :type expand: str + :param max_results: The maximum number of items to return in the response. + A maximum of 1000 tasks can be returned. Default value: 1000 . + :type max_results: int + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'filter': {'key': '', 'type': 'str'}, + 'select': {'key': '', 'type': 'str'}, + 'expand': {'key': '', 'type': 'str'}, + 'max_results': {'key': '', 'type': 'int'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(TaskListOptions, self).__init__(**kwargs) + self.filter = filter + self.select = select + self.expand = expand + self.max_results = max_results + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class TaskListSubtasksOptions(Model): + """Additional parameters for list_subtasks operation. + + :param select: An OData $select clause. + :type select: str + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + """ + + _attribute_map = { + 'select': {'key': '', 'type': 'str'}, + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, select: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: + super(TaskListSubtasksOptions, self).__init__(**kwargs) + self.select = select + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + + +class TaskReactivateOptions(Model): + """Additional parameters for reactivate operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(TaskReactivateOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class TaskSchedulingPolicy(Model): + """Specifies how tasks should be distributed across compute nodes. + + All required parameters must be populated in order to send to Azure. + + :param node_fill_type: Required. How tasks are distributed across compute + nodes in a pool. Possible values include: 'spread', 'pack' + :type node_fill_type: str or ~azure.batch.models.ComputeNodeFillType + """ + + _validation = { + 'node_fill_type': {'required': True}, + } + + _attribute_map = { + 'node_fill_type': {'key': 'nodeFillType', 'type': 'ComputeNodeFillType'}, + } + + def __init__(self, *, node_fill_type, **kwargs) -> None: + super(TaskSchedulingPolicy, self).__init__(**kwargs) + self.node_fill_type = node_fill_type + + +class TaskStatistics(Model): + """Resource usage statistics for a task. + + All required parameters must be populated in order to send to Azure. + + :param url: Required. The URL of the statistics. + :type url: str + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param user_cpu_time: Required. The total user mode CPU time (summed + across all cores and all compute nodes) consumed by the task. + :type user_cpu_time: timedelta + :param kernel_cpu_time: Required. The total kernel mode CPU time (summed + across all cores and all compute nodes) consumed by the task. + :type kernel_cpu_time: timedelta + :param wall_clock_time: Required. The total wall clock time of the task. + The wall clock time is the elapsed time from when the task started running + on a compute node to when it finished (or to the last time the statistics + were updated, if the task had not finished by then). If the task was + retried, this includes the wall clock time of all the task retries. + :type wall_clock_time: timedelta + :param read_iops: Required. The total number of disk read operations made + by the task. + :type read_iops: long + :param write_iops: Required. The total number of disk write operations + made by the task. + :type write_iops: long + :param read_io_gi_b: Required. The total gibibytes read from disk by the + task. + :type read_io_gi_b: float + :param write_io_gi_b: Required. The total gibibytes written to disk by the + task. + :type write_io_gi_b: float + :param wait_time: Required. The total wait time of the task. The wait time + for a task is defined as the elapsed time between the creation of the task + and the start of task execution. (If the task is retried due to failures, + the wait time is the time to the most recent task execution.). + :type wait_time: timedelta + """ + + _validation = { + 'url': {'required': True}, + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'user_cpu_time': {'required': True}, + 'kernel_cpu_time': {'required': True}, + 'wall_clock_time': {'required': True}, + 'read_iops': {'required': True}, + 'write_iops': {'required': True}, + 'read_io_gi_b': {'required': True}, + 'write_io_gi_b': {'required': True}, + 'wait_time': {'required': True}, + } + + _attribute_map = { + 'url': {'key': 'url', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, + 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, + 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, + 'read_iops': {'key': 'readIOps', 'type': 'long'}, + 'write_iops': {'key': 'writeIOps', 'type': 'long'}, + 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, + 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, + 'wait_time': {'key': 'waitTime', 'type': 'duration'}, + } + + def __init__(self, *, url: str, start_time, last_update_time, user_cpu_time, kernel_cpu_time, wall_clock_time, read_iops: int, write_iops: int, read_io_gi_b: float, write_io_gi_b: float, wait_time, **kwargs) -> None: + super(TaskStatistics, self).__init__(**kwargs) + self.url = url + self.start_time = start_time + self.last_update_time = last_update_time + self.user_cpu_time = user_cpu_time + self.kernel_cpu_time = kernel_cpu_time + self.wall_clock_time = wall_clock_time + self.read_iops = read_iops + self.write_iops = write_iops + self.read_io_gi_b = read_io_gi_b + self.write_io_gi_b = write_io_gi_b + self.wait_time = wait_time + + +class TaskTerminateOptions(Model): + """Additional parameters for terminate operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(TaskTerminateOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class TaskUpdateOptions(Model): + """Additional parameters for update operation. + + :param timeout: The maximum time that the server can spend processing the + request, in seconds. The default is 30 seconds. Default value: 30 . + :type timeout: int + :param client_request_id: The caller-generated request identity, in the + form of a GUID with no decoration such as curly braces, e.g. + 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. + :type client_request_id: str + :param return_client_request_id: Whether the server should return the + client-request-id in the response. Default value: False . + :type return_client_request_id: bool + :param ocp_date: The time the request was issued. Client libraries + typically set this to the current system clock time; set it explicitly if + you are calling the REST API directly. + :type ocp_date: datetime + :param if_match: An ETag value associated with the version of the resource + known to the client. The operation will be performed only if the + resource's current ETag on the service exactly matches the value specified + by the client. + :type if_match: str + :param if_none_match: An ETag value associated with the version of the + resource known to the client. The operation will be performed only if the + resource's current ETag on the service does not match the value specified + by the client. + :type if_none_match: str + :param if_modified_since: A timestamp indicating the last modified time of + the resource known to the client. The operation will be performed only if + the resource on the service has been modified since the specified time. + :type if_modified_since: datetime + :param if_unmodified_since: A timestamp indicating the last modified time + of the resource known to the client. The operation will be performed only + if the resource on the service has not been modified since the specified + time. + :type if_unmodified_since: datetime + """ + + _attribute_map = { + 'timeout': {'key': '', 'type': 'int'}, + 'client_request_id': {'key': '', 'type': 'str'}, + 'return_client_request_id': {'key': '', 'type': 'bool'}, + 'ocp_date': {'key': '', 'type': 'rfc-1123'}, + 'if_match': {'key': '', 'type': 'str'}, + 'if_none_match': {'key': '', 'type': 'str'}, + 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, + 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, + } + + def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: + super(TaskUpdateOptions, self).__init__(**kwargs) + self.timeout = timeout + self.client_request_id = client_request_id + self.return_client_request_id = return_client_request_id + self.ocp_date = ocp_date + self.if_match = if_match + self.if_none_match = if_none_match + self.if_modified_since = if_modified_since + self.if_unmodified_since = if_unmodified_since + + +class TaskUpdateParameter(Model): + """The set of changes to be made to a task. + + :param constraints: Constraints that apply to this task. If omitted, the + task is given the default constraints. For multi-instance tasks, updating + the retention time applies only to the primary task and not subtasks. + :type constraints: ~azure.batch.models.TaskConstraints + """ + + _attribute_map = { + 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, + } + + def __init__(self, *, constraints=None, **kwargs) -> None: + super(TaskUpdateParameter, self).__init__(**kwargs) + self.constraints = constraints + + +class UploadBatchServiceLogsConfiguration(Model): + """The Azure Batch service log files upload configuration for a compute node. + + All required parameters must be populated in order to send to Azure. + + :param container_url: Required. The URL of the container within Azure Blob + Storage to which to upload the Batch Service log file(s). The URL must + include a Shared Access Signature (SAS) granting write permissions to the + container. The SAS duration must allow enough time for the upload to + finish. The start time for SAS is optional and recommended to not be + specified. + :type container_url: str + :param start_time: Required. The start of the time range from which to + upload Batch Service log file(s). Any log file containing a log message in + the time range will be uploaded. This means that the operation might + retrieve more logs than have been requested since the entire log file is + always uploaded, but the operation should not retrieve fewer logs than + have been requested. + :type start_time: datetime + :param end_time: The end of the time range from which to upload Batch + Service log file(s). Any log file containing a log message in the time + range will be uploaded. This means that the operation might retrieve more + logs than have been requested since the entire log file is always + uploaded, but the operation should not retrieve fewer logs than have been + requested. If omitted, the default is to upload all logs available after + the startTime. + :type end_time: datetime + """ + + _validation = { + 'container_url': {'required': True}, + 'start_time': {'required': True}, + } + + _attribute_map = { + 'container_url': {'key': 'containerUrl', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + } + + def __init__(self, *, container_url: str, start_time, end_time=None, **kwargs) -> None: + super(UploadBatchServiceLogsConfiguration, self).__init__(**kwargs) + self.container_url = container_url + self.start_time = start_time + self.end_time = end_time + + +class UploadBatchServiceLogsResult(Model): + """The result of uploading Batch service log files from a specific compute + node. + + All required parameters must be populated in order to send to Azure. + + :param virtual_directory_name: Required. The virtual directory within + Azure Blob Storage container to which the Batch Service log file(s) will + be uploaded. The virtual directory name is part of the blob name for each + log file uploaded, and it is built based poolId, nodeId and a unique + identifier. + :type virtual_directory_name: str + :param number_of_files_uploaded: Required. The number of log files which + will be uploaded. + :type number_of_files_uploaded: int + """ + + _validation = { + 'virtual_directory_name': {'required': True}, + 'number_of_files_uploaded': {'required': True}, + } + + _attribute_map = { + 'virtual_directory_name': {'key': 'virtualDirectoryName', 'type': 'str'}, + 'number_of_files_uploaded': {'key': 'numberOfFilesUploaded', 'type': 'int'}, + } + + def __init__(self, *, virtual_directory_name: str, number_of_files_uploaded: int, **kwargs) -> None: + super(UploadBatchServiceLogsResult, self).__init__(**kwargs) + self.virtual_directory_name = virtual_directory_name + self.number_of_files_uploaded = number_of_files_uploaded + + +class UsageStatistics(Model): + """Statistics related to pool usage information. + + All required parameters must be populated in order to send to Azure. + + :param start_time: Required. The start time of the time range covered by + the statistics. + :type start_time: datetime + :param last_update_time: Required. The time at which the statistics were + last updated. All statistics are limited to the range between startTime + and lastUpdateTime. + :type last_update_time: datetime + :param dedicated_core_time: Required. The aggregated wall-clock time of + the dedicated compute node cores being part of the pool. + :type dedicated_core_time: timedelta + """ + + _validation = { + 'start_time': {'required': True}, + 'last_update_time': {'required': True}, + 'dedicated_core_time': {'required': True}, + } + + _attribute_map = { + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, + 'dedicated_core_time': {'key': 'dedicatedCoreTime', 'type': 'duration'}, + } + + def __init__(self, *, start_time, last_update_time, dedicated_core_time, **kwargs) -> None: + super(UsageStatistics, self).__init__(**kwargs) + self.start_time = start_time + self.last_update_time = last_update_time + self.dedicated_core_time = dedicated_core_time + + +class UserAccount(Model): + """Properties used to create a user used to execute tasks on an Azure Batch + node. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the user account. + :type name: str + :param password: Required. The password for the user account. + :type password: str + :param elevation_level: The elevation level of the user account. The + default value is nonAdmin. Possible values include: 'nonAdmin', 'admin' + :type elevation_level: str or ~azure.batch.models.ElevationLevel + :param linux_user_configuration: The Linux-specific user configuration for + the user account. This property is ignored if specified on a Windows pool. + If not specified, the user is created with the default options. + :type linux_user_configuration: ~azure.batch.models.LinuxUserConfiguration + :param windows_user_configuration: The Windows-specific user configuration + for the user account. This property can only be specified if the user is + on a Windows pool. If not specified and on a Windows pool, the user is + created with the default options. + :type windows_user_configuration: + ~azure.batch.models.WindowsUserConfiguration + """ + + _validation = { + 'name': {'required': True}, + 'password': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'password': {'key': 'password', 'type': 'str'}, + 'elevation_level': {'key': 'elevationLevel', 'type': 'ElevationLevel'}, + 'linux_user_configuration': {'key': 'linuxUserConfiguration', 'type': 'LinuxUserConfiguration'}, + 'windows_user_configuration': {'key': 'windowsUserConfiguration', 'type': 'WindowsUserConfiguration'}, + } + + def __init__(self, *, name: str, password: str, elevation_level=None, linux_user_configuration=None, windows_user_configuration=None, **kwargs) -> None: + super(UserAccount, self).__init__(**kwargs) + self.name = name + self.password = password + self.elevation_level = elevation_level + self.linux_user_configuration = linux_user_configuration + self.windows_user_configuration = windows_user_configuration + + +class UserIdentity(Model): + """The definition of the user identity under which the task is run. + + Specify either the userName or autoUser property, but not both. + + :param user_name: The name of the user identity under which the task is + run. The userName and autoUser properties are mutually exclusive; you must + specify one but not both. + :type user_name: str + :param auto_user: The auto user under which the task is run. The userName + and autoUser properties are mutually exclusive; you must specify one but + not both. + :type auto_user: ~azure.batch.models.AutoUserSpecification + """ + + _attribute_map = { + 'user_name': {'key': 'username', 'type': 'str'}, + 'auto_user': {'key': 'autoUser', 'type': 'AutoUserSpecification'}, + } + + def __init__(self, *, user_name: str=None, auto_user=None, **kwargs) -> None: + super(UserIdentity, self).__init__(**kwargs) + self.user_name = user_name + self.auto_user = auto_user + + +class VirtualMachineConfiguration(Model): + """The configuration for compute nodes in a pool based on the Azure Virtual + Machines infrastructure. + + All required parameters must be populated in order to send to Azure. + + :param image_reference: Required. A reference to the Azure Virtual + Machines Marketplace image or the custom Virtual Machine image to use. + :type image_reference: ~azure.batch.models.ImageReference + :param node_agent_sku_id: Required. 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. + :type node_agent_sku_id: str + :param windows_configuration: Windows operating system settings on the + virtual machine. This property must not be specified if the imageReference + property specifies a Linux OS image. + :type windows_configuration: ~azure.batch.models.WindowsConfiguration + :param data_disks: The configuration for data disks attached to the + comptue nodes in the pool. This property must be specified if the compute + nodes in the pool need to have empty data disks attached to them. This + cannot be updated. Each node gets its own disk (the disk is not a file + share). Existing disks cannot be attached, each attached disk is empty. + When the node is removed from the pool, the disk and all data associated + with it is also deleted. The disk is not formatted after being attached, + it must be formatted before use - for more information see + https://docs.microsoft.com/en-us/azure/virtual-machines/linux/classic/attach-disk#initialize-a-new-data-disk-in-linux + and + https://docs.microsoft.com/en-us/azure/virtual-machines/windows/attach-disk-ps#add-an-empty-data-disk-to-a-virtual-machine. + :type data_disks: list[~azure.batch.models.DataDisk] + :param license_type: The type of on-premises license to be used when + deploying the operating system. This only applies to images that contain + the Windows operating system, and should only be used when you hold valid + on-premises licenses for the nodes which will be deployed. If omitted, no + on-premises licensing discount is applied. Values are: + Windows_Server - The on-premises license is for Windows Server. + Windows_Client - The on-premises license is for Windows Client. + :type license_type: str + :param container_configuration: The container configuration for the pool. + If specified, setup is performed on each node in the pool to allow tasks + to run in containers. All regular tasks and job manager tasks run on this + pool must specify the containerSettings property, and all other tasks may + specify it. + :type container_configuration: ~azure.batch.models.ContainerConfiguration + """ + + _validation = { + 'image_reference': {'required': True}, + 'node_agent_sku_id': {'required': True}, + } + + _attribute_map = { + 'image_reference': {'key': 'imageReference', 'type': 'ImageReference'}, + 'node_agent_sku_id': {'key': 'nodeAgentSKUId', 'type': 'str'}, + 'windows_configuration': {'key': 'windowsConfiguration', 'type': 'WindowsConfiguration'}, + 'data_disks': {'key': 'dataDisks', 'type': '[DataDisk]'}, + 'license_type': {'key': 'licenseType', 'type': 'str'}, + 'container_configuration': {'key': 'containerConfiguration', 'type': 'ContainerConfiguration'}, + } + + def __init__(self, *, image_reference, node_agent_sku_id: str, windows_configuration=None, data_disks=None, license_type: str=None, container_configuration=None, **kwargs) -> None: + super(VirtualMachineConfiguration, self).__init__(**kwargs) + self.image_reference = image_reference + self.node_agent_sku_id = node_agent_sku_id + self.windows_configuration = windows_configuration + self.data_disks = data_disks + self.license_type = license_type + self.container_configuration = container_configuration + + +class WindowsConfiguration(Model): + """Windows operating system settings to apply to the virtual machine. + + :param enable_automatic_updates: Whether automatic updates are enabled on + the virtual machine. If omitted, the default value is true. + :type enable_automatic_updates: bool + """ + + _attribute_map = { + 'enable_automatic_updates': {'key': 'enableAutomaticUpdates', 'type': 'bool'}, + } + + def __init__(self, *, enable_automatic_updates: bool=None, **kwargs) -> None: + super(WindowsConfiguration, self).__init__(**kwargs) + self.enable_automatic_updates = enable_automatic_updates + + +class WindowsUserConfiguration(Model): + """Properties used to create a user account on a Windows node. + + :param login_mode: The login mode for the user. The default value for + VirtualMachineConfiguration pools is batch and for + CloudServiceConfiguration pools is interactive. Possible values include: + 'batch', 'interactive' + :type login_mode: str or ~azure.batch.models.LoginMode + """ + + _attribute_map = { + 'login_mode': {'key': 'loginMode', 'type': 'LoginMode'}, + } + + def __init__(self, *, login_mode=None, **kwargs) -> None: + super(WindowsUserConfiguration, self).__init__(**kwargs) + self.login_mode = login_mode diff --git a/azure-batch/azure/batch/models/_paged_models.py b/azure-batch/azure/batch/models/_paged_models.py new file mode 100644 index 000000000000..a3680f0d686d --- /dev/null +++ b/azure-batch/azure/batch/models/_paged_models.py @@ -0,0 +1,192 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.paging import Paged + + +class ApplicationSummaryPaged(Paged): + """ + A paging container for iterating over a list of :class:`ApplicationSummary ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[ApplicationSummary]'} + } + + def __init__(self, *args, **kwargs): + + super(ApplicationSummaryPaged, self).__init__(*args, **kwargs) + + +class PoolUsageMetricsPaged(Paged): + """ + A paging container for iterating over a list of :class:`PoolUsageMetrics ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[PoolUsageMetrics]'} + } + + def __init__(self, *args, **kwargs): + + super(PoolUsageMetricsPaged, self).__init__(*args, **kwargs) + + +class CloudPoolPaged(Paged): + """ + A paging container for iterating over a list of :class:`CloudPool ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[CloudPool]'} + } + + def __init__(self, *args, **kwargs): + + super(CloudPoolPaged, self).__init__(*args, **kwargs) + + +class NodeAgentSkuPaged(Paged): + """ + A paging container for iterating over a list of :class:`NodeAgentSku ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[NodeAgentSku]'} + } + + def __init__(self, *args, **kwargs): + + super(NodeAgentSkuPaged, self).__init__(*args, **kwargs) + + +class PoolNodeCountsPaged(Paged): + """ + A paging container for iterating over a list of :class:`PoolNodeCounts ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[PoolNodeCounts]'} + } + + def __init__(self, *args, **kwargs): + + super(PoolNodeCountsPaged, self).__init__(*args, **kwargs) + + +class CloudJobPaged(Paged): + """ + A paging container for iterating over a list of :class:`CloudJob ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[CloudJob]'} + } + + def __init__(self, *args, **kwargs): + + super(CloudJobPaged, self).__init__(*args, **kwargs) + + +class JobPreparationAndReleaseTaskExecutionInformationPaged(Paged): + """ + A paging container for iterating over a list of :class:`JobPreparationAndReleaseTaskExecutionInformation ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[JobPreparationAndReleaseTaskExecutionInformation]'} + } + + def __init__(self, *args, **kwargs): + + super(JobPreparationAndReleaseTaskExecutionInformationPaged, self).__init__(*args, **kwargs) + + +class CertificatePaged(Paged): + """ + A paging container for iterating over a list of :class:`Certificate ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[Certificate]'} + } + + def __init__(self, *args, **kwargs): + + super(CertificatePaged, self).__init__(*args, **kwargs) + + +class NodeFilePaged(Paged): + """ + A paging container for iterating over a list of :class:`NodeFile ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[NodeFile]'} + } + + def __init__(self, *args, **kwargs): + + super(NodeFilePaged, self).__init__(*args, **kwargs) + + +class CloudJobSchedulePaged(Paged): + """ + A paging container for iterating over a list of :class:`CloudJobSchedule ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[CloudJobSchedule]'} + } + + def __init__(self, *args, **kwargs): + + super(CloudJobSchedulePaged, self).__init__(*args, **kwargs) + + +class CloudTaskPaged(Paged): + """ + A paging container for iterating over a list of :class:`CloudTask ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[CloudTask]'} + } + + def __init__(self, *args, **kwargs): + + super(CloudTaskPaged, self).__init__(*args, **kwargs) + + +class ComputeNodePaged(Paged): + """ + A paging container for iterating over a list of :class:`ComputeNode ` object + """ + + _attribute_map = { + 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[ComputeNode]'} + } + + def __init__(self, *args, **kwargs): + + super(ComputeNodePaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/account_list_node_agent_skus_options.py b/azure-batch/azure/batch/models/account_list_node_agent_skus_options.py deleted file mode 100644 index 6cc1c050b3fb..000000000000 --- a/azure-batch/azure/batch/models/account_list_node_agent_skus_options.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AccountListNodeAgentSkusOptions(Model): - """Additional parameters for list_node_agent_skus operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus. - :type filter: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 results will be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(AccountListNodeAgentSkusOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/account_list_node_agent_skus_options_py3.py b/azure-batch/azure/batch/models/account_list_node_agent_skus_options_py3.py deleted file mode 100644 index 01d06fb1eecf..000000000000 --- a/azure-batch/azure/batch/models/account_list_node_agent_skus_options_py3.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AccountListNodeAgentSkusOptions(Model): - """Additional parameters for list_node_agent_skus operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus. - :type filter: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 results will be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(AccountListNodeAgentSkusOptions, self).__init__(**kwargs) - self.filter = filter - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/account_list_pool_node_counts_options.py b/azure-batch/azure/batch/models/account_list_pool_node_counts_options.py deleted file mode 100644 index 4ad2da01f3b0..000000000000 --- a/azure-batch/azure/batch/models/account_list_pool_node_counts_options.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AccountListPoolNodeCountsOptions(Model): - """Additional parameters for list_pool_node_counts operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch. - :type filter: str - :param max_results: The maximum number of items to return in the response. - Default value: 10 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(AccountListPoolNodeCountsOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.max_results = kwargs.get('max_results', 10) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/account_list_pool_node_counts_options_py3.py b/azure-batch/azure/batch/models/account_list_pool_node_counts_options_py3.py deleted file mode 100644 index e9f0d02bec64..000000000000 --- a/azure-batch/azure/batch/models/account_list_pool_node_counts_options_py3.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AccountListPoolNodeCountsOptions(Model): - """Additional parameters for list_pool_node_counts operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch. - :type filter: str - :param max_results: The maximum number of items to return in the response. - Default value: 10 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, max_results: int=10, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(AccountListPoolNodeCountsOptions, self).__init__(**kwargs) - self.filter = filter - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/affinity_information.py b/azure-batch/azure/batch/models/affinity_information.py deleted file mode 100644 index 206608f1f9f2..000000000000 --- a/azure-batch/azure/batch/models/affinity_information.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AffinityInformation(Model): - """A locality hint that can be used by the Batch service to select a compute - node on which to start a task. - - All required parameters must be populated in order to send to Azure. - - :param affinity_id: Required. An opaque string representing the location - of a compute node or a task that has run previously. You can pass the - affinityId of a compute node to indicate that this task needs to run on - that compute node. Note that this is just a soft affinity. If the target - node is busy or unavailable at the time the task is scheduled, then the - task will be scheduled elsewhere. - :type affinity_id: str - """ - - _validation = { - 'affinity_id': {'required': True}, - } - - _attribute_map = { - 'affinity_id': {'key': 'affinityId', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(AffinityInformation, self).__init__(**kwargs) - self.affinity_id = kwargs.get('affinity_id', None) diff --git a/azure-batch/azure/batch/models/affinity_information_py3.py b/azure-batch/azure/batch/models/affinity_information_py3.py deleted file mode 100644 index fcf8d04b8010..000000000000 --- a/azure-batch/azure/batch/models/affinity_information_py3.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AffinityInformation(Model): - """A locality hint that can be used by the Batch service to select a compute - node on which to start a task. - - All required parameters must be populated in order to send to Azure. - - :param affinity_id: Required. An opaque string representing the location - of a compute node or a task that has run previously. You can pass the - affinityId of a compute node to indicate that this task needs to run on - that compute node. Note that this is just a soft affinity. If the target - node is busy or unavailable at the time the task is scheduled, then the - task will be scheduled elsewhere. - :type affinity_id: str - """ - - _validation = { - 'affinity_id': {'required': True}, - } - - _attribute_map = { - 'affinity_id': {'key': 'affinityId', 'type': 'str'}, - } - - def __init__(self, *, affinity_id: str, **kwargs) -> None: - super(AffinityInformation, self).__init__(**kwargs) - self.affinity_id = affinity_id diff --git a/azure-batch/azure/batch/models/application_get_options.py b/azure-batch/azure/batch/models/application_get_options.py deleted file mode 100644 index 038c5421e4ee..000000000000 --- a/azure-batch/azure/batch/models/application_get_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ApplicationGetOptions(Model): - """Additional parameters for get operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ApplicationGetOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/application_get_options_py3.py b/azure-batch/azure/batch/models/application_get_options_py3.py deleted file mode 100644 index 3c9d5c0ad7b8..000000000000 --- a/azure-batch/azure/batch/models/application_get_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ApplicationGetOptions(Model): - """Additional parameters for get operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ApplicationGetOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/application_list_options.py b/azure-batch/azure/batch/models/application_list_options.py deleted file mode 100644 index bc3ddb366801..000000000000 --- a/azure-batch/azure/batch/models/application_list_options.py +++ /dev/null @@ -1,51 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ApplicationListOptions(Model): - """Additional parameters for list operation. - - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 applications can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ApplicationListOptions, self).__init__(**kwargs) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/application_list_options_py3.py b/azure-batch/azure/batch/models/application_list_options_py3.py deleted file mode 100644 index 445de51eccb1..000000000000 --- a/azure-batch/azure/batch/models/application_list_options_py3.py +++ /dev/null @@ -1,51 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ApplicationListOptions(Model): - """Additional parameters for list operation. - - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 applications can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ApplicationListOptions, self).__init__(**kwargs) - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/application_package_reference.py b/azure-batch/azure/batch/models/application_package_reference.py deleted file mode 100644 index 0867361760c1..000000000000 --- a/azure-batch/azure/batch/models/application_package_reference.py +++ /dev/null @@ -1,43 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ApplicationPackageReference(Model): - """A reference to an application package to be deployed to compute nodes. - - All required parameters must be populated in order to send to Azure. - - :param application_id: Required. The ID of the application to deploy. - :type application_id: str - :param version: The version of the application to deploy. If omitted, the - default version is deployed. If this is omitted on a pool, and no default - version is specified for this application, the request fails with the - error code InvalidApplicationPackageReferences and HTTP status code 409. - If this is omitted on a task, and no default version is specified for this - application, the task fails with a pre-processing error. - :type version: str - """ - - _validation = { - 'application_id': {'required': True}, - } - - _attribute_map = { - 'application_id': {'key': 'applicationId', 'type': 'str'}, - 'version': {'key': 'version', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(ApplicationPackageReference, self).__init__(**kwargs) - self.application_id = kwargs.get('application_id', None) - self.version = kwargs.get('version', None) diff --git a/azure-batch/azure/batch/models/application_package_reference_py3.py b/azure-batch/azure/batch/models/application_package_reference_py3.py deleted file mode 100644 index dd81226b51e8..000000000000 --- a/azure-batch/azure/batch/models/application_package_reference_py3.py +++ /dev/null @@ -1,43 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ApplicationPackageReference(Model): - """A reference to an application package to be deployed to compute nodes. - - All required parameters must be populated in order to send to Azure. - - :param application_id: Required. The ID of the application to deploy. - :type application_id: str - :param version: The version of the application to deploy. If omitted, the - default version is deployed. If this is omitted on a pool, and no default - version is specified for this application, the request fails with the - error code InvalidApplicationPackageReferences and HTTP status code 409. - If this is omitted on a task, and no default version is specified for this - application, the task fails with a pre-processing error. - :type version: str - """ - - _validation = { - 'application_id': {'required': True}, - } - - _attribute_map = { - 'application_id': {'key': 'applicationId', 'type': 'str'}, - 'version': {'key': 'version', 'type': 'str'}, - } - - def __init__(self, *, application_id: str, version: str=None, **kwargs) -> None: - super(ApplicationPackageReference, self).__init__(**kwargs) - self.application_id = application_id - self.version = version diff --git a/azure-batch/azure/batch/models/application_summary.py b/azure-batch/azure/batch/models/application_summary.py deleted file mode 100644 index 4a65a11f24f8..000000000000 --- a/azure-batch/azure/batch/models/application_summary.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ApplicationSummary(Model): - """Contains information about an application in an Azure Batch account. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the application - within the account. - :type id: str - :param display_name: Required. The display name for the application. - :type display_name: str - :param versions: Required. The list of available versions of the - application. - :type versions: list[str] - """ - - _validation = { - 'id': {'required': True}, - 'display_name': {'required': True}, - 'versions': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'versions': {'key': 'versions', 'type': '[str]'}, - } - - def __init__(self, **kwargs): - super(ApplicationSummary, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.versions = kwargs.get('versions', None) diff --git a/azure-batch/azure/batch/models/application_summary_paged.py b/azure-batch/azure/batch/models/application_summary_paged.py deleted file mode 100644 index 64ed9c6bdb85..000000000000 --- a/azure-batch/azure/batch/models/application_summary_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class ApplicationSummaryPaged(Paged): - """ - A paging container for iterating over a list of :class:`ApplicationSummary ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[ApplicationSummary]'} - } - - def __init__(self, *args, **kwargs): - - super(ApplicationSummaryPaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/application_summary_py3.py b/azure-batch/azure/batch/models/application_summary_py3.py deleted file mode 100644 index 68c838e88391..000000000000 --- a/azure-batch/azure/batch/models/application_summary_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ApplicationSummary(Model): - """Contains information about an application in an Azure Batch account. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the application - within the account. - :type id: str - :param display_name: Required. The display name for the application. - :type display_name: str - :param versions: Required. The list of available versions of the - application. - :type versions: list[str] - """ - - _validation = { - 'id': {'required': True}, - 'display_name': {'required': True}, - 'versions': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'versions': {'key': 'versions', 'type': '[str]'}, - } - - def __init__(self, *, id: str, display_name: str, versions, **kwargs) -> None: - super(ApplicationSummary, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.versions = versions diff --git a/azure-batch/azure/batch/models/authentication_token_settings.py b/azure-batch/azure/batch/models/authentication_token_settings.py deleted file mode 100644 index fd05e87bf82c..000000000000 --- a/azure-batch/azure/batch/models/authentication_token_settings.py +++ /dev/null @@ -1,33 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AuthenticationTokenSettings(Model): - """The settings for an authentication token that the task can use to perform - Batch service operations. - - :param access: The Batch resources to which the token grants access. The - authentication token grants access to a limited set of Batch service - operations. Currently the only supported value for the access property is - 'job', which grants access to all operations related to the job which - contains the task. - :type access: list[str or ~azure.batch.models.AccessScope] - """ - - _attribute_map = { - 'access': {'key': 'access', 'type': '[AccessScope]'}, - } - - def __init__(self, **kwargs): - super(AuthenticationTokenSettings, self).__init__(**kwargs) - self.access = kwargs.get('access', None) diff --git a/azure-batch/azure/batch/models/authentication_token_settings_py3.py b/azure-batch/azure/batch/models/authentication_token_settings_py3.py deleted file mode 100644 index 23dde60ca771..000000000000 --- a/azure-batch/azure/batch/models/authentication_token_settings_py3.py +++ /dev/null @@ -1,33 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AuthenticationTokenSettings(Model): - """The settings for an authentication token that the task can use to perform - Batch service operations. - - :param access: The Batch resources to which the token grants access. The - authentication token grants access to a limited set of Batch service - operations. Currently the only supported value for the access property is - 'job', which grants access to all operations related to the job which - contains the task. - :type access: list[str or ~azure.batch.models.AccessScope] - """ - - _attribute_map = { - 'access': {'key': 'access', 'type': '[AccessScope]'}, - } - - def __init__(self, *, access=None, **kwargs) -> None: - super(AuthenticationTokenSettings, self).__init__(**kwargs) - self.access = access diff --git a/azure-batch/azure/batch/models/auto_pool_specification.py b/azure-batch/azure/batch/models/auto_pool_specification.py deleted file mode 100644 index 7383a65a5f78..000000000000 --- a/azure-batch/azure/batch/models/auto_pool_specification.py +++ /dev/null @@ -1,58 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AutoPoolSpecification(Model): - """Specifies characteristics for a temporary 'auto pool'. The Batch service - will create this auto pool when the job is submitted. - - All required parameters must be populated in order to send to Azure. - - :param auto_pool_id_prefix: A prefix to be added to the unique identifier - when a pool is automatically created. The Batch service assigns each auto - pool a unique identifier on creation. To distinguish between pools created - for different purposes, you can specify this element to add a prefix to - the ID that is assigned. The prefix can be up to 20 characters long. - :type auto_pool_id_prefix: str - :param pool_lifetime_option: Required. The minimum lifetime of created - auto pools, and how multiple jobs on a schedule are assigned to pools. - Possible values include: 'jobSchedule', 'job' - :type pool_lifetime_option: str or ~azure.batch.models.PoolLifetimeOption - :param keep_alive: Whether to keep an auto pool alive after its lifetime - expires. If false, the Batch service deletes the pool once its lifetime - (as determined by the poolLifetimeOption setting) expires; that is, when - the job or job schedule completes. If true, the Batch service does not - delete the pool automatically. It is up to the user to delete auto pools - created with this option. - :type keep_alive: bool - :param pool: The pool specification for the auto pool. - :type pool: ~azure.batch.models.PoolSpecification - """ - - _validation = { - 'pool_lifetime_option': {'required': True}, - } - - _attribute_map = { - 'auto_pool_id_prefix': {'key': 'autoPoolIdPrefix', 'type': 'str'}, - 'pool_lifetime_option': {'key': 'poolLifetimeOption', 'type': 'PoolLifetimeOption'}, - 'keep_alive': {'key': 'keepAlive', 'type': 'bool'}, - 'pool': {'key': 'pool', 'type': 'PoolSpecification'}, - } - - def __init__(self, **kwargs): - super(AutoPoolSpecification, self).__init__(**kwargs) - self.auto_pool_id_prefix = kwargs.get('auto_pool_id_prefix', None) - self.pool_lifetime_option = kwargs.get('pool_lifetime_option', None) - self.keep_alive = kwargs.get('keep_alive', None) - self.pool = kwargs.get('pool', None) diff --git a/azure-batch/azure/batch/models/auto_pool_specification_py3.py b/azure-batch/azure/batch/models/auto_pool_specification_py3.py deleted file mode 100644 index 4b07e831afa1..000000000000 --- a/azure-batch/azure/batch/models/auto_pool_specification_py3.py +++ /dev/null @@ -1,58 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AutoPoolSpecification(Model): - """Specifies characteristics for a temporary 'auto pool'. The Batch service - will create this auto pool when the job is submitted. - - All required parameters must be populated in order to send to Azure. - - :param auto_pool_id_prefix: A prefix to be added to the unique identifier - when a pool is automatically created. The Batch service assigns each auto - pool a unique identifier on creation. To distinguish between pools created - for different purposes, you can specify this element to add a prefix to - the ID that is assigned. The prefix can be up to 20 characters long. - :type auto_pool_id_prefix: str - :param pool_lifetime_option: Required. The minimum lifetime of created - auto pools, and how multiple jobs on a schedule are assigned to pools. - Possible values include: 'jobSchedule', 'job' - :type pool_lifetime_option: str or ~azure.batch.models.PoolLifetimeOption - :param keep_alive: Whether to keep an auto pool alive after its lifetime - expires. If false, the Batch service deletes the pool once its lifetime - (as determined by the poolLifetimeOption setting) expires; that is, when - the job or job schedule completes. If true, the Batch service does not - delete the pool automatically. It is up to the user to delete auto pools - created with this option. - :type keep_alive: bool - :param pool: The pool specification for the auto pool. - :type pool: ~azure.batch.models.PoolSpecification - """ - - _validation = { - 'pool_lifetime_option': {'required': True}, - } - - _attribute_map = { - 'auto_pool_id_prefix': {'key': 'autoPoolIdPrefix', 'type': 'str'}, - 'pool_lifetime_option': {'key': 'poolLifetimeOption', 'type': 'PoolLifetimeOption'}, - 'keep_alive': {'key': 'keepAlive', 'type': 'bool'}, - 'pool': {'key': 'pool', 'type': 'PoolSpecification'}, - } - - def __init__(self, *, pool_lifetime_option, auto_pool_id_prefix: str=None, keep_alive: bool=None, pool=None, **kwargs) -> None: - super(AutoPoolSpecification, self).__init__(**kwargs) - self.auto_pool_id_prefix = auto_pool_id_prefix - self.pool_lifetime_option = pool_lifetime_option - self.keep_alive = keep_alive - self.pool = pool diff --git a/azure-batch/azure/batch/models/auto_scale_run.py b/azure-batch/azure/batch/models/auto_scale_run.py deleted file mode 100644 index 06b0d4fef216..000000000000 --- a/azure-batch/azure/batch/models/auto_scale_run.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AutoScaleRun(Model): - """The results and errors from an execution of a pool autoscale formula. - - All required parameters must be populated in order to send to Azure. - - :param timestamp: Required. The time at which the autoscale formula was - last evaluated. - :type timestamp: datetime - :param results: The final values of all variables used in the evaluation - of the autoscale formula. Each variable value is returned in the form - $variable=value, and variables are separated by semicolons. - :type results: str - :param error: Details of the error encountered evaluating the autoscale - formula on the pool, if the evaluation was unsuccessful. - :type error: ~azure.batch.models.AutoScaleRunError - """ - - _validation = { - 'timestamp': {'required': True}, - } - - _attribute_map = { - 'timestamp': {'key': 'timestamp', 'type': 'iso-8601'}, - 'results': {'key': 'results', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'AutoScaleRunError'}, - } - - def __init__(self, **kwargs): - super(AutoScaleRun, self).__init__(**kwargs) - self.timestamp = kwargs.get('timestamp', None) - self.results = kwargs.get('results', None) - self.error = kwargs.get('error', None) diff --git a/azure-batch/azure/batch/models/auto_scale_run_error.py b/azure-batch/azure/batch/models/auto_scale_run_error.py deleted file mode 100644 index d0d7b1631076..000000000000 --- a/azure-batch/azure/batch/models/auto_scale_run_error.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AutoScaleRunError(Model): - """An error that occurred when executing or evaluating a pool autoscale - formula. - - :param code: An identifier for the autoscale error. Codes are invariant - and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the autoscale error, intended to be - suitable for display in a user interface. - :type message: str - :param values: A list of additional error details related to the autoscale - error. - :type values: list[~azure.batch.models.NameValuePair] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'values': {'key': 'values', 'type': '[NameValuePair]'}, - } - - def __init__(self, **kwargs): - super(AutoScaleRunError, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - self.values = kwargs.get('values', None) diff --git a/azure-batch/azure/batch/models/auto_scale_run_error_py3.py b/azure-batch/azure/batch/models/auto_scale_run_error_py3.py deleted file mode 100644 index 8ffa9805d52d..000000000000 --- a/azure-batch/azure/batch/models/auto_scale_run_error_py3.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AutoScaleRunError(Model): - """An error that occurred when executing or evaluating a pool autoscale - formula. - - :param code: An identifier for the autoscale error. Codes are invariant - and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the autoscale error, intended to be - suitable for display in a user interface. - :type message: str - :param values: A list of additional error details related to the autoscale - error. - :type values: list[~azure.batch.models.NameValuePair] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'values': {'key': 'values', 'type': '[NameValuePair]'}, - } - - def __init__(self, *, code: str=None, message: str=None, values=None, **kwargs) -> None: - super(AutoScaleRunError, self).__init__(**kwargs) - self.code = code - self.message = message - self.values = values diff --git a/azure-batch/azure/batch/models/auto_scale_run_py3.py b/azure-batch/azure/batch/models/auto_scale_run_py3.py deleted file mode 100644 index 9f58e936bacc..000000000000 --- a/azure-batch/azure/batch/models/auto_scale_run_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AutoScaleRun(Model): - """The results and errors from an execution of a pool autoscale formula. - - All required parameters must be populated in order to send to Azure. - - :param timestamp: Required. The time at which the autoscale formula was - last evaluated. - :type timestamp: datetime - :param results: The final values of all variables used in the evaluation - of the autoscale formula. Each variable value is returned in the form - $variable=value, and variables are separated by semicolons. - :type results: str - :param error: Details of the error encountered evaluating the autoscale - formula on the pool, if the evaluation was unsuccessful. - :type error: ~azure.batch.models.AutoScaleRunError - """ - - _validation = { - 'timestamp': {'required': True}, - } - - _attribute_map = { - 'timestamp': {'key': 'timestamp', 'type': 'iso-8601'}, - 'results': {'key': 'results', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'AutoScaleRunError'}, - } - - def __init__(self, *, timestamp, results: str=None, error=None, **kwargs) -> None: - super(AutoScaleRun, self).__init__(**kwargs) - self.timestamp = timestamp - self.results = results - self.error = error diff --git a/azure-batch/azure/batch/models/auto_user_specification.py b/azure-batch/azure/batch/models/auto_user_specification.py deleted file mode 100644 index 60127c74cafe..000000000000 --- a/azure-batch/azure/batch/models/auto_user_specification.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AutoUserSpecification(Model): - """Specifies the parameters for the auto user that runs a task on the Batch - service. - - :param scope: The scope for the auto user. The default value is task. - Possible values include: 'task', 'pool' - :type scope: str or ~azure.batch.models.AutoUserScope - :param elevation_level: The elevation level of the auto user. The default - value is nonAdmin. Possible values include: 'nonAdmin', 'admin' - :type elevation_level: str or ~azure.batch.models.ElevationLevel - """ - - _attribute_map = { - 'scope': {'key': 'scope', 'type': 'AutoUserScope'}, - 'elevation_level': {'key': 'elevationLevel', 'type': 'ElevationLevel'}, - } - - def __init__(self, **kwargs): - super(AutoUserSpecification, self).__init__(**kwargs) - self.scope = kwargs.get('scope', None) - self.elevation_level = kwargs.get('elevation_level', None) diff --git a/azure-batch/azure/batch/models/auto_user_specification_py3.py b/azure-batch/azure/batch/models/auto_user_specification_py3.py deleted file mode 100644 index bc590d2cea96..000000000000 --- a/azure-batch/azure/batch/models/auto_user_specification_py3.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class AutoUserSpecification(Model): - """Specifies the parameters for the auto user that runs a task on the Batch - service. - - :param scope: The scope for the auto user. The default value is task. - Possible values include: 'task', 'pool' - :type scope: str or ~azure.batch.models.AutoUserScope - :param elevation_level: The elevation level of the auto user. The default - value is nonAdmin. Possible values include: 'nonAdmin', 'admin' - :type elevation_level: str or ~azure.batch.models.ElevationLevel - """ - - _attribute_map = { - 'scope': {'key': 'scope', 'type': 'AutoUserScope'}, - 'elevation_level': {'key': 'elevationLevel', 'type': 'ElevationLevel'}, - } - - def __init__(self, *, scope=None, elevation_level=None, **kwargs) -> None: - super(AutoUserSpecification, self).__init__(**kwargs) - self.scope = scope - self.elevation_level = elevation_level diff --git a/azure-batch/azure/batch/models/batch_error.py b/azure-batch/azure/batch/models/batch_error.py deleted file mode 100644 index 3857ac960880..000000000000 --- a/azure-batch/azure/batch/models/batch_error.py +++ /dev/null @@ -1,52 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model -from msrest.exceptions import HttpOperationError - - -class BatchError(Model): - """An error response received from the Azure Batch service. - - :param code: An identifier for the error. Codes are invariant and are - intended to be consumed programmatically. - :type code: str - :param message: A message describing the error, intended to be suitable - for display in a user interface. - :type message: ~azure.batch.models.ErrorMessage - :param values: A collection of key-value pairs containing additional - details about the error. - :type values: list[~azure.batch.models.BatchErrorDetail] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'ErrorMessage'}, - 'values': {'key': 'values', 'type': '[BatchErrorDetail]'}, - } - - def __init__(self, **kwargs): - super(BatchError, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - self.values = kwargs.get('values', None) - - -class BatchErrorException(HttpOperationError): - """Server responsed with exception of type: 'BatchError'. - - :param deserialize: A deserializer - :param response: Server response to be deserialized. - """ - - def __init__(self, deserialize, response, *args): - - super(BatchErrorException, self).__init__(deserialize, response, 'BatchError', *args) diff --git a/azure-batch/azure/batch/models/batch_error_detail.py b/azure-batch/azure/batch/models/batch_error_detail.py deleted file mode 100644 index a892678ce2f7..000000000000 --- a/azure-batch/azure/batch/models/batch_error_detail.py +++ /dev/null @@ -1,33 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class BatchErrorDetail(Model): - """An item of additional information included in an Azure Batch error - response. - - :param key: An identifier specifying the meaning of the Value property. - :type key: str - :param value: The additional information included with the error response. - :type value: str - """ - - _attribute_map = { - 'key': {'key': 'key', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(BatchErrorDetail, self).__init__(**kwargs) - self.key = kwargs.get('key', None) - self.value = kwargs.get('value', None) diff --git a/azure-batch/azure/batch/models/batch_error_detail_py3.py b/azure-batch/azure/batch/models/batch_error_detail_py3.py deleted file mode 100644 index 8aa8a85bc0d6..000000000000 --- a/azure-batch/azure/batch/models/batch_error_detail_py3.py +++ /dev/null @@ -1,33 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class BatchErrorDetail(Model): - """An item of additional information included in an Azure Batch error - response. - - :param key: An identifier specifying the meaning of the Value property. - :type key: str - :param value: The additional information included with the error response. - :type value: str - """ - - _attribute_map = { - 'key': {'key': 'key', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, *, key: str=None, value: str=None, **kwargs) -> None: - super(BatchErrorDetail, self).__init__(**kwargs) - self.key = key - self.value = value diff --git a/azure-batch/azure/batch/models/batch_error_py3.py b/azure-batch/azure/batch/models/batch_error_py3.py deleted file mode 100644 index a6e49569fd10..000000000000 --- a/azure-batch/azure/batch/models/batch_error_py3.py +++ /dev/null @@ -1,52 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model -from msrest.exceptions import HttpOperationError - - -class BatchError(Model): - """An error response received from the Azure Batch service. - - :param code: An identifier for the error. Codes are invariant and are - intended to be consumed programmatically. - :type code: str - :param message: A message describing the error, intended to be suitable - for display in a user interface. - :type message: ~azure.batch.models.ErrorMessage - :param values: A collection of key-value pairs containing additional - details about the error. - :type values: list[~azure.batch.models.BatchErrorDetail] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'ErrorMessage'}, - 'values': {'key': 'values', 'type': '[BatchErrorDetail]'}, - } - - def __init__(self, *, code: str=None, message=None, values=None, **kwargs) -> None: - super(BatchError, self).__init__(**kwargs) - self.code = code - self.message = message - self.values = values - - -class BatchErrorException(HttpOperationError): - """Server responsed with exception of type: 'BatchError'. - - :param deserialize: A deserializer - :param response: Server response to be deserialized. - """ - - def __init__(self, deserialize, response, *args): - - super(BatchErrorException, self).__init__(deserialize, response, 'BatchError', *args) diff --git a/azure-batch/azure/batch/models/certificate.py b/azure-batch/azure/batch/models/certificate.py deleted file mode 100644 index e44c3f85ac6a..000000000000 --- a/azure-batch/azure/batch/models/certificate.py +++ /dev/null @@ -1,71 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class Certificate(Model): - """A certificate that can be installed on compute nodes and can be used to - authenticate operations on the machine. - - :param thumbprint: The X.509 thumbprint of the certificate. This is a - sequence of up to 40 hex digits. - :type thumbprint: str - :param thumbprint_algorithm: The algorithm used to derive the thumbprint. - :type thumbprint_algorithm: str - :param url: The URL of the certificate. - :type url: str - :param state: The current state of the certificate. Possible values - include: 'active', 'deleting', 'deleteFailed' - :type state: str or ~azure.batch.models.CertificateState - :param state_transition_time: The time at which the certificate entered - its current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the certificate. This - property is not set if the certificate is in its initial active state. - Possible values include: 'active', 'deleting', 'deleteFailed' - :type previous_state: str or ~azure.batch.models.CertificateState - :param previous_state_transition_time: The time at which the certificate - entered its previous state. This property is not set if the certificate is - in its initial Active state. - :type previous_state_transition_time: datetime - :param public_data: The public part of the certificate as a base-64 - encoded .cer file. - :type public_data: str - :param delete_certificate_error: The error that occurred on the last - attempt to delete this certificate. This property is set only if the - certificate is in the DeleteFailed state. - :type delete_certificate_error: ~azure.batch.models.DeleteCertificateError - """ - - _attribute_map = { - 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, - 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'state': {'key': 'state', 'type': 'CertificateState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'CertificateState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'public_data': {'key': 'publicData', 'type': 'str'}, - 'delete_certificate_error': {'key': 'deleteCertificateError', 'type': 'DeleteCertificateError'}, - } - - def __init__(self, **kwargs): - super(Certificate, self).__init__(**kwargs) - self.thumbprint = kwargs.get('thumbprint', None) - self.thumbprint_algorithm = kwargs.get('thumbprint_algorithm', None) - self.url = kwargs.get('url', None) - self.state = kwargs.get('state', None) - self.state_transition_time = kwargs.get('state_transition_time', None) - self.previous_state = kwargs.get('previous_state', None) - self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) - self.public_data = kwargs.get('public_data', None) - self.delete_certificate_error = kwargs.get('delete_certificate_error', None) diff --git a/azure-batch/azure/batch/models/certificate_add_options.py b/azure-batch/azure/batch/models/certificate_add_options.py deleted file mode 100644 index f2c8d5bbe9af..000000000000 --- a/azure-batch/azure/batch/models/certificate_add_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(CertificateAddOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/certificate_add_options_py3.py b/azure-batch/azure/batch/models/certificate_add_options_py3.py deleted file mode 100644 index c7d61b365e8a..000000000000 --- a/azure-batch/azure/batch/models/certificate_add_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(CertificateAddOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/certificate_add_parameter.py b/azure-batch/azure/batch/models/certificate_add_parameter.py deleted file mode 100644 index 809efd6602d1..000000000000 --- a/azure-batch/azure/batch/models/certificate_add_parameter.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateAddParameter(Model): - """A certificate that can be installed on compute nodes and can be used to - authenticate operations on the machine. - - All required parameters must be populated in order to send to Azure. - - :param thumbprint: Required. The X.509 thumbprint of the certificate. This - is a sequence of up to 40 hex digits (it may include spaces but these are - removed). - :type thumbprint: str - :param thumbprint_algorithm: Required. The algorithm used to derive the - thumbprint. This must be sha1. - :type thumbprint_algorithm: str - :param data: Required. The base64-encoded contents of the certificate. The - maximum size is 10KB. - :type data: str - :param certificate_format: The format of the certificate data. Possible - values include: 'pfx', 'cer' - :type certificate_format: str or ~azure.batch.models.CertificateFormat - :param password: The password to access the certificate's private key. - This is required if the certificate format is pfx. It should be omitted if - the certificate format is cer. - :type password: str - """ - - _validation = { - 'thumbprint': {'required': True}, - 'thumbprint_algorithm': {'required': True}, - 'data': {'required': True}, - } - - _attribute_map = { - 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, - 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, - 'data': {'key': 'data', 'type': 'str'}, - 'certificate_format': {'key': 'certificateFormat', 'type': 'CertificateFormat'}, - 'password': {'key': 'password', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(CertificateAddParameter, self).__init__(**kwargs) - self.thumbprint = kwargs.get('thumbprint', None) - self.thumbprint_algorithm = kwargs.get('thumbprint_algorithm', None) - self.data = kwargs.get('data', None) - self.certificate_format = kwargs.get('certificate_format', None) - self.password = kwargs.get('password', None) diff --git a/azure-batch/azure/batch/models/certificate_add_parameter_py3.py b/azure-batch/azure/batch/models/certificate_add_parameter_py3.py deleted file mode 100644 index 2a560b2b1810..000000000000 --- a/azure-batch/azure/batch/models/certificate_add_parameter_py3.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateAddParameter(Model): - """A certificate that can be installed on compute nodes and can be used to - authenticate operations on the machine. - - All required parameters must be populated in order to send to Azure. - - :param thumbprint: Required. The X.509 thumbprint of the certificate. This - is a sequence of up to 40 hex digits (it may include spaces but these are - removed). - :type thumbprint: str - :param thumbprint_algorithm: Required. The algorithm used to derive the - thumbprint. This must be sha1. - :type thumbprint_algorithm: str - :param data: Required. The base64-encoded contents of the certificate. The - maximum size is 10KB. - :type data: str - :param certificate_format: The format of the certificate data. Possible - values include: 'pfx', 'cer' - :type certificate_format: str or ~azure.batch.models.CertificateFormat - :param password: The password to access the certificate's private key. - This is required if the certificate format is pfx. It should be omitted if - the certificate format is cer. - :type password: str - """ - - _validation = { - 'thumbprint': {'required': True}, - 'thumbprint_algorithm': {'required': True}, - 'data': {'required': True}, - } - - _attribute_map = { - 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, - 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, - 'data': {'key': 'data', 'type': 'str'}, - 'certificate_format': {'key': 'certificateFormat', 'type': 'CertificateFormat'}, - 'password': {'key': 'password', 'type': 'str'}, - } - - def __init__(self, *, thumbprint: str, thumbprint_algorithm: str, data: str, certificate_format=None, password: str=None, **kwargs) -> None: - super(CertificateAddParameter, self).__init__(**kwargs) - self.thumbprint = thumbprint - self.thumbprint_algorithm = thumbprint_algorithm - self.data = data - self.certificate_format = certificate_format - self.password = password diff --git a/azure-batch/azure/batch/models/certificate_cancel_deletion_options.py b/azure-batch/azure/batch/models/certificate_cancel_deletion_options.py deleted file mode 100644 index 5c7c936ca603..000000000000 --- a/azure-batch/azure/batch/models/certificate_cancel_deletion_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateCancelDeletionOptions(Model): - """Additional parameters for cancel_deletion operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(CertificateCancelDeletionOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/certificate_cancel_deletion_options_py3.py b/azure-batch/azure/batch/models/certificate_cancel_deletion_options_py3.py deleted file mode 100644 index 8afbcf2419d9..000000000000 --- a/azure-batch/azure/batch/models/certificate_cancel_deletion_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateCancelDeletionOptions(Model): - """Additional parameters for cancel_deletion operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(CertificateCancelDeletionOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/certificate_delete_options.py b/azure-batch/azure/batch/models/certificate_delete_options.py deleted file mode 100644 index 5ff7ee832ac7..000000000000 --- a/azure-batch/azure/batch/models/certificate_delete_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(CertificateDeleteOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/certificate_delete_options_py3.py b/azure-batch/azure/batch/models/certificate_delete_options_py3.py deleted file mode 100644 index 47f91b10421a..000000000000 --- a/azure-batch/azure/batch/models/certificate_delete_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(CertificateDeleteOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/certificate_get_options.py b/azure-batch/azure/batch/models/certificate_get_options.py deleted file mode 100644 index 2b474c17c435..000000000000 --- a/azure-batch/azure/batch/models/certificate_get_options.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(CertificateGetOptions, self).__init__(**kwargs) - self.select = kwargs.get('select', None) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/certificate_get_options_py3.py b/azure-batch/azure/batch/models/certificate_get_options_py3.py deleted file mode 100644 index 4bd6bb7003ee..000000000000 --- a/azure-batch/azure/batch/models/certificate_get_options_py3.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, select: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(CertificateGetOptions, self).__init__(**kwargs) - self.select = select - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/certificate_list_options.py b/azure-batch/azure/batch/models/certificate_list_options.py deleted file mode 100644 index cb3134afdf8c..000000000000 --- a/azure-batch/azure/batch/models/certificate_list_options.py +++ /dev/null @@ -1,61 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 certificates can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(CertificateListOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/certificate_list_options_py3.py b/azure-batch/azure/batch/models/certificate_list_options_py3.py deleted file mode 100644 index 461b80444208..000000000000 --- a/azure-batch/azure/batch/models/certificate_list_options_py3.py +++ /dev/null @@ -1,61 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 certificates can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(CertificateListOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/certificate_paged.py b/azure-batch/azure/batch/models/certificate_paged.py deleted file mode 100644 index 985d7838de29..000000000000 --- a/azure-batch/azure/batch/models/certificate_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class CertificatePaged(Paged): - """ - A paging container for iterating over a list of :class:`Certificate ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[Certificate]'} - } - - def __init__(self, *args, **kwargs): - - super(CertificatePaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/certificate_py3.py b/azure-batch/azure/batch/models/certificate_py3.py deleted file mode 100644 index 4e0b71c5f8f1..000000000000 --- a/azure-batch/azure/batch/models/certificate_py3.py +++ /dev/null @@ -1,71 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class Certificate(Model): - """A certificate that can be installed on compute nodes and can be used to - authenticate operations on the machine. - - :param thumbprint: The X.509 thumbprint of the certificate. This is a - sequence of up to 40 hex digits. - :type thumbprint: str - :param thumbprint_algorithm: The algorithm used to derive the thumbprint. - :type thumbprint_algorithm: str - :param url: The URL of the certificate. - :type url: str - :param state: The current state of the certificate. Possible values - include: 'active', 'deleting', 'deleteFailed' - :type state: str or ~azure.batch.models.CertificateState - :param state_transition_time: The time at which the certificate entered - its current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the certificate. This - property is not set if the certificate is in its initial active state. - Possible values include: 'active', 'deleting', 'deleteFailed' - :type previous_state: str or ~azure.batch.models.CertificateState - :param previous_state_transition_time: The time at which the certificate - entered its previous state. This property is not set if the certificate is - in its initial Active state. - :type previous_state_transition_time: datetime - :param public_data: The public part of the certificate as a base-64 - encoded .cer file. - :type public_data: str - :param delete_certificate_error: The error that occurred on the last - attempt to delete this certificate. This property is set only if the - certificate is in the DeleteFailed state. - :type delete_certificate_error: ~azure.batch.models.DeleteCertificateError - """ - - _attribute_map = { - 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, - 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'state': {'key': 'state', 'type': 'CertificateState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'CertificateState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'public_data': {'key': 'publicData', 'type': 'str'}, - 'delete_certificate_error': {'key': 'deleteCertificateError', 'type': 'DeleteCertificateError'}, - } - - def __init__(self, *, thumbprint: str=None, thumbprint_algorithm: str=None, url: str=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, public_data: str=None, delete_certificate_error=None, **kwargs) -> None: - super(Certificate, self).__init__(**kwargs) - self.thumbprint = thumbprint - self.thumbprint_algorithm = thumbprint_algorithm - self.url = url - self.state = state - self.state_transition_time = state_transition_time - self.previous_state = previous_state - self.previous_state_transition_time = previous_state_transition_time - self.public_data = public_data - self.delete_certificate_error = delete_certificate_error diff --git a/azure-batch/azure/batch/models/certificate_reference.py b/azure-batch/azure/batch/models/certificate_reference.py deleted file mode 100644 index 976c19086631..000000000000 --- a/azure-batch/azure/batch/models/certificate_reference.py +++ /dev/null @@ -1,70 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateReference(Model): - """A reference to a certificate to be installed on compute nodes in a pool. - - All required parameters must be populated in order to send to Azure. - - :param thumbprint: Required. The thumbprint of the certificate. - :type thumbprint: str - :param thumbprint_algorithm: Required. The algorithm with which the - thumbprint is associated. This must be sha1. - :type thumbprint_algorithm: str - :param store_location: The location of the certificate store on the - compute node into which to install the certificate. The default value is - currentuser. This property is applicable only for pools configured with - Windows nodes (that is, created with cloudServiceConfiguration, or with - virtualMachineConfiguration using a Windows image reference). For Linux - compute nodes, the certificates are stored in a directory inside the task - working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is - supplied to the task to query for this location. For certificates with - visibility of 'remoteUser', a 'certs' directory is created in the user's - home directory (e.g., /home/{user-name}/certs) and certificates are placed - in that directory. Possible values include: 'currentUser', 'localMachine' - :type store_location: str or ~azure.batch.models.CertificateStoreLocation - :param store_name: The name of the certificate store on the compute node - into which to install the certificate. This property is applicable only - for pools configured with Windows nodes (that is, created with - cloudServiceConfiguration, or with virtualMachineConfiguration using a - Windows image reference). Common store names include: My, Root, CA, Trust, - Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but - any custom store name can also be used. The default value is My. - :type store_name: str - :param visibility: Which user accounts on the compute node should have - access to the private data of the certificate. You can specify more than - one visibility in this collection. The default is all accounts. - :type visibility: list[str or ~azure.batch.models.CertificateVisibility] - """ - - _validation = { - 'thumbprint': {'required': True}, - 'thumbprint_algorithm': {'required': True}, - } - - _attribute_map = { - 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, - 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, - 'store_location': {'key': 'storeLocation', 'type': 'CertificateStoreLocation'}, - 'store_name': {'key': 'storeName', 'type': 'str'}, - 'visibility': {'key': 'visibility', 'type': '[CertificateVisibility]'}, - } - - def __init__(self, **kwargs): - super(CertificateReference, self).__init__(**kwargs) - self.thumbprint = kwargs.get('thumbprint', None) - self.thumbprint_algorithm = kwargs.get('thumbprint_algorithm', None) - self.store_location = kwargs.get('store_location', None) - self.store_name = kwargs.get('store_name', None) - self.visibility = kwargs.get('visibility', None) diff --git a/azure-batch/azure/batch/models/certificate_reference_py3.py b/azure-batch/azure/batch/models/certificate_reference_py3.py deleted file mode 100644 index 46e52e27581d..000000000000 --- a/azure-batch/azure/batch/models/certificate_reference_py3.py +++ /dev/null @@ -1,70 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CertificateReference(Model): - """A reference to a certificate to be installed on compute nodes in a pool. - - All required parameters must be populated in order to send to Azure. - - :param thumbprint: Required. The thumbprint of the certificate. - :type thumbprint: str - :param thumbprint_algorithm: Required. The algorithm with which the - thumbprint is associated. This must be sha1. - :type thumbprint_algorithm: str - :param store_location: The location of the certificate store on the - compute node into which to install the certificate. The default value is - currentuser. This property is applicable only for pools configured with - Windows nodes (that is, created with cloudServiceConfiguration, or with - virtualMachineConfiguration using a Windows image reference). For Linux - compute nodes, the certificates are stored in a directory inside the task - working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is - supplied to the task to query for this location. For certificates with - visibility of 'remoteUser', a 'certs' directory is created in the user's - home directory (e.g., /home/{user-name}/certs) and certificates are placed - in that directory. Possible values include: 'currentUser', 'localMachine' - :type store_location: str or ~azure.batch.models.CertificateStoreLocation - :param store_name: The name of the certificate store on the compute node - into which to install the certificate. This property is applicable only - for pools configured with Windows nodes (that is, created with - cloudServiceConfiguration, or with virtualMachineConfiguration using a - Windows image reference). Common store names include: My, Root, CA, Trust, - Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but - any custom store name can also be used. The default value is My. - :type store_name: str - :param visibility: Which user accounts on the compute node should have - access to the private data of the certificate. You can specify more than - one visibility in this collection. The default is all accounts. - :type visibility: list[str or ~azure.batch.models.CertificateVisibility] - """ - - _validation = { - 'thumbprint': {'required': True}, - 'thumbprint_algorithm': {'required': True}, - } - - _attribute_map = { - 'thumbprint': {'key': 'thumbprint', 'type': 'str'}, - 'thumbprint_algorithm': {'key': 'thumbprintAlgorithm', 'type': 'str'}, - 'store_location': {'key': 'storeLocation', 'type': 'CertificateStoreLocation'}, - 'store_name': {'key': 'storeName', 'type': 'str'}, - 'visibility': {'key': 'visibility', 'type': '[CertificateVisibility]'}, - } - - def __init__(self, *, thumbprint: str, thumbprint_algorithm: str, store_location=None, store_name: str=None, visibility=None, **kwargs) -> None: - super(CertificateReference, self).__init__(**kwargs) - self.thumbprint = thumbprint - self.thumbprint_algorithm = thumbprint_algorithm - self.store_location = store_location - self.store_name = store_name - self.visibility = visibility diff --git a/azure-batch/azure/batch/models/cloud_job.py b/azure-batch/azure/batch/models/cloud_job.py deleted file mode 100644 index 4e6cafbf48d9..000000000000 --- a/azure-batch/azure/batch/models/cloud_job.py +++ /dev/null @@ -1,158 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudJob(Model): - """An Azure Batch job. - - :param id: A string that uniquely identifies the job within the account. - The ID is case-preserving and case-insensitive (that is, you may not have - two IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the job. - :type display_name: str - :param uses_task_dependencies: Whether tasks in the job can define - dependencies on each other. The default is false. - :type uses_task_dependencies: bool - :param url: The URL of the job. - :type url: str - :param e_tag: The ETag of the job. This is an opaque string. You can use - it to detect whether the job has changed between requests. In particular, - you can be pass the ETag when updating a job to specify that your changes - should take effect only if nobody else has modified the job in the - meantime. - :type e_tag: str - :param last_modified: The last modified time of the job. This is the last - time at which the job level data, such as the job state or priority, - changed. It does not factor in task-level changes such as adding new tasks - or tasks changing state. - :type last_modified: datetime - :param creation_time: The creation time of the job. - :type creation_time: datetime - :param state: The current state of the job. Possible values include: - 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', - 'deleting' - :type state: str or ~azure.batch.models.JobState - :param state_transition_time: The time at which the job entered its - current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the job. This property is not - set if the job is in its initial Active state. Possible values include: - 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', - 'deleting' - :type previous_state: str or ~azure.batch.models.JobState - :param previous_state_transition_time: The time at which the job entered - its previous state. This property is not set if the job is in its initial - Active state. - :type previous_state_transition_time: datetime - :param priority: The priority of the job. Priority values can range from - -1000 to 1000, with -1000 being the lowest priority and 1000 being the - highest priority. The default value is 0. - :type priority: int - :param constraints: The execution constraints for the job. - :type constraints: ~azure.batch.models.JobConstraints - :param job_manager_task: Details of a Job Manager task to be launched when - the job is started. - :type job_manager_task: ~azure.batch.models.JobManagerTask - :param job_preparation_task: The Job Preparation task. The Job Preparation - task is a special task run on each node before any other task of the job. - :type job_preparation_task: ~azure.batch.models.JobPreparationTask - :param job_release_task: The Job Release task. The Job Release task is a - special task run at the end of the job on each node that has run any other - task of the job. - :type job_release_task: ~azure.batch.models.JobReleaseTask - :param common_environment_settings: The list of common environment - variable settings. These environment variables are set for all tasks in - the job (including the Job Manager, Job Preparation and Job Release - tasks). Individual tasks can override an environment setting specified - here by specifying the same setting name with a different value. - :type common_environment_settings: - list[~azure.batch.models.EnvironmentSetting] - :param pool_info: The pool settings associated with the job. - :type pool_info: ~azure.batch.models.PoolInformation - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in the job are in the completed state. The default is - noaction. Possible values include: 'noAction', 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - :param on_task_failure: The action the Batch service should take when any - task in the job fails. A task is considered to have failed if has a - failureInfo. A failureInfo is set if the task completes with a non-zero - exit code after exhausting its retry count, or if there was an error - starting the task, for example due to a resource file download error. The - default is noaction. Possible values include: 'noAction', - 'performExitOptionsJobAction' - :type on_task_failure: str or ~azure.batch.models.OnTaskFailure - :param metadata: A list of name-value pairs associated with the job as - metadata. The Batch service does not assign any meaning to metadata; it is - solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - :param execution_info: The execution information for the job. - :type execution_info: ~azure.batch.models.JobExecutionInformation - :param stats: Resource usage statistics for the entire lifetime of the - job. The statistics may not be immediately available. The Batch service - performs periodic roll-up of statistics. The typical delay is about 30 - minutes. - :type stats: ~azure.batch.models.JobStatistics - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, - 'url': {'key': 'url', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'JobState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'JobState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'priority': {'key': 'priority', 'type': 'int'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, - 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, - 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, - 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'execution_info': {'key': 'executionInfo', 'type': 'JobExecutionInformation'}, - 'stats': {'key': 'stats', 'type': 'JobStatistics'}, - } - - def __init__(self, **kwargs): - super(CloudJob, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.uses_task_dependencies = kwargs.get('uses_task_dependencies', None) - self.url = kwargs.get('url', None) - self.e_tag = kwargs.get('e_tag', None) - self.last_modified = kwargs.get('last_modified', None) - self.creation_time = kwargs.get('creation_time', None) - self.state = kwargs.get('state', None) - self.state_transition_time = kwargs.get('state_transition_time', None) - self.previous_state = kwargs.get('previous_state', None) - self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) - self.priority = kwargs.get('priority', None) - self.constraints = kwargs.get('constraints', None) - self.job_manager_task = kwargs.get('job_manager_task', None) - self.job_preparation_task = kwargs.get('job_preparation_task', None) - self.job_release_task = kwargs.get('job_release_task', None) - self.common_environment_settings = kwargs.get('common_environment_settings', None) - self.pool_info = kwargs.get('pool_info', None) - self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) - self.on_task_failure = kwargs.get('on_task_failure', None) - self.metadata = kwargs.get('metadata', None) - self.execution_info = kwargs.get('execution_info', None) - self.stats = kwargs.get('stats', None) diff --git a/azure-batch/azure/batch/models/cloud_job_paged.py b/azure-batch/azure/batch/models/cloud_job_paged.py deleted file mode 100644 index c642458fc4bc..000000000000 --- a/azure-batch/azure/batch/models/cloud_job_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class CloudJobPaged(Paged): - """ - A paging container for iterating over a list of :class:`CloudJob ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[CloudJob]'} - } - - def __init__(self, *args, **kwargs): - - super(CloudJobPaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/cloud_job_py3.py b/azure-batch/azure/batch/models/cloud_job_py3.py deleted file mode 100644 index 226cb3bb7cc3..000000000000 --- a/azure-batch/azure/batch/models/cloud_job_py3.py +++ /dev/null @@ -1,158 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudJob(Model): - """An Azure Batch job. - - :param id: A string that uniquely identifies the job within the account. - The ID is case-preserving and case-insensitive (that is, you may not have - two IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the job. - :type display_name: str - :param uses_task_dependencies: Whether tasks in the job can define - dependencies on each other. The default is false. - :type uses_task_dependencies: bool - :param url: The URL of the job. - :type url: str - :param e_tag: The ETag of the job. This is an opaque string. You can use - it to detect whether the job has changed between requests. In particular, - you can be pass the ETag when updating a job to specify that your changes - should take effect only if nobody else has modified the job in the - meantime. - :type e_tag: str - :param last_modified: The last modified time of the job. This is the last - time at which the job level data, such as the job state or priority, - changed. It does not factor in task-level changes such as adding new tasks - or tasks changing state. - :type last_modified: datetime - :param creation_time: The creation time of the job. - :type creation_time: datetime - :param state: The current state of the job. Possible values include: - 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', - 'deleting' - :type state: str or ~azure.batch.models.JobState - :param state_transition_time: The time at which the job entered its - current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the job. This property is not - set if the job is in its initial Active state. Possible values include: - 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', - 'deleting' - :type previous_state: str or ~azure.batch.models.JobState - :param previous_state_transition_time: The time at which the job entered - its previous state. This property is not set if the job is in its initial - Active state. - :type previous_state_transition_time: datetime - :param priority: The priority of the job. Priority values can range from - -1000 to 1000, with -1000 being the lowest priority and 1000 being the - highest priority. The default value is 0. - :type priority: int - :param constraints: The execution constraints for the job. - :type constraints: ~azure.batch.models.JobConstraints - :param job_manager_task: Details of a Job Manager task to be launched when - the job is started. - :type job_manager_task: ~azure.batch.models.JobManagerTask - :param job_preparation_task: The Job Preparation task. The Job Preparation - task is a special task run on each node before any other task of the job. - :type job_preparation_task: ~azure.batch.models.JobPreparationTask - :param job_release_task: The Job Release task. The Job Release task is a - special task run at the end of the job on each node that has run any other - task of the job. - :type job_release_task: ~azure.batch.models.JobReleaseTask - :param common_environment_settings: The list of common environment - variable settings. These environment variables are set for all tasks in - the job (including the Job Manager, Job Preparation and Job Release - tasks). Individual tasks can override an environment setting specified - here by specifying the same setting name with a different value. - :type common_environment_settings: - list[~azure.batch.models.EnvironmentSetting] - :param pool_info: The pool settings associated with the job. - :type pool_info: ~azure.batch.models.PoolInformation - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in the job are in the completed state. The default is - noaction. Possible values include: 'noAction', 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - :param on_task_failure: The action the Batch service should take when any - task in the job fails. A task is considered to have failed if has a - failureInfo. A failureInfo is set if the task completes with a non-zero - exit code after exhausting its retry count, or if there was an error - starting the task, for example due to a resource file download error. The - default is noaction. Possible values include: 'noAction', - 'performExitOptionsJobAction' - :type on_task_failure: str or ~azure.batch.models.OnTaskFailure - :param metadata: A list of name-value pairs associated with the job as - metadata. The Batch service does not assign any meaning to metadata; it is - solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - :param execution_info: The execution information for the job. - :type execution_info: ~azure.batch.models.JobExecutionInformation - :param stats: Resource usage statistics for the entire lifetime of the - job. The statistics may not be immediately available. The Batch service - performs periodic roll-up of statistics. The typical delay is about 30 - minutes. - :type stats: ~azure.batch.models.JobStatistics - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, - 'url': {'key': 'url', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'JobState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'JobState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'priority': {'key': 'priority', 'type': 'int'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, - 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, - 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, - 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'execution_info': {'key': 'executionInfo', 'type': 'JobExecutionInformation'}, - 'stats': {'key': 'stats', 'type': 'JobStatistics'}, - } - - def __init__(self, *, id: str=None, display_name: str=None, uses_task_dependencies: bool=None, url: str=None, e_tag: str=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, priority: int=None, constraints=None, job_manager_task=None, job_preparation_task=None, job_release_task=None, common_environment_settings=None, pool_info=None, on_all_tasks_complete=None, on_task_failure=None, metadata=None, execution_info=None, stats=None, **kwargs) -> None: - super(CloudJob, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.uses_task_dependencies = uses_task_dependencies - self.url = url - self.e_tag = e_tag - self.last_modified = last_modified - self.creation_time = creation_time - self.state = state - self.state_transition_time = state_transition_time - self.previous_state = previous_state - self.previous_state_transition_time = previous_state_transition_time - self.priority = priority - self.constraints = constraints - self.job_manager_task = job_manager_task - self.job_preparation_task = job_preparation_task - self.job_release_task = job_release_task - self.common_environment_settings = common_environment_settings - self.pool_info = pool_info - self.on_all_tasks_complete = on_all_tasks_complete - self.on_task_failure = on_task_failure - self.metadata = metadata - self.execution_info = execution_info - self.stats = stats diff --git a/azure-batch/azure/batch/models/cloud_job_schedule.py b/azure-batch/azure/batch/models/cloud_job_schedule.py deleted file mode 100644 index 1a2a33fda27d..000000000000 --- a/azure-batch/azure/batch/models/cloud_job_schedule.py +++ /dev/null @@ -1,107 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudJobSchedule(Model): - """A job schedule that allows recurring jobs by specifying when to run jobs - and a specification used to create each job. - - :param id: A string that uniquely identifies the schedule within the - account. - :type id: str - :param display_name: The display name for the schedule. - :type display_name: str - :param url: The URL of the job schedule. - :type url: str - :param e_tag: The ETag of the job schedule. This is an opaque string. You - can use it to detect whether the job schedule has changed between - requests. In particular, you can be pass the ETag with an Update Job - Schedule request to specify that your changes should take effect only if - nobody else has modified the schedule in the meantime. - :type e_tag: str - :param last_modified: The last modified time of the job schedule. This is - the last time at which the schedule level data, such as the job - specification or recurrence information, changed. It does not factor in - job-level changes such as new jobs being created or jobs changing state. - :type last_modified: datetime - :param creation_time: The creation time of the job schedule. - :type creation_time: datetime - :param state: The current state of the job schedule. Possible values - include: 'active', 'completed', 'disabled', 'terminating', 'deleting' - :type state: str or ~azure.batch.models.JobScheduleState - :param state_transition_time: The time at which the job schedule entered - the current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the job schedule. This - property is not present if the job schedule is in its initial active - state. Possible values include: 'active', 'completed', 'disabled', - 'terminating', 'deleting' - :type previous_state: str or ~azure.batch.models.JobScheduleState - :param previous_state_transition_time: The time at which the job schedule - entered its previous state. This property is not present if the job - schedule is in its initial active state. - :type previous_state_transition_time: datetime - :param schedule: The schedule according to which jobs will be created. - :type schedule: ~azure.batch.models.Schedule - :param job_specification: The details of the jobs to be created on this - schedule. - :type job_specification: ~azure.batch.models.JobSpecification - :param execution_info: Information about jobs that have been and will be - run under this schedule. - :type execution_info: ~azure.batch.models.JobScheduleExecutionInformation - :param metadata: A list of name-value pairs associated with the schedule - as metadata. The Batch service does not assign any meaning to metadata; it - is solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - :param stats: The lifetime resource usage statistics for the job schedule. - The statistics may not be immediately available. The Batch service - performs periodic roll-up of statistics. The typical delay is about 30 - minutes. - :type stats: ~azure.batch.models.JobScheduleStatistics - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'JobScheduleState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'JobScheduleState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'schedule': {'key': 'schedule', 'type': 'Schedule'}, - 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, - 'execution_info': {'key': 'executionInfo', 'type': 'JobScheduleExecutionInformation'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'stats': {'key': 'stats', 'type': 'JobScheduleStatistics'}, - } - - def __init__(self, **kwargs): - super(CloudJobSchedule, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.url = kwargs.get('url', None) - self.e_tag = kwargs.get('e_tag', None) - self.last_modified = kwargs.get('last_modified', None) - self.creation_time = kwargs.get('creation_time', None) - self.state = kwargs.get('state', None) - self.state_transition_time = kwargs.get('state_transition_time', None) - self.previous_state = kwargs.get('previous_state', None) - self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) - self.schedule = kwargs.get('schedule', None) - self.job_specification = kwargs.get('job_specification', None) - self.execution_info = kwargs.get('execution_info', None) - self.metadata = kwargs.get('metadata', None) - self.stats = kwargs.get('stats', None) diff --git a/azure-batch/azure/batch/models/cloud_job_schedule_paged.py b/azure-batch/azure/batch/models/cloud_job_schedule_paged.py deleted file mode 100644 index 3abb6f155b10..000000000000 --- a/azure-batch/azure/batch/models/cloud_job_schedule_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class CloudJobSchedulePaged(Paged): - """ - A paging container for iterating over a list of :class:`CloudJobSchedule ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[CloudJobSchedule]'} - } - - def __init__(self, *args, **kwargs): - - super(CloudJobSchedulePaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/cloud_job_schedule_py3.py b/azure-batch/azure/batch/models/cloud_job_schedule_py3.py deleted file mode 100644 index 1542fe56acbe..000000000000 --- a/azure-batch/azure/batch/models/cloud_job_schedule_py3.py +++ /dev/null @@ -1,107 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudJobSchedule(Model): - """A job schedule that allows recurring jobs by specifying when to run jobs - and a specification used to create each job. - - :param id: A string that uniquely identifies the schedule within the - account. - :type id: str - :param display_name: The display name for the schedule. - :type display_name: str - :param url: The URL of the job schedule. - :type url: str - :param e_tag: The ETag of the job schedule. This is an opaque string. You - can use it to detect whether the job schedule has changed between - requests. In particular, you can be pass the ETag with an Update Job - Schedule request to specify that your changes should take effect only if - nobody else has modified the schedule in the meantime. - :type e_tag: str - :param last_modified: The last modified time of the job schedule. This is - the last time at which the schedule level data, such as the job - specification or recurrence information, changed. It does not factor in - job-level changes such as new jobs being created or jobs changing state. - :type last_modified: datetime - :param creation_time: The creation time of the job schedule. - :type creation_time: datetime - :param state: The current state of the job schedule. Possible values - include: 'active', 'completed', 'disabled', 'terminating', 'deleting' - :type state: str or ~azure.batch.models.JobScheduleState - :param state_transition_time: The time at which the job schedule entered - the current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the job schedule. This - property is not present if the job schedule is in its initial active - state. Possible values include: 'active', 'completed', 'disabled', - 'terminating', 'deleting' - :type previous_state: str or ~azure.batch.models.JobScheduleState - :param previous_state_transition_time: The time at which the job schedule - entered its previous state. This property is not present if the job - schedule is in its initial active state. - :type previous_state_transition_time: datetime - :param schedule: The schedule according to which jobs will be created. - :type schedule: ~azure.batch.models.Schedule - :param job_specification: The details of the jobs to be created on this - schedule. - :type job_specification: ~azure.batch.models.JobSpecification - :param execution_info: Information about jobs that have been and will be - run under this schedule. - :type execution_info: ~azure.batch.models.JobScheduleExecutionInformation - :param metadata: A list of name-value pairs associated with the schedule - as metadata. The Batch service does not assign any meaning to metadata; it - is solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - :param stats: The lifetime resource usage statistics for the job schedule. - The statistics may not be immediately available. The Batch service - performs periodic roll-up of statistics. The typical delay is about 30 - minutes. - :type stats: ~azure.batch.models.JobScheduleStatistics - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'JobScheduleState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'JobScheduleState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'schedule': {'key': 'schedule', 'type': 'Schedule'}, - 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, - 'execution_info': {'key': 'executionInfo', 'type': 'JobScheduleExecutionInformation'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'stats': {'key': 'stats', 'type': 'JobScheduleStatistics'}, - } - - def __init__(self, *, id: str=None, display_name: str=None, url: str=None, e_tag: str=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, schedule=None, job_specification=None, execution_info=None, metadata=None, stats=None, **kwargs) -> None: - super(CloudJobSchedule, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.url = url - self.e_tag = e_tag - self.last_modified = last_modified - self.creation_time = creation_time - self.state = state - self.state_transition_time = state_transition_time - self.previous_state = previous_state - self.previous_state_transition_time = previous_state_transition_time - self.schedule = schedule - self.job_specification = job_specification - self.execution_info = execution_info - self.metadata = metadata - self.stats = stats diff --git a/azure-batch/azure/batch/models/cloud_pool.py b/azure-batch/azure/batch/models/cloud_pool.py deleted file mode 100644 index 8d85502dba7f..000000000000 --- a/azure-batch/azure/batch/models/cloud_pool.py +++ /dev/null @@ -1,237 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudPool(Model): - """A pool in the Azure Batch service. - - :param id: A string that uniquely identifies the pool within the account. - The ID can contain any combination of alphanumeric characters including - hyphens and underscores, and cannot contain more than 64 characters. The - ID is case-preserving and case-insensitive (that is, you may not have two - IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the pool. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param url: The URL of the pool. - :type url: str - :param e_tag: The ETag of the pool. This is an opaque string. You can use - it to detect whether the pool has changed between requests. In particular, - you can be pass the ETag when updating a pool to specify that your changes - should take effect only if nobody else has modified the pool in the - meantime. - :type e_tag: str - :param last_modified: The last modified time of the pool. This is the last - time at which the pool level data, such as the targetDedicatedNodes or - enableAutoscale settings, changed. It does not factor in node-level - changes such as a compute node changing state. - :type last_modified: datetime - :param creation_time: The creation time of the pool. - :type creation_time: datetime - :param state: The current state of the pool. Possible values include: - 'active', 'deleting', 'upgrading' - :type state: str or ~azure.batch.models.PoolState - :param state_transition_time: The time at which the pool entered its - current state. - :type state_transition_time: datetime - :param allocation_state: Whether the pool is resizing. Possible values - include: 'steady', 'resizing', 'stopping' - :type allocation_state: str or ~azure.batch.models.AllocationState - :param allocation_state_transition_time: The time at which the pool - entered its current allocation state. - :type allocation_state_transition_time: datetime - :param vm_size: The size of virtual machines in the pool. All virtual - machines in a pool are the same size. For information about available - sizes of virtual machines in pools, see Choose a VM size for compute nodes - in an Azure Batch pool - (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). - :type vm_size: str - :param cloud_service_configuration: The cloud service configuration for - the pool. This property and virtualMachineConfiguration are mutually - exclusive and one of the properties must be specified. This property - cannot be specified if the Batch account was created with its - poolAllocationMode property set to 'UserSubscription'. - :type cloud_service_configuration: - ~azure.batch.models.CloudServiceConfiguration - :param virtual_machine_configuration: The virtual machine configuration - for the pool. This property and cloudServiceConfiguration are mutually - exclusive and one of the properties must be specified. - :type virtual_machine_configuration: - ~azure.batch.models.VirtualMachineConfiguration - :param resize_timeout: The timeout for allocation of compute nodes to the - pool. This is the timeout for the most recent resize operation. (The - initial sizing when the pool is created counts as a resize.) The default - value is 15 minutes. - :type resize_timeout: timedelta - :param resize_errors: A list of errors encountered while performing the - last resize on the pool. This property is set only if one or more errors - occurred during the last pool resize, and only when the pool - allocationState is Steady. - :type resize_errors: list[~azure.batch.models.ResizeError] - :param current_dedicated_nodes: The number of dedicated compute nodes - currently in the pool. - :type current_dedicated_nodes: int - :param current_low_priority_nodes: The number of low-priority compute - nodes currently in the pool. Low-priority compute nodes which have been - preempted are included in this count. - :type current_low_priority_nodes: int - :param target_dedicated_nodes: The desired number of dedicated compute - nodes in the pool. - :type target_dedicated_nodes: int - :param target_low_priority_nodes: The desired number of low-priority - compute nodes in the pool. - :type target_low_priority_nodes: int - :param enable_auto_scale: Whether the pool size should automatically - adjust over time. If false, at least one of targetDedicateNodes and - targetLowPriorityNodes must be specified. If true, the autoScaleFormula - property is required and the pool automatically resizes according to the - formula. The default value is false. - :type enable_auto_scale: bool - :param auto_scale_formula: A formula for the desired number of compute - nodes in the pool. This property is set only if the pool automatically - scales, i.e. enableAutoScale is true. - :type auto_scale_formula: str - :param auto_scale_evaluation_interval: The time interval at which to - automatically adjust the pool size according to the autoscale formula. - This property is set only if the pool automatically scales, i.e. - enableAutoScale is true. - :type auto_scale_evaluation_interval: timedelta - :param auto_scale_run: The results and errors from the last execution of - the autoscale formula. This property is set only if the pool automatically - scales, i.e. enableAutoScale is true. - :type auto_scale_run: ~azure.batch.models.AutoScaleRun - :param enable_inter_node_communication: Whether the pool permits direct - communication between nodes. This imposes restrictions on which nodes can - be assigned to the pool. Specifying this value can reduce the chance of - the requested number of nodes to be allocated in the pool. - :type enable_inter_node_communication: bool - :param network_configuration: The network configuration for the pool. - :type network_configuration: ~azure.batch.models.NetworkConfiguration - :param start_task: A task specified to run on each compute node as it - joins the pool. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: The list of certificates to be installed on - each compute node in the pool. For Windows compute nodes, the Batch - service installs the certificates to the specified certificate store and - location. For Linux compute nodes, the certificates are stored in a - directory inside the task working directory and an environment variable - AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this - location. For certificates with visibility of 'remoteUser', a 'certs' - directory is created in the user's home directory (e.g., - /home/{user-name}/certs) and certificates are placed in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: The list of application packages to - be installed on each compute node in the pool. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param application_licenses: The list of application licenses the Batch - service will make available on each compute node in the pool. The list of - application licenses must be a subset of available Batch service - application licenses. If a license is requested which is not supported, - pool creation will fail. - :type application_licenses: list[str] - :param max_tasks_per_node: The maximum number of tasks that can run - concurrently on a single compute node in the pool. - :type max_tasks_per_node: int - :param task_scheduling_policy: How tasks are distributed across compute - nodes in a pool. - :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy - :param user_accounts: The list of user accounts to be created on each node - in the pool. - :type user_accounts: list[~azure.batch.models.UserAccount] - :param metadata: A list of name-value pairs associated with the pool as - metadata. - :type metadata: list[~azure.batch.models.MetadataItem] - :param stats: Utilization and resource usage statistics for the entire - lifetime of the pool. The statistics may not be immediately available. The - Batch service performs periodic roll-up of statistics. The typical delay - is about 30 minutes. - :type stats: ~azure.batch.models.PoolStatistics - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'PoolState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'allocation_state': {'key': 'allocationState', 'type': 'AllocationState'}, - 'allocation_state_transition_time': {'key': 'allocationStateTransitionTime', 'type': 'iso-8601'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, - 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'resize_errors': {'key': 'resizeErrors', 'type': '[ResizeError]'}, - 'current_dedicated_nodes': {'key': 'currentDedicatedNodes', 'type': 'int'}, - 'current_low_priority_nodes': {'key': 'currentLowPriorityNodes', 'type': 'int'}, - 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, - 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, - 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, - 'auto_scale_run': {'key': 'autoScaleRun', 'type': 'AutoScaleRun'}, - 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, - 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, - 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, - 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, - 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'stats': {'key': 'stats', 'type': 'PoolStatistics'}, - } - - def __init__(self, **kwargs): - super(CloudPool, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.url = kwargs.get('url', None) - self.e_tag = kwargs.get('e_tag', None) - self.last_modified = kwargs.get('last_modified', None) - self.creation_time = kwargs.get('creation_time', None) - self.state = kwargs.get('state', None) - self.state_transition_time = kwargs.get('state_transition_time', None) - self.allocation_state = kwargs.get('allocation_state', None) - self.allocation_state_transition_time = kwargs.get('allocation_state_transition_time', None) - self.vm_size = kwargs.get('vm_size', None) - self.cloud_service_configuration = kwargs.get('cloud_service_configuration', None) - self.virtual_machine_configuration = kwargs.get('virtual_machine_configuration', None) - self.resize_timeout = kwargs.get('resize_timeout', None) - self.resize_errors = kwargs.get('resize_errors', None) - self.current_dedicated_nodes = kwargs.get('current_dedicated_nodes', None) - self.current_low_priority_nodes = kwargs.get('current_low_priority_nodes', None) - self.target_dedicated_nodes = kwargs.get('target_dedicated_nodes', None) - self.target_low_priority_nodes = kwargs.get('target_low_priority_nodes', None) - self.enable_auto_scale = kwargs.get('enable_auto_scale', None) - self.auto_scale_formula = kwargs.get('auto_scale_formula', None) - self.auto_scale_evaluation_interval = kwargs.get('auto_scale_evaluation_interval', None) - self.auto_scale_run = kwargs.get('auto_scale_run', None) - self.enable_inter_node_communication = kwargs.get('enable_inter_node_communication', None) - self.network_configuration = kwargs.get('network_configuration', None) - self.start_task = kwargs.get('start_task', None) - self.certificate_references = kwargs.get('certificate_references', None) - self.application_package_references = kwargs.get('application_package_references', None) - self.application_licenses = kwargs.get('application_licenses', None) - self.max_tasks_per_node = kwargs.get('max_tasks_per_node', None) - self.task_scheduling_policy = kwargs.get('task_scheduling_policy', None) - self.user_accounts = kwargs.get('user_accounts', None) - self.metadata = kwargs.get('metadata', None) - self.stats = kwargs.get('stats', None) diff --git a/azure-batch/azure/batch/models/cloud_pool_paged.py b/azure-batch/azure/batch/models/cloud_pool_paged.py deleted file mode 100644 index c23eb7cdaa97..000000000000 --- a/azure-batch/azure/batch/models/cloud_pool_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class CloudPoolPaged(Paged): - """ - A paging container for iterating over a list of :class:`CloudPool ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[CloudPool]'} - } - - def __init__(self, *args, **kwargs): - - super(CloudPoolPaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/cloud_pool_py3.py b/azure-batch/azure/batch/models/cloud_pool_py3.py deleted file mode 100644 index b1166d42dc01..000000000000 --- a/azure-batch/azure/batch/models/cloud_pool_py3.py +++ /dev/null @@ -1,237 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudPool(Model): - """A pool in the Azure Batch service. - - :param id: A string that uniquely identifies the pool within the account. - The ID can contain any combination of alphanumeric characters including - hyphens and underscores, and cannot contain more than 64 characters. The - ID is case-preserving and case-insensitive (that is, you may not have two - IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the pool. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param url: The URL of the pool. - :type url: str - :param e_tag: The ETag of the pool. This is an opaque string. You can use - it to detect whether the pool has changed between requests. In particular, - you can be pass the ETag when updating a pool to specify that your changes - should take effect only if nobody else has modified the pool in the - meantime. - :type e_tag: str - :param last_modified: The last modified time of the pool. This is the last - time at which the pool level data, such as the targetDedicatedNodes or - enableAutoscale settings, changed. It does not factor in node-level - changes such as a compute node changing state. - :type last_modified: datetime - :param creation_time: The creation time of the pool. - :type creation_time: datetime - :param state: The current state of the pool. Possible values include: - 'active', 'deleting', 'upgrading' - :type state: str or ~azure.batch.models.PoolState - :param state_transition_time: The time at which the pool entered its - current state. - :type state_transition_time: datetime - :param allocation_state: Whether the pool is resizing. Possible values - include: 'steady', 'resizing', 'stopping' - :type allocation_state: str or ~azure.batch.models.AllocationState - :param allocation_state_transition_time: The time at which the pool - entered its current allocation state. - :type allocation_state_transition_time: datetime - :param vm_size: The size of virtual machines in the pool. All virtual - machines in a pool are the same size. For information about available - sizes of virtual machines in pools, see Choose a VM size for compute nodes - in an Azure Batch pool - (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). - :type vm_size: str - :param cloud_service_configuration: The cloud service configuration for - the pool. This property and virtualMachineConfiguration are mutually - exclusive and one of the properties must be specified. This property - cannot be specified if the Batch account was created with its - poolAllocationMode property set to 'UserSubscription'. - :type cloud_service_configuration: - ~azure.batch.models.CloudServiceConfiguration - :param virtual_machine_configuration: The virtual machine configuration - for the pool. This property and cloudServiceConfiguration are mutually - exclusive and one of the properties must be specified. - :type virtual_machine_configuration: - ~azure.batch.models.VirtualMachineConfiguration - :param resize_timeout: The timeout for allocation of compute nodes to the - pool. This is the timeout for the most recent resize operation. (The - initial sizing when the pool is created counts as a resize.) The default - value is 15 minutes. - :type resize_timeout: timedelta - :param resize_errors: A list of errors encountered while performing the - last resize on the pool. This property is set only if one or more errors - occurred during the last pool resize, and only when the pool - allocationState is Steady. - :type resize_errors: list[~azure.batch.models.ResizeError] - :param current_dedicated_nodes: The number of dedicated compute nodes - currently in the pool. - :type current_dedicated_nodes: int - :param current_low_priority_nodes: The number of low-priority compute - nodes currently in the pool. Low-priority compute nodes which have been - preempted are included in this count. - :type current_low_priority_nodes: int - :param target_dedicated_nodes: The desired number of dedicated compute - nodes in the pool. - :type target_dedicated_nodes: int - :param target_low_priority_nodes: The desired number of low-priority - compute nodes in the pool. - :type target_low_priority_nodes: int - :param enable_auto_scale: Whether the pool size should automatically - adjust over time. If false, at least one of targetDedicateNodes and - targetLowPriorityNodes must be specified. If true, the autoScaleFormula - property is required and the pool automatically resizes according to the - formula. The default value is false. - :type enable_auto_scale: bool - :param auto_scale_formula: A formula for the desired number of compute - nodes in the pool. This property is set only if the pool automatically - scales, i.e. enableAutoScale is true. - :type auto_scale_formula: str - :param auto_scale_evaluation_interval: The time interval at which to - automatically adjust the pool size according to the autoscale formula. - This property is set only if the pool automatically scales, i.e. - enableAutoScale is true. - :type auto_scale_evaluation_interval: timedelta - :param auto_scale_run: The results and errors from the last execution of - the autoscale formula. This property is set only if the pool automatically - scales, i.e. enableAutoScale is true. - :type auto_scale_run: ~azure.batch.models.AutoScaleRun - :param enable_inter_node_communication: Whether the pool permits direct - communication between nodes. This imposes restrictions on which nodes can - be assigned to the pool. Specifying this value can reduce the chance of - the requested number of nodes to be allocated in the pool. - :type enable_inter_node_communication: bool - :param network_configuration: The network configuration for the pool. - :type network_configuration: ~azure.batch.models.NetworkConfiguration - :param start_task: A task specified to run on each compute node as it - joins the pool. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: The list of certificates to be installed on - each compute node in the pool. For Windows compute nodes, the Batch - service installs the certificates to the specified certificate store and - location. For Linux compute nodes, the certificates are stored in a - directory inside the task working directory and an environment variable - AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this - location. For certificates with visibility of 'remoteUser', a 'certs' - directory is created in the user's home directory (e.g., - /home/{user-name}/certs) and certificates are placed in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: The list of application packages to - be installed on each compute node in the pool. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param application_licenses: The list of application licenses the Batch - service will make available on each compute node in the pool. The list of - application licenses must be a subset of available Batch service - application licenses. If a license is requested which is not supported, - pool creation will fail. - :type application_licenses: list[str] - :param max_tasks_per_node: The maximum number of tasks that can run - concurrently on a single compute node in the pool. - :type max_tasks_per_node: int - :param task_scheduling_policy: How tasks are distributed across compute - nodes in a pool. - :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy - :param user_accounts: The list of user accounts to be created on each node - in the pool. - :type user_accounts: list[~azure.batch.models.UserAccount] - :param metadata: A list of name-value pairs associated with the pool as - metadata. - :type metadata: list[~azure.batch.models.MetadataItem] - :param stats: Utilization and resource usage statistics for the entire - lifetime of the pool. The statistics may not be immediately available. The - Batch service performs periodic roll-up of statistics. The typical delay - is about 30 minutes. - :type stats: ~azure.batch.models.PoolStatistics - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'PoolState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'allocation_state': {'key': 'allocationState', 'type': 'AllocationState'}, - 'allocation_state_transition_time': {'key': 'allocationStateTransitionTime', 'type': 'iso-8601'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, - 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'resize_errors': {'key': 'resizeErrors', 'type': '[ResizeError]'}, - 'current_dedicated_nodes': {'key': 'currentDedicatedNodes', 'type': 'int'}, - 'current_low_priority_nodes': {'key': 'currentLowPriorityNodes', 'type': 'int'}, - 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, - 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, - 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, - 'auto_scale_run': {'key': 'autoScaleRun', 'type': 'AutoScaleRun'}, - 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, - 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, - 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, - 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, - 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'stats': {'key': 'stats', 'type': 'PoolStatistics'}, - } - - def __init__(self, *, id: str=None, display_name: str=None, url: str=None, e_tag: str=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, allocation_state=None, allocation_state_transition_time=None, vm_size: str=None, cloud_service_configuration=None, virtual_machine_configuration=None, resize_timeout=None, resize_errors=None, current_dedicated_nodes: int=None, current_low_priority_nodes: int=None, target_dedicated_nodes: int=None, target_low_priority_nodes: int=None, enable_auto_scale: bool=None, auto_scale_formula: str=None, auto_scale_evaluation_interval=None, auto_scale_run=None, enable_inter_node_communication: bool=None, network_configuration=None, start_task=None, certificate_references=None, application_package_references=None, application_licenses=None, max_tasks_per_node: int=None, task_scheduling_policy=None, user_accounts=None, metadata=None, stats=None, **kwargs) -> None: - super(CloudPool, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.url = url - self.e_tag = e_tag - self.last_modified = last_modified - self.creation_time = creation_time - self.state = state - self.state_transition_time = state_transition_time - self.allocation_state = allocation_state - self.allocation_state_transition_time = allocation_state_transition_time - self.vm_size = vm_size - self.cloud_service_configuration = cloud_service_configuration - self.virtual_machine_configuration = virtual_machine_configuration - self.resize_timeout = resize_timeout - self.resize_errors = resize_errors - self.current_dedicated_nodes = current_dedicated_nodes - self.current_low_priority_nodes = current_low_priority_nodes - self.target_dedicated_nodes = target_dedicated_nodes - self.target_low_priority_nodes = target_low_priority_nodes - self.enable_auto_scale = enable_auto_scale - self.auto_scale_formula = auto_scale_formula - self.auto_scale_evaluation_interval = auto_scale_evaluation_interval - self.auto_scale_run = auto_scale_run - self.enable_inter_node_communication = enable_inter_node_communication - self.network_configuration = network_configuration - self.start_task = start_task - self.certificate_references = certificate_references - self.application_package_references = application_package_references - self.application_licenses = application_licenses - self.max_tasks_per_node = max_tasks_per_node - self.task_scheduling_policy = task_scheduling_policy - self.user_accounts = user_accounts - self.metadata = metadata - self.stats = stats diff --git a/azure-batch/azure/batch/models/cloud_service_configuration.py b/azure-batch/azure/batch/models/cloud_service_configuration.py deleted file mode 100644 index d86bae4012d8..000000000000 --- a/azure-batch/azure/batch/models/cloud_service_configuration.py +++ /dev/null @@ -1,61 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudServiceConfiguration(Model): - """The configuration for nodes in a pool based on the Azure Cloud Services - platform. - - Variables are only populated by the server, and will be ignored when - sending a request. - - All required parameters must be populated in order to send to Azure. - - :param os_family: Required. 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). - :type os_family: str - :param target_os_version: The Azure Guest OS version to be installed on - the virtual machines in the pool. The default value is * which specifies - the latest operating system version for the specified OS family. - :type target_os_version: str - :ivar current_os_version: The Azure Guest OS Version currently installed - on the virtual machines in the pool. This may differ from targetOSVersion - if the pool state is Upgrading. In this case some virtual machines may be - on the targetOSVersion and some may be on the currentOSVersion during the - upgrade process. Once all virtual machines have upgraded, currentOSVersion - is updated to be the same as targetOSVersion. - :vartype current_os_version: str - """ - - _validation = { - 'os_family': {'required': True}, - 'current_os_version': {'readonly': True}, - } - - _attribute_map = { - 'os_family': {'key': 'osFamily', 'type': 'str'}, - 'target_os_version': {'key': 'targetOSVersion', 'type': 'str'}, - 'current_os_version': {'key': 'currentOSVersion', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(CloudServiceConfiguration, self).__init__(**kwargs) - self.os_family = kwargs.get('os_family', None) - self.target_os_version = kwargs.get('target_os_version', None) - self.current_os_version = None diff --git a/azure-batch/azure/batch/models/cloud_service_configuration_py3.py b/azure-batch/azure/batch/models/cloud_service_configuration_py3.py deleted file mode 100644 index eb53f78f23d2..000000000000 --- a/azure-batch/azure/batch/models/cloud_service_configuration_py3.py +++ /dev/null @@ -1,61 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudServiceConfiguration(Model): - """The configuration for nodes in a pool based on the Azure Cloud Services - platform. - - Variables are only populated by the server, and will be ignored when - sending a request. - - All required parameters must be populated in order to send to Azure. - - :param os_family: Required. 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). - :type os_family: str - :param target_os_version: The Azure Guest OS version to be installed on - the virtual machines in the pool. The default value is * which specifies - the latest operating system version for the specified OS family. - :type target_os_version: str - :ivar current_os_version: The Azure Guest OS Version currently installed - on the virtual machines in the pool. This may differ from targetOSVersion - if the pool state is Upgrading. In this case some virtual machines may be - on the targetOSVersion and some may be on the currentOSVersion during the - upgrade process. Once all virtual machines have upgraded, currentOSVersion - is updated to be the same as targetOSVersion. - :vartype current_os_version: str - """ - - _validation = { - 'os_family': {'required': True}, - 'current_os_version': {'readonly': True}, - } - - _attribute_map = { - 'os_family': {'key': 'osFamily', 'type': 'str'}, - 'target_os_version': {'key': 'targetOSVersion', 'type': 'str'}, - 'current_os_version': {'key': 'currentOSVersion', 'type': 'str'}, - } - - def __init__(self, *, os_family: str, target_os_version: str=None, **kwargs) -> None: - super(CloudServiceConfiguration, self).__init__(**kwargs) - self.os_family = os_family - self.target_os_version = target_os_version - self.current_os_version = None diff --git a/azure-batch/azure/batch/models/cloud_task.py b/azure-batch/azure/batch/models/cloud_task.py deleted file mode 100644 index df9e36778267..000000000000 --- a/azure-batch/azure/batch/models/cloud_task.py +++ /dev/null @@ -1,208 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudTask(Model): - """An Azure Batch task. - - Batch will retry tasks when a recovery operation is triggered on a compute - node. Examples of recovery operations include (but are not limited to) when - an unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - :param id: A string that uniquely identifies the task within the job. The - ID can contain any combination of alphanumeric characters including - hyphens and underscores, and cannot contain more than 64 characters. - :type id: str - :param display_name: A display name for the task. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param url: The URL of the task. - :type url: str - :param e_tag: The ETag of the task. This is an opaque string. You can use - it to detect whether the task has changed between requests. In particular, - you can be pass the ETag when updating a task to specify that your changes - should take effect only if nobody else has modified the task in the - meantime. - :type e_tag: str - :param last_modified: The last modified time of the task. - :type last_modified: datetime - :param creation_time: The creation time of the task. - :type creation_time: datetime - :param exit_conditions: How the Batch service should respond when the task - completes. - :type exit_conditions: ~azure.batch.models.ExitConditions - :param state: The current state of the task. Possible values include: - 'active', 'preparing', 'running', 'completed' - :type state: str or ~azure.batch.models.TaskState - :param state_transition_time: The time at which the task entered its - current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the task. This property is - not set if the task is in its initial Active state. Possible values - include: 'active', 'preparing', 'running', 'completed' - :type previous_state: str or ~azure.batch.models.TaskState - :param previous_state_transition_time: The time at which the task entered - its previous state. This property is not set if the task is in its initial - Active state. - :type previous_state_transition_time: datetime - :param command_line: The command line of the task. For multi-instance - tasks, the command line is executed as the primary task, after the primary - task and all subtasks have finished executing the coordination command - line. The command line does not run under a shell, and therefore cannot - take advantage of shell features such as environment variable expansion. - If you want to take advantage of such features, you should invoke the - shell in the command line, for example using "cmd /c MyCommand" in Windows - or "/bin/sh -c MyCommand" in Linux. If the command line refers to file - paths, it should use a relative path (relative to the task working - directory), or use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - task runs. If the pool that will run this task has containerConfiguration - set, this must be set as well. If the pool that will run this task doesn't - have containerConfiguration set, this must not be set. When this is - specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR - (the root of Azure Batch directories on the node) are mapped into the - container, all task environment variables are mapped into the container, - and the task command line is executed in the container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. For - multi-instance tasks, the resource files will only be downloaded to the - compute node on which the primary task is executed. There is a maximum - size for the list of resource files. When the max size is exceeded, the - request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param output_files: A list of files that the Batch service will upload - from the compute node after running the command line. For multi-instance - tasks, the files will only be uploaded from the compute node on which the - primary task is executed. - :type output_files: list[~azure.batch.models.OutputFile] - :param environment_settings: A list of environment variable settings for - the task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param affinity_info: A locality hint that can be used by the Batch - service to select a compute node on which to start the new task. - :type affinity_info: ~azure.batch.models.AffinityInformation - :param constraints: The execution constraints that apply to this task. - :type constraints: ~azure.batch.models.TaskConstraints - :param user_identity: The user identity under which the task runs. If - omitted, the task runs as a non-administrative user unique to the task. - :type user_identity: ~azure.batch.models.UserIdentity - :param execution_info: Information about the execution of the task. - :type execution_info: ~azure.batch.models.TaskExecutionInformation - :param node_info: Information about the compute node on which the task - ran. - :type node_info: ~azure.batch.models.ComputeNodeInformation - :param multi_instance_settings: An object that indicates that the task is - a multi-instance task, and contains information about how to run the - multi-instance task. - :type multi_instance_settings: ~azure.batch.models.MultiInstanceSettings - :param stats: Resource usage statistics for the task. - :type stats: ~azure.batch.models.TaskStatistics - :param depends_on: The tasks that this task depends on. This task will not - be scheduled until all tasks that it depends on have completed - successfully. If any of those tasks fail and exhaust their retry counts, - this task will never be scheduled. - :type depends_on: ~azure.batch.models.TaskDependencies - :param application_package_references: A list of application packages that - the Batch service will deploy to the compute node before running the - command line. Application packages are downloaded and deployed to a shared - directory, not the task working directory. Therefore, if a referenced - package is already on the compute node, and is up to date, then it is not - re-downloaded; the existing copy on the compute node is used. If a - referenced application package cannot be installed, for example because - the package has been deleted or because download failed, the task fails. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param authentication_token_settings: The settings for an authentication - token that the task can use to perform Batch service operations. If this - property is set, the Batch service provides the task with an - authentication token which can be used to authenticate Batch service - operations without requiring an account access key. The token is provided - via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations - that the task can carry out using the token depend on the settings. For - example, a task can request job permissions in order to add other tasks to - the job, or check the status of the job or of other tasks under the job. - :type authentication_token_settings: - ~azure.batch.models.AuthenticationTokenSettings - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'exit_conditions': {'key': 'exitConditions', 'type': 'ExitConditions'}, - 'state': {'key': 'state', 'type': 'TaskState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'TaskState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'affinity_info': {'key': 'affinityInfo', 'type': 'AffinityInformation'}, - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'execution_info': {'key': 'executionInfo', 'type': 'TaskExecutionInformation'}, - 'node_info': {'key': 'nodeInfo', 'type': 'ComputeNodeInformation'}, - 'multi_instance_settings': {'key': 'multiInstanceSettings', 'type': 'MultiInstanceSettings'}, - 'stats': {'key': 'stats', 'type': 'TaskStatistics'}, - 'depends_on': {'key': 'dependsOn', 'type': 'TaskDependencies'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, - } - - def __init__(self, **kwargs): - super(CloudTask, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.url = kwargs.get('url', None) - self.e_tag = kwargs.get('e_tag', None) - self.last_modified = kwargs.get('last_modified', None) - self.creation_time = kwargs.get('creation_time', None) - self.exit_conditions = kwargs.get('exit_conditions', None) - self.state = kwargs.get('state', None) - self.state_transition_time = kwargs.get('state_transition_time', None) - self.previous_state = kwargs.get('previous_state', None) - self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) - self.command_line = kwargs.get('command_line', None) - self.container_settings = kwargs.get('container_settings', None) - self.resource_files = kwargs.get('resource_files', None) - self.output_files = kwargs.get('output_files', None) - self.environment_settings = kwargs.get('environment_settings', None) - self.affinity_info = kwargs.get('affinity_info', None) - self.constraints = kwargs.get('constraints', None) - self.user_identity = kwargs.get('user_identity', None) - self.execution_info = kwargs.get('execution_info', None) - self.node_info = kwargs.get('node_info', None) - self.multi_instance_settings = kwargs.get('multi_instance_settings', None) - self.stats = kwargs.get('stats', None) - self.depends_on = kwargs.get('depends_on', None) - self.application_package_references = kwargs.get('application_package_references', None) - self.authentication_token_settings = kwargs.get('authentication_token_settings', None) diff --git a/azure-batch/azure/batch/models/cloud_task_list_subtasks_result.py b/azure-batch/azure/batch/models/cloud_task_list_subtasks_result.py deleted file mode 100644 index c592b3489bcf..000000000000 --- a/azure-batch/azure/batch/models/cloud_task_list_subtasks_result.py +++ /dev/null @@ -1,28 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudTaskListSubtasksResult(Model): - """The result of listing the subtasks of a task. - - :param value: The list of subtasks. - :type value: list[~azure.batch.models.SubtaskInformation] - """ - - _attribute_map = { - 'value': {'key': 'value', 'type': '[SubtaskInformation]'}, - } - - def __init__(self, **kwargs): - super(CloudTaskListSubtasksResult, self).__init__(**kwargs) - self.value = kwargs.get('value', None) diff --git a/azure-batch/azure/batch/models/cloud_task_list_subtasks_result_py3.py b/azure-batch/azure/batch/models/cloud_task_list_subtasks_result_py3.py deleted file mode 100644 index f21e726050a1..000000000000 --- a/azure-batch/azure/batch/models/cloud_task_list_subtasks_result_py3.py +++ /dev/null @@ -1,28 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudTaskListSubtasksResult(Model): - """The result of listing the subtasks of a task. - - :param value: The list of subtasks. - :type value: list[~azure.batch.models.SubtaskInformation] - """ - - _attribute_map = { - 'value': {'key': 'value', 'type': '[SubtaskInformation]'}, - } - - def __init__(self, *, value=None, **kwargs) -> None: - super(CloudTaskListSubtasksResult, self).__init__(**kwargs) - self.value = value diff --git a/azure-batch/azure/batch/models/cloud_task_paged.py b/azure-batch/azure/batch/models/cloud_task_paged.py deleted file mode 100644 index 3d8ef7740329..000000000000 --- a/azure-batch/azure/batch/models/cloud_task_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class CloudTaskPaged(Paged): - """ - A paging container for iterating over a list of :class:`CloudTask ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[CloudTask]'} - } - - def __init__(self, *args, **kwargs): - - super(CloudTaskPaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/cloud_task_py3.py b/azure-batch/azure/batch/models/cloud_task_py3.py deleted file mode 100644 index 9592854467ad..000000000000 --- a/azure-batch/azure/batch/models/cloud_task_py3.py +++ /dev/null @@ -1,208 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class CloudTask(Model): - """An Azure Batch task. - - Batch will retry tasks when a recovery operation is triggered on a compute - node. Examples of recovery operations include (but are not limited to) when - an unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - :param id: A string that uniquely identifies the task within the job. The - ID can contain any combination of alphanumeric characters including - hyphens and underscores, and cannot contain more than 64 characters. - :type id: str - :param display_name: A display name for the task. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param url: The URL of the task. - :type url: str - :param e_tag: The ETag of the task. This is an opaque string. You can use - it to detect whether the task has changed between requests. In particular, - you can be pass the ETag when updating a task to specify that your changes - should take effect only if nobody else has modified the task in the - meantime. - :type e_tag: str - :param last_modified: The last modified time of the task. - :type last_modified: datetime - :param creation_time: The creation time of the task. - :type creation_time: datetime - :param exit_conditions: How the Batch service should respond when the task - completes. - :type exit_conditions: ~azure.batch.models.ExitConditions - :param state: The current state of the task. Possible values include: - 'active', 'preparing', 'running', 'completed' - :type state: str or ~azure.batch.models.TaskState - :param state_transition_time: The time at which the task entered its - current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the task. This property is - not set if the task is in its initial Active state. Possible values - include: 'active', 'preparing', 'running', 'completed' - :type previous_state: str or ~azure.batch.models.TaskState - :param previous_state_transition_time: The time at which the task entered - its previous state. This property is not set if the task is in its initial - Active state. - :type previous_state_transition_time: datetime - :param command_line: The command line of the task. For multi-instance - tasks, the command line is executed as the primary task, after the primary - task and all subtasks have finished executing the coordination command - line. The command line does not run under a shell, and therefore cannot - take advantage of shell features such as environment variable expansion. - If you want to take advantage of such features, you should invoke the - shell in the command line, for example using "cmd /c MyCommand" in Windows - or "/bin/sh -c MyCommand" in Linux. If the command line refers to file - paths, it should use a relative path (relative to the task working - directory), or use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - task runs. If the pool that will run this task has containerConfiguration - set, this must be set as well. If the pool that will run this task doesn't - have containerConfiguration set, this must not be set. When this is - specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR - (the root of Azure Batch directories on the node) are mapped into the - container, all task environment variables are mapped into the container, - and the task command line is executed in the container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. For - multi-instance tasks, the resource files will only be downloaded to the - compute node on which the primary task is executed. There is a maximum - size for the list of resource files. When the max size is exceeded, the - request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param output_files: A list of files that the Batch service will upload - from the compute node after running the command line. For multi-instance - tasks, the files will only be uploaded from the compute node on which the - primary task is executed. - :type output_files: list[~azure.batch.models.OutputFile] - :param environment_settings: A list of environment variable settings for - the task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param affinity_info: A locality hint that can be used by the Batch - service to select a compute node on which to start the new task. - :type affinity_info: ~azure.batch.models.AffinityInformation - :param constraints: The execution constraints that apply to this task. - :type constraints: ~azure.batch.models.TaskConstraints - :param user_identity: The user identity under which the task runs. If - omitted, the task runs as a non-administrative user unique to the task. - :type user_identity: ~azure.batch.models.UserIdentity - :param execution_info: Information about the execution of the task. - :type execution_info: ~azure.batch.models.TaskExecutionInformation - :param node_info: Information about the compute node on which the task - ran. - :type node_info: ~azure.batch.models.ComputeNodeInformation - :param multi_instance_settings: An object that indicates that the task is - a multi-instance task, and contains information about how to run the - multi-instance task. - :type multi_instance_settings: ~azure.batch.models.MultiInstanceSettings - :param stats: Resource usage statistics for the task. - :type stats: ~azure.batch.models.TaskStatistics - :param depends_on: The tasks that this task depends on. This task will not - be scheduled until all tasks that it depends on have completed - successfully. If any of those tasks fail and exhaust their retry counts, - this task will never be scheduled. - :type depends_on: ~azure.batch.models.TaskDependencies - :param application_package_references: A list of application packages that - the Batch service will deploy to the compute node before running the - command line. Application packages are downloaded and deployed to a shared - directory, not the task working directory. Therefore, if a referenced - package is already on the compute node, and is up to date, then it is not - re-downloaded; the existing copy on the compute node is used. If a - referenced application package cannot be installed, for example because - the package has been deleted or because download failed, the task fails. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param authentication_token_settings: The settings for an authentication - token that the task can use to perform Batch service operations. If this - property is set, the Batch service provides the task with an - authentication token which can be used to authenticate Batch service - operations without requiring an account access key. The token is provided - via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations - that the task can carry out using the token depend on the settings. For - example, a task can request job permissions in order to add other tasks to - the job, or check the status of the job or of other tasks under the job. - :type authentication_token_settings: - ~azure.batch.models.AuthenticationTokenSettings - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'exit_conditions': {'key': 'exitConditions', 'type': 'ExitConditions'}, - 'state': {'key': 'state', 'type': 'TaskState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'TaskState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'affinity_info': {'key': 'affinityInfo', 'type': 'AffinityInformation'}, - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'execution_info': {'key': 'executionInfo', 'type': 'TaskExecutionInformation'}, - 'node_info': {'key': 'nodeInfo', 'type': 'ComputeNodeInformation'}, - 'multi_instance_settings': {'key': 'multiInstanceSettings', 'type': 'MultiInstanceSettings'}, - 'stats': {'key': 'stats', 'type': 'TaskStatistics'}, - 'depends_on': {'key': 'dependsOn', 'type': 'TaskDependencies'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, - } - - def __init__(self, *, id: str=None, display_name: str=None, url: str=None, e_tag: str=None, last_modified=None, creation_time=None, exit_conditions=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, command_line: str=None, container_settings=None, resource_files=None, output_files=None, environment_settings=None, affinity_info=None, constraints=None, user_identity=None, execution_info=None, node_info=None, multi_instance_settings=None, stats=None, depends_on=None, application_package_references=None, authentication_token_settings=None, **kwargs) -> None: - super(CloudTask, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.url = url - self.e_tag = e_tag - self.last_modified = last_modified - self.creation_time = creation_time - self.exit_conditions = exit_conditions - self.state = state - self.state_transition_time = state_transition_time - self.previous_state = previous_state - self.previous_state_transition_time = previous_state_transition_time - self.command_line = command_line - self.container_settings = container_settings - self.resource_files = resource_files - self.output_files = output_files - self.environment_settings = environment_settings - self.affinity_info = affinity_info - self.constraints = constraints - self.user_identity = user_identity - self.execution_info = execution_info - self.node_info = node_info - self.multi_instance_settings = multi_instance_settings - self.stats = stats - self.depends_on = depends_on - self.application_package_references = application_package_references - self.authentication_token_settings = authentication_token_settings diff --git a/azure-batch/azure/batch/models/compute_node.py b/azure-batch/azure/batch/models/compute_node.py deleted file mode 100644 index 444598f9e5cd..000000000000 --- a/azure-batch/azure/batch/models/compute_node.py +++ /dev/null @@ -1,155 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNode(Model): - """A compute node in the Batch service. - - :param id: The ID of the compute node. Every node that is added to a pool - is assigned a unique ID. Whenever a node is removed from a pool, all of - its local files are deleted, and the ID is reclaimed and could be reused - for new nodes. - :type id: str - :param url: The URL of the compute node. - :type url: str - :param state: The current state of the compute node. The low-priority node - has been preempted. Tasks which were running on the node when it was - pre-empted will be rescheduled when another node becomes available. - Possible values include: 'idle', 'rebooting', 'reimaging', 'running', - 'unusable', 'creating', 'starting', 'waitingForStartTask', - 'startTaskFailed', 'unknown', 'leavingPool', 'offline', 'preempted' - :type state: str or ~azure.batch.models.ComputeNodeState - :param scheduling_state: Whether the compute node is available for task - scheduling. Possible values include: 'enabled', 'disabled' - :type scheduling_state: str or ~azure.batch.models.SchedulingState - :param state_transition_time: The time at which the compute node entered - its current state. - :type state_transition_time: datetime - :param last_boot_time: The time at which the compute node was started. - This property may not be present if the node state is unusable. - :type last_boot_time: datetime - :param allocation_time: The time at which this compute node was allocated - to the pool. - :type allocation_time: datetime - :param ip_address: The IP address that other compute nodes can use to - communicate with this compute node. Every node that is added to a pool is - assigned a unique IP address. Whenever a node is removed from a pool, all - of its local files are deleted, and the IP address is reclaimed and could - be reused for new nodes. - :type ip_address: str - :param affinity_id: An identifier which can be passed when adding a task - to request that the task be scheduled on this node. Note that this is just - a soft affinity. If the target node is busy or unavailable at the time the - task is scheduled, then the task will be scheduled elsewhere. - :type affinity_id: str - :param vm_size: The size of the virtual machine hosting the compute node. - For information about available sizes of virtual machines in pools, see - Choose a VM size for compute nodes in an Azure Batch pool - (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). - :type vm_size: str - :param total_tasks_run: The total number of job tasks completed on the - compute node. This includes Job Manager tasks and normal tasks, but not - Job Preparation, Job Release or Start tasks. - :type total_tasks_run: int - :param running_tasks_count: The total number of currently running job - tasks on the compute node. This includes Job Manager tasks and normal - tasks, but not Job Preparation, Job Release or Start tasks. - :type running_tasks_count: int - :param total_tasks_succeeded: The total number of job tasks which - completed successfully (with exitCode 0) on the compute node. This - includes Job Manager tasks and normal tasks, but not Job Preparation, Job - Release or Start tasks. - :type total_tasks_succeeded: int - :param recent_tasks: A list of tasks whose state has recently changed. - This property is present only if at least one task has run on this node - since it was assigned to the pool. - :type recent_tasks: list[~azure.batch.models.TaskInformation] - :param start_task: The task specified to run on the compute node as it - joins the pool. - :type start_task: ~azure.batch.models.StartTask - :param start_task_info: Runtime information about the execution of the - start task on the compute node. - :type start_task_info: ~azure.batch.models.StartTaskInformation - :param certificate_references: The list of certificates installed on the - compute node. For Windows compute nodes, the Batch service installs the - certificates to the specified certificate store and location. For Linux - compute nodes, the certificates are stored in a directory inside the task - working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is - supplied to the task to query for this location. For certificates with - visibility of 'remoteUser', a 'certs' directory is created in the user's - home directory (e.g., /home/{user-name}/certs) and certificates are placed - in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param errors: The list of errors that are currently being encountered by - the compute node. - :type errors: list[~azure.batch.models.ComputeNodeError] - :param is_dedicated: Whether this compute node is a dedicated node. If - false, the node is a low-priority node. - :type is_dedicated: bool - :param endpoint_configuration: The endpoint configuration for the compute - node. - :type endpoint_configuration: - ~azure.batch.models.ComputeNodeEndpointConfiguration - :param node_agent_info: Information about the node agent version and the - time the node upgraded to a new version. - :type node_agent_info: ~azure.batch.models.NodeAgentInformation - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'state': {'key': 'state', 'type': 'ComputeNodeState'}, - 'scheduling_state': {'key': 'schedulingState', 'type': 'SchedulingState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'last_boot_time': {'key': 'lastBootTime', 'type': 'iso-8601'}, - 'allocation_time': {'key': 'allocationTime', 'type': 'iso-8601'}, - 'ip_address': {'key': 'ipAddress', 'type': 'str'}, - 'affinity_id': {'key': 'affinityId', 'type': 'str'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'total_tasks_run': {'key': 'totalTasksRun', 'type': 'int'}, - 'running_tasks_count': {'key': 'runningTasksCount', 'type': 'int'}, - 'total_tasks_succeeded': {'key': 'totalTasksSucceeded', 'type': 'int'}, - 'recent_tasks': {'key': 'recentTasks', 'type': '[TaskInformation]'}, - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'start_task_info': {'key': 'startTaskInfo', 'type': 'StartTaskInformation'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'errors': {'key': 'errors', 'type': '[ComputeNodeError]'}, - 'is_dedicated': {'key': 'isDedicated', 'type': 'bool'}, - 'endpoint_configuration': {'key': 'endpointConfiguration', 'type': 'ComputeNodeEndpointConfiguration'}, - 'node_agent_info': {'key': 'nodeAgentInfo', 'type': 'NodeAgentInformation'}, - } - - def __init__(self, **kwargs): - super(ComputeNode, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.url = kwargs.get('url', None) - self.state = kwargs.get('state', None) - self.scheduling_state = kwargs.get('scheduling_state', None) - self.state_transition_time = kwargs.get('state_transition_time', None) - self.last_boot_time = kwargs.get('last_boot_time', None) - self.allocation_time = kwargs.get('allocation_time', None) - self.ip_address = kwargs.get('ip_address', None) - self.affinity_id = kwargs.get('affinity_id', None) - self.vm_size = kwargs.get('vm_size', None) - self.total_tasks_run = kwargs.get('total_tasks_run', None) - self.running_tasks_count = kwargs.get('running_tasks_count', None) - self.total_tasks_succeeded = kwargs.get('total_tasks_succeeded', None) - self.recent_tasks = kwargs.get('recent_tasks', None) - self.start_task = kwargs.get('start_task', None) - self.start_task_info = kwargs.get('start_task_info', None) - self.certificate_references = kwargs.get('certificate_references', None) - self.errors = kwargs.get('errors', None) - self.is_dedicated = kwargs.get('is_dedicated', None) - self.endpoint_configuration = kwargs.get('endpoint_configuration', None) - self.node_agent_info = kwargs.get('node_agent_info', None) diff --git a/azure-batch/azure/batch/models/compute_node_add_user_options.py b/azure-batch/azure/batch/models/compute_node_add_user_options.py deleted file mode 100644 index 89020475f3ef..000000000000 --- a/azure-batch/azure/batch/models/compute_node_add_user_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeAddUserOptions(Model): - """Additional parameters for add_user operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeAddUserOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_add_user_options_py3.py b/azure-batch/azure/batch/models/compute_node_add_user_options_py3.py deleted file mode 100644 index dab4040b9533..000000000000 --- a/azure-batch/azure/batch/models/compute_node_add_user_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeAddUserOptions(Model): - """Additional parameters for add_user operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeAddUserOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_delete_user_options.py b/azure-batch/azure/batch/models/compute_node_delete_user_options.py deleted file mode 100644 index 4874a98a9fb1..000000000000 --- a/azure-batch/azure/batch/models/compute_node_delete_user_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeDeleteUserOptions(Model): - """Additional parameters for delete_user operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeDeleteUserOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_delete_user_options_py3.py b/azure-batch/azure/batch/models/compute_node_delete_user_options_py3.py deleted file mode 100644 index 88217b9392bd..000000000000 --- a/azure-batch/azure/batch/models/compute_node_delete_user_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeDeleteUserOptions(Model): - """Additional parameters for delete_user operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeDeleteUserOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_disable_scheduling_options.py b/azure-batch/azure/batch/models/compute_node_disable_scheduling_options.py deleted file mode 100644 index 92bf29119369..000000000000 --- a/azure-batch/azure/batch/models/compute_node_disable_scheduling_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeDisableSchedulingOptions(Model): - """Additional parameters for disable_scheduling operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeDisableSchedulingOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_disable_scheduling_options_py3.py b/azure-batch/azure/batch/models/compute_node_disable_scheduling_options_py3.py deleted file mode 100644 index 0432c5dba480..000000000000 --- a/azure-batch/azure/batch/models/compute_node_disable_scheduling_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeDisableSchedulingOptions(Model): - """Additional parameters for disable_scheduling operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeDisableSchedulingOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_enable_scheduling_options.py b/azure-batch/azure/batch/models/compute_node_enable_scheduling_options.py deleted file mode 100644 index 905e3e343cee..000000000000 --- a/azure-batch/azure/batch/models/compute_node_enable_scheduling_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeEnableSchedulingOptions(Model): - """Additional parameters for enable_scheduling operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeEnableSchedulingOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_enable_scheduling_options_py3.py b/azure-batch/azure/batch/models/compute_node_enable_scheduling_options_py3.py deleted file mode 100644 index 4ef5d9adef40..000000000000 --- a/azure-batch/azure/batch/models/compute_node_enable_scheduling_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeEnableSchedulingOptions(Model): - """Additional parameters for enable_scheduling operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeEnableSchedulingOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_endpoint_configuration.py b/azure-batch/azure/batch/models/compute_node_endpoint_configuration.py deleted file mode 100644 index 922c5c104e4a..000000000000 --- a/azure-batch/azure/batch/models/compute_node_endpoint_configuration.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeEndpointConfiguration(Model): - """The endpoint configuration for the compute node. - - All required parameters must be populated in order to send to Azure. - - :param inbound_endpoints: Required. The list of inbound endpoints that are - accessible on the compute node. - :type inbound_endpoints: list[~azure.batch.models.InboundEndpoint] - """ - - _validation = { - 'inbound_endpoints': {'required': True}, - } - - _attribute_map = { - 'inbound_endpoints': {'key': 'inboundEndpoints', 'type': '[InboundEndpoint]'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeEndpointConfiguration, self).__init__(**kwargs) - self.inbound_endpoints = kwargs.get('inbound_endpoints', None) diff --git a/azure-batch/azure/batch/models/compute_node_endpoint_configuration_py3.py b/azure-batch/azure/batch/models/compute_node_endpoint_configuration_py3.py deleted file mode 100644 index 72dc202e63f7..000000000000 --- a/azure-batch/azure/batch/models/compute_node_endpoint_configuration_py3.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeEndpointConfiguration(Model): - """The endpoint configuration for the compute node. - - All required parameters must be populated in order to send to Azure. - - :param inbound_endpoints: Required. The list of inbound endpoints that are - accessible on the compute node. - :type inbound_endpoints: list[~azure.batch.models.InboundEndpoint] - """ - - _validation = { - 'inbound_endpoints': {'required': True}, - } - - _attribute_map = { - 'inbound_endpoints': {'key': 'inboundEndpoints', 'type': '[InboundEndpoint]'}, - } - - def __init__(self, *, inbound_endpoints, **kwargs) -> None: - super(ComputeNodeEndpointConfiguration, self).__init__(**kwargs) - self.inbound_endpoints = inbound_endpoints diff --git a/azure-batch/azure/batch/models/compute_node_error.py b/azure-batch/azure/batch/models/compute_node_error.py deleted file mode 100644 index e02a668195a4..000000000000 --- a/azure-batch/azure/batch/models/compute_node_error.py +++ /dev/null @@ -1,39 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeError(Model): - """An error encountered by a compute node. - - :param code: An identifier for the compute node error. Codes are invariant - and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the compute node error, intended to - be suitable for display in a user interface. - :type message: str - :param error_details: The list of additional error details related to the - compute node error. - :type error_details: list[~azure.batch.models.NameValuePair] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'error_details': {'key': 'errorDetails', 'type': '[NameValuePair]'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeError, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - self.error_details = kwargs.get('error_details', None) diff --git a/azure-batch/azure/batch/models/compute_node_error_py3.py b/azure-batch/azure/batch/models/compute_node_error_py3.py deleted file mode 100644 index 53a6871bfbae..000000000000 --- a/azure-batch/azure/batch/models/compute_node_error_py3.py +++ /dev/null @@ -1,39 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeError(Model): - """An error encountered by a compute node. - - :param code: An identifier for the compute node error. Codes are invariant - and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the compute node error, intended to - be suitable for display in a user interface. - :type message: str - :param error_details: The list of additional error details related to the - compute node error. - :type error_details: list[~azure.batch.models.NameValuePair] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'error_details': {'key': 'errorDetails', 'type': '[NameValuePair]'}, - } - - def __init__(self, *, code: str=None, message: str=None, error_details=None, **kwargs) -> None: - super(ComputeNodeError, self).__init__(**kwargs) - self.code = code - self.message = message - self.error_details = error_details diff --git a/azure-batch/azure/batch/models/compute_node_get_options.py b/azure-batch/azure/batch/models/compute_node_get_options.py deleted file mode 100644 index 6218d444f803..000000000000 --- a/azure-batch/azure/batch/models/compute_node_get_options.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeGetOptions, self).__init__(**kwargs) - self.select = kwargs.get('select', None) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_get_options_py3.py b/azure-batch/azure/batch/models/compute_node_get_options_py3.py deleted file mode 100644 index de6284b3ce29..000000000000 --- a/azure-batch/azure/batch/models/compute_node_get_options_py3.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, select: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeGetOptions, self).__init__(**kwargs) - self.select = select - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_get_remote_desktop_options.py b/azure-batch/azure/batch/models/compute_node_get_remote_desktop_options.py deleted file mode 100644 index 20af5558734f..000000000000 --- a/azure-batch/azure/batch/models/compute_node_get_remote_desktop_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeGetRemoteDesktopOptions(Model): - """Additional parameters for get_remote_desktop operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeGetRemoteDesktopOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_get_remote_desktop_options_py3.py b/azure-batch/azure/batch/models/compute_node_get_remote_desktop_options_py3.py deleted file mode 100644 index d79ce622b6ff..000000000000 --- a/azure-batch/azure/batch/models/compute_node_get_remote_desktop_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeGetRemoteDesktopOptions(Model): - """Additional parameters for get_remote_desktop operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeGetRemoteDesktopOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_options.py b/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_options.py deleted file mode 100644 index 9c01ed5f1ba9..000000000000 --- a/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeGetRemoteLoginSettingsOptions(Model): - """Additional parameters for get_remote_login_settings operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeGetRemoteLoginSettingsOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_options_py3.py b/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_options_py3.py deleted file mode 100644 index 2d7987ab9f30..000000000000 --- a/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeGetRemoteLoginSettingsOptions(Model): - """Additional parameters for get_remote_login_settings operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeGetRemoteLoginSettingsOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_result.py b/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_result.py deleted file mode 100644 index 2d4e378c0c90..000000000000 --- a/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_result.py +++ /dev/null @@ -1,41 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeGetRemoteLoginSettingsResult(Model): - """The remote login settings for a compute node. - - All required parameters must be populated in order to send to Azure. - - :param remote_login_ip_address: Required. The IP address used for remote - login to the compute node. - :type remote_login_ip_address: str - :param remote_login_port: Required. The port used for remote login to the - compute node. - :type remote_login_port: int - """ - - _validation = { - 'remote_login_ip_address': {'required': True}, - 'remote_login_port': {'required': True}, - } - - _attribute_map = { - 'remote_login_ip_address': {'key': 'remoteLoginIPAddress', 'type': 'str'}, - 'remote_login_port': {'key': 'remoteLoginPort', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeGetRemoteLoginSettingsResult, self).__init__(**kwargs) - self.remote_login_ip_address = kwargs.get('remote_login_ip_address', None) - self.remote_login_port = kwargs.get('remote_login_port', None) diff --git a/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_result_py3.py b/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_result_py3.py deleted file mode 100644 index c13ace1ccd87..000000000000 --- a/azure-batch/azure/batch/models/compute_node_get_remote_login_settings_result_py3.py +++ /dev/null @@ -1,41 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeGetRemoteLoginSettingsResult(Model): - """The remote login settings for a compute node. - - All required parameters must be populated in order to send to Azure. - - :param remote_login_ip_address: Required. The IP address used for remote - login to the compute node. - :type remote_login_ip_address: str - :param remote_login_port: Required. The port used for remote login to the - compute node. - :type remote_login_port: int - """ - - _validation = { - 'remote_login_ip_address': {'required': True}, - 'remote_login_port': {'required': True}, - } - - _attribute_map = { - 'remote_login_ip_address': {'key': 'remoteLoginIPAddress', 'type': 'str'}, - 'remote_login_port': {'key': 'remoteLoginPort', 'type': 'int'}, - } - - def __init__(self, *, remote_login_ip_address: str, remote_login_port: int, **kwargs) -> None: - super(ComputeNodeGetRemoteLoginSettingsResult, self).__init__(**kwargs) - self.remote_login_ip_address = remote_login_ip_address - self.remote_login_port = remote_login_port diff --git a/azure-batch/azure/batch/models/compute_node_information.py b/azure-batch/azure/batch/models/compute_node_information.py deleted file mode 100644 index 9c6a342179b1..000000000000 --- a/azure-batch/azure/batch/models/compute_node_information.py +++ /dev/null @@ -1,52 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeInformation(Model): - """Information about the compute node on which a task ran. - - :param affinity_id: An identifier for the compute node on which the task - ran, which can be passed when adding a task to request that the task be - scheduled on this compute node. - :type affinity_id: str - :param node_url: The URL of the node on which the task ran. . - :type node_url: str - :param pool_id: The ID of the pool on which the task ran. - :type pool_id: str - :param node_id: The ID of the node on which the task ran. - :type node_id: str - :param task_root_directory: The root directory of the task on the compute - node. - :type task_root_directory: str - :param task_root_directory_url: The URL to the root directory of the task - on the compute node. - :type task_root_directory_url: str - """ - - _attribute_map = { - 'affinity_id': {'key': 'affinityId', 'type': 'str'}, - 'node_url': {'key': 'nodeUrl', 'type': 'str'}, - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'node_id': {'key': 'nodeId', 'type': 'str'}, - 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, - 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeInformation, self).__init__(**kwargs) - self.affinity_id = kwargs.get('affinity_id', None) - self.node_url = kwargs.get('node_url', None) - self.pool_id = kwargs.get('pool_id', None) - self.node_id = kwargs.get('node_id', None) - self.task_root_directory = kwargs.get('task_root_directory', None) - self.task_root_directory_url = kwargs.get('task_root_directory_url', None) diff --git a/azure-batch/azure/batch/models/compute_node_information_py3.py b/azure-batch/azure/batch/models/compute_node_information_py3.py deleted file mode 100644 index 7c82bde1b755..000000000000 --- a/azure-batch/azure/batch/models/compute_node_information_py3.py +++ /dev/null @@ -1,52 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeInformation(Model): - """Information about the compute node on which a task ran. - - :param affinity_id: An identifier for the compute node on which the task - ran, which can be passed when adding a task to request that the task be - scheduled on this compute node. - :type affinity_id: str - :param node_url: The URL of the node on which the task ran. . - :type node_url: str - :param pool_id: The ID of the pool on which the task ran. - :type pool_id: str - :param node_id: The ID of the node on which the task ran. - :type node_id: str - :param task_root_directory: The root directory of the task on the compute - node. - :type task_root_directory: str - :param task_root_directory_url: The URL to the root directory of the task - on the compute node. - :type task_root_directory_url: str - """ - - _attribute_map = { - 'affinity_id': {'key': 'affinityId', 'type': 'str'}, - 'node_url': {'key': 'nodeUrl', 'type': 'str'}, - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'node_id': {'key': 'nodeId', 'type': 'str'}, - 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, - 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, - } - - def __init__(self, *, affinity_id: str=None, node_url: str=None, pool_id: str=None, node_id: str=None, task_root_directory: str=None, task_root_directory_url: str=None, **kwargs) -> None: - super(ComputeNodeInformation, self).__init__(**kwargs) - self.affinity_id = affinity_id - self.node_url = node_url - self.pool_id = pool_id - self.node_id = node_id - self.task_root_directory = task_root_directory - self.task_root_directory_url = task_root_directory_url diff --git a/azure-batch/azure/batch/models/compute_node_list_options.py b/azure-batch/azure/batch/models/compute_node_list_options.py deleted file mode 100644 index b3cf782fbe5b..000000000000 --- a/azure-batch/azure/batch/models/compute_node_list_options.py +++ /dev/null @@ -1,61 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 nodes can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeListOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_list_options_py3.py b/azure-batch/azure/batch/models/compute_node_list_options_py3.py deleted file mode 100644 index e046429dcf15..000000000000 --- a/azure-batch/azure/batch/models/compute_node_list_options_py3.py +++ /dev/null @@ -1,61 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 nodes can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeListOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_paged.py b/azure-batch/azure/batch/models/compute_node_paged.py deleted file mode 100644 index 26f41dcb7fcc..000000000000 --- a/azure-batch/azure/batch/models/compute_node_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class ComputeNodePaged(Paged): - """ - A paging container for iterating over a list of :class:`ComputeNode ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[ComputeNode]'} - } - - def __init__(self, *args, **kwargs): - - super(ComputeNodePaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/compute_node_py3.py b/azure-batch/azure/batch/models/compute_node_py3.py deleted file mode 100644 index 1b5d7405a981..000000000000 --- a/azure-batch/azure/batch/models/compute_node_py3.py +++ /dev/null @@ -1,155 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNode(Model): - """A compute node in the Batch service. - - :param id: The ID of the compute node. Every node that is added to a pool - is assigned a unique ID. Whenever a node is removed from a pool, all of - its local files are deleted, and the ID is reclaimed and could be reused - for new nodes. - :type id: str - :param url: The URL of the compute node. - :type url: str - :param state: The current state of the compute node. The low-priority node - has been preempted. Tasks which were running on the node when it was - pre-empted will be rescheduled when another node becomes available. - Possible values include: 'idle', 'rebooting', 'reimaging', 'running', - 'unusable', 'creating', 'starting', 'waitingForStartTask', - 'startTaskFailed', 'unknown', 'leavingPool', 'offline', 'preempted' - :type state: str or ~azure.batch.models.ComputeNodeState - :param scheduling_state: Whether the compute node is available for task - scheduling. Possible values include: 'enabled', 'disabled' - :type scheduling_state: str or ~azure.batch.models.SchedulingState - :param state_transition_time: The time at which the compute node entered - its current state. - :type state_transition_time: datetime - :param last_boot_time: The time at which the compute node was started. - This property may not be present if the node state is unusable. - :type last_boot_time: datetime - :param allocation_time: The time at which this compute node was allocated - to the pool. - :type allocation_time: datetime - :param ip_address: The IP address that other compute nodes can use to - communicate with this compute node. Every node that is added to a pool is - assigned a unique IP address. Whenever a node is removed from a pool, all - of its local files are deleted, and the IP address is reclaimed and could - be reused for new nodes. - :type ip_address: str - :param affinity_id: An identifier which can be passed when adding a task - to request that the task be scheduled on this node. Note that this is just - a soft affinity. If the target node is busy or unavailable at the time the - task is scheduled, then the task will be scheduled elsewhere. - :type affinity_id: str - :param vm_size: The size of the virtual machine hosting the compute node. - For information about available sizes of virtual machines in pools, see - Choose a VM size for compute nodes in an Azure Batch pool - (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). - :type vm_size: str - :param total_tasks_run: The total number of job tasks completed on the - compute node. This includes Job Manager tasks and normal tasks, but not - Job Preparation, Job Release or Start tasks. - :type total_tasks_run: int - :param running_tasks_count: The total number of currently running job - tasks on the compute node. This includes Job Manager tasks and normal - tasks, but not Job Preparation, Job Release or Start tasks. - :type running_tasks_count: int - :param total_tasks_succeeded: The total number of job tasks which - completed successfully (with exitCode 0) on the compute node. This - includes Job Manager tasks and normal tasks, but not Job Preparation, Job - Release or Start tasks. - :type total_tasks_succeeded: int - :param recent_tasks: A list of tasks whose state has recently changed. - This property is present only if at least one task has run on this node - since it was assigned to the pool. - :type recent_tasks: list[~azure.batch.models.TaskInformation] - :param start_task: The task specified to run on the compute node as it - joins the pool. - :type start_task: ~azure.batch.models.StartTask - :param start_task_info: Runtime information about the execution of the - start task on the compute node. - :type start_task_info: ~azure.batch.models.StartTaskInformation - :param certificate_references: The list of certificates installed on the - compute node. For Windows compute nodes, the Batch service installs the - certificates to the specified certificate store and location. For Linux - compute nodes, the certificates are stored in a directory inside the task - working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is - supplied to the task to query for this location. For certificates with - visibility of 'remoteUser', a 'certs' directory is created in the user's - home directory (e.g., /home/{user-name}/certs) and certificates are placed - in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param errors: The list of errors that are currently being encountered by - the compute node. - :type errors: list[~azure.batch.models.ComputeNodeError] - :param is_dedicated: Whether this compute node is a dedicated node. If - false, the node is a low-priority node. - :type is_dedicated: bool - :param endpoint_configuration: The endpoint configuration for the compute - node. - :type endpoint_configuration: - ~azure.batch.models.ComputeNodeEndpointConfiguration - :param node_agent_info: Information about the node agent version and the - time the node upgraded to a new version. - :type node_agent_info: ~azure.batch.models.NodeAgentInformation - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'state': {'key': 'state', 'type': 'ComputeNodeState'}, - 'scheduling_state': {'key': 'schedulingState', 'type': 'SchedulingState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'last_boot_time': {'key': 'lastBootTime', 'type': 'iso-8601'}, - 'allocation_time': {'key': 'allocationTime', 'type': 'iso-8601'}, - 'ip_address': {'key': 'ipAddress', 'type': 'str'}, - 'affinity_id': {'key': 'affinityId', 'type': 'str'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'total_tasks_run': {'key': 'totalTasksRun', 'type': 'int'}, - 'running_tasks_count': {'key': 'runningTasksCount', 'type': 'int'}, - 'total_tasks_succeeded': {'key': 'totalTasksSucceeded', 'type': 'int'}, - 'recent_tasks': {'key': 'recentTasks', 'type': '[TaskInformation]'}, - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'start_task_info': {'key': 'startTaskInfo', 'type': 'StartTaskInformation'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'errors': {'key': 'errors', 'type': '[ComputeNodeError]'}, - 'is_dedicated': {'key': 'isDedicated', 'type': 'bool'}, - 'endpoint_configuration': {'key': 'endpointConfiguration', 'type': 'ComputeNodeEndpointConfiguration'}, - 'node_agent_info': {'key': 'nodeAgentInfo', 'type': 'NodeAgentInformation'}, - } - - def __init__(self, *, id: str=None, url: str=None, state=None, scheduling_state=None, state_transition_time=None, last_boot_time=None, allocation_time=None, ip_address: str=None, affinity_id: str=None, vm_size: str=None, total_tasks_run: int=None, running_tasks_count: int=None, total_tasks_succeeded: int=None, recent_tasks=None, start_task=None, start_task_info=None, certificate_references=None, errors=None, is_dedicated: bool=None, endpoint_configuration=None, node_agent_info=None, **kwargs) -> None: - super(ComputeNode, self).__init__(**kwargs) - self.id = id - self.url = url - self.state = state - self.scheduling_state = scheduling_state - self.state_transition_time = state_transition_time - self.last_boot_time = last_boot_time - self.allocation_time = allocation_time - self.ip_address = ip_address - self.affinity_id = affinity_id - self.vm_size = vm_size - self.total_tasks_run = total_tasks_run - self.running_tasks_count = running_tasks_count - self.total_tasks_succeeded = total_tasks_succeeded - self.recent_tasks = recent_tasks - self.start_task = start_task - self.start_task_info = start_task_info - self.certificate_references = certificate_references - self.errors = errors - self.is_dedicated = is_dedicated - self.endpoint_configuration = endpoint_configuration - self.node_agent_info = node_agent_info diff --git a/azure-batch/azure/batch/models/compute_node_reboot_options.py b/azure-batch/azure/batch/models/compute_node_reboot_options.py deleted file mode 100644 index 182c563e08ea..000000000000 --- a/azure-batch/azure/batch/models/compute_node_reboot_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeRebootOptions(Model): - """Additional parameters for reboot operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeRebootOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_reboot_options_py3.py b/azure-batch/azure/batch/models/compute_node_reboot_options_py3.py deleted file mode 100644 index 97e8cb414166..000000000000 --- a/azure-batch/azure/batch/models/compute_node_reboot_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeRebootOptions(Model): - """Additional parameters for reboot operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeRebootOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_reimage_options.py b/azure-batch/azure/batch/models/compute_node_reimage_options.py deleted file mode 100644 index 8ec6e55ff6c0..000000000000 --- a/azure-batch/azure/batch/models/compute_node_reimage_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeReimageOptions(Model): - """Additional parameters for reimage operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeReimageOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_reimage_options_py3.py b/azure-batch/azure/batch/models/compute_node_reimage_options_py3.py deleted file mode 100644 index dcff3ee86f32..000000000000 --- a/azure-batch/azure/batch/models/compute_node_reimage_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeReimageOptions(Model): - """Additional parameters for reimage operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeReimageOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_update_user_options.py b/azure-batch/azure/batch/models/compute_node_update_user_options.py deleted file mode 100644 index ed1f9548c53c..000000000000 --- a/azure-batch/azure/batch/models/compute_node_update_user_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeUpdateUserOptions(Model): - """Additional parameters for update_user operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeUpdateUserOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_update_user_options_py3.py b/azure-batch/azure/batch/models/compute_node_update_user_options_py3.py deleted file mode 100644 index 81e45b6cae69..000000000000 --- a/azure-batch/azure/batch/models/compute_node_update_user_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeUpdateUserOptions(Model): - """Additional parameters for update_user operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeUpdateUserOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_upload_batch_service_logs_options.py b/azure-batch/azure/batch/models/compute_node_upload_batch_service_logs_options.py deleted file mode 100644 index 071b712e9894..000000000000 --- a/azure-batch/azure/batch/models/compute_node_upload_batch_service_logs_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeUploadBatchServiceLogsOptions(Model): - """Additional parameters for upload_batch_service_logs operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeUploadBatchServiceLogsOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/compute_node_upload_batch_service_logs_options_py3.py b/azure-batch/azure/batch/models/compute_node_upload_batch_service_logs_options_py3.py deleted file mode 100644 index bac1dad58c36..000000000000 --- a/azure-batch/azure/batch/models/compute_node_upload_batch_service_logs_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeUploadBatchServiceLogsOptions(Model): - """Additional parameters for upload_batch_service_logs operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(ComputeNodeUploadBatchServiceLogsOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/compute_node_user.py b/azure-batch/azure/batch/models/compute_node_user.py deleted file mode 100644 index 495b246e2988..000000000000 --- a/azure-batch/azure/batch/models/compute_node_user.py +++ /dev/null @@ -1,62 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeUser(Model): - """A user account for RDP or SSH access on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The user name of the account. - :type name: str - :param is_admin: Whether the account should be an administrator on the - compute node. The default value is false. - :type is_admin: bool - :param expiry_time: The time at which the account should expire. If - omitted, the default is 1 day from the current time. For Linux compute - nodes, the expiryTime has a precision up to a day. - :type expiry_time: datetime - :param password: The password of the account. The password is required for - Windows nodes (those created with 'cloudServiceConfiguration', or created - with 'virtualMachineConfiguration' using a Windows image reference). For - Linux compute nodes, the password can optionally be specified along with - the sshPublicKey property. - :type password: str - :param ssh_public_key: The SSH public key that can be used for remote - login to the compute node. The public key should be compatible with - OpenSSH encoding and should be base 64 encoded. This property can be - specified only for Linux nodes. If this is specified for a Windows node, - then the Batch service rejects the request; if you are calling the REST - API directly, the HTTP status code is 400 (Bad Request). - :type ssh_public_key: str - """ - - _validation = { - 'name': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'is_admin': {'key': 'isAdmin', 'type': 'bool'}, - 'expiry_time': {'key': 'expiryTime', 'type': 'iso-8601'}, - 'password': {'key': 'password', 'type': 'str'}, - 'ssh_public_key': {'key': 'sshPublicKey', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(ComputeNodeUser, self).__init__(**kwargs) - self.name = kwargs.get('name', None) - self.is_admin = kwargs.get('is_admin', None) - self.expiry_time = kwargs.get('expiry_time', None) - self.password = kwargs.get('password', None) - self.ssh_public_key = kwargs.get('ssh_public_key', None) diff --git a/azure-batch/azure/batch/models/compute_node_user_py3.py b/azure-batch/azure/batch/models/compute_node_user_py3.py deleted file mode 100644 index a88a6ab29950..000000000000 --- a/azure-batch/azure/batch/models/compute_node_user_py3.py +++ /dev/null @@ -1,62 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ComputeNodeUser(Model): - """A user account for RDP or SSH access on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The user name of the account. - :type name: str - :param is_admin: Whether the account should be an administrator on the - compute node. The default value is false. - :type is_admin: bool - :param expiry_time: The time at which the account should expire. If - omitted, the default is 1 day from the current time. For Linux compute - nodes, the expiryTime has a precision up to a day. - :type expiry_time: datetime - :param password: The password of the account. The password is required for - Windows nodes (those created with 'cloudServiceConfiguration', or created - with 'virtualMachineConfiguration' using a Windows image reference). For - Linux compute nodes, the password can optionally be specified along with - the sshPublicKey property. - :type password: str - :param ssh_public_key: The SSH public key that can be used for remote - login to the compute node. The public key should be compatible with - OpenSSH encoding and should be base 64 encoded. This property can be - specified only for Linux nodes. If this is specified for a Windows node, - then the Batch service rejects the request; if you are calling the REST - API directly, the HTTP status code is 400 (Bad Request). - :type ssh_public_key: str - """ - - _validation = { - 'name': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'is_admin': {'key': 'isAdmin', 'type': 'bool'}, - 'expiry_time': {'key': 'expiryTime', 'type': 'iso-8601'}, - 'password': {'key': 'password', 'type': 'str'}, - 'ssh_public_key': {'key': 'sshPublicKey', 'type': 'str'}, - } - - def __init__(self, *, name: str, is_admin: bool=None, expiry_time=None, password: str=None, ssh_public_key: str=None, **kwargs) -> None: - super(ComputeNodeUser, self).__init__(**kwargs) - self.name = name - self.is_admin = is_admin - self.expiry_time = expiry_time - self.password = password - self.ssh_public_key = ssh_public_key diff --git a/azure-batch/azure/batch/models/container_configuration.py b/azure-batch/azure/batch/models/container_configuration.py deleted file mode 100644 index f4b932c4a257..000000000000 --- a/azure-batch/azure/batch/models/container_configuration.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ContainerConfiguration(Model): - """The configuration for container-enabled pools. - - Variables are only populated by the server, and will be ignored when - sending a request. - - All required parameters must be populated in order to send to Azure. - - :ivar type: Required. The container technology to be used. Default value: - "dockerCompatible" . - :vartype type: str - :param container_image_names: The collection of container image names. - This is the full image reference, as would be specified to "docker pull". - An image will be sourced from the default Docker registry unless the image - is fully qualified with an alternative registry. - :type container_image_names: list[str] - :param container_registries: Additional private registries from which - containers can be pulled. If any images must be downloaded from a private - registry which requires credentials, then those credentials must be - provided here. - :type container_registries: list[~azure.batch.models.ContainerRegistry] - """ - - _validation = { - 'type': {'required': True, 'constant': True}, - } - - _attribute_map = { - 'type': {'key': 'type', 'type': 'str'}, - 'container_image_names': {'key': 'containerImageNames', 'type': '[str]'}, - 'container_registries': {'key': 'containerRegistries', 'type': '[ContainerRegistry]'}, - } - - type = "dockerCompatible" - - def __init__(self, **kwargs): - super(ContainerConfiguration, self).__init__(**kwargs) - self.container_image_names = kwargs.get('container_image_names', None) - self.container_registries = kwargs.get('container_registries', None) diff --git a/azure-batch/azure/batch/models/container_configuration_py3.py b/azure-batch/azure/batch/models/container_configuration_py3.py deleted file mode 100644 index f65b047ea4dc..000000000000 --- a/azure-batch/azure/batch/models/container_configuration_py3.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ContainerConfiguration(Model): - """The configuration for container-enabled pools. - - Variables are only populated by the server, and will be ignored when - sending a request. - - All required parameters must be populated in order to send to Azure. - - :ivar type: Required. The container technology to be used. Default value: - "dockerCompatible" . - :vartype type: str - :param container_image_names: The collection of container image names. - This is the full image reference, as would be specified to "docker pull". - An image will be sourced from the default Docker registry unless the image - is fully qualified with an alternative registry. - :type container_image_names: list[str] - :param container_registries: Additional private registries from which - containers can be pulled. If any images must be downloaded from a private - registry which requires credentials, then those credentials must be - provided here. - :type container_registries: list[~azure.batch.models.ContainerRegistry] - """ - - _validation = { - 'type': {'required': True, 'constant': True}, - } - - _attribute_map = { - 'type': {'key': 'type', 'type': 'str'}, - 'container_image_names': {'key': 'containerImageNames', 'type': '[str]'}, - 'container_registries': {'key': 'containerRegistries', 'type': '[ContainerRegistry]'}, - } - - type = "dockerCompatible" - - def __init__(self, *, container_image_names=None, container_registries=None, **kwargs) -> None: - super(ContainerConfiguration, self).__init__(**kwargs) - self.container_image_names = container_image_names - self.container_registries = container_registries diff --git a/azure-batch/azure/batch/models/container_registry.py b/azure-batch/azure/batch/models/container_registry.py deleted file mode 100644 index 1820319652d0..000000000000 --- a/azure-batch/azure/batch/models/container_registry.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ContainerRegistry(Model): - """A private container registry. - - All required parameters must be populated in order to send to Azure. - - :param registry_server: The registry URL. If omitted, the default is - "docker.io". - :type registry_server: str - :param user_name: Required. The user name to log into the registry server. - :type user_name: str - :param password: Required. The password to log into the registry server. - :type password: str - """ - - _validation = { - 'user_name': {'required': True}, - 'password': {'required': True}, - } - - _attribute_map = { - 'registry_server': {'key': 'registryServer', 'type': 'str'}, - 'user_name': {'key': 'username', 'type': 'str'}, - 'password': {'key': 'password', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(ContainerRegistry, self).__init__(**kwargs) - self.registry_server = kwargs.get('registry_server', None) - self.user_name = kwargs.get('user_name', None) - self.password = kwargs.get('password', None) diff --git a/azure-batch/azure/batch/models/container_registry_py3.py b/azure-batch/azure/batch/models/container_registry_py3.py deleted file mode 100644 index eb47f9e5dc4c..000000000000 --- a/azure-batch/azure/batch/models/container_registry_py3.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ContainerRegistry(Model): - """A private container registry. - - All required parameters must be populated in order to send to Azure. - - :param registry_server: The registry URL. If omitted, the default is - "docker.io". - :type registry_server: str - :param user_name: Required. The user name to log into the registry server. - :type user_name: str - :param password: Required. The password to log into the registry server. - :type password: str - """ - - _validation = { - 'user_name': {'required': True}, - 'password': {'required': True}, - } - - _attribute_map = { - 'registry_server': {'key': 'registryServer', 'type': 'str'}, - 'user_name': {'key': 'username', 'type': 'str'}, - 'password': {'key': 'password', 'type': 'str'}, - } - - def __init__(self, *, user_name: str, password: str, registry_server: str=None, **kwargs) -> None: - super(ContainerRegistry, self).__init__(**kwargs) - self.registry_server = registry_server - self.user_name = user_name - self.password = password diff --git a/azure-batch/azure/batch/models/data_disk.py b/azure-batch/azure/batch/models/data_disk.py deleted file mode 100644 index d2f80dadf964..000000000000 --- a/azure-batch/azure/batch/models/data_disk.py +++ /dev/null @@ -1,56 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class DataDisk(Model): - """Settings which will be used by the data disks associated to compute nodes - in the pool. - - All required parameters must be populated in order to send to Azure. - - :param lun: Required. The logical unit number. The lun is used to uniquely - identify each data disk. If attaching multiple disks, each should have a - distinct lun. - :type lun: int - :param caching: The type of caching to be enabled for the data disks. The - default value for caching is readwrite. For information about the caching - options see: - https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. - Possible values include: 'none', 'readOnly', 'readWrite' - :type caching: str or ~azure.batch.models.CachingType - :param disk_size_gb: Required. The initial disk size in gigabytes. - :type disk_size_gb: int - :param storage_account_type: The storage account type to be used for the - data disk. If omitted, the default is "standard_lrs". Possible values - include: 'StandardLRS', 'PremiumLRS' - :type storage_account_type: str or ~azure.batch.models.StorageAccountType - """ - - _validation = { - 'lun': {'required': True}, - 'disk_size_gb': {'required': True}, - } - - _attribute_map = { - 'lun': {'key': 'lun', 'type': 'int'}, - 'caching': {'key': 'caching', 'type': 'CachingType'}, - 'disk_size_gb': {'key': 'diskSizeGB', 'type': 'int'}, - 'storage_account_type': {'key': 'storageAccountType', 'type': 'StorageAccountType'}, - } - - def __init__(self, **kwargs): - super(DataDisk, self).__init__(**kwargs) - self.lun = kwargs.get('lun', None) - self.caching = kwargs.get('caching', None) - self.disk_size_gb = kwargs.get('disk_size_gb', None) - self.storage_account_type = kwargs.get('storage_account_type', None) diff --git a/azure-batch/azure/batch/models/data_disk_py3.py b/azure-batch/azure/batch/models/data_disk_py3.py deleted file mode 100644 index 2af0ce19fb72..000000000000 --- a/azure-batch/azure/batch/models/data_disk_py3.py +++ /dev/null @@ -1,56 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class DataDisk(Model): - """Settings which will be used by the data disks associated to compute nodes - in the pool. - - All required parameters must be populated in order to send to Azure. - - :param lun: Required. The logical unit number. The lun is used to uniquely - identify each data disk. If attaching multiple disks, each should have a - distinct lun. - :type lun: int - :param caching: The type of caching to be enabled for the data disks. The - default value for caching is readwrite. For information about the caching - options see: - https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. - Possible values include: 'none', 'readOnly', 'readWrite' - :type caching: str or ~azure.batch.models.CachingType - :param disk_size_gb: Required. The initial disk size in gigabytes. - :type disk_size_gb: int - :param storage_account_type: The storage account type to be used for the - data disk. If omitted, the default is "standard_lrs". Possible values - include: 'StandardLRS', 'PremiumLRS' - :type storage_account_type: str or ~azure.batch.models.StorageAccountType - """ - - _validation = { - 'lun': {'required': True}, - 'disk_size_gb': {'required': True}, - } - - _attribute_map = { - 'lun': {'key': 'lun', 'type': 'int'}, - 'caching': {'key': 'caching', 'type': 'CachingType'}, - 'disk_size_gb': {'key': 'diskSizeGB', 'type': 'int'}, - 'storage_account_type': {'key': 'storageAccountType', 'type': 'StorageAccountType'}, - } - - def __init__(self, *, lun: int, disk_size_gb: int, caching=None, storage_account_type=None, **kwargs) -> None: - super(DataDisk, self).__init__(**kwargs) - self.lun = lun - self.caching = caching - self.disk_size_gb = disk_size_gb - self.storage_account_type = storage_account_type diff --git a/azure-batch/azure/batch/models/delete_certificate_error.py b/azure-batch/azure/batch/models/delete_certificate_error.py deleted file mode 100644 index dbb14c3ca4a1..000000000000 --- a/azure-batch/azure/batch/models/delete_certificate_error.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class DeleteCertificateError(Model): - """An error encountered by the Batch service when deleting a certificate. - - :param code: An identifier for the certificate deletion error. Codes are - invariant and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the certificate deletion error, - intended to be suitable for display in a user interface. - :type message: str - :param values: A list of additional error details related to the - certificate deletion error. This list includes details such as the active - pools and nodes referencing this certificate. However, if a large number - of resources reference the certificate, the list contains only about the - first hundred. - :type values: list[~azure.batch.models.NameValuePair] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'values': {'key': 'values', 'type': '[NameValuePair]'}, - } - - def __init__(self, **kwargs): - super(DeleteCertificateError, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - self.values = kwargs.get('values', None) diff --git a/azure-batch/azure/batch/models/delete_certificate_error_py3.py b/azure-batch/azure/batch/models/delete_certificate_error_py3.py deleted file mode 100644 index 246a12a07edd..000000000000 --- a/azure-batch/azure/batch/models/delete_certificate_error_py3.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class DeleteCertificateError(Model): - """An error encountered by the Batch service when deleting a certificate. - - :param code: An identifier for the certificate deletion error. Codes are - invariant and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the certificate deletion error, - intended to be suitable for display in a user interface. - :type message: str - :param values: A list of additional error details related to the - certificate deletion error. This list includes details such as the active - pools and nodes referencing this certificate. However, if a large number - of resources reference the certificate, the list contains only about the - first hundred. - :type values: list[~azure.batch.models.NameValuePair] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'values': {'key': 'values', 'type': '[NameValuePair]'}, - } - - def __init__(self, *, code: str=None, message: str=None, values=None, **kwargs) -> None: - super(DeleteCertificateError, self).__init__(**kwargs) - self.code = code - self.message = message - self.values = values diff --git a/azure-batch/azure/batch/models/environment_setting.py b/azure-batch/azure/batch/models/environment_setting.py deleted file mode 100644 index e46a6e5ec33e..000000000000 --- a/azure-batch/azure/batch/models/environment_setting.py +++ /dev/null @@ -1,38 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class EnvironmentSetting(Model): - """An environment variable to be set on a task process. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the environment variable. - :type name: str - :param value: The value of the environment variable. - :type value: str - """ - - _validation = { - 'name': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(EnvironmentSetting, self).__init__(**kwargs) - self.name = kwargs.get('name', None) - self.value = kwargs.get('value', None) diff --git a/azure-batch/azure/batch/models/environment_setting_py3.py b/azure-batch/azure/batch/models/environment_setting_py3.py deleted file mode 100644 index facb8f442be2..000000000000 --- a/azure-batch/azure/batch/models/environment_setting_py3.py +++ /dev/null @@ -1,38 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class EnvironmentSetting(Model): - """An environment variable to be set on a task process. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the environment variable. - :type name: str - :param value: The value of the environment variable. - :type value: str - """ - - _validation = { - 'name': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, *, name: str, value: str=None, **kwargs) -> None: - super(EnvironmentSetting, self).__init__(**kwargs) - self.name = name - self.value = value diff --git a/azure-batch/azure/batch/models/error_message.py b/azure-batch/azure/batch/models/error_message.py deleted file mode 100644 index bbdf64f1d551..000000000000 --- a/azure-batch/azure/batch/models/error_message.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ErrorMessage(Model): - """An error message received in an Azure Batch error response. - - :param lang: The language code of the error message. - :type lang: str - :param value: The text of the message. - :type value: str - """ - - _attribute_map = { - 'lang': {'key': 'lang', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(ErrorMessage, self).__init__(**kwargs) - self.lang = kwargs.get('lang', None) - self.value = kwargs.get('value', None) diff --git a/azure-batch/azure/batch/models/error_message_py3.py b/azure-batch/azure/batch/models/error_message_py3.py deleted file mode 100644 index a84934fc27c3..000000000000 --- a/azure-batch/azure/batch/models/error_message_py3.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ErrorMessage(Model): - """An error message received in an Azure Batch error response. - - :param lang: The language code of the error message. - :type lang: str - :param value: The text of the message. - :type value: str - """ - - _attribute_map = { - 'lang': {'key': 'lang', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, *, lang: str=None, value: str=None, **kwargs) -> None: - super(ErrorMessage, self).__init__(**kwargs) - self.lang = lang - self.value = value diff --git a/azure-batch/azure/batch/models/exit_code_mapping.py b/azure-batch/azure/batch/models/exit_code_mapping.py deleted file mode 100644 index 57977e3db851..000000000000 --- a/azure-batch/azure/batch/models/exit_code_mapping.py +++ /dev/null @@ -1,41 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ExitCodeMapping(Model): - """How the Batch service should respond if a task exits with a particular exit - code. - - All required parameters must be populated in order to send to Azure. - - :param code: Required. A process exit code. - :type code: int - :param exit_options: Required. How the Batch service should respond if the - task exits with this exit code. - :type exit_options: ~azure.batch.models.ExitOptions - """ - - _validation = { - 'code': {'required': True}, - 'exit_options': {'required': True}, - } - - _attribute_map = { - 'code': {'key': 'code', 'type': 'int'}, - 'exit_options': {'key': 'exitOptions', 'type': 'ExitOptions'}, - } - - def __init__(self, **kwargs): - super(ExitCodeMapping, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.exit_options = kwargs.get('exit_options', None) diff --git a/azure-batch/azure/batch/models/exit_code_mapping_py3.py b/azure-batch/azure/batch/models/exit_code_mapping_py3.py deleted file mode 100644 index 5a5176bbe903..000000000000 --- a/azure-batch/azure/batch/models/exit_code_mapping_py3.py +++ /dev/null @@ -1,41 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ExitCodeMapping(Model): - """How the Batch service should respond if a task exits with a particular exit - code. - - All required parameters must be populated in order to send to Azure. - - :param code: Required. A process exit code. - :type code: int - :param exit_options: Required. How the Batch service should respond if the - task exits with this exit code. - :type exit_options: ~azure.batch.models.ExitOptions - """ - - _validation = { - 'code': {'required': True}, - 'exit_options': {'required': True}, - } - - _attribute_map = { - 'code': {'key': 'code', 'type': 'int'}, - 'exit_options': {'key': 'exitOptions', 'type': 'ExitOptions'}, - } - - def __init__(self, *, code: int, exit_options, **kwargs) -> None: - super(ExitCodeMapping, self).__init__(**kwargs) - self.code = code - self.exit_options = exit_options diff --git a/azure-batch/azure/batch/models/exit_code_range_mapping.py b/azure-batch/azure/batch/models/exit_code_range_mapping.py deleted file mode 100644 index 999272ae7c97..000000000000 --- a/azure-batch/azure/batch/models/exit_code_range_mapping.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ExitCodeRangeMapping(Model): - """A range of exit codes and how the Batch service should respond to exit - codes within that range. - - All required parameters must be populated in order to send to Azure. - - :param start: Required. The first exit code in the range. - :type start: int - :param end: Required. The last exit code in the range. - :type end: int - :param exit_options: Required. How the Batch service should respond if the - task exits with an exit code in the range start to end (inclusive). - :type exit_options: ~azure.batch.models.ExitOptions - """ - - _validation = { - 'start': {'required': True}, - 'end': {'required': True}, - 'exit_options': {'required': True}, - } - - _attribute_map = { - 'start': {'key': 'start', 'type': 'int'}, - 'end': {'key': 'end', 'type': 'int'}, - 'exit_options': {'key': 'exitOptions', 'type': 'ExitOptions'}, - } - - def __init__(self, **kwargs): - super(ExitCodeRangeMapping, self).__init__(**kwargs) - self.start = kwargs.get('start', None) - self.end = kwargs.get('end', None) - self.exit_options = kwargs.get('exit_options', None) diff --git a/azure-batch/azure/batch/models/exit_code_range_mapping_py3.py b/azure-batch/azure/batch/models/exit_code_range_mapping_py3.py deleted file mode 100644 index 9a3da0bd9907..000000000000 --- a/azure-batch/azure/batch/models/exit_code_range_mapping_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ExitCodeRangeMapping(Model): - """A range of exit codes and how the Batch service should respond to exit - codes within that range. - - All required parameters must be populated in order to send to Azure. - - :param start: Required. The first exit code in the range. - :type start: int - :param end: Required. The last exit code in the range. - :type end: int - :param exit_options: Required. How the Batch service should respond if the - task exits with an exit code in the range start to end (inclusive). - :type exit_options: ~azure.batch.models.ExitOptions - """ - - _validation = { - 'start': {'required': True}, - 'end': {'required': True}, - 'exit_options': {'required': True}, - } - - _attribute_map = { - 'start': {'key': 'start', 'type': 'int'}, - 'end': {'key': 'end', 'type': 'int'}, - 'exit_options': {'key': 'exitOptions', 'type': 'ExitOptions'}, - } - - def __init__(self, *, start: int, end: int, exit_options, **kwargs) -> None: - super(ExitCodeRangeMapping, self).__init__(**kwargs) - self.start = start - self.end = end - self.exit_options = exit_options diff --git a/azure-batch/azure/batch/models/exit_conditions.py b/azure-batch/azure/batch/models/exit_conditions.py deleted file mode 100644 index c368f4a16f25..000000000000 --- a/azure-batch/azure/batch/models/exit_conditions.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ExitConditions(Model): - """Specifies how the Batch service should respond when the task completes. - - :param exit_codes: A list of individual task exit codes and how the Batch - service should respond to them. - :type exit_codes: list[~azure.batch.models.ExitCodeMapping] - :param exit_code_ranges: A list of task exit code ranges and how the Batch - service should respond to them. - :type exit_code_ranges: list[~azure.batch.models.ExitCodeRangeMapping] - :param pre_processing_error: How the Batch service should respond if the - task fails to start due to an error. - :type pre_processing_error: ~azure.batch.models.ExitOptions - :param file_upload_error: How the Batch service should respond if a file - upload error occurs. If the task exited with an exit code that was - specified via exitCodes or exitCodeRanges, and then encountered a file - upload error, then the action specified by the exit code takes precedence. - :type file_upload_error: ~azure.batch.models.ExitOptions - :param default: How the Batch service should respond if the task fails - with an exit condition not covered by any of the other properties. This - value is used if the task exits with any nonzero exit code not listed in - the exitCodes or exitCodeRanges collection, with a pre-processing error if - the preProcessingError property is not present, or with a file upload - error if the fileUploadError property is not present. If you want - non-default behaviour on exit code 0, you must list it explicitly using - the exitCodes or exitCodeRanges collection. - :type default: ~azure.batch.models.ExitOptions - """ - - _attribute_map = { - 'exit_codes': {'key': 'exitCodes', 'type': '[ExitCodeMapping]'}, - 'exit_code_ranges': {'key': 'exitCodeRanges', 'type': '[ExitCodeRangeMapping]'}, - 'pre_processing_error': {'key': 'preProcessingError', 'type': 'ExitOptions'}, - 'file_upload_error': {'key': 'fileUploadError', 'type': 'ExitOptions'}, - 'default': {'key': 'default', 'type': 'ExitOptions'}, - } - - def __init__(self, **kwargs): - super(ExitConditions, self).__init__(**kwargs) - self.exit_codes = kwargs.get('exit_codes', None) - self.exit_code_ranges = kwargs.get('exit_code_ranges', None) - self.pre_processing_error = kwargs.get('pre_processing_error', None) - self.file_upload_error = kwargs.get('file_upload_error', None) - self.default = kwargs.get('default', None) diff --git a/azure-batch/azure/batch/models/exit_conditions_py3.py b/azure-batch/azure/batch/models/exit_conditions_py3.py deleted file mode 100644 index f0630c7fecc2..000000000000 --- a/azure-batch/azure/batch/models/exit_conditions_py3.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ExitConditions(Model): - """Specifies how the Batch service should respond when the task completes. - - :param exit_codes: A list of individual task exit codes and how the Batch - service should respond to them. - :type exit_codes: list[~azure.batch.models.ExitCodeMapping] - :param exit_code_ranges: A list of task exit code ranges and how the Batch - service should respond to them. - :type exit_code_ranges: list[~azure.batch.models.ExitCodeRangeMapping] - :param pre_processing_error: How the Batch service should respond if the - task fails to start due to an error. - :type pre_processing_error: ~azure.batch.models.ExitOptions - :param file_upload_error: How the Batch service should respond if a file - upload error occurs. If the task exited with an exit code that was - specified via exitCodes or exitCodeRanges, and then encountered a file - upload error, then the action specified by the exit code takes precedence. - :type file_upload_error: ~azure.batch.models.ExitOptions - :param default: How the Batch service should respond if the task fails - with an exit condition not covered by any of the other properties. This - value is used if the task exits with any nonzero exit code not listed in - the exitCodes or exitCodeRanges collection, with a pre-processing error if - the preProcessingError property is not present, or with a file upload - error if the fileUploadError property is not present. If you want - non-default behaviour on exit code 0, you must list it explicitly using - the exitCodes or exitCodeRanges collection. - :type default: ~azure.batch.models.ExitOptions - """ - - _attribute_map = { - 'exit_codes': {'key': 'exitCodes', 'type': '[ExitCodeMapping]'}, - 'exit_code_ranges': {'key': 'exitCodeRanges', 'type': '[ExitCodeRangeMapping]'}, - 'pre_processing_error': {'key': 'preProcessingError', 'type': 'ExitOptions'}, - 'file_upload_error': {'key': 'fileUploadError', 'type': 'ExitOptions'}, - 'default': {'key': 'default', 'type': 'ExitOptions'}, - } - - def __init__(self, *, exit_codes=None, exit_code_ranges=None, pre_processing_error=None, file_upload_error=None, default=None, **kwargs) -> None: - super(ExitConditions, self).__init__(**kwargs) - self.exit_codes = exit_codes - self.exit_code_ranges = exit_code_ranges - self.pre_processing_error = pre_processing_error - self.file_upload_error = file_upload_error - self.default = default diff --git a/azure-batch/azure/batch/models/exit_options.py b/azure-batch/azure/batch/models/exit_options.py deleted file mode 100644 index f7f5e7b10578..000000000000 --- a/azure-batch/azure/batch/models/exit_options.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ExitOptions(Model): - """Specifies how the Batch service responds to a particular exit condition. - - :param job_action: An action to take on the job containing the task, if - the task completes with the given exit condition and the job's - onTaskFailed property is 'performExitOptionsJobAction'. The default is - none for exit code 0 and terminate for all other exit conditions. If the - job's onTaskFailed property is noaction, then specifying this property - returns an error and the add task request fails with an invalid property - value error; if you are calling the REST API directly, the HTTP status - code is 400 (Bad Request). Possible values include: 'none', 'disable', - 'terminate' - :type job_action: str or ~azure.batch.models.JobAction - :param dependency_action: An action that the Batch service performs on - tasks that depend on this task. The default is 'satisfy' for exit code 0, - and 'block' for all other exit conditions. If the job's - usesTaskDependencies property is set to false, then specifying the - dependencyAction property returns an error and the add task request fails - with an invalid property value error; if you are calling the REST API - directly, the HTTP status code is 400 (Bad Request). Possible values - include: 'satisfy', 'block' - :type dependency_action: str or ~azure.batch.models.DependencyAction - """ - - _attribute_map = { - 'job_action': {'key': 'jobAction', 'type': 'JobAction'}, - 'dependency_action': {'key': 'dependencyAction', 'type': 'DependencyAction'}, - } - - def __init__(self, **kwargs): - super(ExitOptions, self).__init__(**kwargs) - self.job_action = kwargs.get('job_action', None) - self.dependency_action = kwargs.get('dependency_action', None) diff --git a/azure-batch/azure/batch/models/exit_options_py3.py b/azure-batch/azure/batch/models/exit_options_py3.py deleted file mode 100644 index 0867bbea15a8..000000000000 --- a/azure-batch/azure/batch/models/exit_options_py3.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ExitOptions(Model): - """Specifies how the Batch service responds to a particular exit condition. - - :param job_action: An action to take on the job containing the task, if - the task completes with the given exit condition and the job's - onTaskFailed property is 'performExitOptionsJobAction'. The default is - none for exit code 0 and terminate for all other exit conditions. If the - job's onTaskFailed property is noaction, then specifying this property - returns an error and the add task request fails with an invalid property - value error; if you are calling the REST API directly, the HTTP status - code is 400 (Bad Request). Possible values include: 'none', 'disable', - 'terminate' - :type job_action: str or ~azure.batch.models.JobAction - :param dependency_action: An action that the Batch service performs on - tasks that depend on this task. The default is 'satisfy' for exit code 0, - and 'block' for all other exit conditions. If the job's - usesTaskDependencies property is set to false, then specifying the - dependencyAction property returns an error and the add task request fails - with an invalid property value error; if you are calling the REST API - directly, the HTTP status code is 400 (Bad Request). Possible values - include: 'satisfy', 'block' - :type dependency_action: str or ~azure.batch.models.DependencyAction - """ - - _attribute_map = { - 'job_action': {'key': 'jobAction', 'type': 'JobAction'}, - 'dependency_action': {'key': 'dependencyAction', 'type': 'DependencyAction'}, - } - - def __init__(self, *, job_action=None, dependency_action=None, **kwargs) -> None: - super(ExitOptions, self).__init__(**kwargs) - self.job_action = job_action - self.dependency_action = dependency_action diff --git a/azure-batch/azure/batch/models/file_delete_from_compute_node_options.py b/azure-batch/azure/batch/models/file_delete_from_compute_node_options.py deleted file mode 100644 index 7522e8063b26..000000000000 --- a/azure-batch/azure/batch/models/file_delete_from_compute_node_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileDeleteFromComputeNodeOptions(Model): - """Additional parameters for delete_from_compute_node operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(FileDeleteFromComputeNodeOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/file_delete_from_compute_node_options_py3.py b/azure-batch/azure/batch/models/file_delete_from_compute_node_options_py3.py deleted file mode 100644 index 62291d142fa7..000000000000 --- a/azure-batch/azure/batch/models/file_delete_from_compute_node_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileDeleteFromComputeNodeOptions(Model): - """Additional parameters for delete_from_compute_node operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(FileDeleteFromComputeNodeOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/file_delete_from_task_options.py b/azure-batch/azure/batch/models/file_delete_from_task_options.py deleted file mode 100644 index 054babe83ab2..000000000000 --- a/azure-batch/azure/batch/models/file_delete_from_task_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileDeleteFromTaskOptions(Model): - """Additional parameters for delete_from_task operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(FileDeleteFromTaskOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/file_delete_from_task_options_py3.py b/azure-batch/azure/batch/models/file_delete_from_task_options_py3.py deleted file mode 100644 index 7d783006c7c0..000000000000 --- a/azure-batch/azure/batch/models/file_delete_from_task_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileDeleteFromTaskOptions(Model): - """Additional parameters for delete_from_task operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(FileDeleteFromTaskOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/file_get_from_compute_node_options.py b/azure-batch/azure/batch/models/file_get_from_compute_node_options.py deleted file mode 100644 index 9a6e3fb706cb..000000000000 --- a/azure-batch/azure/batch/models/file_get_from_compute_node_options.py +++ /dev/null @@ -1,64 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileGetFromComputeNodeOptions(Model): - """Additional parameters for get_from_compute_node operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param ocp_range: The byte range to be retrieved. The default is to - retrieve the entire file. The format is bytes=startRange-endRange. - :type ocp_range: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'ocp_range': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(FileGetFromComputeNodeOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.ocp_range = kwargs.get('ocp_range', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/file_get_from_compute_node_options_py3.py b/azure-batch/azure/batch/models/file_get_from_compute_node_options_py3.py deleted file mode 100644 index ab3dc34f2ba4..000000000000 --- a/azure-batch/azure/batch/models/file_get_from_compute_node_options_py3.py +++ /dev/null @@ -1,64 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileGetFromComputeNodeOptions(Model): - """Additional parameters for get_from_compute_node operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param ocp_range: The byte range to be retrieved. The default is to - retrieve the entire file. The format is bytes=startRange-endRange. - :type ocp_range: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'ocp_range': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, ocp_range: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(FileGetFromComputeNodeOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.ocp_range = ocp_range - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/file_get_from_task_options.py b/azure-batch/azure/batch/models/file_get_from_task_options.py deleted file mode 100644 index 19bd5cde36f7..000000000000 --- a/azure-batch/azure/batch/models/file_get_from_task_options.py +++ /dev/null @@ -1,64 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileGetFromTaskOptions(Model): - """Additional parameters for get_from_task operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param ocp_range: The byte range to be retrieved. The default is to - retrieve the entire file. The format is bytes=startRange-endRange. - :type ocp_range: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'ocp_range': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(FileGetFromTaskOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.ocp_range = kwargs.get('ocp_range', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/file_get_from_task_options_py3.py b/azure-batch/azure/batch/models/file_get_from_task_options_py3.py deleted file mode 100644 index 30ec65839bcd..000000000000 --- a/azure-batch/azure/batch/models/file_get_from_task_options_py3.py +++ /dev/null @@ -1,64 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileGetFromTaskOptions(Model): - """Additional parameters for get_from_task operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param ocp_range: The byte range to be retrieved. The default is to - retrieve the entire file. The format is bytes=startRange-endRange. - :type ocp_range: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'ocp_range': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, ocp_range: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(FileGetFromTaskOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.ocp_range = ocp_range - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/file_get_properties_from_compute_node_options.py b/azure-batch/azure/batch/models/file_get_properties_from_compute_node_options.py deleted file mode 100644 index bf283d1d08e0..000000000000 --- a/azure-batch/azure/batch/models/file_get_properties_from_compute_node_options.py +++ /dev/null @@ -1,59 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileGetPropertiesFromComputeNodeOptions(Model): - """Additional parameters for get_properties_from_compute_node operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(FileGetPropertiesFromComputeNodeOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/file_get_properties_from_compute_node_options_py3.py b/azure-batch/azure/batch/models/file_get_properties_from_compute_node_options_py3.py deleted file mode 100644 index 69a901845c5c..000000000000 --- a/azure-batch/azure/batch/models/file_get_properties_from_compute_node_options_py3.py +++ /dev/null @@ -1,59 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileGetPropertiesFromComputeNodeOptions(Model): - """Additional parameters for get_properties_from_compute_node operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(FileGetPropertiesFromComputeNodeOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/file_get_properties_from_task_options.py b/azure-batch/azure/batch/models/file_get_properties_from_task_options.py deleted file mode 100644 index 836387d32cca..000000000000 --- a/azure-batch/azure/batch/models/file_get_properties_from_task_options.py +++ /dev/null @@ -1,59 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileGetPropertiesFromTaskOptions(Model): - """Additional parameters for get_properties_from_task operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(FileGetPropertiesFromTaskOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/file_get_properties_from_task_options_py3.py b/azure-batch/azure/batch/models/file_get_properties_from_task_options_py3.py deleted file mode 100644 index 739968950e4a..000000000000 --- a/azure-batch/azure/batch/models/file_get_properties_from_task_options_py3.py +++ /dev/null @@ -1,59 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileGetPropertiesFromTaskOptions(Model): - """Additional parameters for get_properties_from_task operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(FileGetPropertiesFromTaskOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/file_list_from_compute_node_options.py b/azure-batch/azure/batch/models/file_list_from_compute_node_options.py deleted file mode 100644 index dc32df46952e..000000000000 --- a/azure-batch/azure/batch/models/file_list_from_compute_node_options.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileListFromComputeNodeOptions(Model): - """Additional parameters for list_from_compute_node operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files. - :type filter: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 files can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(FileListFromComputeNodeOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/file_list_from_compute_node_options_py3.py b/azure-batch/azure/batch/models/file_list_from_compute_node_options_py3.py deleted file mode 100644 index e475dcde1242..000000000000 --- a/azure-batch/azure/batch/models/file_list_from_compute_node_options_py3.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileListFromComputeNodeOptions(Model): - """Additional parameters for list_from_compute_node operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files. - :type filter: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 files can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(FileListFromComputeNodeOptions, self).__init__(**kwargs) - self.filter = filter - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/file_list_from_task_options.py b/azure-batch/azure/batch/models/file_list_from_task_options.py deleted file mode 100644 index 86728b259518..000000000000 --- a/azure-batch/azure/batch/models/file_list_from_task_options.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileListFromTaskOptions(Model): - """Additional parameters for list_from_task operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-task-files. - :type filter: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 files can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(FileListFromTaskOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/file_list_from_task_options_py3.py b/azure-batch/azure/batch/models/file_list_from_task_options_py3.py deleted file mode 100644 index 354c48696129..000000000000 --- a/azure-batch/azure/batch/models/file_list_from_task_options_py3.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileListFromTaskOptions(Model): - """Additional parameters for list_from_task operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-task-files. - :type filter: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 files can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(FileListFromTaskOptions, self).__init__(**kwargs) - self.filter = filter - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/file_properties.py b/azure-batch/azure/batch/models/file_properties.py deleted file mode 100644 index 3cef000070f1..000000000000 --- a/azure-batch/azure/batch/models/file_properties.py +++ /dev/null @@ -1,54 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileProperties(Model): - """The properties of a file on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param creation_time: The file creation time. The creation time is not - returned for files on Linux compute nodes. - :type creation_time: datetime - :param last_modified: Required. The time at which the file was last - modified. - :type last_modified: datetime - :param content_length: Required. The length of the file. - :type content_length: long - :param content_type: The content type of the file. - :type content_type: str - :param file_mode: The file mode attribute in octal format. The file mode - is returned only for files on Linux compute nodes. - :type file_mode: str - """ - - _validation = { - 'last_modified': {'required': True}, - 'content_length': {'required': True}, - } - - _attribute_map = { - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'content_length': {'key': 'contentLength', 'type': 'long'}, - 'content_type': {'key': 'contentType', 'type': 'str'}, - 'file_mode': {'key': 'fileMode', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(FileProperties, self).__init__(**kwargs) - self.creation_time = kwargs.get('creation_time', None) - self.last_modified = kwargs.get('last_modified', None) - self.content_length = kwargs.get('content_length', None) - self.content_type = kwargs.get('content_type', None) - self.file_mode = kwargs.get('file_mode', None) diff --git a/azure-batch/azure/batch/models/file_properties_py3.py b/azure-batch/azure/batch/models/file_properties_py3.py deleted file mode 100644 index 71c2a8e68290..000000000000 --- a/azure-batch/azure/batch/models/file_properties_py3.py +++ /dev/null @@ -1,54 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class FileProperties(Model): - """The properties of a file on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param creation_time: The file creation time. The creation time is not - returned for files on Linux compute nodes. - :type creation_time: datetime - :param last_modified: Required. The time at which the file was last - modified. - :type last_modified: datetime - :param content_length: Required. The length of the file. - :type content_length: long - :param content_type: The content type of the file. - :type content_type: str - :param file_mode: The file mode attribute in octal format. The file mode - is returned only for files on Linux compute nodes. - :type file_mode: str - """ - - _validation = { - 'last_modified': {'required': True}, - 'content_length': {'required': True}, - } - - _attribute_map = { - 'creation_time': {'key': 'creationTime', 'type': 'iso-8601'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'content_length': {'key': 'contentLength', 'type': 'long'}, - 'content_type': {'key': 'contentType', 'type': 'str'}, - 'file_mode': {'key': 'fileMode', 'type': 'str'}, - } - - def __init__(self, *, last_modified, content_length: int, creation_time=None, content_type: str=None, file_mode: str=None, **kwargs) -> None: - super(FileProperties, self).__init__(**kwargs) - self.creation_time = creation_time - self.last_modified = last_modified - self.content_length = content_length - self.content_type = content_type - self.file_mode = file_mode diff --git a/azure-batch/azure/batch/models/image_reference.py b/azure-batch/azure/batch/models/image_reference.py deleted file mode 100644 index 41fb7fbcc9a8..000000000000 --- a/azure-batch/azure/batch/models/image_reference.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ImageReference(Model): - """A reference to an Azure Virtual Machines Marketplace image or a custom - Azure Virtual Machine image. To get the list of all Azure Marketplace image - references verified by Azure Batch, see the 'List node agent SKUs' - operation. - - :param publisher: The publisher of the Azure Virtual Machines Marketplace - image. For example, Canonical or MicrosoftWindowsServer. - :type publisher: str - :param offer: The offer type of the Azure Virtual Machines Marketplace - image. For example, UbuntuServer or WindowsServer. - :type offer: str - :param sku: The SKU of the Azure Virtual Machines Marketplace image. For - example, 14.04.0-LTS or 2012-R2-Datacenter. - :type sku: str - :param version: The version of the Azure Virtual Machines Marketplace - image. A value of 'latest' can be specified to select the latest version - of an image. If omitted, the default is 'latest'. - :type version: str - :param virtual_machine_image_id: The ARM resource identifier of the - virtual machine image. Computes nodes of the pool will be created using - this custom image. This is of the form - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName}. - This property is mutually exclusive with other ImageReference properties. - The virtual machine image must be in the same region and subscription as - the Azure Batch account. For information about the firewall settings for - the Batch node agent to communicate with the Batch service see - https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. - :type virtual_machine_image_id: str - """ - - _attribute_map = { - 'publisher': {'key': 'publisher', 'type': 'str'}, - 'offer': {'key': 'offer', 'type': 'str'}, - 'sku': {'key': 'sku', 'type': 'str'}, - 'version': {'key': 'version', 'type': 'str'}, - 'virtual_machine_image_id': {'key': 'virtualMachineImageId', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(ImageReference, self).__init__(**kwargs) - self.publisher = kwargs.get('publisher', None) - self.offer = kwargs.get('offer', None) - self.sku = kwargs.get('sku', None) - self.version = kwargs.get('version', None) - self.virtual_machine_image_id = kwargs.get('virtual_machine_image_id', None) diff --git a/azure-batch/azure/batch/models/image_reference_py3.py b/azure-batch/azure/batch/models/image_reference_py3.py deleted file mode 100644 index 7471294d297b..000000000000 --- a/azure-batch/azure/batch/models/image_reference_py3.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ImageReference(Model): - """A reference to an Azure Virtual Machines Marketplace image or a custom - Azure Virtual Machine image. To get the list of all Azure Marketplace image - references verified by Azure Batch, see the 'List node agent SKUs' - operation. - - :param publisher: The publisher of the Azure Virtual Machines Marketplace - image. For example, Canonical or MicrosoftWindowsServer. - :type publisher: str - :param offer: The offer type of the Azure Virtual Machines Marketplace - image. For example, UbuntuServer or WindowsServer. - :type offer: str - :param sku: The SKU of the Azure Virtual Machines Marketplace image. For - example, 14.04.0-LTS or 2012-R2-Datacenter. - :type sku: str - :param version: The version of the Azure Virtual Machines Marketplace - image. A value of 'latest' can be specified to select the latest version - of an image. If omitted, the default is 'latest'. - :type version: str - :param virtual_machine_image_id: The ARM resource identifier of the - virtual machine image. Computes nodes of the pool will be created using - this custom image. This is of the form - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName}. - This property is mutually exclusive with other ImageReference properties. - The virtual machine image must be in the same region and subscription as - the Azure Batch account. For information about the firewall settings for - the Batch node agent to communicate with the Batch service see - https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. - :type virtual_machine_image_id: str - """ - - _attribute_map = { - 'publisher': {'key': 'publisher', 'type': 'str'}, - 'offer': {'key': 'offer', 'type': 'str'}, - 'sku': {'key': 'sku', 'type': 'str'}, - 'version': {'key': 'version', 'type': 'str'}, - 'virtual_machine_image_id': {'key': 'virtualMachineImageId', 'type': 'str'}, - } - - def __init__(self, *, publisher: str=None, offer: str=None, sku: str=None, version: str=None, virtual_machine_image_id: str=None, **kwargs) -> None: - super(ImageReference, self).__init__(**kwargs) - self.publisher = publisher - self.offer = offer - self.sku = sku - self.version = version - self.virtual_machine_image_id = virtual_machine_image_id diff --git a/azure-batch/azure/batch/models/inbound_endpoint.py b/azure-batch/azure/batch/models/inbound_endpoint.py deleted file mode 100644 index 8fd064a95724..000000000000 --- a/azure-batch/azure/batch/models/inbound_endpoint.py +++ /dev/null @@ -1,62 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class InboundEndpoint(Model): - """An inbound endpoint on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the endpoint. - :type name: str - :param protocol: Required. The protocol of the endpoint. Possible values - include: 'tcp', 'udp' - :type protocol: str or ~azure.batch.models.InboundEndpointProtocol - :param public_ip_address: Required. The public IP address of the compute - node. - :type public_ip_address: str - :param public_fqdn: Required. The public fully qualified domain name for - the compute node. - :type public_fqdn: str - :param frontend_port: Required. The public port number of the endpoint. - :type frontend_port: int - :param backend_port: Required. The backend port number of the endpoint. - :type backend_port: int - """ - - _validation = { - 'name': {'required': True}, - 'protocol': {'required': True}, - 'public_ip_address': {'required': True}, - 'public_fqdn': {'required': True}, - 'frontend_port': {'required': True}, - 'backend_port': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'protocol': {'key': 'protocol', 'type': 'InboundEndpointProtocol'}, - 'public_ip_address': {'key': 'publicIPAddress', 'type': 'str'}, - 'public_fqdn': {'key': 'publicFQDN', 'type': 'str'}, - 'frontend_port': {'key': 'frontendPort', 'type': 'int'}, - 'backend_port': {'key': 'backendPort', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(InboundEndpoint, self).__init__(**kwargs) - self.name = kwargs.get('name', None) - self.protocol = kwargs.get('protocol', None) - self.public_ip_address = kwargs.get('public_ip_address', None) - self.public_fqdn = kwargs.get('public_fqdn', None) - self.frontend_port = kwargs.get('frontend_port', None) - self.backend_port = kwargs.get('backend_port', None) diff --git a/azure-batch/azure/batch/models/inbound_endpoint_py3.py b/azure-batch/azure/batch/models/inbound_endpoint_py3.py deleted file mode 100644 index 004e15779741..000000000000 --- a/azure-batch/azure/batch/models/inbound_endpoint_py3.py +++ /dev/null @@ -1,62 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class InboundEndpoint(Model): - """An inbound endpoint on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the endpoint. - :type name: str - :param protocol: Required. The protocol of the endpoint. Possible values - include: 'tcp', 'udp' - :type protocol: str or ~azure.batch.models.InboundEndpointProtocol - :param public_ip_address: Required. The public IP address of the compute - node. - :type public_ip_address: str - :param public_fqdn: Required. The public fully qualified domain name for - the compute node. - :type public_fqdn: str - :param frontend_port: Required. The public port number of the endpoint. - :type frontend_port: int - :param backend_port: Required. The backend port number of the endpoint. - :type backend_port: int - """ - - _validation = { - 'name': {'required': True}, - 'protocol': {'required': True}, - 'public_ip_address': {'required': True}, - 'public_fqdn': {'required': True}, - 'frontend_port': {'required': True}, - 'backend_port': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'protocol': {'key': 'protocol', 'type': 'InboundEndpointProtocol'}, - 'public_ip_address': {'key': 'publicIPAddress', 'type': 'str'}, - 'public_fqdn': {'key': 'publicFQDN', 'type': 'str'}, - 'frontend_port': {'key': 'frontendPort', 'type': 'int'}, - 'backend_port': {'key': 'backendPort', 'type': 'int'}, - } - - def __init__(self, *, name: str, protocol, public_ip_address: str, public_fqdn: str, frontend_port: int, backend_port: int, **kwargs) -> None: - super(InboundEndpoint, self).__init__(**kwargs) - self.name = name - self.protocol = protocol - self.public_ip_address = public_ip_address - self.public_fqdn = public_fqdn - self.frontend_port = frontend_port - self.backend_port = backend_port diff --git a/azure-batch/azure/batch/models/inbound_nat_pool.py b/azure-batch/azure/batch/models/inbound_nat_pool.py deleted file mode 100644 index bf3209e992a0..000000000000 --- a/azure-batch/azure/batch/models/inbound_nat_pool.py +++ /dev/null @@ -1,86 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class InboundNATPool(Model): - """A inbound NAT pool that can be used to address specific ports on compute - nodes in a Batch pool externally. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the endpoint. The name must be unique - within a Batch pool, can contain letters, numbers, underscores, periods, - and hyphens. Names must start with a letter or number, must end with a - letter, number, or underscore, and cannot exceed 77 characters. If any - invalid values are provided the request fails with HTTP status code 400. - :type name: str - :param protocol: Required. The protocol of the endpoint. Possible values - include: 'tcp', 'udp' - :type protocol: str or ~azure.batch.models.InboundEndpointProtocol - :param backend_port: Required. The port number on the compute node. This - must be unique within a Batch pool. Acceptable values are between 1 and - 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any - reserved values are provided the request fails with HTTP status code 400. - :type backend_port: int - :param frontend_port_range_start: Required. The first port number in the - range of external ports that will be used to provide inbound access to the - backendPort on individual compute nodes. Acceptable values range between 1 - and 65534 except ports from 50000 to 55000 which are reserved. All ranges - within a pool must be distinct and cannot overlap. Each range must contain - at least 40 ports. If any reserved or overlapping values are provided the - request fails with HTTP status code 400. - :type frontend_port_range_start: int - :param frontend_port_range_end: Required. The last port number in the - range of external ports that will be used to provide inbound access to the - backendPort on individual compute nodes. Acceptable values range between 1 - and 65534 except ports from 50000 to 55000 which are reserved by the Batch - service. All ranges within a pool must be distinct and cannot overlap. - Each range must contain at least 40 ports. If any reserved or overlapping - values are provided the request fails with HTTP status code 400. - :type frontend_port_range_end: int - :param network_security_group_rules: A list of network security group - rules that will be applied to the endpoint. The maximum number of rules - that can be specified across all the endpoints on a Batch pool is 25. If - no network security group rules are specified, a default rule will be - created to allow inbound access to the specified backendPort. If the - maximum number of network security group rules is exceeded the request - fails with HTTP status code 400. - :type network_security_group_rules: - list[~azure.batch.models.NetworkSecurityGroupRule] - """ - - _validation = { - 'name': {'required': True}, - 'protocol': {'required': True}, - 'backend_port': {'required': True}, - 'frontend_port_range_start': {'required': True}, - 'frontend_port_range_end': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'protocol': {'key': 'protocol', 'type': 'InboundEndpointProtocol'}, - 'backend_port': {'key': 'backendPort', 'type': 'int'}, - 'frontend_port_range_start': {'key': 'frontendPortRangeStart', 'type': 'int'}, - 'frontend_port_range_end': {'key': 'frontendPortRangeEnd', 'type': 'int'}, - 'network_security_group_rules': {'key': 'networkSecurityGroupRules', 'type': '[NetworkSecurityGroupRule]'}, - } - - def __init__(self, **kwargs): - super(InboundNATPool, self).__init__(**kwargs) - self.name = kwargs.get('name', None) - self.protocol = kwargs.get('protocol', None) - self.backend_port = kwargs.get('backend_port', None) - self.frontend_port_range_start = kwargs.get('frontend_port_range_start', None) - self.frontend_port_range_end = kwargs.get('frontend_port_range_end', None) - self.network_security_group_rules = kwargs.get('network_security_group_rules', None) diff --git a/azure-batch/azure/batch/models/inbound_nat_pool_py3.py b/azure-batch/azure/batch/models/inbound_nat_pool_py3.py deleted file mode 100644 index ed91e3733983..000000000000 --- a/azure-batch/azure/batch/models/inbound_nat_pool_py3.py +++ /dev/null @@ -1,86 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class InboundNATPool(Model): - """A inbound NAT pool that can be used to address specific ports on compute - nodes in a Batch pool externally. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the endpoint. The name must be unique - within a Batch pool, can contain letters, numbers, underscores, periods, - and hyphens. Names must start with a letter or number, must end with a - letter, number, or underscore, and cannot exceed 77 characters. If any - invalid values are provided the request fails with HTTP status code 400. - :type name: str - :param protocol: Required. The protocol of the endpoint. Possible values - include: 'tcp', 'udp' - :type protocol: str or ~azure.batch.models.InboundEndpointProtocol - :param backend_port: Required. The port number on the compute node. This - must be unique within a Batch pool. Acceptable values are between 1 and - 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any - reserved values are provided the request fails with HTTP status code 400. - :type backend_port: int - :param frontend_port_range_start: Required. The first port number in the - range of external ports that will be used to provide inbound access to the - backendPort on individual compute nodes. Acceptable values range between 1 - and 65534 except ports from 50000 to 55000 which are reserved. All ranges - within a pool must be distinct and cannot overlap. Each range must contain - at least 40 ports. If any reserved or overlapping values are provided the - request fails with HTTP status code 400. - :type frontend_port_range_start: int - :param frontend_port_range_end: Required. The last port number in the - range of external ports that will be used to provide inbound access to the - backendPort on individual compute nodes. Acceptable values range between 1 - and 65534 except ports from 50000 to 55000 which are reserved by the Batch - service. All ranges within a pool must be distinct and cannot overlap. - Each range must contain at least 40 ports. If any reserved or overlapping - values are provided the request fails with HTTP status code 400. - :type frontend_port_range_end: int - :param network_security_group_rules: A list of network security group - rules that will be applied to the endpoint. The maximum number of rules - that can be specified across all the endpoints on a Batch pool is 25. If - no network security group rules are specified, a default rule will be - created to allow inbound access to the specified backendPort. If the - maximum number of network security group rules is exceeded the request - fails with HTTP status code 400. - :type network_security_group_rules: - list[~azure.batch.models.NetworkSecurityGroupRule] - """ - - _validation = { - 'name': {'required': True}, - 'protocol': {'required': True}, - 'backend_port': {'required': True}, - 'frontend_port_range_start': {'required': True}, - 'frontend_port_range_end': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'protocol': {'key': 'protocol', 'type': 'InboundEndpointProtocol'}, - 'backend_port': {'key': 'backendPort', 'type': 'int'}, - 'frontend_port_range_start': {'key': 'frontendPortRangeStart', 'type': 'int'}, - 'frontend_port_range_end': {'key': 'frontendPortRangeEnd', 'type': 'int'}, - 'network_security_group_rules': {'key': 'networkSecurityGroupRules', 'type': '[NetworkSecurityGroupRule]'}, - } - - def __init__(self, *, name: str, protocol, backend_port: int, frontend_port_range_start: int, frontend_port_range_end: int, network_security_group_rules=None, **kwargs) -> None: - super(InboundNATPool, self).__init__(**kwargs) - self.name = name - self.protocol = protocol - self.backend_port = backend_port - self.frontend_port_range_start = frontend_port_range_start - self.frontend_port_range_end = frontend_port_range_end - self.network_security_group_rules = network_security_group_rules diff --git a/azure-batch/azure/batch/models/job_add_options.py b/azure-batch/azure/batch/models/job_add_options.py deleted file mode 100644 index bdcf79691d86..000000000000 --- a/azure-batch/azure/batch/models/job_add_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobAddOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/job_add_options_py3.py b/azure-batch/azure/batch/models/job_add_options_py3.py deleted file mode 100644 index 9633e748c18a..000000000000 --- a/azure-batch/azure/batch/models/job_add_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(JobAddOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/job_add_parameter.py b/azure-batch/azure/batch/models/job_add_parameter.py deleted file mode 100644 index f79558f4fa6d..000000000000 --- a/azure-batch/azure/batch/models/job_add_parameter.py +++ /dev/null @@ -1,134 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobAddParameter(Model): - """An Azure Batch job to add. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the job within the - account. The ID can contain any combination of alphanumeric characters - including hyphens and underscores, and cannot contain more than 64 - characters. The ID is case-preserving and case-insensitive (that is, you - may not have two IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the job. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param priority: The priority of the job. Priority values can range from - -1000 to 1000, with -1000 being the lowest priority and 1000 being the - highest priority. The default value is 0. - :type priority: int - :param constraints: The execution constraints for the job. - :type constraints: ~azure.batch.models.JobConstraints - :param job_manager_task: Details of a Job Manager task to be launched when - the job is started. If the job does not specify a Job Manager task, the - user must explicitly add tasks to the job. If the job does specify a Job - Manager task, the Batch service creates the Job Manager task when the job - is created, and will try to schedule the Job Manager task before - scheduling other tasks in the job. The Job Manager task's typical purpose - is to control and/or monitor job execution, for example by deciding what - additional tasks to run, determining when the work is complete, etc. - (However, a Job Manager task is not restricted to these activities - it is - a fully-fledged task in the system and perform whatever actions are - required for the job.) For example, a Job Manager task might download a - file specified as a parameter, analyze the contents of that file and - submit additional tasks based on those contents. - :type job_manager_task: ~azure.batch.models.JobManagerTask - :param job_preparation_task: The Job Preparation task. If a job has a Job - Preparation task, the Batch service will run the Job Preparation task on a - compute node before starting any tasks of that job on that compute node. - :type job_preparation_task: ~azure.batch.models.JobPreparationTask - :param job_release_task: The Job Release task. A Job Release task cannot - be specified without also specifying a Job Preparation task for the job. - The Batch service runs the Job Release task on the compute nodes that have - run the Job Preparation task. The primary purpose of the Job Release task - is to undo changes to compute nodes made by the Job Preparation task. - Example activities include deleting local files, or shutting down services - that were started as part of job preparation. - :type job_release_task: ~azure.batch.models.JobReleaseTask - :param common_environment_settings: The list of common environment - variable settings. These environment variables are set for all tasks in - the job (including the Job Manager, Job Preparation and Job Release - tasks). Individual tasks can override an environment setting specified - here by specifying the same setting name with a different value. - :type common_environment_settings: - list[~azure.batch.models.EnvironmentSetting] - :param pool_info: Required. The pool on which the Batch service runs the - job's tasks. - :type pool_info: ~azure.batch.models.PoolInformation - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in the job are in the completed state. Note that if a job - contains no tasks, then all tasks are considered complete. This option is - therefore most commonly used with a Job Manager task; if you want to use - automatic job termination without a Job Manager, you should initially set - onAllTasksComplete to noaction and update the job properties to set - onAllTasksComplete to terminatejob once you have finished adding tasks. - The default is noaction. Possible values include: 'noAction', - 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - :param on_task_failure: The action the Batch service should take when any - task in the job fails. A task is considered to have failed if has a - failureInfo. A failureInfo is set if the task completes with a non-zero - exit code after exhausting its retry count, or if there was an error - starting the task, for example due to a resource file download error. The - default is noaction. Possible values include: 'noAction', - 'performExitOptionsJobAction' - :type on_task_failure: str or ~azure.batch.models.OnTaskFailure - :param metadata: A list of name-value pairs associated with the job as - metadata. The Batch service does not assign any meaning to metadata; it is - solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - :param uses_task_dependencies: Whether tasks in the job can define - dependencies on each other. The default is false. - :type uses_task_dependencies: bool - """ - - _validation = { - 'id': {'required': True}, - 'pool_info': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'priority': {'key': 'priority', 'type': 'int'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, - 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, - 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, - 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, - } - - def __init__(self, **kwargs): - super(JobAddParameter, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.priority = kwargs.get('priority', None) - self.constraints = kwargs.get('constraints', None) - self.job_manager_task = kwargs.get('job_manager_task', None) - self.job_preparation_task = kwargs.get('job_preparation_task', None) - self.job_release_task = kwargs.get('job_release_task', None) - self.common_environment_settings = kwargs.get('common_environment_settings', None) - self.pool_info = kwargs.get('pool_info', None) - self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) - self.on_task_failure = kwargs.get('on_task_failure', None) - self.metadata = kwargs.get('metadata', None) - self.uses_task_dependencies = kwargs.get('uses_task_dependencies', None) diff --git a/azure-batch/azure/batch/models/job_add_parameter_py3.py b/azure-batch/azure/batch/models/job_add_parameter_py3.py deleted file mode 100644 index e09577550b8b..000000000000 --- a/azure-batch/azure/batch/models/job_add_parameter_py3.py +++ /dev/null @@ -1,134 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobAddParameter(Model): - """An Azure Batch job to add. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the job within the - account. The ID can contain any combination of alphanumeric characters - including hyphens and underscores, and cannot contain more than 64 - characters. The ID is case-preserving and case-insensitive (that is, you - may not have two IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the job. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param priority: The priority of the job. Priority values can range from - -1000 to 1000, with -1000 being the lowest priority and 1000 being the - highest priority. The default value is 0. - :type priority: int - :param constraints: The execution constraints for the job. - :type constraints: ~azure.batch.models.JobConstraints - :param job_manager_task: Details of a Job Manager task to be launched when - the job is started. If the job does not specify a Job Manager task, the - user must explicitly add tasks to the job. If the job does specify a Job - Manager task, the Batch service creates the Job Manager task when the job - is created, and will try to schedule the Job Manager task before - scheduling other tasks in the job. The Job Manager task's typical purpose - is to control and/or monitor job execution, for example by deciding what - additional tasks to run, determining when the work is complete, etc. - (However, a Job Manager task is not restricted to these activities - it is - a fully-fledged task in the system and perform whatever actions are - required for the job.) For example, a Job Manager task might download a - file specified as a parameter, analyze the contents of that file and - submit additional tasks based on those contents. - :type job_manager_task: ~azure.batch.models.JobManagerTask - :param job_preparation_task: The Job Preparation task. If a job has a Job - Preparation task, the Batch service will run the Job Preparation task on a - compute node before starting any tasks of that job on that compute node. - :type job_preparation_task: ~azure.batch.models.JobPreparationTask - :param job_release_task: The Job Release task. A Job Release task cannot - be specified without also specifying a Job Preparation task for the job. - The Batch service runs the Job Release task on the compute nodes that have - run the Job Preparation task. The primary purpose of the Job Release task - is to undo changes to compute nodes made by the Job Preparation task. - Example activities include deleting local files, or shutting down services - that were started as part of job preparation. - :type job_release_task: ~azure.batch.models.JobReleaseTask - :param common_environment_settings: The list of common environment - variable settings. These environment variables are set for all tasks in - the job (including the Job Manager, Job Preparation and Job Release - tasks). Individual tasks can override an environment setting specified - here by specifying the same setting name with a different value. - :type common_environment_settings: - list[~azure.batch.models.EnvironmentSetting] - :param pool_info: Required. The pool on which the Batch service runs the - job's tasks. - :type pool_info: ~azure.batch.models.PoolInformation - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in the job are in the completed state. Note that if a job - contains no tasks, then all tasks are considered complete. This option is - therefore most commonly used with a Job Manager task; if you want to use - automatic job termination without a Job Manager, you should initially set - onAllTasksComplete to noaction and update the job properties to set - onAllTasksComplete to terminatejob once you have finished adding tasks. - The default is noaction. Possible values include: 'noAction', - 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - :param on_task_failure: The action the Batch service should take when any - task in the job fails. A task is considered to have failed if has a - failureInfo. A failureInfo is set if the task completes with a non-zero - exit code after exhausting its retry count, or if there was an error - starting the task, for example due to a resource file download error. The - default is noaction. Possible values include: 'noAction', - 'performExitOptionsJobAction' - :type on_task_failure: str or ~azure.batch.models.OnTaskFailure - :param metadata: A list of name-value pairs associated with the job as - metadata. The Batch service does not assign any meaning to metadata; it is - solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - :param uses_task_dependencies: Whether tasks in the job can define - dependencies on each other. The default is false. - :type uses_task_dependencies: bool - """ - - _validation = { - 'id': {'required': True}, - 'pool_info': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'priority': {'key': 'priority', 'type': 'int'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, - 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, - 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, - 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, - } - - def __init__(self, *, id: str, pool_info, display_name: str=None, priority: int=None, constraints=None, job_manager_task=None, job_preparation_task=None, job_release_task=None, common_environment_settings=None, on_all_tasks_complete=None, on_task_failure=None, metadata=None, uses_task_dependencies: bool=None, **kwargs) -> None: - super(JobAddParameter, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.priority = priority - self.constraints = constraints - self.job_manager_task = job_manager_task - self.job_preparation_task = job_preparation_task - self.job_release_task = job_release_task - self.common_environment_settings = common_environment_settings - self.pool_info = pool_info - self.on_all_tasks_complete = on_all_tasks_complete - self.on_task_failure = on_task_failure - self.metadata = metadata - self.uses_task_dependencies = uses_task_dependencies diff --git a/azure-batch/azure/batch/models/job_constraints.py b/azure-batch/azure/batch/models/job_constraints.py deleted file mode 100644 index 070a37aefbfb..000000000000 --- a/azure-batch/azure/batch/models/job_constraints.py +++ /dev/null @@ -1,45 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobConstraints(Model): - """The execution constraints for a job. - - :param max_wall_clock_time: The maximum elapsed time that the job may run, - measured from the time the job is created. If the job does not complete - within the time limit, the Batch service terminates it and any tasks that - are still running. In this case, the termination reason will be - MaxWallClockTimeExpiry. If this property is not specified, there is no - time limit on how long the job may run. - :type max_wall_clock_time: timedelta - :param max_task_retry_count: The maximum number of times each task may be - retried. The Batch service retries a task if its exit code is nonzero. - Note that this value specifically controls the number of retries. The - Batch service will try each task once, and may then retry up to this - limit. For example, if the maximum retry count is 3, Batch tries a task up - to 4 times (one initial try and 3 retries). If the maximum retry count is - 0, the Batch service does not retry tasks. If the maximum retry count is - -1, the Batch service retries tasks without limit. The default value is 0 - (no retries). - :type max_task_retry_count: int - """ - - _attribute_map = { - 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, - 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(JobConstraints, self).__init__(**kwargs) - self.max_wall_clock_time = kwargs.get('max_wall_clock_time', None) - self.max_task_retry_count = kwargs.get('max_task_retry_count', None) diff --git a/azure-batch/azure/batch/models/job_constraints_py3.py b/azure-batch/azure/batch/models/job_constraints_py3.py deleted file mode 100644 index 06340ebed94f..000000000000 --- a/azure-batch/azure/batch/models/job_constraints_py3.py +++ /dev/null @@ -1,45 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobConstraints(Model): - """The execution constraints for a job. - - :param max_wall_clock_time: The maximum elapsed time that the job may run, - measured from the time the job is created. If the job does not complete - within the time limit, the Batch service terminates it and any tasks that - are still running. In this case, the termination reason will be - MaxWallClockTimeExpiry. If this property is not specified, there is no - time limit on how long the job may run. - :type max_wall_clock_time: timedelta - :param max_task_retry_count: The maximum number of times each task may be - retried. The Batch service retries a task if its exit code is nonzero. - Note that this value specifically controls the number of retries. The - Batch service will try each task once, and may then retry up to this - limit. For example, if the maximum retry count is 3, Batch tries a task up - to 4 times (one initial try and 3 retries). If the maximum retry count is - 0, the Batch service does not retry tasks. If the maximum retry count is - -1, the Batch service retries tasks without limit. The default value is 0 - (no retries). - :type max_task_retry_count: int - """ - - _attribute_map = { - 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, - 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, - } - - def __init__(self, *, max_wall_clock_time=None, max_task_retry_count: int=None, **kwargs) -> None: - super(JobConstraints, self).__init__(**kwargs) - self.max_wall_clock_time = max_wall_clock_time - self.max_task_retry_count = max_task_retry_count diff --git a/azure-batch/azure/batch/models/job_delete_options.py b/azure-batch/azure/batch/models/job_delete_options.py deleted file mode 100644 index a537b55e907a..000000000000 --- a/azure-batch/azure/batch/models/job_delete_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobDeleteOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_delete_options_py3.py b/azure-batch/azure/batch/models/job_delete_options_py3.py deleted file mode 100644 index 821db0e8c2df..000000000000 --- a/azure-batch/azure/batch/models/job_delete_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobDeleteOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_disable_options.py b/azure-batch/azure/batch/models/job_disable_options.py deleted file mode 100644 index c669451674e5..000000000000 --- a/azure-batch/azure/batch/models/job_disable_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobDisableOptions(Model): - """Additional parameters for disable operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobDisableOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_disable_options_py3.py b/azure-batch/azure/batch/models/job_disable_options_py3.py deleted file mode 100644 index 4b077714d764..000000000000 --- a/azure-batch/azure/batch/models/job_disable_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobDisableOptions(Model): - """Additional parameters for disable operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobDisableOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_disable_parameter.py b/azure-batch/azure/batch/models/job_disable_parameter.py deleted file mode 100644 index d86c965f3458..000000000000 --- a/azure-batch/azure/batch/models/job_disable_parameter.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobDisableParameter(Model): - """Options when disabling a job. - - All required parameters must be populated in order to send to Azure. - - :param disable_tasks: Required. What to do with active tasks associated - with the job. Possible values include: 'requeue', 'terminate', 'wait' - :type disable_tasks: str or ~azure.batch.models.DisableJobOption - """ - - _validation = { - 'disable_tasks': {'required': True}, - } - - _attribute_map = { - 'disable_tasks': {'key': 'disableTasks', 'type': 'DisableJobOption'}, - } - - def __init__(self, **kwargs): - super(JobDisableParameter, self).__init__(**kwargs) - self.disable_tasks = kwargs.get('disable_tasks', None) diff --git a/azure-batch/azure/batch/models/job_disable_parameter_py3.py b/azure-batch/azure/batch/models/job_disable_parameter_py3.py deleted file mode 100644 index fd99f78e1edf..000000000000 --- a/azure-batch/azure/batch/models/job_disable_parameter_py3.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobDisableParameter(Model): - """Options when disabling a job. - - All required parameters must be populated in order to send to Azure. - - :param disable_tasks: Required. What to do with active tasks associated - with the job. Possible values include: 'requeue', 'terminate', 'wait' - :type disable_tasks: str or ~azure.batch.models.DisableJobOption - """ - - _validation = { - 'disable_tasks': {'required': True}, - } - - _attribute_map = { - 'disable_tasks': {'key': 'disableTasks', 'type': 'DisableJobOption'}, - } - - def __init__(self, *, disable_tasks, **kwargs) -> None: - super(JobDisableParameter, self).__init__(**kwargs) - self.disable_tasks = disable_tasks diff --git a/azure-batch/azure/batch/models/job_enable_options.py b/azure-batch/azure/batch/models/job_enable_options.py deleted file mode 100644 index 182f2b040999..000000000000 --- a/azure-batch/azure/batch/models/job_enable_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobEnableOptions(Model): - """Additional parameters for enable operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobEnableOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_enable_options_py3.py b/azure-batch/azure/batch/models/job_enable_options_py3.py deleted file mode 100644 index 47695f3753a6..000000000000 --- a/azure-batch/azure/batch/models/job_enable_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobEnableOptions(Model): - """Additional parameters for enable operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobEnableOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_execution_information.py b/azure-batch/azure/batch/models/job_execution_information.py deleted file mode 100644 index 28f5a31d2669..000000000000 --- a/azure-batch/azure/batch/models/job_execution_information.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobExecutionInformation(Model): - """Contains information about the execution of a job in the Azure Batch - service. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The start time of the job. This is the time - at which the job was created. - :type start_time: datetime - :param end_time: The completion time of the job. This property is set only - if the job is in the completed state. - :type end_time: datetime - :param pool_id: The ID of the pool to which this job is assigned. This - element contains the actual pool where the job is assigned. When you get - job details from the service, they also contain a poolInfo element, which - contains the pool configuration data from when the job was added or - updated. That poolInfo element may also contain a poolId element. If it - does, the two IDs are the same. If it does not, it means the job ran on an - auto pool, and this property contains the ID of that auto pool. - :type pool_id: str - :param scheduling_error: Details of any error encountered by the service - in starting the job. This property is not set if there was no error - starting the job. - :type scheduling_error: ~azure.batch.models.JobSchedulingError - :param terminate_reason: A string describing the reason the job ended. - This property is set only if the job is in the completed state. If the - Batch service terminates the job, it sets the reason as follows: - JMComplete - the Job Manager task completed, and killJobOnCompletion was - set to true. MaxWallClockTimeExpiry - the job reached its maxWallClockTime - constraint. TerminateJobSchedule - the job ran as part of a schedule, and - the schedule terminated. AllTasksComplete - the job's onAllTasksComplete - attribute is set to terminatejob, and all tasks in the job are complete. - TaskFailed - the job's onTaskFailure attribute is set to - performExitOptionsJobAction, and a task in the job failed with an exit - condition that specified a jobAction of terminatejob. Any other string is - a user-defined reason specified in a call to the 'Terminate a job' - operation. - :type terminate_reason: str - """ - - _validation = { - 'start_time': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'scheduling_error': {'key': 'schedulingError', 'type': 'JobSchedulingError'}, - 'terminate_reason': {'key': 'terminateReason', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(JobExecutionInformation, self).__init__(**kwargs) - self.start_time = kwargs.get('start_time', None) - self.end_time = kwargs.get('end_time', None) - self.pool_id = kwargs.get('pool_id', None) - self.scheduling_error = kwargs.get('scheduling_error', None) - self.terminate_reason = kwargs.get('terminate_reason', None) diff --git a/azure-batch/azure/batch/models/job_execution_information_py3.py b/azure-batch/azure/batch/models/job_execution_information_py3.py deleted file mode 100644 index 436d2990c247..000000000000 --- a/azure-batch/azure/batch/models/job_execution_information_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobExecutionInformation(Model): - """Contains information about the execution of a job in the Azure Batch - service. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The start time of the job. This is the time - at which the job was created. - :type start_time: datetime - :param end_time: The completion time of the job. This property is set only - if the job is in the completed state. - :type end_time: datetime - :param pool_id: The ID of the pool to which this job is assigned. This - element contains the actual pool where the job is assigned. When you get - job details from the service, they also contain a poolInfo element, which - contains the pool configuration data from when the job was added or - updated. That poolInfo element may also contain a poolId element. If it - does, the two IDs are the same. If it does not, it means the job ran on an - auto pool, and this property contains the ID of that auto pool. - :type pool_id: str - :param scheduling_error: Details of any error encountered by the service - in starting the job. This property is not set if there was no error - starting the job. - :type scheduling_error: ~azure.batch.models.JobSchedulingError - :param terminate_reason: A string describing the reason the job ended. - This property is set only if the job is in the completed state. If the - Batch service terminates the job, it sets the reason as follows: - JMComplete - the Job Manager task completed, and killJobOnCompletion was - set to true. MaxWallClockTimeExpiry - the job reached its maxWallClockTime - constraint. TerminateJobSchedule - the job ran as part of a schedule, and - the schedule terminated. AllTasksComplete - the job's onAllTasksComplete - attribute is set to terminatejob, and all tasks in the job are complete. - TaskFailed - the job's onTaskFailure attribute is set to - performExitOptionsJobAction, and a task in the job failed with an exit - condition that specified a jobAction of terminatejob. Any other string is - a user-defined reason specified in a call to the 'Terminate a job' - operation. - :type terminate_reason: str - """ - - _validation = { - 'start_time': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'scheduling_error': {'key': 'schedulingError', 'type': 'JobSchedulingError'}, - 'terminate_reason': {'key': 'terminateReason', 'type': 'str'}, - } - - def __init__(self, *, start_time, end_time=None, pool_id: str=None, scheduling_error=None, terminate_reason: str=None, **kwargs) -> None: - super(JobExecutionInformation, self).__init__(**kwargs) - self.start_time = start_time - self.end_time = end_time - self.pool_id = pool_id - self.scheduling_error = scheduling_error - self.terminate_reason = terminate_reason diff --git a/azure-batch/azure/batch/models/job_get_all_lifetime_statistics_options.py b/azure-batch/azure/batch/models/job_get_all_lifetime_statistics_options.py deleted file mode 100644 index a8f7e8494ab8..000000000000 --- a/azure-batch/azure/batch/models/job_get_all_lifetime_statistics_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobGetAllLifetimeStatisticsOptions(Model): - """Additional parameters for get_all_lifetime_statistics operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobGetAllLifetimeStatisticsOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/job_get_all_lifetime_statistics_options_py3.py b/azure-batch/azure/batch/models/job_get_all_lifetime_statistics_options_py3.py deleted file mode 100644 index 2092bbd8b6d8..000000000000 --- a/azure-batch/azure/batch/models/job_get_all_lifetime_statistics_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobGetAllLifetimeStatisticsOptions(Model): - """Additional parameters for get_all_lifetime_statistics operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(JobGetAllLifetimeStatisticsOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/job_get_options.py b/azure-batch/azure/batch/models/job_get_options.py deleted file mode 100644 index 62d479597094..000000000000 --- a/azure-batch/azure/batch/models/job_get_options.py +++ /dev/null @@ -1,81 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobGetOptions, self).__init__(**kwargs) - self.select = kwargs.get('select', None) - self.expand = kwargs.get('expand', None) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_get_options_py3.py b/azure-batch/azure/batch/models/job_get_options_py3.py deleted file mode 100644 index 9ed21fc3ee3a..000000000000 --- a/azure-batch/azure/batch/models/job_get_options_py3.py +++ /dev/null @@ -1,81 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, select: str=None, expand: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobGetOptions, self).__init__(**kwargs) - self.select = select - self.expand = expand - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_get_task_counts_options.py b/azure-batch/azure/batch/models/job_get_task_counts_options.py deleted file mode 100644 index 603d79ce144e..000000000000 --- a/azure-batch/azure/batch/models/job_get_task_counts_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobGetTaskCountsOptions(Model): - """Additional parameters for get_task_counts operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobGetTaskCountsOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/job_get_task_counts_options_py3.py b/azure-batch/azure/batch/models/job_get_task_counts_options_py3.py deleted file mode 100644 index b109e59e8754..000000000000 --- a/azure-batch/azure/batch/models/job_get_task_counts_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobGetTaskCountsOptions(Model): - """Additional parameters for get_task_counts operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(JobGetTaskCountsOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/job_list_from_job_schedule_options.py b/azure-batch/azure/batch/models/job_list_from_job_schedule_options.py deleted file mode 100644 index 7f95aaf745cc..000000000000 --- a/azure-batch/azure/batch/models/job_list_from_job_schedule_options.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobListFromJobScheduleOptions(Model): - """Additional parameters for list_from_job_schedule operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 jobs can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobListFromJobScheduleOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.expand = kwargs.get('expand', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/job_list_from_job_schedule_options_py3.py b/azure-batch/azure/batch/models/job_list_from_job_schedule_options_py3.py deleted file mode 100644 index eb60647820e1..000000000000 --- a/azure-batch/azure/batch/models/job_list_from_job_schedule_options_py3.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobListFromJobScheduleOptions(Model): - """Additional parameters for list_from_job_schedule operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 jobs can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(JobListFromJobScheduleOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.expand = expand - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/job_list_options.py b/azure-batch/azure/batch/models/job_list_options.py deleted file mode 100644 index b9d34191e43c..000000000000 --- a/azure-batch/azure/batch/models/job_list_options.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 jobs can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobListOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.expand = kwargs.get('expand', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/job_list_options_py3.py b/azure-batch/azure/batch/models/job_list_options_py3.py deleted file mode 100644 index f7787cd7e4bd..000000000000 --- a/azure-batch/azure/batch/models/job_list_options_py3.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 jobs can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(JobListOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.expand = expand - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/job_list_preparation_and_release_task_status_options.py b/azure-batch/azure/batch/models/job_list_preparation_and_release_task_status_options.py deleted file mode 100644 index 443ebba59203..000000000000 --- a/azure-batch/azure/batch/models/job_list_preparation_and_release_task_status_options.py +++ /dev/null @@ -1,62 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobListPreparationAndReleaseTaskStatusOptions(Model): - """Additional parameters for list_preparation_and_release_task_status - operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 tasks can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobListPreparationAndReleaseTaskStatusOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/job_list_preparation_and_release_task_status_options_py3.py b/azure-batch/azure/batch/models/job_list_preparation_and_release_task_status_options_py3.py deleted file mode 100644 index a735362968b8..000000000000 --- a/azure-batch/azure/batch/models/job_list_preparation_and_release_task_status_options_py3.py +++ /dev/null @@ -1,62 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobListPreparationAndReleaseTaskStatusOptions(Model): - """Additional parameters for list_preparation_and_release_task_status - operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 tasks can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(JobListPreparationAndReleaseTaskStatusOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/job_manager_task.py b/azure-batch/azure/batch/models/job_manager_task.py deleted file mode 100644 index 38d54ac0ee91..000000000000 --- a/azure-batch/azure/batch/models/job_manager_task.py +++ /dev/null @@ -1,182 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobManagerTask(Model): - """Specifies details of a Job Manager task. - - The Job Manager task is automatically started when the job is created. The - Batch service tries to schedule the Job Manager task before any other tasks - in the job. When shrinking a pool, the Batch service tries to preserve - compute nodes where Job Manager tasks are running for as long as possible - (that is, nodes running 'normal' tasks are removed before nodes running Job - Manager tasks). When a Job Manager task fails and needs to be restarted, - the system tries to schedule it at the highest priority. If there are no - idle nodes available, the system may terminate one of the running tasks in - the pool and return it to the queue in order to make room for the Job - Manager task to restart. Note that a Job Manager task in one job does not - have priority over tasks in other jobs. Across jobs, only job level - priorities are observed. For example, if a Job Manager in a priority 0 job - needs to be restarted, it will not displace tasks of a priority 1 job. - Batch will retry tasks when a recovery operation is triggered on a compute - node. Examples of recovery operations include (but are not limited to) when - an unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the Job Manager - task within the job. The ID can contain any combination of alphanumeric - characters including hyphens and underscores and cannot contain more than - 64 characters. - :type id: str - :param display_name: The display name of the Job Manager task. It need not - be unique and can contain any Unicode characters up to a maximum length of - 1024. - :type display_name: str - :param command_line: Required. The command line of the Job Manager task. - The command line does not run under a shell, and therefore cannot take - advantage of shell features such as environment variable expansion. If you - want to take advantage of such features, you should invoke the shell in - the command line, for example using "cmd /c MyCommand" in Windows or - "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, - it should use a relative path (relative to the task working directory), or - use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - Job Manager task runs. If the pool that will run this task has - containerConfiguration set, this must be set as well. If the pool that - will run this task doesn't have containerConfiguration set, this must not - be set. When this is specified, all directories recursively below the - AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) - are mapped into the container, all task environment variables are mapped - into the container, and the task command line is executed in the - container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. Files listed - under this element are located in the task's working directory. There is a - maximum size for the list of resource files. When the max size is - exceeded, the request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param output_files: A list of files that the Batch service will upload - from the compute node after running the command line. For multi-instance - tasks, the files will only be uploaded from the compute node on which the - primary task is executed. - :type output_files: list[~azure.batch.models.OutputFile] - :param environment_settings: A list of environment variable settings for - the Job Manager task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param constraints: Constraints that apply to the Job Manager task. - :type constraints: ~azure.batch.models.TaskConstraints - :param kill_job_on_completion: Whether completion of the Job Manager task - signifies completion of the entire job. If true, when the Job Manager task - completes, the Batch service marks the job as complete. If any tasks are - still running at this time (other than Job Release), those tasks are - terminated. If false, the completion of the Job Manager task does not - affect the job status. In this case, you should either use the - onAllTasksComplete attribute to terminate the job, or have a client or - user terminate the job explicitly. An example of this is if the Job - Manager creates a set of tasks but then takes no further role in their - execution. The default value is true. If you are using the - onAllTasksComplete and onTaskFailure attributes to control job lifetime, - and using the Job Manager task only to create the tasks for the job (not - to monitor progress), then it is important to set killJobOnCompletion to - false. - :type kill_job_on_completion: bool - :param user_identity: The user identity under which the Job Manager task - runs. If omitted, the task runs as a non-administrative user unique to the - task. - :type user_identity: ~azure.batch.models.UserIdentity - :param run_exclusive: Whether the Job Manager task requires exclusive use - of the compute node where it runs. If true, no other tasks will run on the - same compute node for as long as the Job Manager is running. If false, - other tasks can run simultaneously with the Job Manager on a compute node. - The Job Manager task counts normally against the node's concurrent task - limit, so this is only relevant if the node allows multiple concurrent - tasks. The default value is true. - :type run_exclusive: bool - :param application_package_references: A list of application packages that - the Batch service will deploy to the compute node before running the - command line. Application packages are downloaded and deployed to a shared - directory, not the task working directory. Therefore, if a referenced - package is already on the compute node, and is up to date, then it is not - re-downloaded; the existing copy on the compute node is used. If a - referenced application package cannot be installed, for example because - the package has been deleted or because download failed, the task fails. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param authentication_token_settings: The settings for an authentication - token that the task can use to perform Batch service operations. If this - property is set, the Batch service provides the task with an - authentication token which can be used to authenticate Batch service - operations without requiring an account access key. The token is provided - via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations - that the task can carry out using the token depend on the settings. For - example, a task can request job permissions in order to add other tasks to - the job, or check the status of the job or of other tasks under the job. - :type authentication_token_settings: - ~azure.batch.models.AuthenticationTokenSettings - :param allow_low_priority_node: Whether the Job Manager task may run on a - low-priority compute node. The default value is true. - :type allow_low_priority_node: bool - """ - - _validation = { - 'id': {'required': True}, - 'command_line': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - 'kill_job_on_completion': {'key': 'killJobOnCompletion', 'type': 'bool'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'run_exclusive': {'key': 'runExclusive', 'type': 'bool'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, - 'allow_low_priority_node': {'key': 'allowLowPriorityNode', 'type': 'bool'}, - } - - def __init__(self, **kwargs): - super(JobManagerTask, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.command_line = kwargs.get('command_line', None) - self.container_settings = kwargs.get('container_settings', None) - self.resource_files = kwargs.get('resource_files', None) - self.output_files = kwargs.get('output_files', None) - self.environment_settings = kwargs.get('environment_settings', None) - self.constraints = kwargs.get('constraints', None) - self.kill_job_on_completion = kwargs.get('kill_job_on_completion', None) - self.user_identity = kwargs.get('user_identity', None) - self.run_exclusive = kwargs.get('run_exclusive', None) - self.application_package_references = kwargs.get('application_package_references', None) - self.authentication_token_settings = kwargs.get('authentication_token_settings', None) - self.allow_low_priority_node = kwargs.get('allow_low_priority_node', None) diff --git a/azure-batch/azure/batch/models/job_manager_task_py3.py b/azure-batch/azure/batch/models/job_manager_task_py3.py deleted file mode 100644 index 668b182b3b55..000000000000 --- a/azure-batch/azure/batch/models/job_manager_task_py3.py +++ /dev/null @@ -1,182 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobManagerTask(Model): - """Specifies details of a Job Manager task. - - The Job Manager task is automatically started when the job is created. The - Batch service tries to schedule the Job Manager task before any other tasks - in the job. When shrinking a pool, the Batch service tries to preserve - compute nodes where Job Manager tasks are running for as long as possible - (that is, nodes running 'normal' tasks are removed before nodes running Job - Manager tasks). When a Job Manager task fails and needs to be restarted, - the system tries to schedule it at the highest priority. If there are no - idle nodes available, the system may terminate one of the running tasks in - the pool and return it to the queue in order to make room for the Job - Manager task to restart. Note that a Job Manager task in one job does not - have priority over tasks in other jobs. Across jobs, only job level - priorities are observed. For example, if a Job Manager in a priority 0 job - needs to be restarted, it will not displace tasks of a priority 1 job. - Batch will retry tasks when a recovery operation is triggered on a compute - node. Examples of recovery operations include (but are not limited to) when - an unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the Job Manager - task within the job. The ID can contain any combination of alphanumeric - characters including hyphens and underscores and cannot contain more than - 64 characters. - :type id: str - :param display_name: The display name of the Job Manager task. It need not - be unique and can contain any Unicode characters up to a maximum length of - 1024. - :type display_name: str - :param command_line: Required. The command line of the Job Manager task. - The command line does not run under a shell, and therefore cannot take - advantage of shell features such as environment variable expansion. If you - want to take advantage of such features, you should invoke the shell in - the command line, for example using "cmd /c MyCommand" in Windows or - "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, - it should use a relative path (relative to the task working directory), or - use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - Job Manager task runs. If the pool that will run this task has - containerConfiguration set, this must be set as well. If the pool that - will run this task doesn't have containerConfiguration set, this must not - be set. When this is specified, all directories recursively below the - AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) - are mapped into the container, all task environment variables are mapped - into the container, and the task command line is executed in the - container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. Files listed - under this element are located in the task's working directory. There is a - maximum size for the list of resource files. When the max size is - exceeded, the request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param output_files: A list of files that the Batch service will upload - from the compute node after running the command line. For multi-instance - tasks, the files will only be uploaded from the compute node on which the - primary task is executed. - :type output_files: list[~azure.batch.models.OutputFile] - :param environment_settings: A list of environment variable settings for - the Job Manager task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param constraints: Constraints that apply to the Job Manager task. - :type constraints: ~azure.batch.models.TaskConstraints - :param kill_job_on_completion: Whether completion of the Job Manager task - signifies completion of the entire job. If true, when the Job Manager task - completes, the Batch service marks the job as complete. If any tasks are - still running at this time (other than Job Release), those tasks are - terminated. If false, the completion of the Job Manager task does not - affect the job status. In this case, you should either use the - onAllTasksComplete attribute to terminate the job, or have a client or - user terminate the job explicitly. An example of this is if the Job - Manager creates a set of tasks but then takes no further role in their - execution. The default value is true. If you are using the - onAllTasksComplete and onTaskFailure attributes to control job lifetime, - and using the Job Manager task only to create the tasks for the job (not - to monitor progress), then it is important to set killJobOnCompletion to - false. - :type kill_job_on_completion: bool - :param user_identity: The user identity under which the Job Manager task - runs. If omitted, the task runs as a non-administrative user unique to the - task. - :type user_identity: ~azure.batch.models.UserIdentity - :param run_exclusive: Whether the Job Manager task requires exclusive use - of the compute node where it runs. If true, no other tasks will run on the - same compute node for as long as the Job Manager is running. If false, - other tasks can run simultaneously with the Job Manager on a compute node. - The Job Manager task counts normally against the node's concurrent task - limit, so this is only relevant if the node allows multiple concurrent - tasks. The default value is true. - :type run_exclusive: bool - :param application_package_references: A list of application packages that - the Batch service will deploy to the compute node before running the - command line. Application packages are downloaded and deployed to a shared - directory, not the task working directory. Therefore, if a referenced - package is already on the compute node, and is up to date, then it is not - re-downloaded; the existing copy on the compute node is used. If a - referenced application package cannot be installed, for example because - the package has been deleted or because download failed, the task fails. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param authentication_token_settings: The settings for an authentication - token that the task can use to perform Batch service operations. If this - property is set, the Batch service provides the task with an - authentication token which can be used to authenticate Batch service - operations without requiring an account access key. The token is provided - via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations - that the task can carry out using the token depend on the settings. For - example, a task can request job permissions in order to add other tasks to - the job, or check the status of the job or of other tasks under the job. - :type authentication_token_settings: - ~azure.batch.models.AuthenticationTokenSettings - :param allow_low_priority_node: Whether the Job Manager task may run on a - low-priority compute node. The default value is true. - :type allow_low_priority_node: bool - """ - - _validation = { - 'id': {'required': True}, - 'command_line': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - 'kill_job_on_completion': {'key': 'killJobOnCompletion', 'type': 'bool'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'run_exclusive': {'key': 'runExclusive', 'type': 'bool'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, - 'allow_low_priority_node': {'key': 'allowLowPriorityNode', 'type': 'bool'}, - } - - def __init__(self, *, id: str, command_line: str, display_name: str=None, container_settings=None, resource_files=None, output_files=None, environment_settings=None, constraints=None, kill_job_on_completion: bool=None, user_identity=None, run_exclusive: bool=None, application_package_references=None, authentication_token_settings=None, allow_low_priority_node: bool=None, **kwargs) -> None: - super(JobManagerTask, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.command_line = command_line - self.container_settings = container_settings - self.resource_files = resource_files - self.output_files = output_files - self.environment_settings = environment_settings - self.constraints = constraints - self.kill_job_on_completion = kill_job_on_completion - self.user_identity = user_identity - self.run_exclusive = run_exclusive - self.application_package_references = application_package_references - self.authentication_token_settings = authentication_token_settings - self.allow_low_priority_node = allow_low_priority_node diff --git a/azure-batch/azure/batch/models/job_patch_options.py b/azure-batch/azure/batch/models/job_patch_options.py deleted file mode 100644 index 9fdbb4f3aa4e..000000000000 --- a/azure-batch/azure/batch/models/job_patch_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPatchOptions(Model): - """Additional parameters for patch operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobPatchOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_patch_options_py3.py b/azure-batch/azure/batch/models/job_patch_options_py3.py deleted file mode 100644 index 586e381d316e..000000000000 --- a/azure-batch/azure/batch/models/job_patch_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPatchOptions(Model): - """Additional parameters for patch operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobPatchOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_patch_parameter.py b/azure-batch/azure/batch/models/job_patch_parameter.py deleted file mode 100644 index 2088a145c6e7..000000000000 --- a/azure-batch/azure/batch/models/job_patch_parameter.py +++ /dev/null @@ -1,61 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPatchParameter(Model): - """The set of changes to be made to a job. - - :param priority: The priority of the job. Priority values can range from - -1000 to 1000, with -1000 being the lowest priority and 1000 being the - highest priority. If omitted, the priority of the job is left unchanged. - :type priority: int - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in the job are in the completed state. If omitted, the - completion behavior is left unchanged. You may not change the value from - terminatejob to noaction - that is, once you have engaged automatic job - termination, you cannot turn it off again. If you try to do this, the - request fails with an 'invalid property value' error response; if you are - calling the REST API directly, the HTTP status code is 400 (Bad Request). - Possible values include: 'noAction', 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - :param constraints: The execution constraints for the job. If omitted, the - existing execution constraints are left unchanged. - :type constraints: ~azure.batch.models.JobConstraints - :param pool_info: The pool on which the Batch service runs the job's - tasks. You may change the pool for a job only when the job is disabled. - The Patch Job call will fail if you include the poolInfo element and the - job is not disabled. If you specify an autoPoolSpecification specification - in the poolInfo, only the keepAlive property can be updated, and then only - if the auto pool has a poolLifetimeOption of job. If omitted, the job - continues to run on its current pool. - :type pool_info: ~azure.batch.models.PoolInformation - :param metadata: A list of name-value pairs associated with the job as - metadata. If omitted, the existing job metadata is left unchanged. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _attribute_map = { - 'priority': {'key': 'priority', 'type': 'int'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, **kwargs): - super(JobPatchParameter, self).__init__(**kwargs) - self.priority = kwargs.get('priority', None) - self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) - self.constraints = kwargs.get('constraints', None) - self.pool_info = kwargs.get('pool_info', None) - self.metadata = kwargs.get('metadata', None) diff --git a/azure-batch/azure/batch/models/job_patch_parameter_py3.py b/azure-batch/azure/batch/models/job_patch_parameter_py3.py deleted file mode 100644 index af6da2aaa60b..000000000000 --- a/azure-batch/azure/batch/models/job_patch_parameter_py3.py +++ /dev/null @@ -1,61 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPatchParameter(Model): - """The set of changes to be made to a job. - - :param priority: The priority of the job. Priority values can range from - -1000 to 1000, with -1000 being the lowest priority and 1000 being the - highest priority. If omitted, the priority of the job is left unchanged. - :type priority: int - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in the job are in the completed state. If omitted, the - completion behavior is left unchanged. You may not change the value from - terminatejob to noaction - that is, once you have engaged automatic job - termination, you cannot turn it off again. If you try to do this, the - request fails with an 'invalid property value' error response; if you are - calling the REST API directly, the HTTP status code is 400 (Bad Request). - Possible values include: 'noAction', 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - :param constraints: The execution constraints for the job. If omitted, the - existing execution constraints are left unchanged. - :type constraints: ~azure.batch.models.JobConstraints - :param pool_info: The pool on which the Batch service runs the job's - tasks. You may change the pool for a job only when the job is disabled. - The Patch Job call will fail if you include the poolInfo element and the - job is not disabled. If you specify an autoPoolSpecification specification - in the poolInfo, only the keepAlive property can be updated, and then only - if the auto pool has a poolLifetimeOption of job. If omitted, the job - continues to run on its current pool. - :type pool_info: ~azure.batch.models.PoolInformation - :param metadata: A list of name-value pairs associated with the job as - metadata. If omitted, the existing job metadata is left unchanged. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _attribute_map = { - 'priority': {'key': 'priority', 'type': 'int'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, *, priority: int=None, on_all_tasks_complete=None, constraints=None, pool_info=None, metadata=None, **kwargs) -> None: - super(JobPatchParameter, self).__init__(**kwargs) - self.priority = priority - self.on_all_tasks_complete = on_all_tasks_complete - self.constraints = constraints - self.pool_info = pool_info - self.metadata = metadata diff --git a/azure-batch/azure/batch/models/job_preparation_and_release_task_execution_information.py b/azure-batch/azure/batch/models/job_preparation_and_release_task_execution_information.py deleted file mode 100644 index 443564605242..000000000000 --- a/azure-batch/azure/batch/models/job_preparation_and_release_task_execution_information.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPreparationAndReleaseTaskExecutionInformation(Model): - """The status of the Job Preparation and Job Release tasks on a compute node. - - :param pool_id: The ID of the pool containing the compute node to which - this entry refers. - :type pool_id: str - :param node_id: The ID of the compute node to which this entry refers. - :type node_id: str - :param node_url: The URL of the compute node to which this entry refers. - :type node_url: str - :param job_preparation_task_execution_info: Information about the - execution status of the Job Preparation task on this compute node. - :type job_preparation_task_execution_info: - ~azure.batch.models.JobPreparationTaskExecutionInformation - :param job_release_task_execution_info: Information about the execution - status of the Job Release task on this compute node. This property is set - only if the Job Release task has run on the node. - :type job_release_task_execution_info: - ~azure.batch.models.JobReleaseTaskExecutionInformation - """ - - _attribute_map = { - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'node_id': {'key': 'nodeId', 'type': 'str'}, - 'node_url': {'key': 'nodeUrl', 'type': 'str'}, - 'job_preparation_task_execution_info': {'key': 'jobPreparationTaskExecutionInfo', 'type': 'JobPreparationTaskExecutionInformation'}, - 'job_release_task_execution_info': {'key': 'jobReleaseTaskExecutionInfo', 'type': 'JobReleaseTaskExecutionInformation'}, - } - - def __init__(self, **kwargs): - super(JobPreparationAndReleaseTaskExecutionInformation, self).__init__(**kwargs) - self.pool_id = kwargs.get('pool_id', None) - self.node_id = kwargs.get('node_id', None) - self.node_url = kwargs.get('node_url', None) - self.job_preparation_task_execution_info = kwargs.get('job_preparation_task_execution_info', None) - self.job_release_task_execution_info = kwargs.get('job_release_task_execution_info', None) diff --git a/azure-batch/azure/batch/models/job_preparation_and_release_task_execution_information_paged.py b/azure-batch/azure/batch/models/job_preparation_and_release_task_execution_information_paged.py deleted file mode 100644 index f1f7d3c4d148..000000000000 --- a/azure-batch/azure/batch/models/job_preparation_and_release_task_execution_information_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class JobPreparationAndReleaseTaskExecutionInformationPaged(Paged): - """ - A paging container for iterating over a list of :class:`JobPreparationAndReleaseTaskExecutionInformation ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[JobPreparationAndReleaseTaskExecutionInformation]'} - } - - def __init__(self, *args, **kwargs): - - super(JobPreparationAndReleaseTaskExecutionInformationPaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/job_preparation_and_release_task_execution_information_py3.py b/azure-batch/azure/batch/models/job_preparation_and_release_task_execution_information_py3.py deleted file mode 100644 index 3552070200aa..000000000000 --- a/azure-batch/azure/batch/models/job_preparation_and_release_task_execution_information_py3.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPreparationAndReleaseTaskExecutionInformation(Model): - """The status of the Job Preparation and Job Release tasks on a compute node. - - :param pool_id: The ID of the pool containing the compute node to which - this entry refers. - :type pool_id: str - :param node_id: The ID of the compute node to which this entry refers. - :type node_id: str - :param node_url: The URL of the compute node to which this entry refers. - :type node_url: str - :param job_preparation_task_execution_info: Information about the - execution status of the Job Preparation task on this compute node. - :type job_preparation_task_execution_info: - ~azure.batch.models.JobPreparationTaskExecutionInformation - :param job_release_task_execution_info: Information about the execution - status of the Job Release task on this compute node. This property is set - only if the Job Release task has run on the node. - :type job_release_task_execution_info: - ~azure.batch.models.JobReleaseTaskExecutionInformation - """ - - _attribute_map = { - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'node_id': {'key': 'nodeId', 'type': 'str'}, - 'node_url': {'key': 'nodeUrl', 'type': 'str'}, - 'job_preparation_task_execution_info': {'key': 'jobPreparationTaskExecutionInfo', 'type': 'JobPreparationTaskExecutionInformation'}, - 'job_release_task_execution_info': {'key': 'jobReleaseTaskExecutionInfo', 'type': 'JobReleaseTaskExecutionInformation'}, - } - - def __init__(self, *, pool_id: str=None, node_id: str=None, node_url: str=None, job_preparation_task_execution_info=None, job_release_task_execution_info=None, **kwargs) -> None: - super(JobPreparationAndReleaseTaskExecutionInformation, self).__init__(**kwargs) - self.pool_id = pool_id - self.node_id = node_id - self.node_url = node_url - self.job_preparation_task_execution_info = job_preparation_task_execution_info - self.job_release_task_execution_info = job_release_task_execution_info diff --git a/azure-batch/azure/batch/models/job_preparation_task.py b/azure-batch/azure/batch/models/job_preparation_task.py deleted file mode 100644 index 1987aed378bc..000000000000 --- a/azure-batch/azure/batch/models/job_preparation_task.py +++ /dev/null @@ -1,146 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPreparationTask(Model): - """A Job Preparation task to run before any tasks of the job on any given - compute node. - - You can use Job Preparation to prepare a compute node to run tasks for the - job. Activities commonly performed in Job Preparation include: Downloading - common resource files used by all the tasks in the job. The Job Preparation - task can download these common resource files to the shared location on the - compute node. (AZ_BATCH_NODE_ROOT_DIR\shared), or starting a local service - on the compute node so that all tasks of that job can communicate with it. - If the Job Preparation task fails (that is, exhausts its retry count before - exiting with exit code 0), Batch will not run tasks of this job on the - compute node. The node remains ineligible to run tasks of this job until it - is reimaged. The node remains active and can be used for other jobs. The - Job Preparation task can run multiple times on the same compute node. - Therefore, you should write the Job Preparation task to handle - re-execution. If the compute node is rebooted, the Job Preparation task is - run again on the node before scheduling any other task of the job, if - rerunOnNodeRebootAfterSuccess is true or if the Job Preparation task did - not previously complete. If the compute node is reimaged, the Job - Preparation task is run again before scheduling any task of the job. Batch - will retry tasks when a recovery operation is triggered on a compute node. - Examples of recovery operations include (but are not limited to) when an - unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - All required parameters must be populated in order to send to Azure. - - :param id: A string that uniquely identifies the Job Preparation task - within the job. The ID can contain any combination of alphanumeric - characters including hyphens and underscores and cannot contain more than - 64 characters. If you do not specify this property, the Batch service - assigns a default value of 'jobpreparation'. No other task in the job can - have the same ID as the Job Preparation task. If you try to submit a task - with the same id, the Batch service rejects the request with error code - TaskIdSameAsJobPreparationTask; if you are calling the REST API directly, - the HTTP status code is 409 (Conflict). - :type id: str - :param command_line: Required. The command line of the Job Preparation - task. The command line does not run under a shell, and therefore cannot - take advantage of shell features such as environment variable expansion. - If you want to take advantage of such features, you should invoke the - shell in the command line, for example using "cmd /c MyCommand" in Windows - or "/bin/sh -c MyCommand" in Linux. If the command line refers to file - paths, it should use a relative path (relative to the task working - directory), or use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - Job Preparation task runs. When this is specified, all directories - recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch - directories on the node) are mapped into the container, all task - environment variables are mapped into the container, and the task command - line is executed in the container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. Files listed - under this element are located in the task's working directory. There is - a maximum size for the list of resource files. When the max size is - exceeded, the request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param environment_settings: A list of environment variable settings for - the Job Preparation task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param constraints: Constraints that apply to the Job Preparation task. - :type constraints: ~azure.batch.models.TaskConstraints - :param wait_for_success: Whether the Batch service should wait for the Job - Preparation task to complete successfully before scheduling any other - tasks of the job on the compute node. A Job Preparation task has completed - successfully if it exits with exit code 0. If true and the Job Preparation - task fails on a compute node, the Batch service retries the Job - Preparation task up to its maximum retry count (as specified in the - constraints element). If the task has still not completed successfully - after all retries, then the Batch service will not schedule tasks of the - job to the compute node. The compute node remains active and eligible to - run tasks of other jobs. If false, the Batch service will not wait for the - Job Preparation task to complete. In this case, other tasks of the job can - start executing on the compute node while the Job Preparation task is - still running; and even if the Job Preparation task fails, new tasks will - continue to be scheduled on the node. The default value is true. - :type wait_for_success: bool - :param user_identity: The user identity under which the Job Preparation - task runs. If omitted, the task runs as a non-administrative user unique - to the task on Windows nodes, or a a non-administrative user unique to the - pool on Linux nodes. - :type user_identity: ~azure.batch.models.UserIdentity - :param rerun_on_node_reboot_after_success: Whether the Batch service - should rerun the Job Preparation task after a compute node reboots. The - Job Preparation task is always rerun if a compute node is reimaged, or if - the Job Preparation task did not complete (e.g. because the reboot - occurred while the task was running). Therefore, you should always write a - Job Preparation task to be idempotent and to behave correctly if run - multiple times. The default value is true. - :type rerun_on_node_reboot_after_success: bool - """ - - _validation = { - 'command_line': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - 'wait_for_success': {'key': 'waitForSuccess', 'type': 'bool'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'rerun_on_node_reboot_after_success': {'key': 'rerunOnNodeRebootAfterSuccess', 'type': 'bool'}, - } - - def __init__(self, **kwargs): - super(JobPreparationTask, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.command_line = kwargs.get('command_line', None) - self.container_settings = kwargs.get('container_settings', None) - self.resource_files = kwargs.get('resource_files', None) - self.environment_settings = kwargs.get('environment_settings', None) - self.constraints = kwargs.get('constraints', None) - self.wait_for_success = kwargs.get('wait_for_success', None) - self.user_identity = kwargs.get('user_identity', None) - self.rerun_on_node_reboot_after_success = kwargs.get('rerun_on_node_reboot_after_success', None) diff --git a/azure-batch/azure/batch/models/job_preparation_task_execution_information.py b/azure-batch/azure/batch/models/job_preparation_task_execution_information.py deleted file mode 100644 index f51b95a1301b..000000000000 --- a/azure-batch/azure/batch/models/job_preparation_task_execution_information.py +++ /dev/null @@ -1,111 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPreparationTaskExecutionInformation(Model): - """Contains information about the execution of a Job Preparation task on a - compute node. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The time at which the task started running. - If the task has been restarted or retried, this is the most recent time at - which the task started running. - :type start_time: datetime - :param end_time: The time at which the Job Preparation task completed. - This property is set only if the task is in the Completed state. - :type end_time: datetime - :param state: Required. The current state of the Job Preparation task on - the compute node. Possible values include: 'running', 'completed' - :type state: str or ~azure.batch.models.JobPreparationTaskState - :param task_root_directory: The root directory of the Job Preparation task - on the compute node. You can use this path to retrieve files created by - the task, such as log files. - :type task_root_directory: str - :param task_root_directory_url: The URL to the root directory of the Job - Preparation task on the compute node. - :type task_root_directory_url: str - :param exit_code: The exit code of the program specified on the task - command line. This parameter is returned only if the task is in the - completed state. The exit code for a process reflects the specific - convention implemented by the application developer for that process. If - you use the exit code value to make decisions in your code, be sure that - you know the exit code convention used by the application process. Note - that the exit code may also be generated by the compute node operating - system, such as when a process is forcibly terminated. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param retry_count: Required. The number of times the task has been - retried by the Batch service. Task application failures (non-zero exit - code) are retried, pre-processing errors (the task could not be run) and - file upload errors are not retried. The Batch service will retry the task - up to the limit specified by the constraints. Task application failures - (non-zero exit code) are retried, pre-processing errors (the task could - not be run) and file upload errors are not retried. The Batch service will - retry the task up to the limit specified by the constraints. - :type retry_count: int - :param last_retry_time: The most recent time at which a retry of the Job - Preparation task started running. This property is set only if the task - was retried (i.e. retryCount is nonzero). If present, this is typically - the same as startTime, but may be different if the task has been restarted - for reasons other than retry; for example, if the compute node was - rebooted during a retry, then the startTime is updated but the - lastRetryTime is not. - :type last_retry_time: datetime - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _validation = { - 'start_time': {'required': True}, - 'state': {'required': True}, - 'retry_count': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'JobPreparationTaskState'}, - 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, - 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'retry_count': {'key': 'retryCount', 'type': 'int'}, - 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, **kwargs): - super(JobPreparationTaskExecutionInformation, self).__init__(**kwargs) - self.start_time = kwargs.get('start_time', None) - self.end_time = kwargs.get('end_time', None) - self.state = kwargs.get('state', None) - self.task_root_directory = kwargs.get('task_root_directory', None) - self.task_root_directory_url = kwargs.get('task_root_directory_url', None) - self.exit_code = kwargs.get('exit_code', None) - self.container_info = kwargs.get('container_info', None) - self.failure_info = kwargs.get('failure_info', None) - self.retry_count = kwargs.get('retry_count', None) - self.last_retry_time = kwargs.get('last_retry_time', None) - self.result = kwargs.get('result', None) diff --git a/azure-batch/azure/batch/models/job_preparation_task_execution_information_py3.py b/azure-batch/azure/batch/models/job_preparation_task_execution_information_py3.py deleted file mode 100644 index 36bd33f7068b..000000000000 --- a/azure-batch/azure/batch/models/job_preparation_task_execution_information_py3.py +++ /dev/null @@ -1,111 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPreparationTaskExecutionInformation(Model): - """Contains information about the execution of a Job Preparation task on a - compute node. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The time at which the task started running. - If the task has been restarted or retried, this is the most recent time at - which the task started running. - :type start_time: datetime - :param end_time: The time at which the Job Preparation task completed. - This property is set only if the task is in the Completed state. - :type end_time: datetime - :param state: Required. The current state of the Job Preparation task on - the compute node. Possible values include: 'running', 'completed' - :type state: str or ~azure.batch.models.JobPreparationTaskState - :param task_root_directory: The root directory of the Job Preparation task - on the compute node. You can use this path to retrieve files created by - the task, such as log files. - :type task_root_directory: str - :param task_root_directory_url: The URL to the root directory of the Job - Preparation task on the compute node. - :type task_root_directory_url: str - :param exit_code: The exit code of the program specified on the task - command line. This parameter is returned only if the task is in the - completed state. The exit code for a process reflects the specific - convention implemented by the application developer for that process. If - you use the exit code value to make decisions in your code, be sure that - you know the exit code convention used by the application process. Note - that the exit code may also be generated by the compute node operating - system, such as when a process is forcibly terminated. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param retry_count: Required. The number of times the task has been - retried by the Batch service. Task application failures (non-zero exit - code) are retried, pre-processing errors (the task could not be run) and - file upload errors are not retried. The Batch service will retry the task - up to the limit specified by the constraints. Task application failures - (non-zero exit code) are retried, pre-processing errors (the task could - not be run) and file upload errors are not retried. The Batch service will - retry the task up to the limit specified by the constraints. - :type retry_count: int - :param last_retry_time: The most recent time at which a retry of the Job - Preparation task started running. This property is set only if the task - was retried (i.e. retryCount is nonzero). If present, this is typically - the same as startTime, but may be different if the task has been restarted - for reasons other than retry; for example, if the compute node was - rebooted during a retry, then the startTime is updated but the - lastRetryTime is not. - :type last_retry_time: datetime - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _validation = { - 'start_time': {'required': True}, - 'state': {'required': True}, - 'retry_count': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'JobPreparationTaskState'}, - 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, - 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'retry_count': {'key': 'retryCount', 'type': 'int'}, - 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, *, start_time, state, retry_count: int, end_time=None, task_root_directory: str=None, task_root_directory_url: str=None, exit_code: int=None, container_info=None, failure_info=None, last_retry_time=None, result=None, **kwargs) -> None: - super(JobPreparationTaskExecutionInformation, self).__init__(**kwargs) - self.start_time = start_time - self.end_time = end_time - self.state = state - self.task_root_directory = task_root_directory - self.task_root_directory_url = task_root_directory_url - self.exit_code = exit_code - self.container_info = container_info - self.failure_info = failure_info - self.retry_count = retry_count - self.last_retry_time = last_retry_time - self.result = result diff --git a/azure-batch/azure/batch/models/job_preparation_task_py3.py b/azure-batch/azure/batch/models/job_preparation_task_py3.py deleted file mode 100644 index d1bb21ed384c..000000000000 --- a/azure-batch/azure/batch/models/job_preparation_task_py3.py +++ /dev/null @@ -1,146 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobPreparationTask(Model): - """A Job Preparation task to run before any tasks of the job on any given - compute node. - - You can use Job Preparation to prepare a compute node to run tasks for the - job. Activities commonly performed in Job Preparation include: Downloading - common resource files used by all the tasks in the job. The Job Preparation - task can download these common resource files to the shared location on the - compute node. (AZ_BATCH_NODE_ROOT_DIR\shared), or starting a local service - on the compute node so that all tasks of that job can communicate with it. - If the Job Preparation task fails (that is, exhausts its retry count before - exiting with exit code 0), Batch will not run tasks of this job on the - compute node. The node remains ineligible to run tasks of this job until it - is reimaged. The node remains active and can be used for other jobs. The - Job Preparation task can run multiple times on the same compute node. - Therefore, you should write the Job Preparation task to handle - re-execution. If the compute node is rebooted, the Job Preparation task is - run again on the node before scheduling any other task of the job, if - rerunOnNodeRebootAfterSuccess is true or if the Job Preparation task did - not previously complete. If the compute node is reimaged, the Job - Preparation task is run again before scheduling any task of the job. Batch - will retry tasks when a recovery operation is triggered on a compute node. - Examples of recovery operations include (but are not limited to) when an - unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - All required parameters must be populated in order to send to Azure. - - :param id: A string that uniquely identifies the Job Preparation task - within the job. The ID can contain any combination of alphanumeric - characters including hyphens and underscores and cannot contain more than - 64 characters. If you do not specify this property, the Batch service - assigns a default value of 'jobpreparation'. No other task in the job can - have the same ID as the Job Preparation task. If you try to submit a task - with the same id, the Batch service rejects the request with error code - TaskIdSameAsJobPreparationTask; if you are calling the REST API directly, - the HTTP status code is 409 (Conflict). - :type id: str - :param command_line: Required. The command line of the Job Preparation - task. The command line does not run under a shell, and therefore cannot - take advantage of shell features such as environment variable expansion. - If you want to take advantage of such features, you should invoke the - shell in the command line, for example using "cmd /c MyCommand" in Windows - or "/bin/sh -c MyCommand" in Linux. If the command line refers to file - paths, it should use a relative path (relative to the task working - directory), or use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - Job Preparation task runs. When this is specified, all directories - recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch - directories on the node) are mapped into the container, all task - environment variables are mapped into the container, and the task command - line is executed in the container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. Files listed - under this element are located in the task's working directory. There is - a maximum size for the list of resource files. When the max size is - exceeded, the request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param environment_settings: A list of environment variable settings for - the Job Preparation task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param constraints: Constraints that apply to the Job Preparation task. - :type constraints: ~azure.batch.models.TaskConstraints - :param wait_for_success: Whether the Batch service should wait for the Job - Preparation task to complete successfully before scheduling any other - tasks of the job on the compute node. A Job Preparation task has completed - successfully if it exits with exit code 0. If true and the Job Preparation - task fails on a compute node, the Batch service retries the Job - Preparation task up to its maximum retry count (as specified in the - constraints element). If the task has still not completed successfully - after all retries, then the Batch service will not schedule tasks of the - job to the compute node. The compute node remains active and eligible to - run tasks of other jobs. If false, the Batch service will not wait for the - Job Preparation task to complete. In this case, other tasks of the job can - start executing on the compute node while the Job Preparation task is - still running; and even if the Job Preparation task fails, new tasks will - continue to be scheduled on the node. The default value is true. - :type wait_for_success: bool - :param user_identity: The user identity under which the Job Preparation - task runs. If omitted, the task runs as a non-administrative user unique - to the task on Windows nodes, or a a non-administrative user unique to the - pool on Linux nodes. - :type user_identity: ~azure.batch.models.UserIdentity - :param rerun_on_node_reboot_after_success: Whether the Batch service - should rerun the Job Preparation task after a compute node reboots. The - Job Preparation task is always rerun if a compute node is reimaged, or if - the Job Preparation task did not complete (e.g. because the reboot - occurred while the task was running). Therefore, you should always write a - Job Preparation task to be idempotent and to behave correctly if run - multiple times. The default value is true. - :type rerun_on_node_reboot_after_success: bool - """ - - _validation = { - 'command_line': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - 'wait_for_success': {'key': 'waitForSuccess', 'type': 'bool'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'rerun_on_node_reboot_after_success': {'key': 'rerunOnNodeRebootAfterSuccess', 'type': 'bool'}, - } - - def __init__(self, *, command_line: str, id: str=None, container_settings=None, resource_files=None, environment_settings=None, constraints=None, wait_for_success: bool=None, user_identity=None, rerun_on_node_reboot_after_success: bool=None, **kwargs) -> None: - super(JobPreparationTask, self).__init__(**kwargs) - self.id = id - self.command_line = command_line - self.container_settings = container_settings - self.resource_files = resource_files - self.environment_settings = environment_settings - self.constraints = constraints - self.wait_for_success = wait_for_success - self.user_identity = user_identity - self.rerun_on_node_reboot_after_success = rerun_on_node_reboot_after_success diff --git a/azure-batch/azure/batch/models/job_release_task.py b/azure-batch/azure/batch/models/job_release_task.py deleted file mode 100644 index cb91dd91ebf8..000000000000 --- a/azure-batch/azure/batch/models/job_release_task.py +++ /dev/null @@ -1,121 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobReleaseTask(Model): - """A Job Release task to run on job completion on any compute node where the - job has run. - - The Job Release task runs when the job ends, because of one of the - following: The user calls the Terminate Job API, or the Delete Job API - while the job is still active, the job's maximum wall clock time constraint - is reached, and the job is still active, or the job's Job Manager task - completed, and the job is configured to terminate when the Job Manager - completes. The Job Release task runs on each compute node where tasks of - the job have run and the Job Preparation task ran and completed. If you - reimage a compute node after it has run the Job Preparation task, and the - job ends without any further tasks of the job running on that compute node - (and hence the Job Preparation task does not re-run), then the Job Release - task does not run on that node. If a compute node reboots while the Job - Release task is still running, the Job Release task runs again when the - compute node starts up. The job is not marked as complete until all Job - Release tasks have completed. The Job Release task runs in the background. - It does not occupy a scheduling slot; that is, it does not count towards - the maxTasksPerNode limit specified on the pool. - - All required parameters must be populated in order to send to Azure. - - :param id: A string that uniquely identifies the Job Release task within - the job. The ID can contain any combination of alphanumeric characters - including hyphens and underscores and cannot contain more than 64 - characters. If you do not specify this property, the Batch service assigns - a default value of 'jobrelease'. No other task in the job can have the - same ID as the Job Release task. If you try to submit a task with the same - id, the Batch service rejects the request with error code - TaskIdSameAsJobReleaseTask; if you are calling the REST API directly, the - HTTP status code is 409 (Conflict). - :type id: str - :param command_line: Required. The command line of the Job Release task. - The command line does not run under a shell, and therefore cannot take - advantage of shell features such as environment variable expansion. If you - want to take advantage of such features, you should invoke the shell in - the command line, for example using "cmd /c MyCommand" in Windows or - "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, - it should use a relative path (relative to the task working directory), or - use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - Job Release task runs. When this is specified, all directories recursively - below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on - the node) are mapped into the container, all task environment variables - are mapped into the container, and the task command line is executed in - the container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. There is a - maximum size for the list of resource files. When the max size is - exceeded, the request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. Files listed under this - element are located in the task's working directory. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param environment_settings: A list of environment variable settings for - the Job Release task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param max_wall_clock_time: The maximum elapsed time that the Job Release - task may run on a given compute node, measured from the time the task - starts. If the task does not complete within the time limit, the Batch - service terminates it. The default value is 15 minutes. You may not - specify a timeout longer than 15 minutes. If you do, the Batch service - rejects it with an error; if you are calling the REST API directly, the - HTTP status code is 400 (Bad Request). - :type max_wall_clock_time: timedelta - :param retention_time: The minimum time to retain the task directory for - the Job Release task on the compute node. After this time, the Batch - service may delete the task directory and all its contents. The default is - infinite, i.e. the task directory will be retained until the compute node - is removed or reimaged. - :type retention_time: timedelta - :param user_identity: The user identity under which the Job Release task - runs. If omitted, the task runs as a non-administrative user unique to the - task. - :type user_identity: ~azure.batch.models.UserIdentity - """ - - _validation = { - 'command_line': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, - 'retention_time': {'key': 'retentionTime', 'type': 'duration'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - } - - def __init__(self, **kwargs): - super(JobReleaseTask, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.command_line = kwargs.get('command_line', None) - self.container_settings = kwargs.get('container_settings', None) - self.resource_files = kwargs.get('resource_files', None) - self.environment_settings = kwargs.get('environment_settings', None) - self.max_wall_clock_time = kwargs.get('max_wall_clock_time', None) - self.retention_time = kwargs.get('retention_time', None) - self.user_identity = kwargs.get('user_identity', None) diff --git a/azure-batch/azure/batch/models/job_release_task_execution_information.py b/azure-batch/azure/batch/models/job_release_task_execution_information.py deleted file mode 100644 index 0ccb4f64ff90..000000000000 --- a/azure-batch/azure/batch/models/job_release_task_execution_information.py +++ /dev/null @@ -1,89 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobReleaseTaskExecutionInformation(Model): - """Contains information about the execution of a Job Release task on a compute - node. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The time at which the task started running. - If the task has been restarted or retried, this is the most recent time at - which the task started running. - :type start_time: datetime - :param end_time: The time at which the Job Release task completed. This - property is set only if the task is in the Completed state. - :type end_time: datetime - :param state: Required. The current state of the Job Release task on the - compute node. Possible values include: 'running', 'completed' - :type state: str or ~azure.batch.models.JobReleaseTaskState - :param task_root_directory: The root directory of the Job Release task on - the compute node. You can use this path to retrieve files created by the - task, such as log files. - :type task_root_directory: str - :param task_root_directory_url: The URL to the root directory of the Job - Release task on the compute node. - :type task_root_directory_url: str - :param exit_code: The exit code of the program specified on the task - command line. This parameter is returned only if the task is in the - completed state. The exit code for a process reflects the specific - convention implemented by the application developer for that process. If - you use the exit code value to make decisions in your code, be sure that - you know the exit code convention used by the application process. Note - that the exit code may also be generated by the compute node operating - system, such as when a process is forcibly terminated. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _validation = { - 'start_time': {'required': True}, - 'state': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'JobReleaseTaskState'}, - 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, - 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, **kwargs): - super(JobReleaseTaskExecutionInformation, self).__init__(**kwargs) - self.start_time = kwargs.get('start_time', None) - self.end_time = kwargs.get('end_time', None) - self.state = kwargs.get('state', None) - self.task_root_directory = kwargs.get('task_root_directory', None) - self.task_root_directory_url = kwargs.get('task_root_directory_url', None) - self.exit_code = kwargs.get('exit_code', None) - self.container_info = kwargs.get('container_info', None) - self.failure_info = kwargs.get('failure_info', None) - self.result = kwargs.get('result', None) diff --git a/azure-batch/azure/batch/models/job_release_task_execution_information_py3.py b/azure-batch/azure/batch/models/job_release_task_execution_information_py3.py deleted file mode 100644 index ed08089b3cce..000000000000 --- a/azure-batch/azure/batch/models/job_release_task_execution_information_py3.py +++ /dev/null @@ -1,89 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobReleaseTaskExecutionInformation(Model): - """Contains information about the execution of a Job Release task on a compute - node. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The time at which the task started running. - If the task has been restarted or retried, this is the most recent time at - which the task started running. - :type start_time: datetime - :param end_time: The time at which the Job Release task completed. This - property is set only if the task is in the Completed state. - :type end_time: datetime - :param state: Required. The current state of the Job Release task on the - compute node. Possible values include: 'running', 'completed' - :type state: str or ~azure.batch.models.JobReleaseTaskState - :param task_root_directory: The root directory of the Job Release task on - the compute node. You can use this path to retrieve files created by the - task, such as log files. - :type task_root_directory: str - :param task_root_directory_url: The URL to the root directory of the Job - Release task on the compute node. - :type task_root_directory_url: str - :param exit_code: The exit code of the program specified on the task - command line. This parameter is returned only if the task is in the - completed state. The exit code for a process reflects the specific - convention implemented by the application developer for that process. If - you use the exit code value to make decisions in your code, be sure that - you know the exit code convention used by the application process. Note - that the exit code may also be generated by the compute node operating - system, such as when a process is forcibly terminated. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _validation = { - 'start_time': {'required': True}, - 'state': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'state': {'key': 'state', 'type': 'JobReleaseTaskState'}, - 'task_root_directory': {'key': 'taskRootDirectory', 'type': 'str'}, - 'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, *, start_time, state, end_time=None, task_root_directory: str=None, task_root_directory_url: str=None, exit_code: int=None, container_info=None, failure_info=None, result=None, **kwargs) -> None: - super(JobReleaseTaskExecutionInformation, self).__init__(**kwargs) - self.start_time = start_time - self.end_time = end_time - self.state = state - self.task_root_directory = task_root_directory - self.task_root_directory_url = task_root_directory_url - self.exit_code = exit_code - self.container_info = container_info - self.failure_info = failure_info - self.result = result diff --git a/azure-batch/azure/batch/models/job_release_task_py3.py b/azure-batch/azure/batch/models/job_release_task_py3.py deleted file mode 100644 index e8febe4c39eb..000000000000 --- a/azure-batch/azure/batch/models/job_release_task_py3.py +++ /dev/null @@ -1,121 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobReleaseTask(Model): - """A Job Release task to run on job completion on any compute node where the - job has run. - - The Job Release task runs when the job ends, because of one of the - following: The user calls the Terminate Job API, or the Delete Job API - while the job is still active, the job's maximum wall clock time constraint - is reached, and the job is still active, or the job's Job Manager task - completed, and the job is configured to terminate when the Job Manager - completes. The Job Release task runs on each compute node where tasks of - the job have run and the Job Preparation task ran and completed. If you - reimage a compute node after it has run the Job Preparation task, and the - job ends without any further tasks of the job running on that compute node - (and hence the Job Preparation task does not re-run), then the Job Release - task does not run on that node. If a compute node reboots while the Job - Release task is still running, the Job Release task runs again when the - compute node starts up. The job is not marked as complete until all Job - Release tasks have completed. The Job Release task runs in the background. - It does not occupy a scheduling slot; that is, it does not count towards - the maxTasksPerNode limit specified on the pool. - - All required parameters must be populated in order to send to Azure. - - :param id: A string that uniquely identifies the Job Release task within - the job. The ID can contain any combination of alphanumeric characters - including hyphens and underscores and cannot contain more than 64 - characters. If you do not specify this property, the Batch service assigns - a default value of 'jobrelease'. No other task in the job can have the - same ID as the Job Release task. If you try to submit a task with the same - id, the Batch service rejects the request with error code - TaskIdSameAsJobReleaseTask; if you are calling the REST API directly, the - HTTP status code is 409 (Conflict). - :type id: str - :param command_line: Required. The command line of the Job Release task. - The command line does not run under a shell, and therefore cannot take - advantage of shell features such as environment variable expansion. If you - want to take advantage of such features, you should invoke the shell in - the command line, for example using "cmd /c MyCommand" in Windows or - "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, - it should use a relative path (relative to the task working directory), or - use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - Job Release task runs. When this is specified, all directories recursively - below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on - the node) are mapped into the container, all task environment variables - are mapped into the container, and the task command line is executed in - the container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. There is a - maximum size for the list of resource files. When the max size is - exceeded, the request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. Files listed under this - element are located in the task's working directory. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param environment_settings: A list of environment variable settings for - the Job Release task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param max_wall_clock_time: The maximum elapsed time that the Job Release - task may run on a given compute node, measured from the time the task - starts. If the task does not complete within the time limit, the Batch - service terminates it. The default value is 15 minutes. You may not - specify a timeout longer than 15 minutes. If you do, the Batch service - rejects it with an error; if you are calling the REST API directly, the - HTTP status code is 400 (Bad Request). - :type max_wall_clock_time: timedelta - :param retention_time: The minimum time to retain the task directory for - the Job Release task on the compute node. After this time, the Batch - service may delete the task directory and all its contents. The default is - infinite, i.e. the task directory will be retained until the compute node - is removed or reimaged. - :type retention_time: timedelta - :param user_identity: The user identity under which the Job Release task - runs. If omitted, the task runs as a non-administrative user unique to the - task. - :type user_identity: ~azure.batch.models.UserIdentity - """ - - _validation = { - 'command_line': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, - 'retention_time': {'key': 'retentionTime', 'type': 'duration'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - } - - def __init__(self, *, command_line: str, id: str=None, container_settings=None, resource_files=None, environment_settings=None, max_wall_clock_time=None, retention_time=None, user_identity=None, **kwargs) -> None: - super(JobReleaseTask, self).__init__(**kwargs) - self.id = id - self.command_line = command_line - self.container_settings = container_settings - self.resource_files = resource_files - self.environment_settings = environment_settings - self.max_wall_clock_time = max_wall_clock_time - self.retention_time = retention_time - self.user_identity = user_identity diff --git a/azure-batch/azure/batch/models/job_schedule_add_options.py b/azure-batch/azure/batch/models/job_schedule_add_options.py deleted file mode 100644 index 6c03aaff2373..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_add_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobScheduleAddOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/job_schedule_add_options_py3.py b/azure-batch/azure/batch/models/job_schedule_add_options_py3.py deleted file mode 100644 index fe7b76cc4861..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_add_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(JobScheduleAddOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/job_schedule_add_parameter.py b/azure-batch/azure/batch/models/job_schedule_add_parameter.py deleted file mode 100644 index e0d8d724120f..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_add_parameter.py +++ /dev/null @@ -1,63 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleAddParameter(Model): - """A job schedule that allows recurring jobs by specifying when to run jobs - and a specification used to create each job. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the schedule within - the account. The ID can contain any combination of alphanumeric characters - including hyphens and underscores, and cannot contain more than 64 - characters. The ID is case-preserving and case-insensitive (that is, you - may not have two IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the schedule. The display name - need not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param schedule: Required. The schedule according to which jobs will be - created. - :type schedule: ~azure.batch.models.Schedule - :param job_specification: Required. The details of the jobs to be created - on this schedule. - :type job_specification: ~azure.batch.models.JobSpecification - :param metadata: A list of name-value pairs associated with the schedule - as metadata. The Batch service does not assign any meaning to metadata; it - is solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'id': {'required': True}, - 'schedule': {'required': True}, - 'job_specification': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'schedule': {'key': 'schedule', 'type': 'Schedule'}, - 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, **kwargs): - super(JobScheduleAddParameter, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.schedule = kwargs.get('schedule', None) - self.job_specification = kwargs.get('job_specification', None) - self.metadata = kwargs.get('metadata', None) diff --git a/azure-batch/azure/batch/models/job_schedule_add_parameter_py3.py b/azure-batch/azure/batch/models/job_schedule_add_parameter_py3.py deleted file mode 100644 index 9281c765682e..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_add_parameter_py3.py +++ /dev/null @@ -1,63 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleAddParameter(Model): - """A job schedule that allows recurring jobs by specifying when to run jobs - and a specification used to create each job. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the schedule within - the account. The ID can contain any combination of alphanumeric characters - including hyphens and underscores, and cannot contain more than 64 - characters. The ID is case-preserving and case-insensitive (that is, you - may not have two IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the schedule. The display name - need not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param schedule: Required. The schedule according to which jobs will be - created. - :type schedule: ~azure.batch.models.Schedule - :param job_specification: Required. The details of the jobs to be created - on this schedule. - :type job_specification: ~azure.batch.models.JobSpecification - :param metadata: A list of name-value pairs associated with the schedule - as metadata. The Batch service does not assign any meaning to metadata; it - is solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'id': {'required': True}, - 'schedule': {'required': True}, - 'job_specification': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'schedule': {'key': 'schedule', 'type': 'Schedule'}, - 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, *, id: str, schedule, job_specification, display_name: str=None, metadata=None, **kwargs) -> None: - super(JobScheduleAddParameter, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.schedule = schedule - self.job_specification = job_specification - self.metadata = metadata diff --git a/azure-batch/azure/batch/models/job_schedule_delete_options.py b/azure-batch/azure/batch/models/job_schedule_delete_options.py deleted file mode 100644 index a7e01118576e..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_delete_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobScheduleDeleteOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_schedule_delete_options_py3.py b/azure-batch/azure/batch/models/job_schedule_delete_options_py3.py deleted file mode 100644 index 89ae99869173..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_delete_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobScheduleDeleteOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_schedule_disable_options.py b/azure-batch/azure/batch/models/job_schedule_disable_options.py deleted file mode 100644 index 9384c1fbc154..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_disable_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleDisableOptions(Model): - """Additional parameters for disable operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobScheduleDisableOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_schedule_disable_options_py3.py b/azure-batch/azure/batch/models/job_schedule_disable_options_py3.py deleted file mode 100644 index 83adbe53a6b2..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_disable_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleDisableOptions(Model): - """Additional parameters for disable operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobScheduleDisableOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_schedule_enable_options.py b/azure-batch/azure/batch/models/job_schedule_enable_options.py deleted file mode 100644 index a296d5307ac5..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_enable_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleEnableOptions(Model): - """Additional parameters for enable operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobScheduleEnableOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_schedule_enable_options_py3.py b/azure-batch/azure/batch/models/job_schedule_enable_options_py3.py deleted file mode 100644 index daa4d0871468..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_enable_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleEnableOptions(Model): - """Additional parameters for enable operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobScheduleEnableOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_schedule_execution_information.py b/azure-batch/azure/batch/models/job_schedule_execution_information.py deleted file mode 100644 index b79a4e81abb6..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_execution_information.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleExecutionInformation(Model): - """Contains information about jobs that have been and will be run under a job - schedule. - - :param next_run_time: The next time at which a job will be created under - this schedule. This property is meaningful only if the schedule is in the - active state when the time comes around. For example, if the schedule is - disabled, no job will be created at nextRunTime unless the job is enabled - before then. - :type next_run_time: datetime - :param recent_job: Information about the most recent job under the job - schedule. This property is present only if the at least one job has run - under the schedule. - :type recent_job: ~azure.batch.models.RecentJob - :param end_time: The time at which the schedule ended. This property is - set only if the job schedule is in the completed state. - :type end_time: datetime - """ - - _attribute_map = { - 'next_run_time': {'key': 'nextRunTime', 'type': 'iso-8601'}, - 'recent_job': {'key': 'recentJob', 'type': 'RecentJob'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - } - - def __init__(self, **kwargs): - super(JobScheduleExecutionInformation, self).__init__(**kwargs) - self.next_run_time = kwargs.get('next_run_time', None) - self.recent_job = kwargs.get('recent_job', None) - self.end_time = kwargs.get('end_time', None) diff --git a/azure-batch/azure/batch/models/job_schedule_execution_information_py3.py b/azure-batch/azure/batch/models/job_schedule_execution_information_py3.py deleted file mode 100644 index 6afcaa3853b4..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_execution_information_py3.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleExecutionInformation(Model): - """Contains information about jobs that have been and will be run under a job - schedule. - - :param next_run_time: The next time at which a job will be created under - this schedule. This property is meaningful only if the schedule is in the - active state when the time comes around. For example, if the schedule is - disabled, no job will be created at nextRunTime unless the job is enabled - before then. - :type next_run_time: datetime - :param recent_job: Information about the most recent job under the job - schedule. This property is present only if the at least one job has run - under the schedule. - :type recent_job: ~azure.batch.models.RecentJob - :param end_time: The time at which the schedule ended. This property is - set only if the job schedule is in the completed state. - :type end_time: datetime - """ - - _attribute_map = { - 'next_run_time': {'key': 'nextRunTime', 'type': 'iso-8601'}, - 'recent_job': {'key': 'recentJob', 'type': 'RecentJob'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - } - - def __init__(self, *, next_run_time=None, recent_job=None, end_time=None, **kwargs) -> None: - super(JobScheduleExecutionInformation, self).__init__(**kwargs) - self.next_run_time = next_run_time - self.recent_job = recent_job - self.end_time = end_time diff --git a/azure-batch/azure/batch/models/job_schedule_exists_options.py b/azure-batch/azure/batch/models/job_schedule_exists_options.py deleted file mode 100644 index c4f228d77b22..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_exists_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleExistsOptions(Model): - """Additional parameters for exists operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobScheduleExistsOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_schedule_exists_options_py3.py b/azure-batch/azure/batch/models/job_schedule_exists_options_py3.py deleted file mode 100644 index da8e15d205ee..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_exists_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleExistsOptions(Model): - """Additional parameters for exists operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobScheduleExistsOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_schedule_get_options.py b/azure-batch/azure/batch/models/job_schedule_get_options.py deleted file mode 100644 index 434b0ab1a1ea..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_get_options.py +++ /dev/null @@ -1,81 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobScheduleGetOptions, self).__init__(**kwargs) - self.select = kwargs.get('select', None) - self.expand = kwargs.get('expand', None) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_schedule_get_options_py3.py b/azure-batch/azure/batch/models/job_schedule_get_options_py3.py deleted file mode 100644 index 11ee540ffacd..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_get_options_py3.py +++ /dev/null @@ -1,81 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, select: str=None, expand: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobScheduleGetOptions, self).__init__(**kwargs) - self.select = select - self.expand = expand - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_schedule_list_options.py b/azure-batch/azure/batch/models/job_schedule_list_options.py deleted file mode 100644 index 28af39456b6d..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_list_options.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-schedules. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 job schedules can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobScheduleListOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.expand = kwargs.get('expand', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/job_schedule_list_options_py3.py b/azure-batch/azure/batch/models/job_schedule_list_options_py3.py deleted file mode 100644 index 017cdb10d98b..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_list_options_py3.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-schedules. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 job schedules can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(JobScheduleListOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.expand = expand - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/job_schedule_patch_options.py b/azure-batch/azure/batch/models/job_schedule_patch_options.py deleted file mode 100644 index 841e56e91bf1..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_patch_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobSchedulePatchOptions(Model): - """Additional parameters for patch operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobSchedulePatchOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_schedule_patch_options_py3.py b/azure-batch/azure/batch/models/job_schedule_patch_options_py3.py deleted file mode 100644 index 06e4f626c614..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_patch_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobSchedulePatchOptions(Model): - """Additional parameters for patch operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobSchedulePatchOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_schedule_patch_parameter.py b/azure-batch/azure/batch/models/job_schedule_patch_parameter.py deleted file mode 100644 index 24a074bf667a..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_patch_parameter.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobSchedulePatchParameter(Model): - """The set of changes to be made to a job schedule. - - :param schedule: The schedule according to which jobs will be created. If - you do not specify this element, the existing schedule is left unchanged. - :type schedule: ~azure.batch.models.Schedule - :param job_specification: The details of the jobs to be created on this - schedule. Updates affect only jobs that are started after the update has - taken place. Any currently active job continues with the older - specification. - :type job_specification: ~azure.batch.models.JobSpecification - :param metadata: A list of name-value pairs associated with the job - schedule as metadata. If you do not specify this element, existing - metadata is left unchanged. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _attribute_map = { - 'schedule': {'key': 'schedule', 'type': 'Schedule'}, - 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, **kwargs): - super(JobSchedulePatchParameter, self).__init__(**kwargs) - self.schedule = kwargs.get('schedule', None) - self.job_specification = kwargs.get('job_specification', None) - self.metadata = kwargs.get('metadata', None) diff --git a/azure-batch/azure/batch/models/job_schedule_patch_parameter_py3.py b/azure-batch/azure/batch/models/job_schedule_patch_parameter_py3.py deleted file mode 100644 index 4102022b19d3..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_patch_parameter_py3.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobSchedulePatchParameter(Model): - """The set of changes to be made to a job schedule. - - :param schedule: The schedule according to which jobs will be created. If - you do not specify this element, the existing schedule is left unchanged. - :type schedule: ~azure.batch.models.Schedule - :param job_specification: The details of the jobs to be created on this - schedule. Updates affect only jobs that are started after the update has - taken place. Any currently active job continues with the older - specification. - :type job_specification: ~azure.batch.models.JobSpecification - :param metadata: A list of name-value pairs associated with the job - schedule as metadata. If you do not specify this element, existing - metadata is left unchanged. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _attribute_map = { - 'schedule': {'key': 'schedule', 'type': 'Schedule'}, - 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, *, schedule=None, job_specification=None, metadata=None, **kwargs) -> None: - super(JobSchedulePatchParameter, self).__init__(**kwargs) - self.schedule = schedule - self.job_specification = job_specification - self.metadata = metadata diff --git a/azure-batch/azure/batch/models/job_schedule_statistics.py b/azure-batch/azure/batch/models/job_schedule_statistics.py deleted file mode 100644 index ebf2e3e2058e..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_statistics.py +++ /dev/null @@ -1,126 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleStatistics(Model): - """Resource usage statistics for a job schedule. - - All required parameters must be populated in order to send to Azure. - - :param url: Required. The URL of the statistics. - :type url: str - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param user_cpu_time: Required. The total user mode CPU time (summed - across all cores and all compute nodes) consumed by all tasks in all jobs - created under the schedule. - :type user_cpu_time: timedelta - :param kernel_cpu_time: Required. The total kernel mode CPU time (summed - across all cores and all compute nodes) consumed by all tasks in all jobs - created under the schedule. - :type kernel_cpu_time: timedelta - :param wall_clock_time: Required. The total wall clock time of all the - tasks in all the jobs created under the schedule. The wall clock time is - the elapsed time from when the task started running on a compute node to - when it finished (or to the last time the statistics were updated, if the - task had not finished by then). If a task was retried, this includes the - wall clock time of all the task retries. - :type wall_clock_time: timedelta - :param read_iops: Required. The total number of disk read operations made - by all tasks in all jobs created under the schedule. - :type read_iops: long - :param write_iops: Required. The total number of disk write operations - made by all tasks in all jobs created under the schedule. - :type write_iops: long - :param read_io_gi_b: Required. The total gibibytes read from disk by all - tasks in all jobs created under the schedule. - :type read_io_gi_b: float - :param write_io_gi_b: Required. The total gibibytes written to disk by all - tasks in all jobs created under the schedule. - :type write_io_gi_b: float - :param num_succeeded_tasks: Required. The total number of tasks - successfully completed during the given time range in jobs created under - the schedule. A task completes successfully if it returns exit code 0. - :type num_succeeded_tasks: long - :param num_failed_tasks: Required. The total number of tasks that failed - during the given time range in jobs created under the schedule. A task - fails if it exhausts its maximum retry count without returning exit code - 0. - :type num_failed_tasks: long - :param num_task_retries: Required. The total number of retries during the - given time range on all tasks in all jobs created under the schedule. - :type num_task_retries: long - :param wait_time: Required. The total wait time of all tasks in all jobs - created under the schedule. The wait time for a task is defined as the - elapsed time between the creation of the task and the start of task - execution. (If the task is retried due to failures, the wait time is the - time to the most recent task execution.). This value is only reported in - the account lifetime statistics; it is not included in the job statistics. - :type wait_time: timedelta - """ - - _validation = { - 'url': {'required': True}, - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'user_cpu_time': {'required': True}, - 'kernel_cpu_time': {'required': True}, - 'wall_clock_time': {'required': True}, - 'read_iops': {'required': True}, - 'write_iops': {'required': True}, - 'read_io_gi_b': {'required': True}, - 'write_io_gi_b': {'required': True}, - 'num_succeeded_tasks': {'required': True}, - 'num_failed_tasks': {'required': True}, - 'num_task_retries': {'required': True}, - 'wait_time': {'required': True}, - } - - _attribute_map = { - 'url': {'key': 'url', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, - 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, - 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, - 'read_iops': {'key': 'readIOps', 'type': 'long'}, - 'write_iops': {'key': 'writeIOps', 'type': 'long'}, - 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, - 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, - 'num_succeeded_tasks': {'key': 'numSucceededTasks', 'type': 'long'}, - 'num_failed_tasks': {'key': 'numFailedTasks', 'type': 'long'}, - 'num_task_retries': {'key': 'numTaskRetries', 'type': 'long'}, - 'wait_time': {'key': 'waitTime', 'type': 'duration'}, - } - - def __init__(self, **kwargs): - super(JobScheduleStatistics, self).__init__(**kwargs) - self.url = kwargs.get('url', None) - self.start_time = kwargs.get('start_time', None) - self.last_update_time = kwargs.get('last_update_time', None) - self.user_cpu_time = kwargs.get('user_cpu_time', None) - self.kernel_cpu_time = kwargs.get('kernel_cpu_time', None) - self.wall_clock_time = kwargs.get('wall_clock_time', None) - self.read_iops = kwargs.get('read_iops', None) - self.write_iops = kwargs.get('write_iops', None) - self.read_io_gi_b = kwargs.get('read_io_gi_b', None) - self.write_io_gi_b = kwargs.get('write_io_gi_b', None) - self.num_succeeded_tasks = kwargs.get('num_succeeded_tasks', None) - self.num_failed_tasks = kwargs.get('num_failed_tasks', None) - self.num_task_retries = kwargs.get('num_task_retries', None) - self.wait_time = kwargs.get('wait_time', None) diff --git a/azure-batch/azure/batch/models/job_schedule_statistics_py3.py b/azure-batch/azure/batch/models/job_schedule_statistics_py3.py deleted file mode 100644 index d335aa94c675..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_statistics_py3.py +++ /dev/null @@ -1,126 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleStatistics(Model): - """Resource usage statistics for a job schedule. - - All required parameters must be populated in order to send to Azure. - - :param url: Required. The URL of the statistics. - :type url: str - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param user_cpu_time: Required. The total user mode CPU time (summed - across all cores and all compute nodes) consumed by all tasks in all jobs - created under the schedule. - :type user_cpu_time: timedelta - :param kernel_cpu_time: Required. The total kernel mode CPU time (summed - across all cores and all compute nodes) consumed by all tasks in all jobs - created under the schedule. - :type kernel_cpu_time: timedelta - :param wall_clock_time: Required. The total wall clock time of all the - tasks in all the jobs created under the schedule. The wall clock time is - the elapsed time from when the task started running on a compute node to - when it finished (or to the last time the statistics were updated, if the - task had not finished by then). If a task was retried, this includes the - wall clock time of all the task retries. - :type wall_clock_time: timedelta - :param read_iops: Required. The total number of disk read operations made - by all tasks in all jobs created under the schedule. - :type read_iops: long - :param write_iops: Required. The total number of disk write operations - made by all tasks in all jobs created under the schedule. - :type write_iops: long - :param read_io_gi_b: Required. The total gibibytes read from disk by all - tasks in all jobs created under the schedule. - :type read_io_gi_b: float - :param write_io_gi_b: Required. The total gibibytes written to disk by all - tasks in all jobs created under the schedule. - :type write_io_gi_b: float - :param num_succeeded_tasks: Required. The total number of tasks - successfully completed during the given time range in jobs created under - the schedule. A task completes successfully if it returns exit code 0. - :type num_succeeded_tasks: long - :param num_failed_tasks: Required. The total number of tasks that failed - during the given time range in jobs created under the schedule. A task - fails if it exhausts its maximum retry count without returning exit code - 0. - :type num_failed_tasks: long - :param num_task_retries: Required. The total number of retries during the - given time range on all tasks in all jobs created under the schedule. - :type num_task_retries: long - :param wait_time: Required. The total wait time of all tasks in all jobs - created under the schedule. The wait time for a task is defined as the - elapsed time between the creation of the task and the start of task - execution. (If the task is retried due to failures, the wait time is the - time to the most recent task execution.). This value is only reported in - the account lifetime statistics; it is not included in the job statistics. - :type wait_time: timedelta - """ - - _validation = { - 'url': {'required': True}, - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'user_cpu_time': {'required': True}, - 'kernel_cpu_time': {'required': True}, - 'wall_clock_time': {'required': True}, - 'read_iops': {'required': True}, - 'write_iops': {'required': True}, - 'read_io_gi_b': {'required': True}, - 'write_io_gi_b': {'required': True}, - 'num_succeeded_tasks': {'required': True}, - 'num_failed_tasks': {'required': True}, - 'num_task_retries': {'required': True}, - 'wait_time': {'required': True}, - } - - _attribute_map = { - 'url': {'key': 'url', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, - 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, - 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, - 'read_iops': {'key': 'readIOps', 'type': 'long'}, - 'write_iops': {'key': 'writeIOps', 'type': 'long'}, - 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, - 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, - 'num_succeeded_tasks': {'key': 'numSucceededTasks', 'type': 'long'}, - 'num_failed_tasks': {'key': 'numFailedTasks', 'type': 'long'}, - 'num_task_retries': {'key': 'numTaskRetries', 'type': 'long'}, - 'wait_time': {'key': 'waitTime', 'type': 'duration'}, - } - - def __init__(self, *, url: str, start_time, last_update_time, user_cpu_time, kernel_cpu_time, wall_clock_time, read_iops: int, write_iops: int, read_io_gi_b: float, write_io_gi_b: float, num_succeeded_tasks: int, num_failed_tasks: int, num_task_retries: int, wait_time, **kwargs) -> None: - super(JobScheduleStatistics, self).__init__(**kwargs) - self.url = url - self.start_time = start_time - self.last_update_time = last_update_time - self.user_cpu_time = user_cpu_time - self.kernel_cpu_time = kernel_cpu_time - self.wall_clock_time = wall_clock_time - self.read_iops = read_iops - self.write_iops = write_iops - self.read_io_gi_b = read_io_gi_b - self.write_io_gi_b = write_io_gi_b - self.num_succeeded_tasks = num_succeeded_tasks - self.num_failed_tasks = num_failed_tasks - self.num_task_retries = num_task_retries - self.wait_time = wait_time diff --git a/azure-batch/azure/batch/models/job_schedule_terminate_options.py b/azure-batch/azure/batch/models/job_schedule_terminate_options.py deleted file mode 100644 index 32a6f0d78912..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_terminate_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleTerminateOptions(Model): - """Additional parameters for terminate operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobScheduleTerminateOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_schedule_terminate_options_py3.py b/azure-batch/azure/batch/models/job_schedule_terminate_options_py3.py deleted file mode 100644 index 547898763101..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_terminate_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleTerminateOptions(Model): - """Additional parameters for terminate operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobScheduleTerminateOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_schedule_update_options.py b/azure-batch/azure/batch/models/job_schedule_update_options.py deleted file mode 100644 index ca3de8988302..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_update_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleUpdateOptions(Model): - """Additional parameters for update operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobScheduleUpdateOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_schedule_update_options_py3.py b/azure-batch/azure/batch/models/job_schedule_update_options_py3.py deleted file mode 100644 index aee92988fa4d..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_update_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleUpdateOptions(Model): - """Additional parameters for update operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobScheduleUpdateOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_schedule_update_parameter.py b/azure-batch/azure/batch/models/job_schedule_update_parameter.py deleted file mode 100644 index 757ef299ac9c..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_update_parameter.py +++ /dev/null @@ -1,51 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleUpdateParameter(Model): - """The set of changes to be made to a job schedule. - - All required parameters must be populated in order to send to Azure. - - :param schedule: Required. The schedule according to which jobs will be - created. If you do not specify this element, it is equivalent to passing - the default schedule: that is, a single job scheduled to run immediately. - :type schedule: ~azure.batch.models.Schedule - :param job_specification: Required. Details of the jobs to be created on - this schedule. Updates affect only jobs that are started after the update - has taken place. Any currently active job continues with the older - specification. - :type job_specification: ~azure.batch.models.JobSpecification - :param metadata: A list of name-value pairs associated with the job - schedule as metadata. If you do not specify this element, it takes the - default value of an empty list; in effect, any existing metadata is - deleted. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'schedule': {'required': True}, - 'job_specification': {'required': True}, - } - - _attribute_map = { - 'schedule': {'key': 'schedule', 'type': 'Schedule'}, - 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, **kwargs): - super(JobScheduleUpdateParameter, self).__init__(**kwargs) - self.schedule = kwargs.get('schedule', None) - self.job_specification = kwargs.get('job_specification', None) - self.metadata = kwargs.get('metadata', None) diff --git a/azure-batch/azure/batch/models/job_schedule_update_parameter_py3.py b/azure-batch/azure/batch/models/job_schedule_update_parameter_py3.py deleted file mode 100644 index b3b216ee873f..000000000000 --- a/azure-batch/azure/batch/models/job_schedule_update_parameter_py3.py +++ /dev/null @@ -1,51 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobScheduleUpdateParameter(Model): - """The set of changes to be made to a job schedule. - - All required parameters must be populated in order to send to Azure. - - :param schedule: Required. The schedule according to which jobs will be - created. If you do not specify this element, it is equivalent to passing - the default schedule: that is, a single job scheduled to run immediately. - :type schedule: ~azure.batch.models.Schedule - :param job_specification: Required. Details of the jobs to be created on - this schedule. Updates affect only jobs that are started after the update - has taken place. Any currently active job continues with the older - specification. - :type job_specification: ~azure.batch.models.JobSpecification - :param metadata: A list of name-value pairs associated with the job - schedule as metadata. If you do not specify this element, it takes the - default value of an empty list; in effect, any existing metadata is - deleted. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'schedule': {'required': True}, - 'job_specification': {'required': True}, - } - - _attribute_map = { - 'schedule': {'key': 'schedule', 'type': 'Schedule'}, - 'job_specification': {'key': 'jobSpecification', 'type': 'JobSpecification'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, *, schedule, job_specification, metadata=None, **kwargs) -> None: - super(JobScheduleUpdateParameter, self).__init__(**kwargs) - self.schedule = schedule - self.job_specification = job_specification - self.metadata = metadata diff --git a/azure-batch/azure/batch/models/job_scheduling_error.py b/azure-batch/azure/batch/models/job_scheduling_error.py deleted file mode 100644 index 1869114d5321..000000000000 --- a/azure-batch/azure/batch/models/job_scheduling_error.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobSchedulingError(Model): - """An error encountered by the Batch service when scheduling a job. - - All required parameters must be populated in order to send to Azure. - - :param category: Required. The category of the job scheduling error. - Possible values include: 'userError', 'serverError' - :type category: str or ~azure.batch.models.ErrorCategory - :param code: An identifier for the job scheduling error. Codes are - invariant and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the job scheduling error, intended to - be suitable for display in a user interface. - :type message: str - :param details: A list of additional error details related to the - scheduling error. - :type details: list[~azure.batch.models.NameValuePair] - """ - - _validation = { - 'category': {'required': True}, - } - - _attribute_map = { - 'category': {'key': 'category', 'type': 'ErrorCategory'}, - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'details': {'key': 'details', 'type': '[NameValuePair]'}, - } - - def __init__(self, **kwargs): - super(JobSchedulingError, self).__init__(**kwargs) - self.category = kwargs.get('category', None) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - self.details = kwargs.get('details', None) diff --git a/azure-batch/azure/batch/models/job_scheduling_error_py3.py b/azure-batch/azure/batch/models/job_scheduling_error_py3.py deleted file mode 100644 index c12cb3393c81..000000000000 --- a/azure-batch/azure/batch/models/job_scheduling_error_py3.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobSchedulingError(Model): - """An error encountered by the Batch service when scheduling a job. - - All required parameters must be populated in order to send to Azure. - - :param category: Required. The category of the job scheduling error. - Possible values include: 'userError', 'serverError' - :type category: str or ~azure.batch.models.ErrorCategory - :param code: An identifier for the job scheduling error. Codes are - invariant and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the job scheduling error, intended to - be suitable for display in a user interface. - :type message: str - :param details: A list of additional error details related to the - scheduling error. - :type details: list[~azure.batch.models.NameValuePair] - """ - - _validation = { - 'category': {'required': True}, - } - - _attribute_map = { - 'category': {'key': 'category', 'type': 'ErrorCategory'}, - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'details': {'key': 'details', 'type': '[NameValuePair]'}, - } - - def __init__(self, *, category, code: str=None, message: str=None, details=None, **kwargs) -> None: - super(JobSchedulingError, self).__init__(**kwargs) - self.category = category - self.code = code - self.message = message - self.details = details diff --git a/azure-batch/azure/batch/models/job_specification.py b/azure-batch/azure/batch/models/job_specification.py deleted file mode 100644 index 5ff5a6b0c937..000000000000 --- a/azure-batch/azure/batch/models/job_specification.py +++ /dev/null @@ -1,125 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobSpecification(Model): - """Specifies details of the jobs to be created on a schedule. - - All required parameters must be populated in order to send to Azure. - - :param priority: The priority of jobs created under this schedule. - Priority values can range from -1000 to 1000, with -1000 being the lowest - priority and 1000 being the highest priority. The default value is 0. This - priority is used as the default for all jobs under the job schedule. You - can update a job's priority after it has been created using by using the - update job API. - :type priority: int - :param display_name: The display name for jobs created under this - schedule. The name need not be unique and can contain any Unicode - characters up to a maximum length of 1024. - :type display_name: str - :param uses_task_dependencies: Whether tasks in the job can define - dependencies on each other. The default is false. - :type uses_task_dependencies: bool - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in a job created under this schedule are in the completed - state. Note that if a job contains no tasks, then all tasks are considered - complete. This option is therefore most commonly used with a Job Manager - task; if you want to use automatic job termination without a Job Manager, - you should initially set onAllTasksComplete to noaction and update the job - properties to set onAllTasksComplete to terminatejob once you have - finished adding tasks. The default is noaction. Possible values include: - 'noAction', 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - :param on_task_failure: The action the Batch service should take when any - task fails in a job created under this schedule. A task is considered to - have failed if it have failed if has a failureInfo. A failureInfo is set - if the task completes with a non-zero exit code after exhausting its retry - count, or if there was an error starting the task, for example due to a - resource file download error. The default is noaction. Possible values - include: 'noAction', 'performExitOptionsJobAction' - :type on_task_failure: str or ~azure.batch.models.OnTaskFailure - :param constraints: The execution constraints for jobs created under this - schedule. - :type constraints: ~azure.batch.models.JobConstraints - :param job_manager_task: The details of a Job Manager task to be launched - when a job is started under this schedule. If the job does not specify a - Job Manager task, the user must explicitly add tasks to the job using the - Task API. If the job does specify a Job Manager task, the Batch service - creates the Job Manager task when the job is created, and will try to - schedule the Job Manager task before scheduling other tasks in the job. - :type job_manager_task: ~azure.batch.models.JobManagerTask - :param job_preparation_task: The Job Preparation task for jobs created - under this schedule. If a job has a Job Preparation task, the Batch - service will run the Job Preparation task on a compute node before - starting any tasks of that job on that compute node. - :type job_preparation_task: ~azure.batch.models.JobPreparationTask - :param job_release_task: The Job Release task for jobs created under this - schedule. The primary purpose of the Job Release task is to undo changes - to compute nodes made by the Job Preparation task. Example activities - include deleting local files, or shutting down services that were started - as part of job preparation. A Job Release task cannot be specified without - also specifying a Job Preparation task for the job. The Batch service runs - the Job Release task on the compute nodes that have run the Job - Preparation task. - :type job_release_task: ~azure.batch.models.JobReleaseTask - :param common_environment_settings: A list of common environment variable - settings. These environment variables are set for all tasks in jobs - created under this schedule (including the Job Manager, Job Preparation - and Job Release tasks). Individual tasks can override an environment - setting specified here by specifying the same setting name with a - different value. - :type common_environment_settings: - list[~azure.batch.models.EnvironmentSetting] - :param pool_info: Required. The pool on which the Batch service runs the - tasks of jobs created under this schedule. - :type pool_info: ~azure.batch.models.PoolInformation - :param metadata: A list of name-value pairs associated with each job - created under this schedule as metadata. The Batch service does not assign - any meaning to metadata; it is solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'pool_info': {'required': True}, - } - - _attribute_map = { - 'priority': {'key': 'priority', 'type': 'int'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, - 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, - 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, - 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, **kwargs): - super(JobSpecification, self).__init__(**kwargs) - self.priority = kwargs.get('priority', None) - self.display_name = kwargs.get('display_name', None) - self.uses_task_dependencies = kwargs.get('uses_task_dependencies', None) - self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) - self.on_task_failure = kwargs.get('on_task_failure', None) - self.constraints = kwargs.get('constraints', None) - self.job_manager_task = kwargs.get('job_manager_task', None) - self.job_preparation_task = kwargs.get('job_preparation_task', None) - self.job_release_task = kwargs.get('job_release_task', None) - self.common_environment_settings = kwargs.get('common_environment_settings', None) - self.pool_info = kwargs.get('pool_info', None) - self.metadata = kwargs.get('metadata', None) diff --git a/azure-batch/azure/batch/models/job_specification_py3.py b/azure-batch/azure/batch/models/job_specification_py3.py deleted file mode 100644 index 09484bf88c66..000000000000 --- a/azure-batch/azure/batch/models/job_specification_py3.py +++ /dev/null @@ -1,125 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobSpecification(Model): - """Specifies details of the jobs to be created on a schedule. - - All required parameters must be populated in order to send to Azure. - - :param priority: The priority of jobs created under this schedule. - Priority values can range from -1000 to 1000, with -1000 being the lowest - priority and 1000 being the highest priority. The default value is 0. This - priority is used as the default for all jobs under the job schedule. You - can update a job's priority after it has been created using by using the - update job API. - :type priority: int - :param display_name: The display name for jobs created under this - schedule. The name need not be unique and can contain any Unicode - characters up to a maximum length of 1024. - :type display_name: str - :param uses_task_dependencies: Whether tasks in the job can define - dependencies on each other. The default is false. - :type uses_task_dependencies: bool - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in a job created under this schedule are in the completed - state. Note that if a job contains no tasks, then all tasks are considered - complete. This option is therefore most commonly used with a Job Manager - task; if you want to use automatic job termination without a Job Manager, - you should initially set onAllTasksComplete to noaction and update the job - properties to set onAllTasksComplete to terminatejob once you have - finished adding tasks. The default is noaction. Possible values include: - 'noAction', 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - :param on_task_failure: The action the Batch service should take when any - task fails in a job created under this schedule. A task is considered to - have failed if it have failed if has a failureInfo. A failureInfo is set - if the task completes with a non-zero exit code after exhausting its retry - count, or if there was an error starting the task, for example due to a - resource file download error. The default is noaction. Possible values - include: 'noAction', 'performExitOptionsJobAction' - :type on_task_failure: str or ~azure.batch.models.OnTaskFailure - :param constraints: The execution constraints for jobs created under this - schedule. - :type constraints: ~azure.batch.models.JobConstraints - :param job_manager_task: The details of a Job Manager task to be launched - when a job is started under this schedule. If the job does not specify a - Job Manager task, the user must explicitly add tasks to the job using the - Task API. If the job does specify a Job Manager task, the Batch service - creates the Job Manager task when the job is created, and will try to - schedule the Job Manager task before scheduling other tasks in the job. - :type job_manager_task: ~azure.batch.models.JobManagerTask - :param job_preparation_task: The Job Preparation task for jobs created - under this schedule. If a job has a Job Preparation task, the Batch - service will run the Job Preparation task on a compute node before - starting any tasks of that job on that compute node. - :type job_preparation_task: ~azure.batch.models.JobPreparationTask - :param job_release_task: The Job Release task for jobs created under this - schedule. The primary purpose of the Job Release task is to undo changes - to compute nodes made by the Job Preparation task. Example activities - include deleting local files, or shutting down services that were started - as part of job preparation. A Job Release task cannot be specified without - also specifying a Job Preparation task for the job. The Batch service runs - the Job Release task on the compute nodes that have run the Job - Preparation task. - :type job_release_task: ~azure.batch.models.JobReleaseTask - :param common_environment_settings: A list of common environment variable - settings. These environment variables are set for all tasks in jobs - created under this schedule (including the Job Manager, Job Preparation - and Job Release tasks). Individual tasks can override an environment - setting specified here by specifying the same setting name with a - different value. - :type common_environment_settings: - list[~azure.batch.models.EnvironmentSetting] - :param pool_info: Required. The pool on which the Batch service runs the - tasks of jobs created under this schedule. - :type pool_info: ~azure.batch.models.PoolInformation - :param metadata: A list of name-value pairs associated with each job - created under this schedule as metadata. The Batch service does not assign - any meaning to metadata; it is solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'pool_info': {'required': True}, - } - - _attribute_map = { - 'priority': {'key': 'priority', 'type': 'int'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'uses_task_dependencies': {'key': 'usesTaskDependencies', 'type': 'bool'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - 'on_task_failure': {'key': 'onTaskFailure', 'type': 'OnTaskFailure'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'job_manager_task': {'key': 'jobManagerTask', 'type': 'JobManagerTask'}, - 'job_preparation_task': {'key': 'jobPreparationTask', 'type': 'JobPreparationTask'}, - 'job_release_task': {'key': 'jobReleaseTask', 'type': 'JobReleaseTask'}, - 'common_environment_settings': {'key': 'commonEnvironmentSettings', 'type': '[EnvironmentSetting]'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, *, pool_info, priority: int=None, display_name: str=None, uses_task_dependencies: bool=None, on_all_tasks_complete=None, on_task_failure=None, constraints=None, job_manager_task=None, job_preparation_task=None, job_release_task=None, common_environment_settings=None, metadata=None, **kwargs) -> None: - super(JobSpecification, self).__init__(**kwargs) - self.priority = priority - self.display_name = display_name - self.uses_task_dependencies = uses_task_dependencies - self.on_all_tasks_complete = on_all_tasks_complete - self.on_task_failure = on_task_failure - self.constraints = constraints - self.job_manager_task = job_manager_task - self.job_preparation_task = job_preparation_task - self.job_release_task = job_release_task - self.common_environment_settings = common_environment_settings - self.pool_info = pool_info - self.metadata = metadata diff --git a/azure-batch/azure/batch/models/job_statistics.py b/azure-batch/azure/batch/models/job_statistics.py deleted file mode 100644 index ca95a31dba53..000000000000 --- a/azure-batch/azure/batch/models/job_statistics.py +++ /dev/null @@ -1,123 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobStatistics(Model): - """Resource usage statistics for a job. - - All required parameters must be populated in order to send to Azure. - - :param url: Required. The URL of the statistics. - :type url: str - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param user_cpu_time: Required. The total user mode CPU time (summed - across all cores and all compute nodes) consumed by all tasks in the job. - :type user_cpu_time: timedelta - :param kernel_cpu_time: Required. The total kernel mode CPU time (summed - across all cores and all compute nodes) consumed by all tasks in the job. - :type kernel_cpu_time: timedelta - :param wall_clock_time: Required. The total wall clock time of all tasks - in the job. The wall clock time is the elapsed time from when the task - started running on a compute node to when it finished (or to the last time - the statistics were updated, if the task had not finished by then). If a - task was retried, this includes the wall clock time of all the task - retries. - :type wall_clock_time: timedelta - :param read_iops: Required. The total number of disk read operations made - by all tasks in the job. - :type read_iops: long - :param write_iops: Required. The total number of disk write operations - made by all tasks in the job. - :type write_iops: long - :param read_io_gi_b: Required. The total amount of data in GiB read from - disk by all tasks in the job. - :type read_io_gi_b: float - :param write_io_gi_b: Required. The total amount of data in GiB written to - disk by all tasks in the job. - :type write_io_gi_b: float - :param num_succeeded_tasks: Required. The total number of tasks - successfully completed in the job during the given time range. A task - completes successfully if it returns exit code 0. - :type num_succeeded_tasks: long - :param num_failed_tasks: Required. The total number of tasks in the job - that failed during the given time range. A task fails if it exhausts its - maximum retry count without returning exit code 0. - :type num_failed_tasks: long - :param num_task_retries: Required. The total number of retries on all the - tasks in the job during the given time range. - :type num_task_retries: long - :param wait_time: Required. The total wait time of all tasks in the job. - The wait time for a task is defined as the elapsed time between the - creation of the task and the start of task execution. (If the task is - retried due to failures, the wait time is the time to the most recent task - execution.) This value is only reported in the account lifetime - statistics; it is not included in the job statistics. - :type wait_time: timedelta - """ - - _validation = { - 'url': {'required': True}, - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'user_cpu_time': {'required': True}, - 'kernel_cpu_time': {'required': True}, - 'wall_clock_time': {'required': True}, - 'read_iops': {'required': True}, - 'write_iops': {'required': True}, - 'read_io_gi_b': {'required': True}, - 'write_io_gi_b': {'required': True}, - 'num_succeeded_tasks': {'required': True}, - 'num_failed_tasks': {'required': True}, - 'num_task_retries': {'required': True}, - 'wait_time': {'required': True}, - } - - _attribute_map = { - 'url': {'key': 'url', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, - 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, - 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, - 'read_iops': {'key': 'readIOps', 'type': 'long'}, - 'write_iops': {'key': 'writeIOps', 'type': 'long'}, - 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, - 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, - 'num_succeeded_tasks': {'key': 'numSucceededTasks', 'type': 'long'}, - 'num_failed_tasks': {'key': 'numFailedTasks', 'type': 'long'}, - 'num_task_retries': {'key': 'numTaskRetries', 'type': 'long'}, - 'wait_time': {'key': 'waitTime', 'type': 'duration'}, - } - - def __init__(self, **kwargs): - super(JobStatistics, self).__init__(**kwargs) - self.url = kwargs.get('url', None) - self.start_time = kwargs.get('start_time', None) - self.last_update_time = kwargs.get('last_update_time', None) - self.user_cpu_time = kwargs.get('user_cpu_time', None) - self.kernel_cpu_time = kwargs.get('kernel_cpu_time', None) - self.wall_clock_time = kwargs.get('wall_clock_time', None) - self.read_iops = kwargs.get('read_iops', None) - self.write_iops = kwargs.get('write_iops', None) - self.read_io_gi_b = kwargs.get('read_io_gi_b', None) - self.write_io_gi_b = kwargs.get('write_io_gi_b', None) - self.num_succeeded_tasks = kwargs.get('num_succeeded_tasks', None) - self.num_failed_tasks = kwargs.get('num_failed_tasks', None) - self.num_task_retries = kwargs.get('num_task_retries', None) - self.wait_time = kwargs.get('wait_time', None) diff --git a/azure-batch/azure/batch/models/job_statistics_py3.py b/azure-batch/azure/batch/models/job_statistics_py3.py deleted file mode 100644 index 2f55b15aca3f..000000000000 --- a/azure-batch/azure/batch/models/job_statistics_py3.py +++ /dev/null @@ -1,123 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobStatistics(Model): - """Resource usage statistics for a job. - - All required parameters must be populated in order to send to Azure. - - :param url: Required. The URL of the statistics. - :type url: str - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param user_cpu_time: Required. The total user mode CPU time (summed - across all cores and all compute nodes) consumed by all tasks in the job. - :type user_cpu_time: timedelta - :param kernel_cpu_time: Required. The total kernel mode CPU time (summed - across all cores and all compute nodes) consumed by all tasks in the job. - :type kernel_cpu_time: timedelta - :param wall_clock_time: Required. The total wall clock time of all tasks - in the job. The wall clock time is the elapsed time from when the task - started running on a compute node to when it finished (or to the last time - the statistics were updated, if the task had not finished by then). If a - task was retried, this includes the wall clock time of all the task - retries. - :type wall_clock_time: timedelta - :param read_iops: Required. The total number of disk read operations made - by all tasks in the job. - :type read_iops: long - :param write_iops: Required. The total number of disk write operations - made by all tasks in the job. - :type write_iops: long - :param read_io_gi_b: Required. The total amount of data in GiB read from - disk by all tasks in the job. - :type read_io_gi_b: float - :param write_io_gi_b: Required. The total amount of data in GiB written to - disk by all tasks in the job. - :type write_io_gi_b: float - :param num_succeeded_tasks: Required. The total number of tasks - successfully completed in the job during the given time range. A task - completes successfully if it returns exit code 0. - :type num_succeeded_tasks: long - :param num_failed_tasks: Required. The total number of tasks in the job - that failed during the given time range. A task fails if it exhausts its - maximum retry count without returning exit code 0. - :type num_failed_tasks: long - :param num_task_retries: Required. The total number of retries on all the - tasks in the job during the given time range. - :type num_task_retries: long - :param wait_time: Required. The total wait time of all tasks in the job. - The wait time for a task is defined as the elapsed time between the - creation of the task and the start of task execution. (If the task is - retried due to failures, the wait time is the time to the most recent task - execution.) This value is only reported in the account lifetime - statistics; it is not included in the job statistics. - :type wait_time: timedelta - """ - - _validation = { - 'url': {'required': True}, - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'user_cpu_time': {'required': True}, - 'kernel_cpu_time': {'required': True}, - 'wall_clock_time': {'required': True}, - 'read_iops': {'required': True}, - 'write_iops': {'required': True}, - 'read_io_gi_b': {'required': True}, - 'write_io_gi_b': {'required': True}, - 'num_succeeded_tasks': {'required': True}, - 'num_failed_tasks': {'required': True}, - 'num_task_retries': {'required': True}, - 'wait_time': {'required': True}, - } - - _attribute_map = { - 'url': {'key': 'url', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, - 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, - 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, - 'read_iops': {'key': 'readIOps', 'type': 'long'}, - 'write_iops': {'key': 'writeIOps', 'type': 'long'}, - 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, - 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, - 'num_succeeded_tasks': {'key': 'numSucceededTasks', 'type': 'long'}, - 'num_failed_tasks': {'key': 'numFailedTasks', 'type': 'long'}, - 'num_task_retries': {'key': 'numTaskRetries', 'type': 'long'}, - 'wait_time': {'key': 'waitTime', 'type': 'duration'}, - } - - def __init__(self, *, url: str, start_time, last_update_time, user_cpu_time, kernel_cpu_time, wall_clock_time, read_iops: int, write_iops: int, read_io_gi_b: float, write_io_gi_b: float, num_succeeded_tasks: int, num_failed_tasks: int, num_task_retries: int, wait_time, **kwargs) -> None: - super(JobStatistics, self).__init__(**kwargs) - self.url = url - self.start_time = start_time - self.last_update_time = last_update_time - self.user_cpu_time = user_cpu_time - self.kernel_cpu_time = kernel_cpu_time - self.wall_clock_time = wall_clock_time - self.read_iops = read_iops - self.write_iops = write_iops - self.read_io_gi_b = read_io_gi_b - self.write_io_gi_b = write_io_gi_b - self.num_succeeded_tasks = num_succeeded_tasks - self.num_failed_tasks = num_failed_tasks - self.num_task_retries = num_task_retries - self.wait_time = wait_time diff --git a/azure-batch/azure/batch/models/job_terminate_options.py b/azure-batch/azure/batch/models/job_terminate_options.py deleted file mode 100644 index b858c4045284..000000000000 --- a/azure-batch/azure/batch/models/job_terminate_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobTerminateOptions(Model): - """Additional parameters for terminate operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobTerminateOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_terminate_options_py3.py b/azure-batch/azure/batch/models/job_terminate_options_py3.py deleted file mode 100644 index 77173bcc4971..000000000000 --- a/azure-batch/azure/batch/models/job_terminate_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobTerminateOptions(Model): - """Additional parameters for terminate operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobTerminateOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_terminate_parameter.py b/azure-batch/azure/batch/models/job_terminate_parameter.py deleted file mode 100644 index 4be6eaac6509..000000000000 --- a/azure-batch/azure/batch/models/job_terminate_parameter.py +++ /dev/null @@ -1,29 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobTerminateParameter(Model): - """Options when terminating a job. - - :param terminate_reason: The text you want to appear as the job's - TerminateReason. The default is 'UserTerminate'. - :type terminate_reason: str - """ - - _attribute_map = { - 'terminate_reason': {'key': 'terminateReason', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(JobTerminateParameter, self).__init__(**kwargs) - self.terminate_reason = kwargs.get('terminate_reason', None) diff --git a/azure-batch/azure/batch/models/job_terminate_parameter_py3.py b/azure-batch/azure/batch/models/job_terminate_parameter_py3.py deleted file mode 100644 index 4a4965552291..000000000000 --- a/azure-batch/azure/batch/models/job_terminate_parameter_py3.py +++ /dev/null @@ -1,29 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobTerminateParameter(Model): - """Options when terminating a job. - - :param terminate_reason: The text you want to appear as the job's - TerminateReason. The default is 'UserTerminate'. - :type terminate_reason: str - """ - - _attribute_map = { - 'terminate_reason': {'key': 'terminateReason', 'type': 'str'}, - } - - def __init__(self, *, terminate_reason: str=None, **kwargs) -> None: - super(JobTerminateParameter, self).__init__(**kwargs) - self.terminate_reason = terminate_reason diff --git a/azure-batch/azure/batch/models/job_update_options.py b/azure-batch/azure/batch/models/job_update_options.py deleted file mode 100644 index a11f18ab4d33..000000000000 --- a/azure-batch/azure/batch/models/job_update_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobUpdateOptions(Model): - """Additional parameters for update operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(JobUpdateOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/job_update_options_py3.py b/azure-batch/azure/batch/models/job_update_options_py3.py deleted file mode 100644 index 61a47c218b78..000000000000 --- a/azure-batch/azure/batch/models/job_update_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobUpdateOptions(Model): - """Additional parameters for update operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(JobUpdateOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/job_update_parameter.py b/azure-batch/azure/batch/models/job_update_parameter.py deleted file mode 100644 index 35f830630d8c..000000000000 --- a/azure-batch/azure/batch/models/job_update_parameter.py +++ /dev/null @@ -1,72 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobUpdateParameter(Model): - """The set of changes to be made to a job. - - All required parameters must be populated in order to send to Azure. - - :param priority: The priority of the job. Priority values can range from - -1000 to 1000, with -1000 being the lowest priority and 1000 being the - highest priority. If omitted, it is set to the default value 0. - :type priority: int - :param constraints: The execution constraints for the job. If omitted, the - constraints are cleared. - :type constraints: ~azure.batch.models.JobConstraints - :param pool_info: Required. The pool on which the Batch service runs the - job's tasks. You may change the pool for a job only when the job is - disabled. The Update Job call will fail if you include the poolInfo - element and the job is not disabled. If you specify an - autoPoolSpecification specification in the poolInfo, only the keepAlive - property can be updated, and then only if the auto pool has a - poolLifetimeOption of job. - :type pool_info: ~azure.batch.models.PoolInformation - :param metadata: A list of name-value pairs associated with the job as - metadata. If omitted, it takes the default value of an empty list; in - effect, any existing metadata is deleted. - :type metadata: list[~azure.batch.models.MetadataItem] - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in the job are in the completed state. If omitted, the - completion behavior is set to noaction. If the current value is - terminatejob, this is an error because a job's completion behavior may not - be changed from terminatejob to noaction. You may not change the value - from terminatejob to noaction - that is, once you have engaged automatic - job termination, you cannot turn it off again. If you try to do this, the - request fails and Batch returns status code 400 (Bad Request) and an - 'invalid property value' error response. If you do not specify this - element in a PUT request, it is equivalent to passing noaction. This is an - error if the current value is terminatejob. Possible values include: - 'noAction', 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - """ - - _validation = { - 'pool_info': {'required': True}, - } - - _attribute_map = { - 'priority': {'key': 'priority', 'type': 'int'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - } - - def __init__(self, **kwargs): - super(JobUpdateParameter, self).__init__(**kwargs) - self.priority = kwargs.get('priority', None) - self.constraints = kwargs.get('constraints', None) - self.pool_info = kwargs.get('pool_info', None) - self.metadata = kwargs.get('metadata', None) - self.on_all_tasks_complete = kwargs.get('on_all_tasks_complete', None) diff --git a/azure-batch/azure/batch/models/job_update_parameter_py3.py b/azure-batch/azure/batch/models/job_update_parameter_py3.py deleted file mode 100644 index 9dce5ea1ff94..000000000000 --- a/azure-batch/azure/batch/models/job_update_parameter_py3.py +++ /dev/null @@ -1,72 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class JobUpdateParameter(Model): - """The set of changes to be made to a job. - - All required parameters must be populated in order to send to Azure. - - :param priority: The priority of the job. Priority values can range from - -1000 to 1000, with -1000 being the lowest priority and 1000 being the - highest priority. If omitted, it is set to the default value 0. - :type priority: int - :param constraints: The execution constraints for the job. If omitted, the - constraints are cleared. - :type constraints: ~azure.batch.models.JobConstraints - :param pool_info: Required. The pool on which the Batch service runs the - job's tasks. You may change the pool for a job only when the job is - disabled. The Update Job call will fail if you include the poolInfo - element and the job is not disabled. If you specify an - autoPoolSpecification specification in the poolInfo, only the keepAlive - property can be updated, and then only if the auto pool has a - poolLifetimeOption of job. - :type pool_info: ~azure.batch.models.PoolInformation - :param metadata: A list of name-value pairs associated with the job as - metadata. If omitted, it takes the default value of an empty list; in - effect, any existing metadata is deleted. - :type metadata: list[~azure.batch.models.MetadataItem] - :param on_all_tasks_complete: The action the Batch service should take - when all tasks in the job are in the completed state. If omitted, the - completion behavior is set to noaction. If the current value is - terminatejob, this is an error because a job's completion behavior may not - be changed from terminatejob to noaction. You may not change the value - from terminatejob to noaction - that is, once you have engaged automatic - job termination, you cannot turn it off again. If you try to do this, the - request fails and Batch returns status code 400 (Bad Request) and an - 'invalid property value' error response. If you do not specify this - element in a PUT request, it is equivalent to passing noaction. This is an - error if the current value is terminatejob. Possible values include: - 'noAction', 'terminateJob' - :type on_all_tasks_complete: str or ~azure.batch.models.OnAllTasksComplete - """ - - _validation = { - 'pool_info': {'required': True}, - } - - _attribute_map = { - 'priority': {'key': 'priority', 'type': 'int'}, - 'constraints': {'key': 'constraints', 'type': 'JobConstraints'}, - 'pool_info': {'key': 'poolInfo', 'type': 'PoolInformation'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - 'on_all_tasks_complete': {'key': 'onAllTasksComplete', 'type': 'OnAllTasksComplete'}, - } - - def __init__(self, *, pool_info, priority: int=None, constraints=None, metadata=None, on_all_tasks_complete=None, **kwargs) -> None: - super(JobUpdateParameter, self).__init__(**kwargs) - self.priority = priority - self.constraints = constraints - self.pool_info = pool_info - self.metadata = metadata - self.on_all_tasks_complete = on_all_tasks_complete diff --git a/azure-batch/azure/batch/models/linux_user_configuration.py b/azure-batch/azure/batch/models/linux_user_configuration.py deleted file mode 100644 index 6ba1218254d1..000000000000 --- a/azure-batch/azure/batch/models/linux_user_configuration.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class LinuxUserConfiguration(Model): - """Properties used to create a user account on a Linux node. - - :param uid: The user ID of the user account. The uid and gid properties - must be specified together or not at all. If not specified the underlying - operating system picks the uid. - :type uid: int - :param gid: The group ID for the user account. The uid and gid properties - must be specified together or not at all. If not specified the underlying - operating system picks the gid. - :type gid: int - :param ssh_private_key: The SSH private key for the user account. The - private key must not be password protected. The private key is used to - automatically configure asymmetric-key based authentication for SSH - between nodes in a Linux pool when the pool's enableInterNodeCommunication - property is true (it is ignored if enableInterNodeCommunication is false). - It does this by placing the key pair into the user's .ssh directory. If - not specified, password-less SSH is not configured between nodes (no - modification of the user's .ssh directory is done). - :type ssh_private_key: str - """ - - _attribute_map = { - 'uid': {'key': 'uid', 'type': 'int'}, - 'gid': {'key': 'gid', 'type': 'int'}, - 'ssh_private_key': {'key': 'sshPrivateKey', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(LinuxUserConfiguration, self).__init__(**kwargs) - self.uid = kwargs.get('uid', None) - self.gid = kwargs.get('gid', None) - self.ssh_private_key = kwargs.get('ssh_private_key', None) diff --git a/azure-batch/azure/batch/models/linux_user_configuration_py3.py b/azure-batch/azure/batch/models/linux_user_configuration_py3.py deleted file mode 100644 index cb35b4c40a9f..000000000000 --- a/azure-batch/azure/batch/models/linux_user_configuration_py3.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class LinuxUserConfiguration(Model): - """Properties used to create a user account on a Linux node. - - :param uid: The user ID of the user account. The uid and gid properties - must be specified together or not at all. If not specified the underlying - operating system picks the uid. - :type uid: int - :param gid: The group ID for the user account. The uid and gid properties - must be specified together or not at all. If not specified the underlying - operating system picks the gid. - :type gid: int - :param ssh_private_key: The SSH private key for the user account. The - private key must not be password protected. The private key is used to - automatically configure asymmetric-key based authentication for SSH - between nodes in a Linux pool when the pool's enableInterNodeCommunication - property is true (it is ignored if enableInterNodeCommunication is false). - It does this by placing the key pair into the user's .ssh directory. If - not specified, password-less SSH is not configured between nodes (no - modification of the user's .ssh directory is done). - :type ssh_private_key: str - """ - - _attribute_map = { - 'uid': {'key': 'uid', 'type': 'int'}, - 'gid': {'key': 'gid', 'type': 'int'}, - 'ssh_private_key': {'key': 'sshPrivateKey', 'type': 'str'}, - } - - def __init__(self, *, uid: int=None, gid: int=None, ssh_private_key: str=None, **kwargs) -> None: - super(LinuxUserConfiguration, self).__init__(**kwargs) - self.uid = uid - self.gid = gid - self.ssh_private_key = ssh_private_key diff --git a/azure-batch/azure/batch/models/metadata_item.py b/azure-batch/azure/batch/models/metadata_item.py deleted file mode 100644 index d1d203e892b5..000000000000 --- a/azure-batch/azure/batch/models/metadata_item.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class MetadataItem(Model): - """A name-value pair associated with a Batch service resource. - - The Batch service does not assign any meaning to this metadata; it is - solely for the use of user code. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the metadata item. - :type name: str - :param value: Required. The value of the metadata item. - :type value: str - """ - - _validation = { - 'name': {'required': True}, - 'value': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(MetadataItem, self).__init__(**kwargs) - self.name = kwargs.get('name', None) - self.value = kwargs.get('value', None) diff --git a/azure-batch/azure/batch/models/metadata_item_py3.py b/azure-batch/azure/batch/models/metadata_item_py3.py deleted file mode 100644 index 3d127cd16290..000000000000 --- a/azure-batch/azure/batch/models/metadata_item_py3.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class MetadataItem(Model): - """A name-value pair associated with a Batch service resource. - - The Batch service does not assign any meaning to this metadata; it is - solely for the use of user code. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the metadata item. - :type name: str - :param value: Required. The value of the metadata item. - :type value: str - """ - - _validation = { - 'name': {'required': True}, - 'value': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, *, name: str, value: str, **kwargs) -> None: - super(MetadataItem, self).__init__(**kwargs) - self.name = name - self.value = value diff --git a/azure-batch/azure/batch/models/multi_instance_settings.py b/azure-batch/azure/batch/models/multi_instance_settings.py deleted file mode 100644 index 1fad0897388d..000000000000 --- a/azure-batch/azure/batch/models/multi_instance_settings.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class MultiInstanceSettings(Model): - """Settings which specify how to run a multi-instance task. - - Multi-instance tasks are commonly used to support MPI tasks. - - All required parameters must be populated in order to send to Azure. - - :param number_of_instances: The number of compute nodes required by the - task. If omitted, the default is 1. - :type number_of_instances: int - :param coordination_command_line: Required. The command line to run on all - the compute nodes to enable them to coordinate when the primary runs the - main task command. A typical coordination command line launches a - background service and verifies that the service is ready to process - inter-node messages. - :type coordination_command_line: str - :param common_resource_files: A list of files that the Batch service will - download before running the coordination command line. The difference - between common resource files and task resource files is that common - resource files are downloaded for all subtasks including the primary, - whereas task resource files are downloaded only for the primary. Also note - that these resource files are not downloaded to the task working - directory, but instead are downloaded to the task root directory (one - directory above the working directory). There is a maximum size for the - list of resource files. When the max size is exceeded, the request will - fail and the response error code will be RequestEntityTooLarge. If this - occurs, the collection of ResourceFiles must be reduced in size. This can - be achieved using .zip files, Application Packages, or Docker Containers. - :type common_resource_files: list[~azure.batch.models.ResourceFile] - """ - - _validation = { - 'coordination_command_line': {'required': True}, - } - - _attribute_map = { - 'number_of_instances': {'key': 'numberOfInstances', 'type': 'int'}, - 'coordination_command_line': {'key': 'coordinationCommandLine', 'type': 'str'}, - 'common_resource_files': {'key': 'commonResourceFiles', 'type': '[ResourceFile]'}, - } - - def __init__(self, **kwargs): - super(MultiInstanceSettings, self).__init__(**kwargs) - self.number_of_instances = kwargs.get('number_of_instances', None) - self.coordination_command_line = kwargs.get('coordination_command_line', None) - self.common_resource_files = kwargs.get('common_resource_files', None) diff --git a/azure-batch/azure/batch/models/multi_instance_settings_py3.py b/azure-batch/azure/batch/models/multi_instance_settings_py3.py deleted file mode 100644 index 0ea3de8e31ed..000000000000 --- a/azure-batch/azure/batch/models/multi_instance_settings_py3.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class MultiInstanceSettings(Model): - """Settings which specify how to run a multi-instance task. - - Multi-instance tasks are commonly used to support MPI tasks. - - All required parameters must be populated in order to send to Azure. - - :param number_of_instances: The number of compute nodes required by the - task. If omitted, the default is 1. - :type number_of_instances: int - :param coordination_command_line: Required. The command line to run on all - the compute nodes to enable them to coordinate when the primary runs the - main task command. A typical coordination command line launches a - background service and verifies that the service is ready to process - inter-node messages. - :type coordination_command_line: str - :param common_resource_files: A list of files that the Batch service will - download before running the coordination command line. The difference - between common resource files and task resource files is that common - resource files are downloaded for all subtasks including the primary, - whereas task resource files are downloaded only for the primary. Also note - that these resource files are not downloaded to the task working - directory, but instead are downloaded to the task root directory (one - directory above the working directory). There is a maximum size for the - list of resource files. When the max size is exceeded, the request will - fail and the response error code will be RequestEntityTooLarge. If this - occurs, the collection of ResourceFiles must be reduced in size. This can - be achieved using .zip files, Application Packages, or Docker Containers. - :type common_resource_files: list[~azure.batch.models.ResourceFile] - """ - - _validation = { - 'coordination_command_line': {'required': True}, - } - - _attribute_map = { - 'number_of_instances': {'key': 'numberOfInstances', 'type': 'int'}, - 'coordination_command_line': {'key': 'coordinationCommandLine', 'type': 'str'}, - 'common_resource_files': {'key': 'commonResourceFiles', 'type': '[ResourceFile]'}, - } - - def __init__(self, *, coordination_command_line: str, number_of_instances: int=None, common_resource_files=None, **kwargs) -> None: - super(MultiInstanceSettings, self).__init__(**kwargs) - self.number_of_instances = number_of_instances - self.coordination_command_line = coordination_command_line - self.common_resource_files = common_resource_files diff --git a/azure-batch/azure/batch/models/name_value_pair.py b/azure-batch/azure/batch/models/name_value_pair.py deleted file mode 100644 index d2775a33c3be..000000000000 --- a/azure-batch/azure/batch/models/name_value_pair.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NameValuePair(Model): - """Represents a name-value pair. - - :param name: The name in the name-value pair. - :type name: str - :param value: The value in the name-value pair. - :type value: str - """ - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(NameValuePair, self).__init__(**kwargs) - self.name = kwargs.get('name', None) - self.value = kwargs.get('value', None) diff --git a/azure-batch/azure/batch/models/name_value_pair_py3.py b/azure-batch/azure/batch/models/name_value_pair_py3.py deleted file mode 100644 index 9e508e565226..000000000000 --- a/azure-batch/azure/batch/models/name_value_pair_py3.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NameValuePair(Model): - """Represents a name-value pair. - - :param name: The name in the name-value pair. - :type name: str - :param value: The value in the name-value pair. - :type value: str - """ - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'value': {'key': 'value', 'type': 'str'}, - } - - def __init__(self, *, name: str=None, value: str=None, **kwargs) -> None: - super(NameValuePair, self).__init__(**kwargs) - self.name = name - self.value = value diff --git a/azure-batch/azure/batch/models/network_configuration.py b/azure-batch/azure/batch/models/network_configuration.py deleted file mode 100644 index 2bb54a8e3f64..000000000000 --- a/azure-batch/azure/batch/models/network_configuration.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NetworkConfiguration(Model): - """The network configuration for a pool. - - :param subnet_id: The ARM resource identifier of the virtual network - subnet which the compute nodes of the pool will join. This is of the form - /subscriptions/{subscription}/resourceGroups/{group}/providers/{provider}/virtualNetworks/{network}/subnets/{subnet}. - The virtual network must be in the same region and subscription as the - Azure Batch account. The specified subnet should have enough free IP - addresses to accommodate the number of nodes in the pool. If the subnet - doesn't have enough free IP addresses, the pool will partially allocate - compute nodes, and a resize error will occur. The 'MicrosoftAzureBatch' - service principal must have the 'Classic Virtual Machine Contributor' - Role-Based Access Control (RBAC) role for the specified VNet. The - specified subnet must allow communication from the Azure Batch service to - be able to schedule tasks on the compute nodes. This can be verified by - checking if the specified VNet has any associated Network Security Groups - (NSG). If communication to the compute nodes in the specified subnet is - denied by an NSG, then the Batch service will set the state of the compute - nodes to unusable. For pools created with virtualMachineConfiguration only - ARM virtual networks ('Microsoft.Network/virtualNetworks') are supported, - but for pools created with cloudServiceConfiguration both ARM and classic - virtual networks are supported. If the specified VNet has any associated - Network Security Groups (NSG), then a few reserved system ports must be - enabled for inbound communication. For pools created with a virtual - machine configuration, enable ports 29876 and 29877, as well as port 22 - for Linux and port 3389 for Windows. For pools created with a cloud - service configuration, enable ports 10100, 20100, and 30100. Also enable - outbound connections to Azure Storage on port 443. For more details see: - https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration - :type subnet_id: str - :param endpoint_configuration: The configuration for endpoints on compute - nodes in the Batch pool. Pool endpoint configuration is only supported on - pools with the virtualMachineConfiguration property. - :type endpoint_configuration: - ~azure.batch.models.PoolEndpointConfiguration - """ - - _attribute_map = { - 'subnet_id': {'key': 'subnetId', 'type': 'str'}, - 'endpoint_configuration': {'key': 'endpointConfiguration', 'type': 'PoolEndpointConfiguration'}, - } - - def __init__(self, **kwargs): - super(NetworkConfiguration, self).__init__(**kwargs) - self.subnet_id = kwargs.get('subnet_id', None) - self.endpoint_configuration = kwargs.get('endpoint_configuration', None) diff --git a/azure-batch/azure/batch/models/network_configuration_py3.py b/azure-batch/azure/batch/models/network_configuration_py3.py deleted file mode 100644 index 475d1adcabda..000000000000 --- a/azure-batch/azure/batch/models/network_configuration_py3.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NetworkConfiguration(Model): - """The network configuration for a pool. - - :param subnet_id: The ARM resource identifier of the virtual network - subnet which the compute nodes of the pool will join. This is of the form - /subscriptions/{subscription}/resourceGroups/{group}/providers/{provider}/virtualNetworks/{network}/subnets/{subnet}. - The virtual network must be in the same region and subscription as the - Azure Batch account. The specified subnet should have enough free IP - addresses to accommodate the number of nodes in the pool. If the subnet - doesn't have enough free IP addresses, the pool will partially allocate - compute nodes, and a resize error will occur. The 'MicrosoftAzureBatch' - service principal must have the 'Classic Virtual Machine Contributor' - Role-Based Access Control (RBAC) role for the specified VNet. The - specified subnet must allow communication from the Azure Batch service to - be able to schedule tasks on the compute nodes. This can be verified by - checking if the specified VNet has any associated Network Security Groups - (NSG). If communication to the compute nodes in the specified subnet is - denied by an NSG, then the Batch service will set the state of the compute - nodes to unusable. For pools created with virtualMachineConfiguration only - ARM virtual networks ('Microsoft.Network/virtualNetworks') are supported, - but for pools created with cloudServiceConfiguration both ARM and classic - virtual networks are supported. If the specified VNet has any associated - Network Security Groups (NSG), then a few reserved system ports must be - enabled for inbound communication. For pools created with a virtual - machine configuration, enable ports 29876 and 29877, as well as port 22 - for Linux and port 3389 for Windows. For pools created with a cloud - service configuration, enable ports 10100, 20100, and 30100. Also enable - outbound connections to Azure Storage on port 443. For more details see: - https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration - :type subnet_id: str - :param endpoint_configuration: The configuration for endpoints on compute - nodes in the Batch pool. Pool endpoint configuration is only supported on - pools with the virtualMachineConfiguration property. - :type endpoint_configuration: - ~azure.batch.models.PoolEndpointConfiguration - """ - - _attribute_map = { - 'subnet_id': {'key': 'subnetId', 'type': 'str'}, - 'endpoint_configuration': {'key': 'endpointConfiguration', 'type': 'PoolEndpointConfiguration'}, - } - - def __init__(self, *, subnet_id: str=None, endpoint_configuration=None, **kwargs) -> None: - super(NetworkConfiguration, self).__init__(**kwargs) - self.subnet_id = subnet_id - self.endpoint_configuration = endpoint_configuration diff --git a/azure-batch/azure/batch/models/network_security_group_rule.py b/azure-batch/azure/batch/models/network_security_group_rule.py deleted file mode 100644 index 569693bf55ed..000000000000 --- a/azure-batch/azure/batch/models/network_security_group_rule.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NetworkSecurityGroupRule(Model): - """A network security group rule to apply to an inbound endpoint. - - All required parameters must be populated in order to send to Azure. - - :param priority: Required. The priority for this rule. Priorities within a - pool must be unique and are evaluated in order of priority. The lower the - number the higher the priority. For example, rules could be specified with - order numbers of 150, 250, and 350. The rule with the order number of 150 - takes precedence over the rule that has an order of 250. Allowed - priorities are 150 to 3500. If any reserved or duplicate values are - provided the request fails with HTTP status code 400. - :type priority: int - :param access: Required. The action that should be taken for a specified - IP address, subnet range or tag. Possible values include: 'allow', 'deny' - :type access: str or ~azure.batch.models.NetworkSecurityGroupRuleAccess - :param source_address_prefix: Required. The source address prefix or tag - to match for the rule. Valid values are a single IP address (i.e. - 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all - addresses). If any other values are provided the request fails with HTTP - status code 400. - :type source_address_prefix: str - """ - - _validation = { - 'priority': {'required': True}, - 'access': {'required': True}, - 'source_address_prefix': {'required': True}, - } - - _attribute_map = { - 'priority': {'key': 'priority', 'type': 'int'}, - 'access': {'key': 'access', 'type': 'NetworkSecurityGroupRuleAccess'}, - 'source_address_prefix': {'key': 'sourceAddressPrefix', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(NetworkSecurityGroupRule, self).__init__(**kwargs) - self.priority = kwargs.get('priority', None) - self.access = kwargs.get('access', None) - self.source_address_prefix = kwargs.get('source_address_prefix', None) diff --git a/azure-batch/azure/batch/models/network_security_group_rule_py3.py b/azure-batch/azure/batch/models/network_security_group_rule_py3.py deleted file mode 100644 index 9fec92baec7a..000000000000 --- a/azure-batch/azure/batch/models/network_security_group_rule_py3.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NetworkSecurityGroupRule(Model): - """A network security group rule to apply to an inbound endpoint. - - All required parameters must be populated in order to send to Azure. - - :param priority: Required. The priority for this rule. Priorities within a - pool must be unique and are evaluated in order of priority. The lower the - number the higher the priority. For example, rules could be specified with - order numbers of 150, 250, and 350. The rule with the order number of 150 - takes precedence over the rule that has an order of 250. Allowed - priorities are 150 to 3500. If any reserved or duplicate values are - provided the request fails with HTTP status code 400. - :type priority: int - :param access: Required. The action that should be taken for a specified - IP address, subnet range or tag. Possible values include: 'allow', 'deny' - :type access: str or ~azure.batch.models.NetworkSecurityGroupRuleAccess - :param source_address_prefix: Required. The source address prefix or tag - to match for the rule. Valid values are a single IP address (i.e. - 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all - addresses). If any other values are provided the request fails with HTTP - status code 400. - :type source_address_prefix: str - """ - - _validation = { - 'priority': {'required': True}, - 'access': {'required': True}, - 'source_address_prefix': {'required': True}, - } - - _attribute_map = { - 'priority': {'key': 'priority', 'type': 'int'}, - 'access': {'key': 'access', 'type': 'NetworkSecurityGroupRuleAccess'}, - 'source_address_prefix': {'key': 'sourceAddressPrefix', 'type': 'str'}, - } - - def __init__(self, *, priority: int, access, source_address_prefix: str, **kwargs) -> None: - super(NetworkSecurityGroupRule, self).__init__(**kwargs) - self.priority = priority - self.access = access - self.source_address_prefix = source_address_prefix diff --git a/azure-batch/azure/batch/models/node_agent_information.py b/azure-batch/azure/batch/models/node_agent_information.py deleted file mode 100644 index 0d61a707c779..000000000000 --- a/azure-batch/azure/batch/models/node_agent_information.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeAgentInformation(Model): - """Information about the node agent. - - The Batch node agent is a program that runs on each node in the pool and - provides Batch capability on the compute node. - - All required parameters must be populated in order to send to Azure. - - :param version: Required. The version of the Batch node agent running on - the compute node. This version number can be checked against the node - agent release notes located at - https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md. - :type version: str - :param last_update_time: Required. The time when the node agent was - updated on the compute node. This is the most recent time that the node - agent was updated to a new version. - :type last_update_time: datetime - """ - - _validation = { - 'version': {'required': True}, - 'last_update_time': {'required': True}, - } - - _attribute_map = { - 'version': {'key': 'version', 'type': 'str'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - } - - def __init__(self, **kwargs): - super(NodeAgentInformation, self).__init__(**kwargs) - self.version = kwargs.get('version', None) - self.last_update_time = kwargs.get('last_update_time', None) diff --git a/azure-batch/azure/batch/models/node_agent_information_py3.py b/azure-batch/azure/batch/models/node_agent_information_py3.py deleted file mode 100644 index 770e3ca529ce..000000000000 --- a/azure-batch/azure/batch/models/node_agent_information_py3.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeAgentInformation(Model): - """Information about the node agent. - - The Batch node agent is a program that runs on each node in the pool and - provides Batch capability on the compute node. - - All required parameters must be populated in order to send to Azure. - - :param version: Required. The version of the Batch node agent running on - the compute node. This version number can be checked against the node - agent release notes located at - https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md. - :type version: str - :param last_update_time: Required. The time when the node agent was - updated on the compute node. This is the most recent time that the node - agent was updated to a new version. - :type last_update_time: datetime - """ - - _validation = { - 'version': {'required': True}, - 'last_update_time': {'required': True}, - } - - _attribute_map = { - 'version': {'key': 'version', 'type': 'str'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - } - - def __init__(self, *, version: str, last_update_time, **kwargs) -> None: - super(NodeAgentInformation, self).__init__(**kwargs) - self.version = version - self.last_update_time = last_update_time diff --git a/azure-batch/azure/batch/models/node_agent_sku.py b/azure-batch/azure/batch/models/node_agent_sku.py deleted file mode 100644 index dac567dd5a5b..000000000000 --- a/azure-batch/azure/batch/models/node_agent_sku.py +++ /dev/null @@ -1,45 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeAgentSku(Model): - """A node agent SKU supported by the Batch service. - - 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. - - :param id: The ID of the node agent SKU. - :type id: str - :param verified_image_references: The list of Azure Marketplace images - verified to be compatible with this node agent SKU. This collection is not - exhaustive (the node agent may be compatible with other images). - :type verified_image_references: list[~azure.batch.models.ImageReference] - :param os_type: The type of operating system (e.g. Windows or Linux) - compatible with the node agent SKU. Possible values include: 'linux', - 'windows' - :type os_type: str or ~azure.batch.models.OSType - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'verified_image_references': {'key': 'verifiedImageReferences', 'type': '[ImageReference]'}, - 'os_type': {'key': 'osType', 'type': 'OSType'}, - } - - def __init__(self, **kwargs): - super(NodeAgentSku, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.verified_image_references = kwargs.get('verified_image_references', None) - self.os_type = kwargs.get('os_type', None) diff --git a/azure-batch/azure/batch/models/node_agent_sku_paged.py b/azure-batch/azure/batch/models/node_agent_sku_paged.py deleted file mode 100644 index 020e753c2995..000000000000 --- a/azure-batch/azure/batch/models/node_agent_sku_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class NodeAgentSkuPaged(Paged): - """ - A paging container for iterating over a list of :class:`NodeAgentSku ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[NodeAgentSku]'} - } - - def __init__(self, *args, **kwargs): - - super(NodeAgentSkuPaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/node_agent_sku_py3.py b/azure-batch/azure/batch/models/node_agent_sku_py3.py deleted file mode 100644 index 29475f4004aa..000000000000 --- a/azure-batch/azure/batch/models/node_agent_sku_py3.py +++ /dev/null @@ -1,45 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeAgentSku(Model): - """A node agent SKU supported by the Batch service. - - 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. - - :param id: The ID of the node agent SKU. - :type id: str - :param verified_image_references: The list of Azure Marketplace images - verified to be compatible with this node agent SKU. This collection is not - exhaustive (the node agent may be compatible with other images). - :type verified_image_references: list[~azure.batch.models.ImageReference] - :param os_type: The type of operating system (e.g. Windows or Linux) - compatible with the node agent SKU. Possible values include: 'linux', - 'windows' - :type os_type: str or ~azure.batch.models.OSType - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'verified_image_references': {'key': 'verifiedImageReferences', 'type': '[ImageReference]'}, - 'os_type': {'key': 'osType', 'type': 'OSType'}, - } - - def __init__(self, *, id: str=None, verified_image_references=None, os_type=None, **kwargs) -> None: - super(NodeAgentSku, self).__init__(**kwargs) - self.id = id - self.verified_image_references = verified_image_references - self.os_type = os_type diff --git a/azure-batch/azure/batch/models/node_counts.py b/azure-batch/azure/batch/models/node_counts.py deleted file mode 100644 index de54c0c01b1c..000000000000 --- a/azure-batch/azure/batch/models/node_counts.py +++ /dev/null @@ -1,102 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeCounts(Model): - """The number of nodes in each node state. - - All required parameters must be populated in order to send to Azure. - - :param creating: Required. The number of nodes in the creating state. - :type creating: int - :param idle: Required. The number of nodes in the idle state. - :type idle: int - :param offline: Required. The number of nodes in the offline state. - :type offline: int - :param preempted: Required. The number of nodes in the preempted state. - :type preempted: int - :param rebooting: Required. The count of nodes in the rebooting state. - :type rebooting: int - :param reimaging: Required. The number of nodes in the reimaging state. - :type reimaging: int - :param running: Required. The number of nodes in the running state. - :type running: int - :param starting: Required. The number of nodes in the starting state. - :type starting: int - :param start_task_failed: Required. The number of nodes in the - startTaskFailed state. - :type start_task_failed: int - :param leaving_pool: Required. The number of nodes in the leavingPool - state. - :type leaving_pool: int - :param unknown: Required. The number of nodes in the unknown state. - :type unknown: int - :param unusable: Required. The number of nodes in the unusable state. - :type unusable: int - :param waiting_for_start_task: Required. The number of nodes in the - waitingForStartTask state. - :type waiting_for_start_task: int - :param total: Required. The total number of nodes. - :type total: int - """ - - _validation = { - 'creating': {'required': True}, - 'idle': {'required': True}, - 'offline': {'required': True}, - 'preempted': {'required': True}, - 'rebooting': {'required': True}, - 'reimaging': {'required': True}, - 'running': {'required': True}, - 'starting': {'required': True}, - 'start_task_failed': {'required': True}, - 'leaving_pool': {'required': True}, - 'unknown': {'required': True}, - 'unusable': {'required': True}, - 'waiting_for_start_task': {'required': True}, - 'total': {'required': True}, - } - - _attribute_map = { - 'creating': {'key': 'creating', 'type': 'int'}, - 'idle': {'key': 'idle', 'type': 'int'}, - 'offline': {'key': 'offline', 'type': 'int'}, - 'preempted': {'key': 'preempted', 'type': 'int'}, - 'rebooting': {'key': 'rebooting', 'type': 'int'}, - 'reimaging': {'key': 'reimaging', 'type': 'int'}, - 'running': {'key': 'running', 'type': 'int'}, - 'starting': {'key': 'starting', 'type': 'int'}, - 'start_task_failed': {'key': 'startTaskFailed', 'type': 'int'}, - 'leaving_pool': {'key': 'leavingPool', 'type': 'int'}, - 'unknown': {'key': 'unknown', 'type': 'int'}, - 'unusable': {'key': 'unusable', 'type': 'int'}, - 'waiting_for_start_task': {'key': 'waitingForStartTask', 'type': 'int'}, - 'total': {'key': 'total', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(NodeCounts, self).__init__(**kwargs) - self.creating = kwargs.get('creating', None) - self.idle = kwargs.get('idle', None) - self.offline = kwargs.get('offline', None) - self.preempted = kwargs.get('preempted', None) - self.rebooting = kwargs.get('rebooting', None) - self.reimaging = kwargs.get('reimaging', None) - self.running = kwargs.get('running', None) - self.starting = kwargs.get('starting', None) - self.start_task_failed = kwargs.get('start_task_failed', None) - self.leaving_pool = kwargs.get('leaving_pool', None) - self.unknown = kwargs.get('unknown', None) - self.unusable = kwargs.get('unusable', None) - self.waiting_for_start_task = kwargs.get('waiting_for_start_task', None) - self.total = kwargs.get('total', None) diff --git a/azure-batch/azure/batch/models/node_counts_py3.py b/azure-batch/azure/batch/models/node_counts_py3.py deleted file mode 100644 index bfeca712f86b..000000000000 --- a/azure-batch/azure/batch/models/node_counts_py3.py +++ /dev/null @@ -1,102 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeCounts(Model): - """The number of nodes in each node state. - - All required parameters must be populated in order to send to Azure. - - :param creating: Required. The number of nodes in the creating state. - :type creating: int - :param idle: Required. The number of nodes in the idle state. - :type idle: int - :param offline: Required. The number of nodes in the offline state. - :type offline: int - :param preempted: Required. The number of nodes in the preempted state. - :type preempted: int - :param rebooting: Required. The count of nodes in the rebooting state. - :type rebooting: int - :param reimaging: Required. The number of nodes in the reimaging state. - :type reimaging: int - :param running: Required. The number of nodes in the running state. - :type running: int - :param starting: Required. The number of nodes in the starting state. - :type starting: int - :param start_task_failed: Required. The number of nodes in the - startTaskFailed state. - :type start_task_failed: int - :param leaving_pool: Required. The number of nodes in the leavingPool - state. - :type leaving_pool: int - :param unknown: Required. The number of nodes in the unknown state. - :type unknown: int - :param unusable: Required. The number of nodes in the unusable state. - :type unusable: int - :param waiting_for_start_task: Required. The number of nodes in the - waitingForStartTask state. - :type waiting_for_start_task: int - :param total: Required. The total number of nodes. - :type total: int - """ - - _validation = { - 'creating': {'required': True}, - 'idle': {'required': True}, - 'offline': {'required': True}, - 'preempted': {'required': True}, - 'rebooting': {'required': True}, - 'reimaging': {'required': True}, - 'running': {'required': True}, - 'starting': {'required': True}, - 'start_task_failed': {'required': True}, - 'leaving_pool': {'required': True}, - 'unknown': {'required': True}, - 'unusable': {'required': True}, - 'waiting_for_start_task': {'required': True}, - 'total': {'required': True}, - } - - _attribute_map = { - 'creating': {'key': 'creating', 'type': 'int'}, - 'idle': {'key': 'idle', 'type': 'int'}, - 'offline': {'key': 'offline', 'type': 'int'}, - 'preempted': {'key': 'preempted', 'type': 'int'}, - 'rebooting': {'key': 'rebooting', 'type': 'int'}, - 'reimaging': {'key': 'reimaging', 'type': 'int'}, - 'running': {'key': 'running', 'type': 'int'}, - 'starting': {'key': 'starting', 'type': 'int'}, - 'start_task_failed': {'key': 'startTaskFailed', 'type': 'int'}, - 'leaving_pool': {'key': 'leavingPool', 'type': 'int'}, - 'unknown': {'key': 'unknown', 'type': 'int'}, - 'unusable': {'key': 'unusable', 'type': 'int'}, - 'waiting_for_start_task': {'key': 'waitingForStartTask', 'type': 'int'}, - 'total': {'key': 'total', 'type': 'int'}, - } - - def __init__(self, *, creating: int, idle: int, offline: int, preempted: int, rebooting: int, reimaging: int, running: int, starting: int, start_task_failed: int, leaving_pool: int, unknown: int, unusable: int, waiting_for_start_task: int, total: int, **kwargs) -> None: - super(NodeCounts, self).__init__(**kwargs) - self.creating = creating - self.idle = idle - self.offline = offline - self.preempted = preempted - self.rebooting = rebooting - self.reimaging = reimaging - self.running = running - self.starting = starting - self.start_task_failed = start_task_failed - self.leaving_pool = leaving_pool - self.unknown = unknown - self.unusable = unusable - self.waiting_for_start_task = waiting_for_start_task - self.total = total diff --git a/azure-batch/azure/batch/models/node_disable_scheduling_parameter.py b/azure-batch/azure/batch/models/node_disable_scheduling_parameter.py deleted file mode 100644 index e92b0262792e..000000000000 --- a/azure-batch/azure/batch/models/node_disable_scheduling_parameter.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeDisableSchedulingParameter(Model): - """Options for disabling scheduling on a compute node. - - :param node_disable_scheduling_option: What to do with currently running - tasks when disabling task scheduling on the compute node. The default - value is requeue. Possible values include: 'requeue', 'terminate', - 'taskCompletion' - :type node_disable_scheduling_option: str or - ~azure.batch.models.DisableComputeNodeSchedulingOption - """ - - _attribute_map = { - 'node_disable_scheduling_option': {'key': 'nodeDisableSchedulingOption', 'type': 'DisableComputeNodeSchedulingOption'}, - } - - def __init__(self, **kwargs): - super(NodeDisableSchedulingParameter, self).__init__(**kwargs) - self.node_disable_scheduling_option = kwargs.get('node_disable_scheduling_option', None) diff --git a/azure-batch/azure/batch/models/node_disable_scheduling_parameter_py3.py b/azure-batch/azure/batch/models/node_disable_scheduling_parameter_py3.py deleted file mode 100644 index d6de68c56102..000000000000 --- a/azure-batch/azure/batch/models/node_disable_scheduling_parameter_py3.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeDisableSchedulingParameter(Model): - """Options for disabling scheduling on a compute node. - - :param node_disable_scheduling_option: What to do with currently running - tasks when disabling task scheduling on the compute node. The default - value is requeue. Possible values include: 'requeue', 'terminate', - 'taskCompletion' - :type node_disable_scheduling_option: str or - ~azure.batch.models.DisableComputeNodeSchedulingOption - """ - - _attribute_map = { - 'node_disable_scheduling_option': {'key': 'nodeDisableSchedulingOption', 'type': 'DisableComputeNodeSchedulingOption'}, - } - - def __init__(self, *, node_disable_scheduling_option=None, **kwargs) -> None: - super(NodeDisableSchedulingParameter, self).__init__(**kwargs) - self.node_disable_scheduling_option = node_disable_scheduling_option diff --git a/azure-batch/azure/batch/models/node_file.py b/azure-batch/azure/batch/models/node_file.py deleted file mode 100644 index 93fa29d61733..000000000000 --- a/azure-batch/azure/batch/models/node_file.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeFile(Model): - """Information about a file or directory on a compute node. - - :param name: The file path. - :type name: str - :param url: The URL of the file. - :type url: str - :param is_directory: Whether the object represents a directory. - :type is_directory: bool - :param properties: The file properties. - :type properties: ~azure.batch.models.FileProperties - """ - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'is_directory': {'key': 'isDirectory', 'type': 'bool'}, - 'properties': {'key': 'properties', 'type': 'FileProperties'}, - } - - def __init__(self, **kwargs): - super(NodeFile, self).__init__(**kwargs) - self.name = kwargs.get('name', None) - self.url = kwargs.get('url', None) - self.is_directory = kwargs.get('is_directory', None) - self.properties = kwargs.get('properties', None) diff --git a/azure-batch/azure/batch/models/node_file_paged.py b/azure-batch/azure/batch/models/node_file_paged.py deleted file mode 100644 index 4463c944ac67..000000000000 --- a/azure-batch/azure/batch/models/node_file_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class NodeFilePaged(Paged): - """ - A paging container for iterating over a list of :class:`NodeFile ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[NodeFile]'} - } - - def __init__(self, *args, **kwargs): - - super(NodeFilePaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/node_file_py3.py b/azure-batch/azure/batch/models/node_file_py3.py deleted file mode 100644 index 410f310d3751..000000000000 --- a/azure-batch/azure/batch/models/node_file_py3.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeFile(Model): - """Information about a file or directory on a compute node. - - :param name: The file path. - :type name: str - :param url: The URL of the file. - :type url: str - :param is_directory: Whether the object represents a directory. - :type is_directory: bool - :param properties: The file properties. - :type properties: ~azure.batch.models.FileProperties - """ - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - 'is_directory': {'key': 'isDirectory', 'type': 'bool'}, - 'properties': {'key': 'properties', 'type': 'FileProperties'}, - } - - def __init__(self, *, name: str=None, url: str=None, is_directory: bool=None, properties=None, **kwargs) -> None: - super(NodeFile, self).__init__(**kwargs) - self.name = name - self.url = url - self.is_directory = is_directory - self.properties = properties diff --git a/azure-batch/azure/batch/models/node_reboot_parameter.py b/azure-batch/azure/batch/models/node_reboot_parameter.py deleted file mode 100644 index 10e13ad753fd..000000000000 --- a/azure-batch/azure/batch/models/node_reboot_parameter.py +++ /dev/null @@ -1,31 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeRebootParameter(Model): - """Options for rebooting a compute node. - - :param node_reboot_option: When to reboot the compute node and what to do - with currently running tasks. The default value is requeue. Possible - values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData' - :type node_reboot_option: str or - ~azure.batch.models.ComputeNodeRebootOption - """ - - _attribute_map = { - 'node_reboot_option': {'key': 'nodeRebootOption', 'type': 'ComputeNodeRebootOption'}, - } - - def __init__(self, **kwargs): - super(NodeRebootParameter, self).__init__(**kwargs) - self.node_reboot_option = kwargs.get('node_reboot_option', None) diff --git a/azure-batch/azure/batch/models/node_reboot_parameter_py3.py b/azure-batch/azure/batch/models/node_reboot_parameter_py3.py deleted file mode 100644 index 0c21c6d1c19e..000000000000 --- a/azure-batch/azure/batch/models/node_reboot_parameter_py3.py +++ /dev/null @@ -1,31 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeRebootParameter(Model): - """Options for rebooting a compute node. - - :param node_reboot_option: When to reboot the compute node and what to do - with currently running tasks. The default value is requeue. Possible - values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData' - :type node_reboot_option: str or - ~azure.batch.models.ComputeNodeRebootOption - """ - - _attribute_map = { - 'node_reboot_option': {'key': 'nodeRebootOption', 'type': 'ComputeNodeRebootOption'}, - } - - def __init__(self, *, node_reboot_option=None, **kwargs) -> None: - super(NodeRebootParameter, self).__init__(**kwargs) - self.node_reboot_option = node_reboot_option diff --git a/azure-batch/azure/batch/models/node_reimage_parameter.py b/azure-batch/azure/batch/models/node_reimage_parameter.py deleted file mode 100644 index aa51f1413afd..000000000000 --- a/azure-batch/azure/batch/models/node_reimage_parameter.py +++ /dev/null @@ -1,31 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeReimageParameter(Model): - """Options for reimaging a compute node. - - :param node_reimage_option: When to reimage the compute node and what to - do with currently running tasks. The default value is requeue. Possible - values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData' - :type node_reimage_option: str or - ~azure.batch.models.ComputeNodeReimageOption - """ - - _attribute_map = { - 'node_reimage_option': {'key': 'nodeReimageOption', 'type': 'ComputeNodeReimageOption'}, - } - - def __init__(self, **kwargs): - super(NodeReimageParameter, self).__init__(**kwargs) - self.node_reimage_option = kwargs.get('node_reimage_option', None) diff --git a/azure-batch/azure/batch/models/node_reimage_parameter_py3.py b/azure-batch/azure/batch/models/node_reimage_parameter_py3.py deleted file mode 100644 index 7af3930561bb..000000000000 --- a/azure-batch/azure/batch/models/node_reimage_parameter_py3.py +++ /dev/null @@ -1,31 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeReimageParameter(Model): - """Options for reimaging a compute node. - - :param node_reimage_option: When to reimage the compute node and what to - do with currently running tasks. The default value is requeue. Possible - values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData' - :type node_reimage_option: str or - ~azure.batch.models.ComputeNodeReimageOption - """ - - _attribute_map = { - 'node_reimage_option': {'key': 'nodeReimageOption', 'type': 'ComputeNodeReimageOption'}, - } - - def __init__(self, *, node_reimage_option=None, **kwargs) -> None: - super(NodeReimageParameter, self).__init__(**kwargs) - self.node_reimage_option = node_reimage_option diff --git a/azure-batch/azure/batch/models/node_remove_parameter.py b/azure-batch/azure/batch/models/node_remove_parameter.py deleted file mode 100644 index f997671b2b46..000000000000 --- a/azure-batch/azure/batch/models/node_remove_parameter.py +++ /dev/null @@ -1,51 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeRemoveParameter(Model): - """Options for removing compute nodes from a pool. - - All required parameters must be populated in order to send to Azure. - - :param node_list: Required. A list containing the IDs of the compute nodes - to be removed from the specified pool. - :type node_list: list[str] - :param resize_timeout: The timeout for removal of compute nodes to the - pool. The default value is 15 minutes. The minimum value is 5 minutes. If - you specify a value less than 5 minutes, the Batch service returns an - error; if you are calling the REST API directly, the HTTP status code is - 400 (Bad Request). - :type resize_timeout: timedelta - :param node_deallocation_option: Determines what to do with a node and its - running task(s) after it has been selected for deallocation. The default - value is requeue. Possible values include: 'requeue', 'terminate', - 'taskCompletion', 'retainedData' - :type node_deallocation_option: str or - ~azure.batch.models.ComputeNodeDeallocationOption - """ - - _validation = { - 'node_list': {'required': True, 'max_items': 100}, - } - - _attribute_map = { - 'node_list': {'key': 'nodeList', 'type': '[str]'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'ComputeNodeDeallocationOption'}, - } - - def __init__(self, **kwargs): - super(NodeRemoveParameter, self).__init__(**kwargs) - self.node_list = kwargs.get('node_list', None) - self.resize_timeout = kwargs.get('resize_timeout', None) - self.node_deallocation_option = kwargs.get('node_deallocation_option', None) diff --git a/azure-batch/azure/batch/models/node_remove_parameter_py3.py b/azure-batch/azure/batch/models/node_remove_parameter_py3.py deleted file mode 100644 index b9dbbc4e55a7..000000000000 --- a/azure-batch/azure/batch/models/node_remove_parameter_py3.py +++ /dev/null @@ -1,51 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeRemoveParameter(Model): - """Options for removing compute nodes from a pool. - - All required parameters must be populated in order to send to Azure. - - :param node_list: Required. A list containing the IDs of the compute nodes - to be removed from the specified pool. - :type node_list: list[str] - :param resize_timeout: The timeout for removal of compute nodes to the - pool. The default value is 15 minutes. The minimum value is 5 minutes. If - you specify a value less than 5 minutes, the Batch service returns an - error; if you are calling the REST API directly, the HTTP status code is - 400 (Bad Request). - :type resize_timeout: timedelta - :param node_deallocation_option: Determines what to do with a node and its - running task(s) after it has been selected for deallocation. The default - value is requeue. Possible values include: 'requeue', 'terminate', - 'taskCompletion', 'retainedData' - :type node_deallocation_option: str or - ~azure.batch.models.ComputeNodeDeallocationOption - """ - - _validation = { - 'node_list': {'required': True, 'max_items': 100}, - } - - _attribute_map = { - 'node_list': {'key': 'nodeList', 'type': '[str]'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'ComputeNodeDeallocationOption'}, - } - - def __init__(self, *, node_list, resize_timeout=None, node_deallocation_option=None, **kwargs) -> None: - super(NodeRemoveParameter, self).__init__(**kwargs) - self.node_list = node_list - self.resize_timeout = resize_timeout - self.node_deallocation_option = node_deallocation_option diff --git a/azure-batch/azure/batch/models/node_update_user_parameter.py b/azure-batch/azure/batch/models/node_update_user_parameter.py deleted file mode 100644 index 02df471c8df2..000000000000 --- a/azure-batch/azure/batch/models/node_update_user_parameter.py +++ /dev/null @@ -1,48 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeUpdateUserParameter(Model): - """The set of changes to be made to a user account on a node. - - :param password: The password of the account. The password is required for - Windows nodes (those created with 'cloudServiceConfiguration', or created - with 'virtualMachineConfiguration' using a Windows image reference). For - Linux compute nodes, the password can optionally be specified along with - the sshPublicKey property. If omitted, any existing password is removed. - :type password: str - :param expiry_time: The time at which the account should expire. If - omitted, the default is 1 day from the current time. For Linux compute - nodes, the expiryTime has a precision up to a day. - :type expiry_time: datetime - :param ssh_public_key: The SSH public key that can be used for remote - login to the compute node. The public key should be compatible with - OpenSSH encoding and should be base 64 encoded. This property can be - specified only for Linux nodes. If this is specified for a Windows node, - then the Batch service rejects the request; if you are calling the REST - API directly, the HTTP status code is 400 (Bad Request). If omitted, any - existing SSH public key is removed. - :type ssh_public_key: str - """ - - _attribute_map = { - 'password': {'key': 'password', 'type': 'str'}, - 'expiry_time': {'key': 'expiryTime', 'type': 'iso-8601'}, - 'ssh_public_key': {'key': 'sshPublicKey', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(NodeUpdateUserParameter, self).__init__(**kwargs) - self.password = kwargs.get('password', None) - self.expiry_time = kwargs.get('expiry_time', None) - self.ssh_public_key = kwargs.get('ssh_public_key', None) diff --git a/azure-batch/azure/batch/models/node_update_user_parameter_py3.py b/azure-batch/azure/batch/models/node_update_user_parameter_py3.py deleted file mode 100644 index 3ff93927ae88..000000000000 --- a/azure-batch/azure/batch/models/node_update_user_parameter_py3.py +++ /dev/null @@ -1,48 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class NodeUpdateUserParameter(Model): - """The set of changes to be made to a user account on a node. - - :param password: The password of the account. The password is required for - Windows nodes (those created with 'cloudServiceConfiguration', or created - with 'virtualMachineConfiguration' using a Windows image reference). For - Linux compute nodes, the password can optionally be specified along with - the sshPublicKey property. If omitted, any existing password is removed. - :type password: str - :param expiry_time: The time at which the account should expire. If - omitted, the default is 1 day from the current time. For Linux compute - nodes, the expiryTime has a precision up to a day. - :type expiry_time: datetime - :param ssh_public_key: The SSH public key that can be used for remote - login to the compute node. The public key should be compatible with - OpenSSH encoding and should be base 64 encoded. This property can be - specified only for Linux nodes. If this is specified for a Windows node, - then the Batch service rejects the request; if you are calling the REST - API directly, the HTTP status code is 400 (Bad Request). If omitted, any - existing SSH public key is removed. - :type ssh_public_key: str - """ - - _attribute_map = { - 'password': {'key': 'password', 'type': 'str'}, - 'expiry_time': {'key': 'expiryTime', 'type': 'iso-8601'}, - 'ssh_public_key': {'key': 'sshPublicKey', 'type': 'str'}, - } - - def __init__(self, *, password: str=None, expiry_time=None, ssh_public_key: str=None, **kwargs) -> None: - super(NodeUpdateUserParameter, self).__init__(**kwargs) - self.password = password - self.expiry_time = expiry_time - self.ssh_public_key = ssh_public_key diff --git a/azure-batch/azure/batch/models/os_disk.py b/azure-batch/azure/batch/models/os_disk.py deleted file mode 100644 index 08916fa20048..000000000000 --- a/azure-batch/azure/batch/models/os_disk.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OSDisk(Model): - """Settings for the operating system disk of the virtual machine. - - :param caching: The type of caching to enable for the OS disk. The default - value for caching is readwrite. For information about the caching options - see: - https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. - Possible values include: 'none', 'readOnly', 'readWrite' - :type caching: str or ~azure.batch.models.CachingType - """ - - _attribute_map = { - 'caching': {'key': 'caching', 'type': 'CachingType'}, - } - - def __init__(self, **kwargs): - super(OSDisk, self).__init__(**kwargs) - self.caching = kwargs.get('caching', None) diff --git a/azure-batch/azure/batch/models/os_disk_py3.py b/azure-batch/azure/batch/models/os_disk_py3.py deleted file mode 100644 index 4780c4fa1443..000000000000 --- a/azure-batch/azure/batch/models/os_disk_py3.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OSDisk(Model): - """Settings for the operating system disk of the virtual machine. - - :param caching: The type of caching to enable for the OS disk. The default - value for caching is readwrite. For information about the caching options - see: - https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. - Possible values include: 'none', 'readOnly', 'readWrite' - :type caching: str or ~azure.batch.models.CachingType - """ - - _attribute_map = { - 'caching': {'key': 'caching', 'type': 'CachingType'}, - } - - def __init__(self, *, caching=None, **kwargs) -> None: - super(OSDisk, self).__init__(**kwargs) - self.caching = caching diff --git a/azure-batch/azure/batch/models/output_file.py b/azure-batch/azure/batch/models/output_file.py deleted file mode 100644 index b16fa5929a46..000000000000 --- a/azure-batch/azure/batch/models/output_file.py +++ /dev/null @@ -1,63 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OutputFile(Model): - """A specification for uploading files from an Azure Batch node to another - location after the Batch service has finished executing the task process. - - All required parameters must be populated in order to send to Azure. - - :param file_pattern: Required. A pattern indicating which file(s) to - upload. Both relative and absolute paths are supported. Relative paths are - relative to the task working directory. The following wildcards are - supported: * matches 0 or more characters (for example pattern abc* would - match abc or abcdef), ** matches any directory, ? matches any single - character, [abc] matches one character in the brackets, and [a-c] matches - one character in the range. Brackets can include a negation to match any - character not specified (for example [!abc] matches any character but a, - b, or c). If a file name starts with "." it is ignored by default but may - be matched by specifying it explicitly (for example *.gif will not match - .a.gif, but .*.gif will). A simple example: **\\*.txt matches any file - that does not start in '.' and ends with .txt in the task working - directory or any subdirectory. If the filename contains a wildcard - character it can be escaped using brackets (for example abc[*] would match - a file named abc*). Note that both \\ and / are treated as directory - separators on Windows, but only / is on Linux. Environment variables - (%var% on Windows or $var on Linux) are expanded prior to the pattern - being applied. - :type file_pattern: str - :param destination: Required. The destination for the output file(s). - :type destination: ~azure.batch.models.OutputFileDestination - :param upload_options: Required. Additional options for the upload - operation, including under what conditions to perform the upload. - :type upload_options: ~azure.batch.models.OutputFileUploadOptions - """ - - _validation = { - 'file_pattern': {'required': True}, - 'destination': {'required': True}, - 'upload_options': {'required': True}, - } - - _attribute_map = { - 'file_pattern': {'key': 'filePattern', 'type': 'str'}, - 'destination': {'key': 'destination', 'type': 'OutputFileDestination'}, - 'upload_options': {'key': 'uploadOptions', 'type': 'OutputFileUploadOptions'}, - } - - def __init__(self, **kwargs): - super(OutputFile, self).__init__(**kwargs) - self.file_pattern = kwargs.get('file_pattern', None) - self.destination = kwargs.get('destination', None) - self.upload_options = kwargs.get('upload_options', None) diff --git a/azure-batch/azure/batch/models/output_file_blob_container_destination.py b/azure-batch/azure/batch/models/output_file_blob_container_destination.py deleted file mode 100644 index ee86a5896023..000000000000 --- a/azure-batch/azure/batch/models/output_file_blob_container_destination.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OutputFileBlobContainerDestination(Model): - """Specifies a file upload destination within an Azure blob storage container. - - All required parameters must be populated in order to send to Azure. - - :param path: The destination blob or virtual directory within the Azure - Storage container. If filePattern refers to a specific file (i.e. contains - no wildcards), then path is the name of the blob to which to upload that - file. If filePattern contains one or more wildcards (and therefore may - match multiple files), then path is the name of the blob virtual directory - (which is prepended to each blob name) to which to upload the file(s). If - omitted, file(s) are uploaded to the root of the container with a blob - name matching their file name. - :type path: str - :param container_url: Required. The URL of the container within Azure Blob - Storage to which to upload the file(s). The URL must include a Shared - Access Signature (SAS) granting write permissions to the container. - :type container_url: str - """ - - _validation = { - 'container_url': {'required': True}, - } - - _attribute_map = { - 'path': {'key': 'path', 'type': 'str'}, - 'container_url': {'key': 'containerUrl', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(OutputFileBlobContainerDestination, self).__init__(**kwargs) - self.path = kwargs.get('path', None) - self.container_url = kwargs.get('container_url', None) diff --git a/azure-batch/azure/batch/models/output_file_blob_container_destination_py3.py b/azure-batch/azure/batch/models/output_file_blob_container_destination_py3.py deleted file mode 100644 index 3f0c9ce020f3..000000000000 --- a/azure-batch/azure/batch/models/output_file_blob_container_destination_py3.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OutputFileBlobContainerDestination(Model): - """Specifies a file upload destination within an Azure blob storage container. - - All required parameters must be populated in order to send to Azure. - - :param path: The destination blob or virtual directory within the Azure - Storage container. If filePattern refers to a specific file (i.e. contains - no wildcards), then path is the name of the blob to which to upload that - file. If filePattern contains one or more wildcards (and therefore may - match multiple files), then path is the name of the blob virtual directory - (which is prepended to each blob name) to which to upload the file(s). If - omitted, file(s) are uploaded to the root of the container with a blob - name matching their file name. - :type path: str - :param container_url: Required. The URL of the container within Azure Blob - Storage to which to upload the file(s). The URL must include a Shared - Access Signature (SAS) granting write permissions to the container. - :type container_url: str - """ - - _validation = { - 'container_url': {'required': True}, - } - - _attribute_map = { - 'path': {'key': 'path', 'type': 'str'}, - 'container_url': {'key': 'containerUrl', 'type': 'str'}, - } - - def __init__(self, *, container_url: str, path: str=None, **kwargs) -> None: - super(OutputFileBlobContainerDestination, self).__init__(**kwargs) - self.path = path - self.container_url = container_url diff --git a/azure-batch/azure/batch/models/output_file_destination.py b/azure-batch/azure/batch/models/output_file_destination.py deleted file mode 100644 index 1033743cb4f5..000000000000 --- a/azure-batch/azure/batch/models/output_file_destination.py +++ /dev/null @@ -1,29 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OutputFileDestination(Model): - """The destination to which a file should be uploaded. - - :param container: A location in Azure blob storage to which files are - uploaded. - :type container: ~azure.batch.models.OutputFileBlobContainerDestination - """ - - _attribute_map = { - 'container': {'key': 'container', 'type': 'OutputFileBlobContainerDestination'}, - } - - def __init__(self, **kwargs): - super(OutputFileDestination, self).__init__(**kwargs) - self.container = kwargs.get('container', None) diff --git a/azure-batch/azure/batch/models/output_file_destination_py3.py b/azure-batch/azure/batch/models/output_file_destination_py3.py deleted file mode 100644 index e7c652b6aed6..000000000000 --- a/azure-batch/azure/batch/models/output_file_destination_py3.py +++ /dev/null @@ -1,29 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OutputFileDestination(Model): - """The destination to which a file should be uploaded. - - :param container: A location in Azure blob storage to which files are - uploaded. - :type container: ~azure.batch.models.OutputFileBlobContainerDestination - """ - - _attribute_map = { - 'container': {'key': 'container', 'type': 'OutputFileBlobContainerDestination'}, - } - - def __init__(self, *, container=None, **kwargs) -> None: - super(OutputFileDestination, self).__init__(**kwargs) - self.container = container diff --git a/azure-batch/azure/batch/models/output_file_py3.py b/azure-batch/azure/batch/models/output_file_py3.py deleted file mode 100644 index fee0d5022126..000000000000 --- a/azure-batch/azure/batch/models/output_file_py3.py +++ /dev/null @@ -1,63 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OutputFile(Model): - """A specification for uploading files from an Azure Batch node to another - location after the Batch service has finished executing the task process. - - All required parameters must be populated in order to send to Azure. - - :param file_pattern: Required. A pattern indicating which file(s) to - upload. Both relative and absolute paths are supported. Relative paths are - relative to the task working directory. The following wildcards are - supported: * matches 0 or more characters (for example pattern abc* would - match abc or abcdef), ** matches any directory, ? matches any single - character, [abc] matches one character in the brackets, and [a-c] matches - one character in the range. Brackets can include a negation to match any - character not specified (for example [!abc] matches any character but a, - b, or c). If a file name starts with "." it is ignored by default but may - be matched by specifying it explicitly (for example *.gif will not match - .a.gif, but .*.gif will). A simple example: **\\*.txt matches any file - that does not start in '.' and ends with .txt in the task working - directory or any subdirectory. If the filename contains a wildcard - character it can be escaped using brackets (for example abc[*] would match - a file named abc*). Note that both \\ and / are treated as directory - separators on Windows, but only / is on Linux. Environment variables - (%var% on Windows or $var on Linux) are expanded prior to the pattern - being applied. - :type file_pattern: str - :param destination: Required. The destination for the output file(s). - :type destination: ~azure.batch.models.OutputFileDestination - :param upload_options: Required. Additional options for the upload - operation, including under what conditions to perform the upload. - :type upload_options: ~azure.batch.models.OutputFileUploadOptions - """ - - _validation = { - 'file_pattern': {'required': True}, - 'destination': {'required': True}, - 'upload_options': {'required': True}, - } - - _attribute_map = { - 'file_pattern': {'key': 'filePattern', 'type': 'str'}, - 'destination': {'key': 'destination', 'type': 'OutputFileDestination'}, - 'upload_options': {'key': 'uploadOptions', 'type': 'OutputFileUploadOptions'}, - } - - def __init__(self, *, file_pattern: str, destination, upload_options, **kwargs) -> None: - super(OutputFile, self).__init__(**kwargs) - self.file_pattern = file_pattern - self.destination = destination - self.upload_options = upload_options diff --git a/azure-batch/azure/batch/models/output_file_upload_options.py b/azure-batch/azure/batch/models/output_file_upload_options.py deleted file mode 100644 index c626a355339e..000000000000 --- a/azure-batch/azure/batch/models/output_file_upload_options.py +++ /dev/null @@ -1,39 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OutputFileUploadOptions(Model): - """Details about an output file upload operation, including under what - conditions to perform the upload. - - All required parameters must be populated in order to send to Azure. - - :param upload_condition: Required. The conditions under which the task - output file or set of files should be uploaded. The default is - taskcompletion. Possible values include: 'taskSuccess', 'taskFailure', - 'taskCompletion' - :type upload_condition: str or - ~azure.batch.models.OutputFileUploadCondition - """ - - _validation = { - 'upload_condition': {'required': True}, - } - - _attribute_map = { - 'upload_condition': {'key': 'uploadCondition', 'type': 'OutputFileUploadCondition'}, - } - - def __init__(self, **kwargs): - super(OutputFileUploadOptions, self).__init__(**kwargs) - self.upload_condition = kwargs.get('upload_condition', None) diff --git a/azure-batch/azure/batch/models/output_file_upload_options_py3.py b/azure-batch/azure/batch/models/output_file_upload_options_py3.py deleted file mode 100644 index 628d8794e03c..000000000000 --- a/azure-batch/azure/batch/models/output_file_upload_options_py3.py +++ /dev/null @@ -1,39 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class OutputFileUploadOptions(Model): - """Details about an output file upload operation, including under what - conditions to perform the upload. - - All required parameters must be populated in order to send to Azure. - - :param upload_condition: Required. The conditions under which the task - output file or set of files should be uploaded. The default is - taskcompletion. Possible values include: 'taskSuccess', 'taskFailure', - 'taskCompletion' - :type upload_condition: str or - ~azure.batch.models.OutputFileUploadCondition - """ - - _validation = { - 'upload_condition': {'required': True}, - } - - _attribute_map = { - 'upload_condition': {'key': 'uploadCondition', 'type': 'OutputFileUploadCondition'}, - } - - def __init__(self, *, upload_condition, **kwargs) -> None: - super(OutputFileUploadOptions, self).__init__(**kwargs) - self.upload_condition = upload_condition diff --git a/azure-batch/azure/batch/models/pool_add_options.py b/azure-batch/azure/batch/models/pool_add_options.py deleted file mode 100644 index 04d968a84494..000000000000 --- a/azure-batch/azure/batch/models/pool_add_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolAddOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/pool_add_options_py3.py b/azure-batch/azure/batch/models/pool_add_options_py3.py deleted file mode 100644 index 62b3e62b2bbc..000000000000 --- a/azure-batch/azure/batch/models/pool_add_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(PoolAddOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/pool_add_parameter.py b/azure-batch/azure/batch/models/pool_add_parameter.py deleted file mode 100644 index 7d21c67bc843..000000000000 --- a/azure-batch/azure/batch/models/pool_add_parameter.py +++ /dev/null @@ -1,197 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolAddParameter(Model): - """A pool in the Azure Batch service to add. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the pool within the - account. The ID can contain any combination of alphanumeric characters - including hyphens and underscores, and cannot contain more than 64 - characters. The ID is case-preserving and case-insensitive (that is, you - may not have two pool IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the pool. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param vm_size: Required. The size of virtual machines in the pool. All - virtual machines in a pool are the same size. For information about - available sizes of virtual machines for Cloud Services pools (pools - created with cloudServiceConfiguration), see Sizes for Cloud Services - (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). - Batch supports all Cloud Services VM sizes except ExtraSmall, A1V2 and - A2V2. For information about available VM sizes for pools using images from - the Virtual Machines Marketplace (pools created with - virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) - (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) - or Sizes for Virtual Machines (Windows) - (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). - Batch supports all Azure VM sizes except STANDARD_A0 and those with - premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). - :type vm_size: str - :param cloud_service_configuration: The cloud service configuration for - the pool. This property and virtualMachineConfiguration are mutually - exclusive and one of the properties must be specified. This property - cannot be specified if the Batch account was created with its - poolAllocationMode property set to 'UserSubscription'. - :type cloud_service_configuration: - ~azure.batch.models.CloudServiceConfiguration - :param virtual_machine_configuration: The virtual machine configuration - for the pool. This property and cloudServiceConfiguration are mutually - exclusive and one of the properties must be specified. - :type virtual_machine_configuration: - ~azure.batch.models.VirtualMachineConfiguration - :param resize_timeout: The timeout for allocation of compute nodes to the - pool. This timeout applies only to manual scaling; it has no effect when - enableAutoScale is set to true. The default value is 15 minutes. The - minimum value is 5 minutes. If you specify a value less than 5 minutes, - the Batch service returns an error; if you are calling the REST API - directly, the HTTP status code is 400 (Bad Request). - :type resize_timeout: timedelta - :param target_dedicated_nodes: The desired number of dedicated compute - nodes in the pool. This property must not be specified if enableAutoScale - is set to true. If enableAutoScale is set to false, then you must set - either targetDedicatedNodes, targetLowPriorityNodes, or both. - :type target_dedicated_nodes: int - :param target_low_priority_nodes: The desired number of low-priority - compute nodes in the pool. This property must not be specified if - enableAutoScale is set to true. If enableAutoScale is set to false, then - you must set either targetDedicatedNodes, targetLowPriorityNodes, or both. - :type target_low_priority_nodes: int - :param enable_auto_scale: Whether the pool size should automatically - adjust over time. If false, at least one of targetDedicateNodes and - targetLowPriorityNodes must be specified. If true, the autoScaleFormula - property is required and the pool automatically resizes according to the - formula. The default value is false. - :type enable_auto_scale: bool - :param auto_scale_formula: A formula for the desired number of compute - nodes in the pool. This property must not be specified if enableAutoScale - is set to false. It is required if enableAutoScale is set to true. The - formula is checked for validity before the pool is created. If the formula - is not valid, the Batch service rejects the request with detailed error - information. For more information about specifying this formula, see - 'Automatically scale compute nodes in an Azure Batch pool' - (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/). - :type auto_scale_formula: str - :param auto_scale_evaluation_interval: The time interval at which to - automatically adjust the pool size according to the autoscale formula. The - default value is 15 minutes. The minimum and maximum value are 5 minutes - and 168 hours respectively. If you specify a value less than 5 minutes or - greater than 168 hours, the Batch service returns an error; if you are - calling the REST API directly, the HTTP status code is 400 (Bad Request). - :type auto_scale_evaluation_interval: timedelta - :param enable_inter_node_communication: Whether the pool permits direct - communication between nodes. Enabling inter-node communication limits the - maximum size of the pool due to deployment restrictions on the nodes of - the pool. This may result in the pool not reaching its desired size. The - default value is false. - :type enable_inter_node_communication: bool - :param network_configuration: The network configuration for the pool. - :type network_configuration: ~azure.batch.models.NetworkConfiguration - :param start_task: A task specified to run on each compute node as it - joins the pool. The task runs when the node is added to the pool or when - the node is restarted. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: The list of certificates to be installed on - each compute node in the pool. For Windows compute nodes, the Batch - service installs the certificates to the specified certificate store and - location. For Linux compute nodes, the certificates are stored in a - directory inside the task working directory and an environment variable - AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this - location. For certificates with visibility of 'remoteUser', a 'certs' - directory is created in the user's home directory (e.g., - /home/{user-name}/certs) and certificates are placed in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: The list of application packages to - be installed on each compute node in the pool. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param application_licenses: The list of application licenses the Batch - service will make available on each compute node in the pool. The list of - application licenses must be a subset of available Batch service - application licenses. If a license is requested which is not supported, - pool creation will fail. - :type application_licenses: list[str] - :param max_tasks_per_node: The maximum number of tasks that can run - concurrently on a single compute node in the pool. The default value is 1. - The maximum value of this setting depends on the size of the compute nodes - in the pool (the vmSize setting). - :type max_tasks_per_node: int - :param task_scheduling_policy: How tasks are distributed across compute - nodes in a pool. - :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy - :param user_accounts: The list of user accounts to be created on each node - in the pool. - :type user_accounts: list[~azure.batch.models.UserAccount] - :param metadata: A list of name-value pairs associated with the pool as - metadata. The Batch service does not assign any meaning to metadata; it is - solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'id': {'required': True}, - 'vm_size': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, - 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, - 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, - 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, - 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, - 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, - 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, - 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, - 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, **kwargs): - super(PoolAddParameter, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.vm_size = kwargs.get('vm_size', None) - self.cloud_service_configuration = kwargs.get('cloud_service_configuration', None) - self.virtual_machine_configuration = kwargs.get('virtual_machine_configuration', None) - self.resize_timeout = kwargs.get('resize_timeout', None) - self.target_dedicated_nodes = kwargs.get('target_dedicated_nodes', None) - self.target_low_priority_nodes = kwargs.get('target_low_priority_nodes', None) - self.enable_auto_scale = kwargs.get('enable_auto_scale', None) - self.auto_scale_formula = kwargs.get('auto_scale_formula', None) - self.auto_scale_evaluation_interval = kwargs.get('auto_scale_evaluation_interval', None) - self.enable_inter_node_communication = kwargs.get('enable_inter_node_communication', None) - self.network_configuration = kwargs.get('network_configuration', None) - self.start_task = kwargs.get('start_task', None) - self.certificate_references = kwargs.get('certificate_references', None) - self.application_package_references = kwargs.get('application_package_references', None) - self.application_licenses = kwargs.get('application_licenses', None) - self.max_tasks_per_node = kwargs.get('max_tasks_per_node', None) - self.task_scheduling_policy = kwargs.get('task_scheduling_policy', None) - self.user_accounts = kwargs.get('user_accounts', None) - self.metadata = kwargs.get('metadata', None) diff --git a/azure-batch/azure/batch/models/pool_add_parameter_py3.py b/azure-batch/azure/batch/models/pool_add_parameter_py3.py deleted file mode 100644 index 170963fa94ce..000000000000 --- a/azure-batch/azure/batch/models/pool_add_parameter_py3.py +++ /dev/null @@ -1,197 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolAddParameter(Model): - """A pool in the Azure Batch service to add. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the pool within the - account. The ID can contain any combination of alphanumeric characters - including hyphens and underscores, and cannot contain more than 64 - characters. The ID is case-preserving and case-insensitive (that is, you - may not have two pool IDs within an account that differ only by case). - :type id: str - :param display_name: The display name for the pool. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param vm_size: Required. The size of virtual machines in the pool. All - virtual machines in a pool are the same size. For information about - available sizes of virtual machines for Cloud Services pools (pools - created with cloudServiceConfiguration), see Sizes for Cloud Services - (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). - Batch supports all Cloud Services VM sizes except ExtraSmall, A1V2 and - A2V2. For information about available VM sizes for pools using images from - the Virtual Machines Marketplace (pools created with - virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) - (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) - or Sizes for Virtual Machines (Windows) - (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). - Batch supports all Azure VM sizes except STANDARD_A0 and those with - premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). - :type vm_size: str - :param cloud_service_configuration: The cloud service configuration for - the pool. This property and virtualMachineConfiguration are mutually - exclusive and one of the properties must be specified. This property - cannot be specified if the Batch account was created with its - poolAllocationMode property set to 'UserSubscription'. - :type cloud_service_configuration: - ~azure.batch.models.CloudServiceConfiguration - :param virtual_machine_configuration: The virtual machine configuration - for the pool. This property and cloudServiceConfiguration are mutually - exclusive and one of the properties must be specified. - :type virtual_machine_configuration: - ~azure.batch.models.VirtualMachineConfiguration - :param resize_timeout: The timeout for allocation of compute nodes to the - pool. This timeout applies only to manual scaling; it has no effect when - enableAutoScale is set to true. The default value is 15 minutes. The - minimum value is 5 minutes. If you specify a value less than 5 minutes, - the Batch service returns an error; if you are calling the REST API - directly, the HTTP status code is 400 (Bad Request). - :type resize_timeout: timedelta - :param target_dedicated_nodes: The desired number of dedicated compute - nodes in the pool. This property must not be specified if enableAutoScale - is set to true. If enableAutoScale is set to false, then you must set - either targetDedicatedNodes, targetLowPriorityNodes, or both. - :type target_dedicated_nodes: int - :param target_low_priority_nodes: The desired number of low-priority - compute nodes in the pool. This property must not be specified if - enableAutoScale is set to true. If enableAutoScale is set to false, then - you must set either targetDedicatedNodes, targetLowPriorityNodes, or both. - :type target_low_priority_nodes: int - :param enable_auto_scale: Whether the pool size should automatically - adjust over time. If false, at least one of targetDedicateNodes and - targetLowPriorityNodes must be specified. If true, the autoScaleFormula - property is required and the pool automatically resizes according to the - formula. The default value is false. - :type enable_auto_scale: bool - :param auto_scale_formula: A formula for the desired number of compute - nodes in the pool. This property must not be specified if enableAutoScale - is set to false. It is required if enableAutoScale is set to true. The - formula is checked for validity before the pool is created. If the formula - is not valid, the Batch service rejects the request with detailed error - information. For more information about specifying this formula, see - 'Automatically scale compute nodes in an Azure Batch pool' - (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/). - :type auto_scale_formula: str - :param auto_scale_evaluation_interval: The time interval at which to - automatically adjust the pool size according to the autoscale formula. The - default value is 15 minutes. The minimum and maximum value are 5 minutes - and 168 hours respectively. If you specify a value less than 5 minutes or - greater than 168 hours, the Batch service returns an error; if you are - calling the REST API directly, the HTTP status code is 400 (Bad Request). - :type auto_scale_evaluation_interval: timedelta - :param enable_inter_node_communication: Whether the pool permits direct - communication between nodes. Enabling inter-node communication limits the - maximum size of the pool due to deployment restrictions on the nodes of - the pool. This may result in the pool not reaching its desired size. The - default value is false. - :type enable_inter_node_communication: bool - :param network_configuration: The network configuration for the pool. - :type network_configuration: ~azure.batch.models.NetworkConfiguration - :param start_task: A task specified to run on each compute node as it - joins the pool. The task runs when the node is added to the pool or when - the node is restarted. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: The list of certificates to be installed on - each compute node in the pool. For Windows compute nodes, the Batch - service installs the certificates to the specified certificate store and - location. For Linux compute nodes, the certificates are stored in a - directory inside the task working directory and an environment variable - AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this - location. For certificates with visibility of 'remoteUser', a 'certs' - directory is created in the user's home directory (e.g., - /home/{user-name}/certs) and certificates are placed in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: The list of application packages to - be installed on each compute node in the pool. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param application_licenses: The list of application licenses the Batch - service will make available on each compute node in the pool. The list of - application licenses must be a subset of available Batch service - application licenses. If a license is requested which is not supported, - pool creation will fail. - :type application_licenses: list[str] - :param max_tasks_per_node: The maximum number of tasks that can run - concurrently on a single compute node in the pool. The default value is 1. - The maximum value of this setting depends on the size of the compute nodes - in the pool (the vmSize setting). - :type max_tasks_per_node: int - :param task_scheduling_policy: How tasks are distributed across compute - nodes in a pool. - :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy - :param user_accounts: The list of user accounts to be created on each node - in the pool. - :type user_accounts: list[~azure.batch.models.UserAccount] - :param metadata: A list of name-value pairs associated with the pool as - metadata. The Batch service does not assign any meaning to metadata; it is - solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'id': {'required': True}, - 'vm_size': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, - 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, - 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, - 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, - 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, - 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, - 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, - 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, - 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, *, id: str, vm_size: str, display_name: str=None, cloud_service_configuration=None, virtual_machine_configuration=None, resize_timeout=None, target_dedicated_nodes: int=None, target_low_priority_nodes: int=None, enable_auto_scale: bool=None, auto_scale_formula: str=None, auto_scale_evaluation_interval=None, enable_inter_node_communication: bool=None, network_configuration=None, start_task=None, certificate_references=None, application_package_references=None, application_licenses=None, max_tasks_per_node: int=None, task_scheduling_policy=None, user_accounts=None, metadata=None, **kwargs) -> None: - super(PoolAddParameter, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.vm_size = vm_size - self.cloud_service_configuration = cloud_service_configuration - self.virtual_machine_configuration = virtual_machine_configuration - self.resize_timeout = resize_timeout - self.target_dedicated_nodes = target_dedicated_nodes - self.target_low_priority_nodes = target_low_priority_nodes - self.enable_auto_scale = enable_auto_scale - self.auto_scale_formula = auto_scale_formula - self.auto_scale_evaluation_interval = auto_scale_evaluation_interval - self.enable_inter_node_communication = enable_inter_node_communication - self.network_configuration = network_configuration - self.start_task = start_task - self.certificate_references = certificate_references - self.application_package_references = application_package_references - self.application_licenses = application_licenses - self.max_tasks_per_node = max_tasks_per_node - self.task_scheduling_policy = task_scheduling_policy - self.user_accounts = user_accounts - self.metadata = metadata diff --git a/azure-batch/azure/batch/models/pool_delete_options.py b/azure-batch/azure/batch/models/pool_delete_options.py deleted file mode 100644 index 622241dc3594..000000000000 --- a/azure-batch/azure/batch/models/pool_delete_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolDeleteOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/pool_delete_options_py3.py b/azure-batch/azure/batch/models/pool_delete_options_py3.py deleted file mode 100644 index 7ca41443a137..000000000000 --- a/azure-batch/azure/batch/models/pool_delete_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(PoolDeleteOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/pool_disable_auto_scale_options.py b/azure-batch/azure/batch/models/pool_disable_auto_scale_options.py deleted file mode 100644 index 96b0bc7c88f1..000000000000 --- a/azure-batch/azure/batch/models/pool_disable_auto_scale_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolDisableAutoScaleOptions(Model): - """Additional parameters for disable_auto_scale operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolDisableAutoScaleOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/pool_disable_auto_scale_options_py3.py b/azure-batch/azure/batch/models/pool_disable_auto_scale_options_py3.py deleted file mode 100644 index 4a069bd0bf26..000000000000 --- a/azure-batch/azure/batch/models/pool_disable_auto_scale_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolDisableAutoScaleOptions(Model): - """Additional parameters for disable_auto_scale operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(PoolDisableAutoScaleOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/pool_enable_auto_scale_options.py b/azure-batch/azure/batch/models/pool_enable_auto_scale_options.py deleted file mode 100644 index dd77582f25cd..000000000000 --- a/azure-batch/azure/batch/models/pool_enable_auto_scale_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEnableAutoScaleOptions(Model): - """Additional parameters for enable_auto_scale operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolEnableAutoScaleOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/pool_enable_auto_scale_options_py3.py b/azure-batch/azure/batch/models/pool_enable_auto_scale_options_py3.py deleted file mode 100644 index 507bd7022974..000000000000 --- a/azure-batch/azure/batch/models/pool_enable_auto_scale_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEnableAutoScaleOptions(Model): - """Additional parameters for enable_auto_scale operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(PoolEnableAutoScaleOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/pool_enable_auto_scale_parameter.py b/azure-batch/azure/batch/models/pool_enable_auto_scale_parameter.py deleted file mode 100644 index 793c71c54d9f..000000000000 --- a/azure-batch/azure/batch/models/pool_enable_auto_scale_parameter.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEnableAutoScaleParameter(Model): - """Options for enabling automatic scaling on a pool. - - :param auto_scale_formula: The formula for the desired number of compute - nodes in the pool. The formula is checked for validity before it is - applied to the pool. If the formula is not valid, the Batch service - rejects the request with detailed error information. For more information - about specifying this formula, see Automatically scale compute nodes in an - Azure Batch pool - (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling). - :type auto_scale_formula: str - :param auto_scale_evaluation_interval: The time interval at which to - automatically adjust the pool size according to the autoscale formula. The - default value is 15 minutes. The minimum and maximum value are 5 minutes - and 168 hours respectively. If you specify a value less than 5 minutes or - greater than 168 hours, the Batch service rejects the request with an - invalid property value error; if you are calling the REST API directly, - the HTTP status code is 400 (Bad Request). If you specify a new interval, - then the existing autoscale evaluation schedule will be stopped and a new - autoscale evaluation schedule will be started, with its starting time - being the time when this request was issued. - :type auto_scale_evaluation_interval: timedelta - """ - - _attribute_map = { - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, - } - - def __init__(self, **kwargs): - super(PoolEnableAutoScaleParameter, self).__init__(**kwargs) - self.auto_scale_formula = kwargs.get('auto_scale_formula', None) - self.auto_scale_evaluation_interval = kwargs.get('auto_scale_evaluation_interval', None) diff --git a/azure-batch/azure/batch/models/pool_enable_auto_scale_parameter_py3.py b/azure-batch/azure/batch/models/pool_enable_auto_scale_parameter_py3.py deleted file mode 100644 index 1c0019e4b390..000000000000 --- a/azure-batch/azure/batch/models/pool_enable_auto_scale_parameter_py3.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEnableAutoScaleParameter(Model): - """Options for enabling automatic scaling on a pool. - - :param auto_scale_formula: The formula for the desired number of compute - nodes in the pool. The formula is checked for validity before it is - applied to the pool. If the formula is not valid, the Batch service - rejects the request with detailed error information. For more information - about specifying this formula, see Automatically scale compute nodes in an - Azure Batch pool - (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling). - :type auto_scale_formula: str - :param auto_scale_evaluation_interval: The time interval at which to - automatically adjust the pool size according to the autoscale formula. The - default value is 15 minutes. The minimum and maximum value are 5 minutes - and 168 hours respectively. If you specify a value less than 5 minutes or - greater than 168 hours, the Batch service rejects the request with an - invalid property value error; if you are calling the REST API directly, - the HTTP status code is 400 (Bad Request). If you specify a new interval, - then the existing autoscale evaluation schedule will be stopped and a new - autoscale evaluation schedule will be started, with its starting time - being the time when this request was issued. - :type auto_scale_evaluation_interval: timedelta - """ - - _attribute_map = { - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, - } - - def __init__(self, *, auto_scale_formula: str=None, auto_scale_evaluation_interval=None, **kwargs) -> None: - super(PoolEnableAutoScaleParameter, self).__init__(**kwargs) - self.auto_scale_formula = auto_scale_formula - self.auto_scale_evaluation_interval = auto_scale_evaluation_interval diff --git a/azure-batch/azure/batch/models/pool_endpoint_configuration.py b/azure-batch/azure/batch/models/pool_endpoint_configuration.py deleted file mode 100644 index 97859ff2bcb8..000000000000 --- a/azure-batch/azure/batch/models/pool_endpoint_configuration.py +++ /dev/null @@ -1,38 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEndpointConfiguration(Model): - """The endpoint configuration for a pool. - - All required parameters must be populated in order to send to Azure. - - :param inbound_nat_pools: Required. A list of inbound NAT pools that can - be used to address specific ports on an individual compute node - externally. The maximum number of inbound NAT pools per Batch pool is 5. - If the maximum number of inbound NAT pools is exceeded the request fails - with HTTP status code 400. - :type inbound_nat_pools: list[~azure.batch.models.InboundNATPool] - """ - - _validation = { - 'inbound_nat_pools': {'required': True}, - } - - _attribute_map = { - 'inbound_nat_pools': {'key': 'inboundNATPools', 'type': '[InboundNATPool]'}, - } - - def __init__(self, **kwargs): - super(PoolEndpointConfiguration, self).__init__(**kwargs) - self.inbound_nat_pools = kwargs.get('inbound_nat_pools', None) diff --git a/azure-batch/azure/batch/models/pool_endpoint_configuration_py3.py b/azure-batch/azure/batch/models/pool_endpoint_configuration_py3.py deleted file mode 100644 index 95788b53078a..000000000000 --- a/azure-batch/azure/batch/models/pool_endpoint_configuration_py3.py +++ /dev/null @@ -1,38 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEndpointConfiguration(Model): - """The endpoint configuration for a pool. - - All required parameters must be populated in order to send to Azure. - - :param inbound_nat_pools: Required. A list of inbound NAT pools that can - be used to address specific ports on an individual compute node - externally. The maximum number of inbound NAT pools per Batch pool is 5. - If the maximum number of inbound NAT pools is exceeded the request fails - with HTTP status code 400. - :type inbound_nat_pools: list[~azure.batch.models.InboundNATPool] - """ - - _validation = { - 'inbound_nat_pools': {'required': True}, - } - - _attribute_map = { - 'inbound_nat_pools': {'key': 'inboundNATPools', 'type': '[InboundNATPool]'}, - } - - def __init__(self, *, inbound_nat_pools, **kwargs) -> None: - super(PoolEndpointConfiguration, self).__init__(**kwargs) - self.inbound_nat_pools = inbound_nat_pools diff --git a/azure-batch/azure/batch/models/pool_evaluate_auto_scale_options.py b/azure-batch/azure/batch/models/pool_evaluate_auto_scale_options.py deleted file mode 100644 index 5fbb7ad3fbd2..000000000000 --- a/azure-batch/azure/batch/models/pool_evaluate_auto_scale_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEvaluateAutoScaleOptions(Model): - """Additional parameters for evaluate_auto_scale operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolEvaluateAutoScaleOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/pool_evaluate_auto_scale_options_py3.py b/azure-batch/azure/batch/models/pool_evaluate_auto_scale_options_py3.py deleted file mode 100644 index a2f09b9dd6ee..000000000000 --- a/azure-batch/azure/batch/models/pool_evaluate_auto_scale_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEvaluateAutoScaleOptions(Model): - """Additional parameters for evaluate_auto_scale operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(PoolEvaluateAutoScaleOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/pool_evaluate_auto_scale_parameter.py b/azure-batch/azure/batch/models/pool_evaluate_auto_scale_parameter.py deleted file mode 100644 index c74cfac21768..000000000000 --- a/azure-batch/azure/batch/models/pool_evaluate_auto_scale_parameter.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEvaluateAutoScaleParameter(Model): - """Options for evaluating an automatic scaling formula on a pool. - - All required parameters must be populated in order to send to Azure. - - :param auto_scale_formula: Required. The formula for the desired number of - compute nodes in the pool. The formula is validated and its results - calculated, but it is not applied to the pool. To apply the formula to the - pool, 'Enable automatic scaling on a pool'. For more information about - specifying this formula, see Automatically scale compute nodes in an Azure - Batch pool - (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling). - :type auto_scale_formula: str - """ - - _validation = { - 'auto_scale_formula': {'required': True}, - } - - _attribute_map = { - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(PoolEvaluateAutoScaleParameter, self).__init__(**kwargs) - self.auto_scale_formula = kwargs.get('auto_scale_formula', None) diff --git a/azure-batch/azure/batch/models/pool_evaluate_auto_scale_parameter_py3.py b/azure-batch/azure/batch/models/pool_evaluate_auto_scale_parameter_py3.py deleted file mode 100644 index 5102b28e41bd..000000000000 --- a/azure-batch/azure/batch/models/pool_evaluate_auto_scale_parameter_py3.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolEvaluateAutoScaleParameter(Model): - """Options for evaluating an automatic scaling formula on a pool. - - All required parameters must be populated in order to send to Azure. - - :param auto_scale_formula: Required. The formula for the desired number of - compute nodes in the pool. The formula is validated and its results - calculated, but it is not applied to the pool. To apply the formula to the - pool, 'Enable automatic scaling on a pool'. For more information about - specifying this formula, see Automatically scale compute nodes in an Azure - Batch pool - (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling). - :type auto_scale_formula: str - """ - - _validation = { - 'auto_scale_formula': {'required': True}, - } - - _attribute_map = { - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - } - - def __init__(self, *, auto_scale_formula: str, **kwargs) -> None: - super(PoolEvaluateAutoScaleParameter, self).__init__(**kwargs) - self.auto_scale_formula = auto_scale_formula diff --git a/azure-batch/azure/batch/models/pool_exists_options.py b/azure-batch/azure/batch/models/pool_exists_options.py deleted file mode 100644 index feffd1c91596..000000000000 --- a/azure-batch/azure/batch/models/pool_exists_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolExistsOptions(Model): - """Additional parameters for exists operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolExistsOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/pool_exists_options_py3.py b/azure-batch/azure/batch/models/pool_exists_options_py3.py deleted file mode 100644 index de152edb3231..000000000000 --- a/azure-batch/azure/batch/models/pool_exists_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolExistsOptions(Model): - """Additional parameters for exists operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(PoolExistsOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/pool_get_all_lifetime_statistics_options.py b/azure-batch/azure/batch/models/pool_get_all_lifetime_statistics_options.py deleted file mode 100644 index dbbbcf45e91c..000000000000 --- a/azure-batch/azure/batch/models/pool_get_all_lifetime_statistics_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolGetAllLifetimeStatisticsOptions(Model): - """Additional parameters for get_all_lifetime_statistics operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolGetAllLifetimeStatisticsOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/pool_get_all_lifetime_statistics_options_py3.py b/azure-batch/azure/batch/models/pool_get_all_lifetime_statistics_options_py3.py deleted file mode 100644 index 0fc18020b72c..000000000000 --- a/azure-batch/azure/batch/models/pool_get_all_lifetime_statistics_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolGetAllLifetimeStatisticsOptions(Model): - """Additional parameters for get_all_lifetime_statistics operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(PoolGetAllLifetimeStatisticsOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/pool_get_options.py b/azure-batch/azure/batch/models/pool_get_options.py deleted file mode 100644 index a629c21e20c4..000000000000 --- a/azure-batch/azure/batch/models/pool_get_options.py +++ /dev/null @@ -1,81 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolGetOptions, self).__init__(**kwargs) - self.select = kwargs.get('select', None) - self.expand = kwargs.get('expand', None) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/pool_get_options_py3.py b/azure-batch/azure/batch/models/pool_get_options_py3.py deleted file mode 100644 index c0b04bd53d29..000000000000 --- a/azure-batch/azure/batch/models/pool_get_options_py3.py +++ /dev/null @@ -1,81 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, select: str=None, expand: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(PoolGetOptions, self).__init__(**kwargs) - self.select = select - self.expand = expand - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/pool_information.py b/azure-batch/azure/batch/models/pool_information.py deleted file mode 100644 index 132e32bbe90e..000000000000 --- a/azure-batch/azure/batch/models/pool_information.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolInformation(Model): - """Specifies how a job should be assigned to a pool. - - :param pool_id: The ID of an existing pool. All the tasks of the job will - run on the specified pool. You must ensure that the pool referenced by - this property exists. If the pool does not exist at the time the Batch - service tries to schedule a job, no tasks for the job will run until you - create a pool with that id. Note that the Batch service will not reject - the job request; it will simply not run tasks until the pool exists. You - must specify either the pool ID or the auto pool specification, but not - both. - :type pool_id: str - :param auto_pool_specification: Characteristics for a temporary 'auto - pool'. The Batch service will create this auto pool when the job is - submitted. If auto pool creation fails, the Batch service moves the job to - a completed state, and the pool creation error is set in the job's - scheduling error property. The Batch service manages the lifetime (both - creation and, unless keepAlive is specified, deletion) of the auto pool. - Any user actions that affect the lifetime of the auto pool while the job - is active will result in unexpected behavior. You must specify either the - pool ID or the auto pool specification, but not both. - :type auto_pool_specification: ~azure.batch.models.AutoPoolSpecification - """ - - _attribute_map = { - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'auto_pool_specification': {'key': 'autoPoolSpecification', 'type': 'AutoPoolSpecification'}, - } - - def __init__(self, **kwargs): - super(PoolInformation, self).__init__(**kwargs) - self.pool_id = kwargs.get('pool_id', None) - self.auto_pool_specification = kwargs.get('auto_pool_specification', None) diff --git a/azure-batch/azure/batch/models/pool_information_py3.py b/azure-batch/azure/batch/models/pool_information_py3.py deleted file mode 100644 index 6fc8d2cefc46..000000000000 --- a/azure-batch/azure/batch/models/pool_information_py3.py +++ /dev/null @@ -1,47 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolInformation(Model): - """Specifies how a job should be assigned to a pool. - - :param pool_id: The ID of an existing pool. All the tasks of the job will - run on the specified pool. You must ensure that the pool referenced by - this property exists. If the pool does not exist at the time the Batch - service tries to schedule a job, no tasks for the job will run until you - create a pool with that id. Note that the Batch service will not reject - the job request; it will simply not run tasks until the pool exists. You - must specify either the pool ID or the auto pool specification, but not - both. - :type pool_id: str - :param auto_pool_specification: Characteristics for a temporary 'auto - pool'. The Batch service will create this auto pool when the job is - submitted. If auto pool creation fails, the Batch service moves the job to - a completed state, and the pool creation error is set in the job's - scheduling error property. The Batch service manages the lifetime (both - creation and, unless keepAlive is specified, deletion) of the auto pool. - Any user actions that affect the lifetime of the auto pool while the job - is active will result in unexpected behavior. You must specify either the - pool ID or the auto pool specification, but not both. - :type auto_pool_specification: ~azure.batch.models.AutoPoolSpecification - """ - - _attribute_map = { - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'auto_pool_specification': {'key': 'autoPoolSpecification', 'type': 'AutoPoolSpecification'}, - } - - def __init__(self, *, pool_id: str=None, auto_pool_specification=None, **kwargs) -> None: - super(PoolInformation, self).__init__(**kwargs) - self.pool_id = pool_id - self.auto_pool_specification = auto_pool_specification diff --git a/azure-batch/azure/batch/models/pool_list_options.py b/azure-batch/azure/batch/models/pool_list_options.py deleted file mode 100644 index 1b37afe66b52..000000000000 --- a/azure-batch/azure/batch/models/pool_list_options.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-pools. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 pools can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolListOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.expand = kwargs.get('expand', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/pool_list_options_py3.py b/azure-batch/azure/batch/models/pool_list_options_py3.py deleted file mode 100644 index 5cc33a41e41d..000000000000 --- a/azure-batch/azure/batch/models/pool_list_options_py3.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-pools. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 pools can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(PoolListOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.expand = expand - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/pool_list_usage_metrics_options.py b/azure-batch/azure/batch/models/pool_list_usage_metrics_options.py deleted file mode 100644 index 5b52f71aa07d..000000000000 --- a/azure-batch/azure/batch/models/pool_list_usage_metrics_options.py +++ /dev/null @@ -1,71 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolListUsageMetricsOptions(Model): - """Additional parameters for list_usage_metrics operation. - - :param start_time: The earliest time from which to include metrics. This - must be at least two and a half hours before the current time. If not - specified this defaults to the start time of the last aggregation interval - currently available. - :type start_time: datetime - :param end_time: The latest time from which to include metrics. This must - be at least two hours before the current time. If not specified this - defaults to the end time of the last aggregation interval currently - available. - :type end_time: datetime - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics. - :type filter: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 results will be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'start_time': {'key': '', 'type': 'iso-8601'}, - 'end_time': {'key': '', 'type': 'iso-8601'}, - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolListUsageMetricsOptions, self).__init__(**kwargs) - self.start_time = kwargs.get('start_time', None) - self.end_time = kwargs.get('end_time', None) - self.filter = kwargs.get('filter', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/pool_list_usage_metrics_options_py3.py b/azure-batch/azure/batch/models/pool_list_usage_metrics_options_py3.py deleted file mode 100644 index 2141cfa500f9..000000000000 --- a/azure-batch/azure/batch/models/pool_list_usage_metrics_options_py3.py +++ /dev/null @@ -1,71 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolListUsageMetricsOptions(Model): - """Additional parameters for list_usage_metrics operation. - - :param start_time: The earliest time from which to include metrics. This - must be at least two and a half hours before the current time. If not - specified this defaults to the start time of the last aggregation interval - currently available. - :type start_time: datetime - :param end_time: The latest time from which to include metrics. This must - be at least two hours before the current time. If not specified this - defaults to the end time of the last aggregation interval currently - available. - :type end_time: datetime - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics. - :type filter: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 results will be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'start_time': {'key': '', 'type': 'iso-8601'}, - 'end_time': {'key': '', 'type': 'iso-8601'}, - 'filter': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, start_time=None, end_time=None, filter: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(PoolListUsageMetricsOptions, self).__init__(**kwargs) - self.start_time = start_time - self.end_time = end_time - self.filter = filter - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/pool_node_counts.py b/azure-batch/azure/batch/models/pool_node_counts.py deleted file mode 100644 index 0430b0af4fc8..000000000000 --- a/azure-batch/azure/batch/models/pool_node_counts.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolNodeCounts(Model): - """The number of nodes in each state for a pool. - - All required parameters must be populated in order to send to Azure. - - :param pool_id: Required. The ID of the pool. - :type pool_id: str - :param dedicated: The number of dedicated nodes in each state. - :type dedicated: ~azure.batch.models.NodeCounts - :param low_priority: The number of low priority nodes in each state. - :type low_priority: ~azure.batch.models.NodeCounts - """ - - _validation = { - 'pool_id': {'required': True}, - } - - _attribute_map = { - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'dedicated': {'key': 'dedicated', 'type': 'NodeCounts'}, - 'low_priority': {'key': 'lowPriority', 'type': 'NodeCounts'}, - } - - def __init__(self, **kwargs): - super(PoolNodeCounts, self).__init__(**kwargs) - self.pool_id = kwargs.get('pool_id', None) - self.dedicated = kwargs.get('dedicated', None) - self.low_priority = kwargs.get('low_priority', None) diff --git a/azure-batch/azure/batch/models/pool_node_counts_paged.py b/azure-batch/azure/batch/models/pool_node_counts_paged.py deleted file mode 100644 index 67159e5db164..000000000000 --- a/azure-batch/azure/batch/models/pool_node_counts_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class PoolNodeCountsPaged(Paged): - """ - A paging container for iterating over a list of :class:`PoolNodeCounts ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[PoolNodeCounts]'} - } - - def __init__(self, *args, **kwargs): - - super(PoolNodeCountsPaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/pool_node_counts_py3.py b/azure-batch/azure/batch/models/pool_node_counts_py3.py deleted file mode 100644 index 63ef08249e62..000000000000 --- a/azure-batch/azure/batch/models/pool_node_counts_py3.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolNodeCounts(Model): - """The number of nodes in each state for a pool. - - All required parameters must be populated in order to send to Azure. - - :param pool_id: Required. The ID of the pool. - :type pool_id: str - :param dedicated: The number of dedicated nodes in each state. - :type dedicated: ~azure.batch.models.NodeCounts - :param low_priority: The number of low priority nodes in each state. - :type low_priority: ~azure.batch.models.NodeCounts - """ - - _validation = { - 'pool_id': {'required': True}, - } - - _attribute_map = { - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'dedicated': {'key': 'dedicated', 'type': 'NodeCounts'}, - 'low_priority': {'key': 'lowPriority', 'type': 'NodeCounts'}, - } - - def __init__(self, *, pool_id: str, dedicated=None, low_priority=None, **kwargs) -> None: - super(PoolNodeCounts, self).__init__(**kwargs) - self.pool_id = pool_id - self.dedicated = dedicated - self.low_priority = low_priority diff --git a/azure-batch/azure/batch/models/pool_patch_options.py b/azure-batch/azure/batch/models/pool_patch_options.py deleted file mode 100644 index 82b54aef4320..000000000000 --- a/azure-batch/azure/batch/models/pool_patch_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolPatchOptions(Model): - """Additional parameters for patch operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolPatchOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/pool_patch_options_py3.py b/azure-batch/azure/batch/models/pool_patch_options_py3.py deleted file mode 100644 index ff9f10f09236..000000000000 --- a/azure-batch/azure/batch/models/pool_patch_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolPatchOptions(Model): - """Additional parameters for patch operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(PoolPatchOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/pool_patch_parameter.py b/azure-batch/azure/batch/models/pool_patch_parameter.py deleted file mode 100644 index b78ca4969660..000000000000 --- a/azure-batch/azure/batch/models/pool_patch_parameter.py +++ /dev/null @@ -1,66 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolPatchParameter(Model): - """The set of changes to be made to a pool. - - :param start_task: A task to run on each compute node as it joins the - pool. The task runs when the node is added to the pool or when the node is - restarted. If this element is present, it overwrites any existing start - task. If omitted, any existing start task is left unchanged. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: A list of certificates to be installed on - each compute node in the pool. If this element is present, it replaces any - existing certificate references configured on the pool. If omitted, any - existing certificate references are left unchanged. For Windows compute - nodes, the Batch service installs the certificates to the specified - certificate store and location. For Linux compute nodes, the certificates - are stored in a directory inside the task working directory and an - environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to - query for this location. For certificates with visibility of 'remoteUser', - a 'certs' directory is created in the user's home directory (e.g., - /home/{user-name}/certs) and certificates are placed in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: A list of application packages to - be installed on each compute node in the pool. Changes to application - package references affect all new compute nodes joining the pool, but do - not affect compute nodes that are already in the pool until they are - rebooted or reimaged. If this element is present, it replaces any existing - application package references. If you specify an empty collection, then - all application package references are removed from the pool. If omitted, - any existing application package references are left unchanged. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param metadata: A list of name-value pairs associated with the pool as - metadata. If this element is present, it replaces any existing metadata - configured on the pool. If you specify an empty collection, any metadata - is removed from the pool. If omitted, any existing metadata is left - unchanged. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _attribute_map = { - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, **kwargs): - super(PoolPatchParameter, self).__init__(**kwargs) - self.start_task = kwargs.get('start_task', None) - self.certificate_references = kwargs.get('certificate_references', None) - self.application_package_references = kwargs.get('application_package_references', None) - self.metadata = kwargs.get('metadata', None) diff --git a/azure-batch/azure/batch/models/pool_patch_parameter_py3.py b/azure-batch/azure/batch/models/pool_patch_parameter_py3.py deleted file mode 100644 index 6fb389e8ea51..000000000000 --- a/azure-batch/azure/batch/models/pool_patch_parameter_py3.py +++ /dev/null @@ -1,66 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolPatchParameter(Model): - """The set of changes to be made to a pool. - - :param start_task: A task to run on each compute node as it joins the - pool. The task runs when the node is added to the pool or when the node is - restarted. If this element is present, it overwrites any existing start - task. If omitted, any existing start task is left unchanged. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: A list of certificates to be installed on - each compute node in the pool. If this element is present, it replaces any - existing certificate references configured on the pool. If omitted, any - existing certificate references are left unchanged. For Windows compute - nodes, the Batch service installs the certificates to the specified - certificate store and location. For Linux compute nodes, the certificates - are stored in a directory inside the task working directory and an - environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to - query for this location. For certificates with visibility of 'remoteUser', - a 'certs' directory is created in the user's home directory (e.g., - /home/{user-name}/certs) and certificates are placed in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: A list of application packages to - be installed on each compute node in the pool. Changes to application - package references affect all new compute nodes joining the pool, but do - not affect compute nodes that are already in the pool until they are - rebooted or reimaged. If this element is present, it replaces any existing - application package references. If you specify an empty collection, then - all application package references are removed from the pool. If omitted, - any existing application package references are left unchanged. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param metadata: A list of name-value pairs associated with the pool as - metadata. If this element is present, it replaces any existing metadata - configured on the pool. If you specify an empty collection, any metadata - is removed from the pool. If omitted, any existing metadata is left - unchanged. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _attribute_map = { - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, *, start_task=None, certificate_references=None, application_package_references=None, metadata=None, **kwargs) -> None: - super(PoolPatchParameter, self).__init__(**kwargs) - self.start_task = start_task - self.certificate_references = certificate_references - self.application_package_references = application_package_references - self.metadata = metadata diff --git a/azure-batch/azure/batch/models/pool_remove_nodes_options.py b/azure-batch/azure/batch/models/pool_remove_nodes_options.py deleted file mode 100644 index 14be8ddd200d..000000000000 --- a/azure-batch/azure/batch/models/pool_remove_nodes_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolRemoveNodesOptions(Model): - """Additional parameters for remove_nodes operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolRemoveNodesOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/pool_remove_nodes_options_py3.py b/azure-batch/azure/batch/models/pool_remove_nodes_options_py3.py deleted file mode 100644 index 1fe5eb974b24..000000000000 --- a/azure-batch/azure/batch/models/pool_remove_nodes_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolRemoveNodesOptions(Model): - """Additional parameters for remove_nodes operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(PoolRemoveNodesOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/pool_resize_options.py b/azure-batch/azure/batch/models/pool_resize_options.py deleted file mode 100644 index e83a7cccfb65..000000000000 --- a/azure-batch/azure/batch/models/pool_resize_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolResizeOptions(Model): - """Additional parameters for resize operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolResizeOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/pool_resize_options_py3.py b/azure-batch/azure/batch/models/pool_resize_options_py3.py deleted file mode 100644 index ef457e811516..000000000000 --- a/azure-batch/azure/batch/models/pool_resize_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolResizeOptions(Model): - """Additional parameters for resize operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(PoolResizeOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/pool_resize_parameter.py b/azure-batch/azure/batch/models/pool_resize_parameter.py deleted file mode 100644 index e37a88c8b189..000000000000 --- a/azure-batch/azure/batch/models/pool_resize_parameter.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolResizeParameter(Model): - """Options for changing the size of a pool. - - :param target_dedicated_nodes: The desired number of dedicated compute - nodes in the pool. - :type target_dedicated_nodes: int - :param target_low_priority_nodes: The desired number of low-priority - compute nodes in the pool. - :type target_low_priority_nodes: int - :param resize_timeout: The timeout for allocation of compute nodes to the - pool or removal of compute nodes from the pool. The default value is 15 - minutes. The minimum value is 5 minutes. If you specify a value less than - 5 minutes, the Batch service returns an error; if you are calling the REST - API directly, the HTTP status code is 400 (Bad Request). - :type resize_timeout: timedelta - :param node_deallocation_option: Determines what to do with a node and its - running task(s) if the pool size is decreasing. The default value is - requeue. Possible values include: 'requeue', 'terminate', - 'taskCompletion', 'retainedData' - :type node_deallocation_option: str or - ~azure.batch.models.ComputeNodeDeallocationOption - """ - - _attribute_map = { - 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, - 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'ComputeNodeDeallocationOption'}, - } - - def __init__(self, **kwargs): - super(PoolResizeParameter, self).__init__(**kwargs) - self.target_dedicated_nodes = kwargs.get('target_dedicated_nodes', None) - self.target_low_priority_nodes = kwargs.get('target_low_priority_nodes', None) - self.resize_timeout = kwargs.get('resize_timeout', None) - self.node_deallocation_option = kwargs.get('node_deallocation_option', None) diff --git a/azure-batch/azure/batch/models/pool_resize_parameter_py3.py b/azure-batch/azure/batch/models/pool_resize_parameter_py3.py deleted file mode 100644 index 6aff469f7765..000000000000 --- a/azure-batch/azure/batch/models/pool_resize_parameter_py3.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolResizeParameter(Model): - """Options for changing the size of a pool. - - :param target_dedicated_nodes: The desired number of dedicated compute - nodes in the pool. - :type target_dedicated_nodes: int - :param target_low_priority_nodes: The desired number of low-priority - compute nodes in the pool. - :type target_low_priority_nodes: int - :param resize_timeout: The timeout for allocation of compute nodes to the - pool or removal of compute nodes from the pool. The default value is 15 - minutes. The minimum value is 5 minutes. If you specify a value less than - 5 minutes, the Batch service returns an error; if you are calling the REST - API directly, the HTTP status code is 400 (Bad Request). - :type resize_timeout: timedelta - :param node_deallocation_option: Determines what to do with a node and its - running task(s) if the pool size is decreasing. The default value is - requeue. Possible values include: 'requeue', 'terminate', - 'taskCompletion', 'retainedData' - :type node_deallocation_option: str or - ~azure.batch.models.ComputeNodeDeallocationOption - """ - - _attribute_map = { - 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, - 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'ComputeNodeDeallocationOption'}, - } - - def __init__(self, *, target_dedicated_nodes: int=None, target_low_priority_nodes: int=None, resize_timeout=None, node_deallocation_option=None, **kwargs) -> None: - super(PoolResizeParameter, self).__init__(**kwargs) - self.target_dedicated_nodes = target_dedicated_nodes - self.target_low_priority_nodes = target_low_priority_nodes - self.resize_timeout = resize_timeout - self.node_deallocation_option = node_deallocation_option diff --git a/azure-batch/azure/batch/models/pool_specification.py b/azure-batch/azure/batch/models/pool_specification.py deleted file mode 100644 index 465157cbe90f..000000000000 --- a/azure-batch/azure/batch/models/pool_specification.py +++ /dev/null @@ -1,186 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolSpecification(Model): - """Specification for creating a new pool. - - All required parameters must be populated in order to send to Azure. - - :param display_name: The display name for the pool. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param vm_size: Required. The size of the virtual machines in the pool. - All virtual machines in a pool are the same size. For information about - available sizes of virtual machines in pools, see Choose a VM size for - compute nodes in an Azure Batch pool - (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). - :type vm_size: str - :param cloud_service_configuration: The cloud service configuration for - the pool. This property must be specified if the pool needs to be created - with Azure PaaS VMs. This property and virtualMachineConfiguration are - mutually exclusive and one of the properties must be specified. If neither - is specified then the Batch service returns an error; if you are calling - the REST API directly, the HTTP status code is 400 (Bad Request). This - property cannot be specified if the Batch account was created with its - poolAllocationMode property set to 'UserSubscription'. - :type cloud_service_configuration: - ~azure.batch.models.CloudServiceConfiguration - :param virtual_machine_configuration: The virtual machine configuration - for the pool. This property must be specified if the pool needs to be - created with Azure IaaS VMs. This property and cloudServiceConfiguration - are mutually exclusive and one of the properties must be specified. If - neither is specified then the Batch service returns an error; if you are - calling the REST API directly, the HTTP status code is 400 (Bad Request). - :type virtual_machine_configuration: - ~azure.batch.models.VirtualMachineConfiguration - :param max_tasks_per_node: The maximum number of tasks that can run - concurrently on a single compute node in the pool. The default value is 1. - The maximum value of this setting depends on the size of the compute nodes - in the pool (the vmSize setting). - :type max_tasks_per_node: int - :param task_scheduling_policy: How tasks are distributed across compute - nodes in a pool. - :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy - :param resize_timeout: The timeout for allocation of compute nodes to the - pool. This timeout applies only to manual scaling; it has no effect when - enableAutoScale is set to true. The default value is 15 minutes. The - minimum value is 5 minutes. If you specify a value less than 5 minutes, - the Batch service rejects the request with an error; if you are calling - the REST API directly, the HTTP status code is 400 (Bad Request). - :type resize_timeout: timedelta - :param target_dedicated_nodes: The desired number of dedicated compute - nodes in the pool. This property must not be specified if enableAutoScale - is set to true. If enableAutoScale is set to false, then you must set - either targetDedicatedNodes, targetLowPriorityNodes, or both. - :type target_dedicated_nodes: int - :param target_low_priority_nodes: The desired number of low-priority - compute nodes in the pool. This property must not be specified if - enableAutoScale is set to true. If enableAutoScale is set to false, then - you must set either targetDedicatedNodes, targetLowPriorityNodes, or both. - :type target_low_priority_nodes: int - :param enable_auto_scale: Whether the pool size should automatically - adjust over time. If false, at least one of targetDedicateNodes and - targetLowPriorityNodes must be specified. If true, the autoScaleFormula - element is required. The pool automatically resizes according to the - formula. The default value is false. - :type enable_auto_scale: bool - :param auto_scale_formula: The formula for the desired number of compute - nodes in the pool. This property must not be specified if enableAutoScale - is set to false. It is required if enableAutoScale is set to true. The - formula is checked for validity before the pool is created. If the formula - is not valid, the Batch service rejects the request with detailed error - information. - :type auto_scale_formula: str - :param auto_scale_evaluation_interval: The time interval at which to - automatically adjust the pool size according to the autoscale formula. The - default value is 15 minutes. The minimum and maximum value are 5 minutes - and 168 hours respectively. If you specify a value less than 5 minutes or - greater than 168 hours, the Batch service rejects the request with an - invalid property value error; if you are calling the REST API directly, - the HTTP status code is 400 (Bad Request). - :type auto_scale_evaluation_interval: timedelta - :param enable_inter_node_communication: Whether the pool permits direct - communication between nodes. Enabling inter-node communication limits the - maximum size of the pool due to deployment restrictions on the nodes of - the pool. This may result in the pool not reaching its desired size. The - default value is false. - :type enable_inter_node_communication: bool - :param network_configuration: The network configuration for the pool. - :type network_configuration: ~azure.batch.models.NetworkConfiguration - :param start_task: A task to run on each compute node as it joins the - pool. The task runs when the node is added to the pool or when the node is - restarted. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: A list of certificates to be installed on - each compute node in the pool. For Windows compute nodes, the Batch - service installs the certificates to the specified certificate store and - location. For Linux compute nodes, the certificates are stored in a - directory inside the task working directory and an environment variable - AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this - location. For certificates with visibility of 'remoteUser', a 'certs' - directory is created in the user's home directory (e.g., - /home/{user-name}/certs) and certificates are placed in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: The list of application packages to - be installed on each compute node in the pool. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param application_licenses: The list of application licenses the Batch - service will make available on each compute node in the pool. The list of - application licenses must be a subset of available Batch service - application licenses. If a license is requested which is not supported, - pool creation will fail. The permitted licenses available on the pool are - 'maya', 'vray', '3dsmax', 'arnold'. An additional charge applies for each - application license added to the pool. - :type application_licenses: list[str] - :param user_accounts: The list of user accounts to be created on each node - in the pool. - :type user_accounts: list[~azure.batch.models.UserAccount] - :param metadata: A list of name-value pairs associated with the pool as - metadata. The Batch service does not assign any meaning to metadata; it is - solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'vm_size': {'required': True}, - } - - _attribute_map = { - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, - 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, - 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, - 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, - 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, - 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, - 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, - 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, - 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, **kwargs): - super(PoolSpecification, self).__init__(**kwargs) - self.display_name = kwargs.get('display_name', None) - self.vm_size = kwargs.get('vm_size', None) - self.cloud_service_configuration = kwargs.get('cloud_service_configuration', None) - self.virtual_machine_configuration = kwargs.get('virtual_machine_configuration', None) - self.max_tasks_per_node = kwargs.get('max_tasks_per_node', None) - self.task_scheduling_policy = kwargs.get('task_scheduling_policy', None) - self.resize_timeout = kwargs.get('resize_timeout', None) - self.target_dedicated_nodes = kwargs.get('target_dedicated_nodes', None) - self.target_low_priority_nodes = kwargs.get('target_low_priority_nodes', None) - self.enable_auto_scale = kwargs.get('enable_auto_scale', None) - self.auto_scale_formula = kwargs.get('auto_scale_formula', None) - self.auto_scale_evaluation_interval = kwargs.get('auto_scale_evaluation_interval', None) - self.enable_inter_node_communication = kwargs.get('enable_inter_node_communication', None) - self.network_configuration = kwargs.get('network_configuration', None) - self.start_task = kwargs.get('start_task', None) - self.certificate_references = kwargs.get('certificate_references', None) - self.application_package_references = kwargs.get('application_package_references', None) - self.application_licenses = kwargs.get('application_licenses', None) - self.user_accounts = kwargs.get('user_accounts', None) - self.metadata = kwargs.get('metadata', None) diff --git a/azure-batch/azure/batch/models/pool_specification_py3.py b/azure-batch/azure/batch/models/pool_specification_py3.py deleted file mode 100644 index 7f7587526c5b..000000000000 --- a/azure-batch/azure/batch/models/pool_specification_py3.py +++ /dev/null @@ -1,186 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolSpecification(Model): - """Specification for creating a new pool. - - All required parameters must be populated in order to send to Azure. - - :param display_name: The display name for the pool. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param vm_size: Required. The size of the virtual machines in the pool. - All virtual machines in a pool are the same size. For information about - available sizes of virtual machines in pools, see Choose a VM size for - compute nodes in an Azure Batch pool - (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). - :type vm_size: str - :param cloud_service_configuration: The cloud service configuration for - the pool. This property must be specified if the pool needs to be created - with Azure PaaS VMs. This property and virtualMachineConfiguration are - mutually exclusive and one of the properties must be specified. If neither - is specified then the Batch service returns an error; if you are calling - the REST API directly, the HTTP status code is 400 (Bad Request). This - property cannot be specified if the Batch account was created with its - poolAllocationMode property set to 'UserSubscription'. - :type cloud_service_configuration: - ~azure.batch.models.CloudServiceConfiguration - :param virtual_machine_configuration: The virtual machine configuration - for the pool. This property must be specified if the pool needs to be - created with Azure IaaS VMs. This property and cloudServiceConfiguration - are mutually exclusive and one of the properties must be specified. If - neither is specified then the Batch service returns an error; if you are - calling the REST API directly, the HTTP status code is 400 (Bad Request). - :type virtual_machine_configuration: - ~azure.batch.models.VirtualMachineConfiguration - :param max_tasks_per_node: The maximum number of tasks that can run - concurrently on a single compute node in the pool. The default value is 1. - The maximum value of this setting depends on the size of the compute nodes - in the pool (the vmSize setting). - :type max_tasks_per_node: int - :param task_scheduling_policy: How tasks are distributed across compute - nodes in a pool. - :type task_scheduling_policy: ~azure.batch.models.TaskSchedulingPolicy - :param resize_timeout: The timeout for allocation of compute nodes to the - pool. This timeout applies only to manual scaling; it has no effect when - enableAutoScale is set to true. The default value is 15 minutes. The - minimum value is 5 minutes. If you specify a value less than 5 minutes, - the Batch service rejects the request with an error; if you are calling - the REST API directly, the HTTP status code is 400 (Bad Request). - :type resize_timeout: timedelta - :param target_dedicated_nodes: The desired number of dedicated compute - nodes in the pool. This property must not be specified if enableAutoScale - is set to true. If enableAutoScale is set to false, then you must set - either targetDedicatedNodes, targetLowPriorityNodes, or both. - :type target_dedicated_nodes: int - :param target_low_priority_nodes: The desired number of low-priority - compute nodes in the pool. This property must not be specified if - enableAutoScale is set to true. If enableAutoScale is set to false, then - you must set either targetDedicatedNodes, targetLowPriorityNodes, or both. - :type target_low_priority_nodes: int - :param enable_auto_scale: Whether the pool size should automatically - adjust over time. If false, at least one of targetDedicateNodes and - targetLowPriorityNodes must be specified. If true, the autoScaleFormula - element is required. The pool automatically resizes according to the - formula. The default value is false. - :type enable_auto_scale: bool - :param auto_scale_formula: The formula for the desired number of compute - nodes in the pool. This property must not be specified if enableAutoScale - is set to false. It is required if enableAutoScale is set to true. The - formula is checked for validity before the pool is created. If the formula - is not valid, the Batch service rejects the request with detailed error - information. - :type auto_scale_formula: str - :param auto_scale_evaluation_interval: The time interval at which to - automatically adjust the pool size according to the autoscale formula. The - default value is 15 minutes. The minimum and maximum value are 5 minutes - and 168 hours respectively. If you specify a value less than 5 minutes or - greater than 168 hours, the Batch service rejects the request with an - invalid property value error; if you are calling the REST API directly, - the HTTP status code is 400 (Bad Request). - :type auto_scale_evaluation_interval: timedelta - :param enable_inter_node_communication: Whether the pool permits direct - communication between nodes. Enabling inter-node communication limits the - maximum size of the pool due to deployment restrictions on the nodes of - the pool. This may result in the pool not reaching its desired size. The - default value is false. - :type enable_inter_node_communication: bool - :param network_configuration: The network configuration for the pool. - :type network_configuration: ~azure.batch.models.NetworkConfiguration - :param start_task: A task to run on each compute node as it joins the - pool. The task runs when the node is added to the pool or when the node is - restarted. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: A list of certificates to be installed on - each compute node in the pool. For Windows compute nodes, the Batch - service installs the certificates to the specified certificate store and - location. For Linux compute nodes, the certificates are stored in a - directory inside the task working directory and an environment variable - AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this - location. For certificates with visibility of 'remoteUser', a 'certs' - directory is created in the user's home directory (e.g., - /home/{user-name}/certs) and certificates are placed in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: The list of application packages to - be installed on each compute node in the pool. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param application_licenses: The list of application licenses the Batch - service will make available on each compute node in the pool. The list of - application licenses must be a subset of available Batch service - application licenses. If a license is requested which is not supported, - pool creation will fail. The permitted licenses available on the pool are - 'maya', 'vray', '3dsmax', 'arnold'. An additional charge applies for each - application license added to the pool. - :type application_licenses: list[str] - :param user_accounts: The list of user accounts to be created on each node - in the pool. - :type user_accounts: list[~azure.batch.models.UserAccount] - :param metadata: A list of name-value pairs associated with the pool as - metadata. The Batch service does not assign any meaning to metadata; it is - solely for the use of user code. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'vm_size': {'required': True}, - } - - _attribute_map = { - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'cloud_service_configuration': {'key': 'cloudServiceConfiguration', 'type': 'CloudServiceConfiguration'}, - 'virtual_machine_configuration': {'key': 'virtualMachineConfiguration', 'type': 'VirtualMachineConfiguration'}, - 'max_tasks_per_node': {'key': 'maxTasksPerNode', 'type': 'int'}, - 'task_scheduling_policy': {'key': 'taskSchedulingPolicy', 'type': 'TaskSchedulingPolicy'}, - 'resize_timeout': {'key': 'resizeTimeout', 'type': 'duration'}, - 'target_dedicated_nodes': {'key': 'targetDedicatedNodes', 'type': 'int'}, - 'target_low_priority_nodes': {'key': 'targetLowPriorityNodes', 'type': 'int'}, - 'enable_auto_scale': {'key': 'enableAutoScale', 'type': 'bool'}, - 'auto_scale_formula': {'key': 'autoScaleFormula', 'type': 'str'}, - 'auto_scale_evaluation_interval': {'key': 'autoScaleEvaluationInterval', 'type': 'duration'}, - 'enable_inter_node_communication': {'key': 'enableInterNodeCommunication', 'type': 'bool'}, - 'network_configuration': {'key': 'networkConfiguration', 'type': 'NetworkConfiguration'}, - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'application_licenses': {'key': 'applicationLicenses', 'type': '[str]'}, - 'user_accounts': {'key': 'userAccounts', 'type': '[UserAccount]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, *, vm_size: str, display_name: str=None, cloud_service_configuration=None, virtual_machine_configuration=None, max_tasks_per_node: int=None, task_scheduling_policy=None, resize_timeout=None, target_dedicated_nodes: int=None, target_low_priority_nodes: int=None, enable_auto_scale: bool=None, auto_scale_formula: str=None, auto_scale_evaluation_interval=None, enable_inter_node_communication: bool=None, network_configuration=None, start_task=None, certificate_references=None, application_package_references=None, application_licenses=None, user_accounts=None, metadata=None, **kwargs) -> None: - super(PoolSpecification, self).__init__(**kwargs) - self.display_name = display_name - self.vm_size = vm_size - self.cloud_service_configuration = cloud_service_configuration - self.virtual_machine_configuration = virtual_machine_configuration - self.max_tasks_per_node = max_tasks_per_node - self.task_scheduling_policy = task_scheduling_policy - self.resize_timeout = resize_timeout - self.target_dedicated_nodes = target_dedicated_nodes - self.target_low_priority_nodes = target_low_priority_nodes - self.enable_auto_scale = enable_auto_scale - self.auto_scale_formula = auto_scale_formula - self.auto_scale_evaluation_interval = auto_scale_evaluation_interval - self.enable_inter_node_communication = enable_inter_node_communication - self.network_configuration = network_configuration - self.start_task = start_task - self.certificate_references = certificate_references - self.application_package_references = application_package_references - self.application_licenses = application_licenses - self.user_accounts = user_accounts - self.metadata = metadata diff --git a/azure-batch/azure/batch/models/pool_statistics.py b/azure-batch/azure/batch/models/pool_statistics.py deleted file mode 100644 index 297e40d5d450..000000000000 --- a/azure-batch/azure/batch/models/pool_statistics.py +++ /dev/null @@ -1,58 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolStatistics(Model): - """Contains utilization and resource usage statistics for the lifetime of a - pool. - - All required parameters must be populated in order to send to Azure. - - :param url: Required. The URL for the statistics. - :type url: str - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param usage_stats: Statistics related to pool usage, such as the amount - of core-time used. - :type usage_stats: ~azure.batch.models.UsageStatistics - :param resource_stats: Statistics related to resource consumption by - compute nodes in the pool. - :type resource_stats: ~azure.batch.models.ResourceStatistics - """ - - _validation = { - 'url': {'required': True}, - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - } - - _attribute_map = { - 'url': {'key': 'url', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'usage_stats': {'key': 'usageStats', 'type': 'UsageStatistics'}, - 'resource_stats': {'key': 'resourceStats', 'type': 'ResourceStatistics'}, - } - - def __init__(self, **kwargs): - super(PoolStatistics, self).__init__(**kwargs) - self.url = kwargs.get('url', None) - self.start_time = kwargs.get('start_time', None) - self.last_update_time = kwargs.get('last_update_time', None) - self.usage_stats = kwargs.get('usage_stats', None) - self.resource_stats = kwargs.get('resource_stats', None) diff --git a/azure-batch/azure/batch/models/pool_statistics_py3.py b/azure-batch/azure/batch/models/pool_statistics_py3.py deleted file mode 100644 index f79e93b80cf9..000000000000 --- a/azure-batch/azure/batch/models/pool_statistics_py3.py +++ /dev/null @@ -1,58 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolStatistics(Model): - """Contains utilization and resource usage statistics for the lifetime of a - pool. - - All required parameters must be populated in order to send to Azure. - - :param url: Required. The URL for the statistics. - :type url: str - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param usage_stats: Statistics related to pool usage, such as the amount - of core-time used. - :type usage_stats: ~azure.batch.models.UsageStatistics - :param resource_stats: Statistics related to resource consumption by - compute nodes in the pool. - :type resource_stats: ~azure.batch.models.ResourceStatistics - """ - - _validation = { - 'url': {'required': True}, - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - } - - _attribute_map = { - 'url': {'key': 'url', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'usage_stats': {'key': 'usageStats', 'type': 'UsageStatistics'}, - 'resource_stats': {'key': 'resourceStats', 'type': 'ResourceStatistics'}, - } - - def __init__(self, *, url: str, start_time, last_update_time, usage_stats=None, resource_stats=None, **kwargs) -> None: - super(PoolStatistics, self).__init__(**kwargs) - self.url = url - self.start_time = start_time - self.last_update_time = last_update_time - self.usage_stats = usage_stats - self.resource_stats = resource_stats diff --git a/azure-batch/azure/batch/models/pool_stop_resize_options.py b/azure-batch/azure/batch/models/pool_stop_resize_options.py deleted file mode 100644 index ab8fec735f61..000000000000 --- a/azure-batch/azure/batch/models/pool_stop_resize_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolStopResizeOptions(Model): - """Additional parameters for stop_resize operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolStopResizeOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/pool_stop_resize_options_py3.py b/azure-batch/azure/batch/models/pool_stop_resize_options_py3.py deleted file mode 100644 index d5cc404e03c2..000000000000 --- a/azure-batch/azure/batch/models/pool_stop_resize_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolStopResizeOptions(Model): - """Additional parameters for stop_resize operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(PoolStopResizeOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/pool_update_properties_options.py b/azure-batch/azure/batch/models/pool_update_properties_options.py deleted file mode 100644 index ca7f97cbdf2f..000000000000 --- a/azure-batch/azure/batch/models/pool_update_properties_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUpdatePropertiesOptions(Model): - """Additional parameters for update_properties operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolUpdatePropertiesOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/pool_update_properties_options_py3.py b/azure-batch/azure/batch/models/pool_update_properties_options_py3.py deleted file mode 100644 index edf5065c50e0..000000000000 --- a/azure-batch/azure/batch/models/pool_update_properties_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUpdatePropertiesOptions(Model): - """Additional parameters for update_properties operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(PoolUpdatePropertiesOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/pool_update_properties_parameter.py b/azure-batch/azure/batch/models/pool_update_properties_parameter.py deleted file mode 100644 index bbc35acc119d..000000000000 --- a/azure-batch/azure/batch/models/pool_update_properties_parameter.py +++ /dev/null @@ -1,74 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUpdatePropertiesParameter(Model): - """The set of changes to be made to a pool. - - All required parameters must be populated in order to send to Azure. - - :param start_task: A task to run on each compute node as it joins the - pool. The task runs when the node is added to the pool or when the node is - restarted. If this element is present, it overwrites any existing start - task. If omitted, any existing start task is removed from the pool. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: Required. A list of certificates to be - installed on each compute node in the pool. This list replaces any - existing certificate references configured on the pool. If you specify an - empty collection, any existing certificate references are removed from the - pool. For Windows compute nodes, the Batch service installs the - certificates to the specified certificate store and location. For Linux - compute nodes, the certificates are stored in a directory inside the task - working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is - supplied to the task to query for this location. For certificates with - visibility of 'remoteUser', a 'certs' directory is created in the user's - home directory (e.g., /home/{user-name}/certs) and certificates are placed - in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: Required. A list of application - packages to be installed on each compute node in the pool. The list - replaces any existing application package references on the pool. Changes - to application package references affect all new compute nodes joining the - pool, but do not affect compute nodes that are already in the pool until - they are rebooted or reimaged. If omitted, or if you specify an empty - collection, any existing application packages references are removed from - the pool. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param metadata: Required. A list of name-value pairs associated with the - pool as metadata. This list replaces any existing metadata configured on - the pool. If omitted, or if you specify an empty collection, any existing - metadata is removed from the pool. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'certificate_references': {'required': True}, - 'application_package_references': {'required': True}, - 'metadata': {'required': True}, - } - - _attribute_map = { - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, **kwargs): - super(PoolUpdatePropertiesParameter, self).__init__(**kwargs) - self.start_task = kwargs.get('start_task', None) - self.certificate_references = kwargs.get('certificate_references', None) - self.application_package_references = kwargs.get('application_package_references', None) - self.metadata = kwargs.get('metadata', None) diff --git a/azure-batch/azure/batch/models/pool_update_properties_parameter_py3.py b/azure-batch/azure/batch/models/pool_update_properties_parameter_py3.py deleted file mode 100644 index 20457439a19f..000000000000 --- a/azure-batch/azure/batch/models/pool_update_properties_parameter_py3.py +++ /dev/null @@ -1,74 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUpdatePropertiesParameter(Model): - """The set of changes to be made to a pool. - - All required parameters must be populated in order to send to Azure. - - :param start_task: A task to run on each compute node as it joins the - pool. The task runs when the node is added to the pool or when the node is - restarted. If this element is present, it overwrites any existing start - task. If omitted, any existing start task is removed from the pool. - :type start_task: ~azure.batch.models.StartTask - :param certificate_references: Required. A list of certificates to be - installed on each compute node in the pool. This list replaces any - existing certificate references configured on the pool. If you specify an - empty collection, any existing certificate references are removed from the - pool. For Windows compute nodes, the Batch service installs the - certificates to the specified certificate store and location. For Linux - compute nodes, the certificates are stored in a directory inside the task - working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is - supplied to the task to query for this location. For certificates with - visibility of 'remoteUser', a 'certs' directory is created in the user's - home directory (e.g., /home/{user-name}/certs) and certificates are placed - in that directory. - :type certificate_references: - list[~azure.batch.models.CertificateReference] - :param application_package_references: Required. A list of application - packages to be installed on each compute node in the pool. The list - replaces any existing application package references on the pool. Changes - to application package references affect all new compute nodes joining the - pool, but do not affect compute nodes that are already in the pool until - they are rebooted or reimaged. If omitted, or if you specify an empty - collection, any existing application packages references are removed from - the pool. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param metadata: Required. A list of name-value pairs associated with the - pool as metadata. This list replaces any existing metadata configured on - the pool. If omitted, or if you specify an empty collection, any existing - metadata is removed from the pool. - :type metadata: list[~azure.batch.models.MetadataItem] - """ - - _validation = { - 'certificate_references': {'required': True}, - 'application_package_references': {'required': True}, - 'metadata': {'required': True}, - } - - _attribute_map = { - 'start_task': {'key': 'startTask', 'type': 'StartTask'}, - 'certificate_references': {'key': 'certificateReferences', 'type': '[CertificateReference]'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'metadata': {'key': 'metadata', 'type': '[MetadataItem]'}, - } - - def __init__(self, *, certificate_references, application_package_references, metadata, start_task=None, **kwargs) -> None: - super(PoolUpdatePropertiesParameter, self).__init__(**kwargs) - self.start_task = start_task - self.certificate_references = certificate_references - self.application_package_references = application_package_references - self.metadata = metadata diff --git a/azure-batch/azure/batch/models/pool_upgrade_os_options.py b/azure-batch/azure/batch/models/pool_upgrade_os_options.py deleted file mode 100644 index fbdfdf91e457..000000000000 --- a/azure-batch/azure/batch/models/pool_upgrade_os_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUpgradeOsOptions(Model): - """Additional parameters for upgrade_os operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(PoolUpgradeOsOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/pool_upgrade_os_options_py3.py b/azure-batch/azure/batch/models/pool_upgrade_os_options_py3.py deleted file mode 100644 index 67884745c1c4..000000000000 --- a/azure-batch/azure/batch/models/pool_upgrade_os_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUpgradeOsOptions(Model): - """Additional parameters for upgrade_os operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(PoolUpgradeOsOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/pool_upgrade_os_parameter.py b/azure-batch/azure/batch/models/pool_upgrade_os_parameter.py deleted file mode 100644 index 17141ac0e652..000000000000 --- a/azure-batch/azure/batch/models/pool_upgrade_os_parameter.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUpgradeOSParameter(Model): - """Options for upgrading the operating system of compute nodes in a pool. - - All required parameters must be populated in order to send to Azure. - - :param target_os_version: Required. The Azure Guest OS version to be - installed on the virtual machines in the pool. - :type target_os_version: str - """ - - _validation = { - 'target_os_version': {'required': True}, - } - - _attribute_map = { - 'target_os_version': {'key': 'targetOSVersion', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(PoolUpgradeOSParameter, self).__init__(**kwargs) - self.target_os_version = kwargs.get('target_os_version', None) diff --git a/azure-batch/azure/batch/models/pool_upgrade_os_parameter_py3.py b/azure-batch/azure/batch/models/pool_upgrade_os_parameter_py3.py deleted file mode 100644 index de2169d028da..000000000000 --- a/azure-batch/azure/batch/models/pool_upgrade_os_parameter_py3.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUpgradeOSParameter(Model): - """Options for upgrading the operating system of compute nodes in a pool. - - All required parameters must be populated in order to send to Azure. - - :param target_os_version: Required. The Azure Guest OS version to be - installed on the virtual machines in the pool. - :type target_os_version: str - """ - - _validation = { - 'target_os_version': {'required': True}, - } - - _attribute_map = { - 'target_os_version': {'key': 'targetOSVersion', 'type': 'str'}, - } - - def __init__(self, *, target_os_version: str, **kwargs) -> None: - super(PoolUpgradeOSParameter, self).__init__(**kwargs) - self.target_os_version = target_os_version diff --git a/azure-batch/azure/batch/models/pool_usage_metrics.py b/azure-batch/azure/batch/models/pool_usage_metrics.py deleted file mode 100644 index 93cfa03f6d8f..000000000000 --- a/azure-batch/azure/batch/models/pool_usage_metrics.py +++ /dev/null @@ -1,74 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUsageMetrics(Model): - """Usage metrics for a pool across an aggregation interval. - - All required parameters must be populated in order to send to Azure. - - :param pool_id: Required. The ID of the pool whose metrics are aggregated - in this entry. - :type pool_id: str - :param start_time: Required. The start time of the aggregation interval - covered by this entry. - :type start_time: datetime - :param end_time: Required. The end time of the aggregation interval - covered by this entry. - :type end_time: datetime - :param vm_size: Required. The size of virtual machines in the pool. All - VMs in a pool are the same size. For information about available sizes of - virtual machines in pools, see Choose a VM size for compute nodes in an - Azure Batch pool - (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). - :type vm_size: str - :param total_core_hours: Required. The total core hours used in the pool - during this aggregation interval. - :type total_core_hours: float - :param data_ingress_gi_b: Required. The cross data center network ingress - to the pool during this interval, in GiB. - :type data_ingress_gi_b: float - :param data_egress_gi_b: Required. The cross data center network egress - from the pool during this interval, in GiB. - :type data_egress_gi_b: float - """ - - _validation = { - 'pool_id': {'required': True}, - 'start_time': {'required': True}, - 'end_time': {'required': True}, - 'vm_size': {'required': True}, - 'total_core_hours': {'required': True}, - 'data_ingress_gi_b': {'required': True}, - 'data_egress_gi_b': {'required': True}, - } - - _attribute_map = { - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'total_core_hours': {'key': 'totalCoreHours', 'type': 'float'}, - 'data_ingress_gi_b': {'key': 'dataIngressGiB', 'type': 'float'}, - 'data_egress_gi_b': {'key': 'dataEgressGiB', 'type': 'float'}, - } - - def __init__(self, **kwargs): - super(PoolUsageMetrics, self).__init__(**kwargs) - self.pool_id = kwargs.get('pool_id', None) - self.start_time = kwargs.get('start_time', None) - self.end_time = kwargs.get('end_time', None) - self.vm_size = kwargs.get('vm_size', None) - self.total_core_hours = kwargs.get('total_core_hours', None) - self.data_ingress_gi_b = kwargs.get('data_ingress_gi_b', None) - self.data_egress_gi_b = kwargs.get('data_egress_gi_b', None) diff --git a/azure-batch/azure/batch/models/pool_usage_metrics_paged.py b/azure-batch/azure/batch/models/pool_usage_metrics_paged.py deleted file mode 100644 index 891554f198a8..000000000000 --- a/azure-batch/azure/batch/models/pool_usage_metrics_paged.py +++ /dev/null @@ -1,27 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class PoolUsageMetricsPaged(Paged): - """ - A paging container for iterating over a list of :class:`PoolUsageMetrics ` object - """ - - _attribute_map = { - 'next_link': {'key': 'odata\\.nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[PoolUsageMetrics]'} - } - - def __init__(self, *args, **kwargs): - - super(PoolUsageMetricsPaged, self).__init__(*args, **kwargs) diff --git a/azure-batch/azure/batch/models/pool_usage_metrics_py3.py b/azure-batch/azure/batch/models/pool_usage_metrics_py3.py deleted file mode 100644 index 5c7ea9ebdf73..000000000000 --- a/azure-batch/azure/batch/models/pool_usage_metrics_py3.py +++ /dev/null @@ -1,74 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class PoolUsageMetrics(Model): - """Usage metrics for a pool across an aggregation interval. - - All required parameters must be populated in order to send to Azure. - - :param pool_id: Required. The ID of the pool whose metrics are aggregated - in this entry. - :type pool_id: str - :param start_time: Required. The start time of the aggregation interval - covered by this entry. - :type start_time: datetime - :param end_time: Required. The end time of the aggregation interval - covered by this entry. - :type end_time: datetime - :param vm_size: Required. The size of virtual machines in the pool. All - VMs in a pool are the same size. For information about available sizes of - virtual machines in pools, see Choose a VM size for compute nodes in an - Azure Batch pool - (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). - :type vm_size: str - :param total_core_hours: Required. The total core hours used in the pool - during this aggregation interval. - :type total_core_hours: float - :param data_ingress_gi_b: Required. The cross data center network ingress - to the pool during this interval, in GiB. - :type data_ingress_gi_b: float - :param data_egress_gi_b: Required. The cross data center network egress - from the pool during this interval, in GiB. - :type data_egress_gi_b: float - """ - - _validation = { - 'pool_id': {'required': True}, - 'start_time': {'required': True}, - 'end_time': {'required': True}, - 'vm_size': {'required': True}, - 'total_core_hours': {'required': True}, - 'data_ingress_gi_b': {'required': True}, - 'data_egress_gi_b': {'required': True}, - } - - _attribute_map = { - 'pool_id': {'key': 'poolId', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'vm_size': {'key': 'vmSize', 'type': 'str'}, - 'total_core_hours': {'key': 'totalCoreHours', 'type': 'float'}, - 'data_ingress_gi_b': {'key': 'dataIngressGiB', 'type': 'float'}, - 'data_egress_gi_b': {'key': 'dataEgressGiB', 'type': 'float'}, - } - - def __init__(self, *, pool_id: str, start_time, end_time, vm_size: str, total_core_hours: float, data_ingress_gi_b: float, data_egress_gi_b: float, **kwargs) -> None: - super(PoolUsageMetrics, self).__init__(**kwargs) - self.pool_id = pool_id - self.start_time = start_time - self.end_time = end_time - self.vm_size = vm_size - self.total_core_hours = total_core_hours - self.data_ingress_gi_b = data_ingress_gi_b - self.data_egress_gi_b = data_egress_gi_b diff --git a/azure-batch/azure/batch/models/recent_job.py b/azure-batch/azure/batch/models/recent_job.py deleted file mode 100644 index 11d430a5393a..000000000000 --- a/azure-batch/azure/batch/models/recent_job.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class RecentJob(Model): - """Information about the most recent job to run under the job schedule. - - :param id: The ID of the job. - :type id: str - :param url: The URL of the job. - :type url: str - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(RecentJob, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.url = kwargs.get('url', None) diff --git a/azure-batch/azure/batch/models/recent_job_py3.py b/azure-batch/azure/batch/models/recent_job_py3.py deleted file mode 100644 index 94b133aeab05..000000000000 --- a/azure-batch/azure/batch/models/recent_job_py3.py +++ /dev/null @@ -1,32 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class RecentJob(Model): - """Information about the most recent job to run under the job schedule. - - :param id: The ID of the job. - :type id: str - :param url: The URL of the job. - :type url: str - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'url': {'key': 'url', 'type': 'str'}, - } - - def __init__(self, *, id: str=None, url: str=None, **kwargs) -> None: - super(RecentJob, self).__init__(**kwargs) - self.id = id - self.url = url diff --git a/azure-batch/azure/batch/models/resize_error.py b/azure-batch/azure/batch/models/resize_error.py deleted file mode 100644 index 8d166d81a8c3..000000000000 --- a/azure-batch/azure/batch/models/resize_error.py +++ /dev/null @@ -1,39 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ResizeError(Model): - """An error that occurred when resizing a pool. - - :param code: An identifier for the pool resize error. Codes are invariant - and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the pool resize error, intended to be - suitable for display in a user interface. - :type message: str - :param values: A list of additional error details related to the pool - resize error. - :type values: list[~azure.batch.models.NameValuePair] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'values': {'key': 'values', 'type': '[NameValuePair]'}, - } - - def __init__(self, **kwargs): - super(ResizeError, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - self.values = kwargs.get('values', None) diff --git a/azure-batch/azure/batch/models/resize_error_py3.py b/azure-batch/azure/batch/models/resize_error_py3.py deleted file mode 100644 index 9e400e601df5..000000000000 --- a/azure-batch/azure/batch/models/resize_error_py3.py +++ /dev/null @@ -1,39 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ResizeError(Model): - """An error that occurred when resizing a pool. - - :param code: An identifier for the pool resize error. Codes are invariant - and are intended to be consumed programmatically. - :type code: str - :param message: A message describing the pool resize error, intended to be - suitable for display in a user interface. - :type message: str - :param values: A list of additional error details related to the pool - resize error. - :type values: list[~azure.batch.models.NameValuePair] - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'values': {'key': 'values', 'type': '[NameValuePair]'}, - } - - def __init__(self, *, code: str=None, message: str=None, values=None, **kwargs) -> None: - super(ResizeError, self).__init__(**kwargs) - self.code = code - self.message = message - self.values = values diff --git a/azure-batch/azure/batch/models/resource_file.py b/azure-batch/azure/batch/models/resource_file.py deleted file mode 100644 index f7a04764b4a3..000000000000 --- a/azure-batch/azure/batch/models/resource_file.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ResourceFile(Model): - """A file to be downloaded from Azure blob storage to a compute node. - - All required parameters must be populated in order to send to Azure. - - :param blob_source: Required. The URL of the file within Azure Blob - Storage. This URL must be readable using anonymous access; that is, the - Batch service does not present any credentials when downloading the blob. - There are two ways to get such a URL for a blob in Azure storage: include - a Shared Access Signature (SAS) granting read permissions on the blob, or - set the ACL for the blob or its container to allow public access. - :type blob_source: str - :param file_path: Required. The location on the compute node to which to - download the file, relative to the task's working directory. - :type file_path: str - :param file_mode: The file permission mode attribute in octal format. This - property applies only to files being downloaded to Linux compute nodes. It - will be ignored if it is specified for a resourceFile which will be - downloaded to a Windows node. If this property is not specified for a - Linux node, then a default value of 0770 is applied to the file. - :type file_mode: str - """ - - _validation = { - 'blob_source': {'required': True}, - 'file_path': {'required': True}, - } - - _attribute_map = { - 'blob_source': {'key': 'blobSource', 'type': 'str'}, - 'file_path': {'key': 'filePath', 'type': 'str'}, - 'file_mode': {'key': 'fileMode', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(ResourceFile, self).__init__(**kwargs) - self.blob_source = kwargs.get('blob_source', None) - self.file_path = kwargs.get('file_path', None) - self.file_mode = kwargs.get('file_mode', None) diff --git a/azure-batch/azure/batch/models/resource_file_py3.py b/azure-batch/azure/batch/models/resource_file_py3.py deleted file mode 100644 index b7c792e7b587..000000000000 --- a/azure-batch/azure/batch/models/resource_file_py3.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ResourceFile(Model): - """A file to be downloaded from Azure blob storage to a compute node. - - All required parameters must be populated in order to send to Azure. - - :param blob_source: Required. The URL of the file within Azure Blob - Storage. This URL must be readable using anonymous access; that is, the - Batch service does not present any credentials when downloading the blob. - There are two ways to get such a URL for a blob in Azure storage: include - a Shared Access Signature (SAS) granting read permissions on the blob, or - set the ACL for the blob or its container to allow public access. - :type blob_source: str - :param file_path: Required. The location on the compute node to which to - download the file, relative to the task's working directory. - :type file_path: str - :param file_mode: The file permission mode attribute in octal format. This - property applies only to files being downloaded to Linux compute nodes. It - will be ignored if it is specified for a resourceFile which will be - downloaded to a Windows node. If this property is not specified for a - Linux node, then a default value of 0770 is applied to the file. - :type file_mode: str - """ - - _validation = { - 'blob_source': {'required': True}, - 'file_path': {'required': True}, - } - - _attribute_map = { - 'blob_source': {'key': 'blobSource', 'type': 'str'}, - 'file_path': {'key': 'filePath', 'type': 'str'}, - 'file_mode': {'key': 'fileMode', 'type': 'str'}, - } - - def __init__(self, *, blob_source: str, file_path: str, file_mode: str=None, **kwargs) -> None: - super(ResourceFile, self).__init__(**kwargs) - self.blob_source = blob_source - self.file_path = file_path - self.file_mode = file_mode diff --git a/azure-batch/azure/batch/models/resource_statistics.py b/azure-batch/azure/batch/models/resource_statistics.py deleted file mode 100644 index 5e861d9ef830..000000000000 --- a/azure-batch/azure/batch/models/resource_statistics.py +++ /dev/null @@ -1,108 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ResourceStatistics(Model): - """Statistics related to resource consumption by compute nodes in a pool. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param avg_cpu_percentage: Required. The average CPU usage across all - nodes in the pool (percentage per node). - :type avg_cpu_percentage: float - :param avg_memory_gi_b: Required. The average memory usage in GiB across - all nodes in the pool. - :type avg_memory_gi_b: float - :param peak_memory_gi_b: Required. The peak memory usage in GiB across all - nodes in the pool. - :type peak_memory_gi_b: float - :param avg_disk_gi_b: Required. The average used disk space in GiB across - all nodes in the pool. - :type avg_disk_gi_b: float - :param peak_disk_gi_b: Required. The peak used disk space in GiB across - all nodes in the pool. - :type peak_disk_gi_b: float - :param disk_read_iops: Required. The total number of disk read operations - across all nodes in the pool. - :type disk_read_iops: long - :param disk_write_iops: Required. The total number of disk write - operations across all nodes in the pool. - :type disk_write_iops: long - :param disk_read_gi_b: Required. The total amount of data in GiB of disk - reads across all nodes in the pool. - :type disk_read_gi_b: float - :param disk_write_gi_b: Required. The total amount of data in GiB of disk - writes across all nodes in the pool. - :type disk_write_gi_b: float - :param network_read_gi_b: Required. The total amount of data in GiB of - network reads across all nodes in the pool. - :type network_read_gi_b: float - :param network_write_gi_b: Required. The total amount of data in GiB of - network writes across all nodes in the pool. - :type network_write_gi_b: float - """ - - _validation = { - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'avg_cpu_percentage': {'required': True}, - 'avg_memory_gi_b': {'required': True}, - 'peak_memory_gi_b': {'required': True}, - 'avg_disk_gi_b': {'required': True}, - 'peak_disk_gi_b': {'required': True}, - 'disk_read_iops': {'required': True}, - 'disk_write_iops': {'required': True}, - 'disk_read_gi_b': {'required': True}, - 'disk_write_gi_b': {'required': True}, - 'network_read_gi_b': {'required': True}, - 'network_write_gi_b': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'avg_cpu_percentage': {'key': 'avgCPUPercentage', 'type': 'float'}, - 'avg_memory_gi_b': {'key': 'avgMemoryGiB', 'type': 'float'}, - 'peak_memory_gi_b': {'key': 'peakMemoryGiB', 'type': 'float'}, - 'avg_disk_gi_b': {'key': 'avgDiskGiB', 'type': 'float'}, - 'peak_disk_gi_b': {'key': 'peakDiskGiB', 'type': 'float'}, - 'disk_read_iops': {'key': 'diskReadIOps', 'type': 'long'}, - 'disk_write_iops': {'key': 'diskWriteIOps', 'type': 'long'}, - 'disk_read_gi_b': {'key': 'diskReadGiB', 'type': 'float'}, - 'disk_write_gi_b': {'key': 'diskWriteGiB', 'type': 'float'}, - 'network_read_gi_b': {'key': 'networkReadGiB', 'type': 'float'}, - 'network_write_gi_b': {'key': 'networkWriteGiB', 'type': 'float'}, - } - - def __init__(self, **kwargs): - super(ResourceStatistics, self).__init__(**kwargs) - self.start_time = kwargs.get('start_time', None) - self.last_update_time = kwargs.get('last_update_time', None) - self.avg_cpu_percentage = kwargs.get('avg_cpu_percentage', None) - self.avg_memory_gi_b = kwargs.get('avg_memory_gi_b', None) - self.peak_memory_gi_b = kwargs.get('peak_memory_gi_b', None) - self.avg_disk_gi_b = kwargs.get('avg_disk_gi_b', None) - self.peak_disk_gi_b = kwargs.get('peak_disk_gi_b', None) - self.disk_read_iops = kwargs.get('disk_read_iops', None) - self.disk_write_iops = kwargs.get('disk_write_iops', None) - self.disk_read_gi_b = kwargs.get('disk_read_gi_b', None) - self.disk_write_gi_b = kwargs.get('disk_write_gi_b', None) - self.network_read_gi_b = kwargs.get('network_read_gi_b', None) - self.network_write_gi_b = kwargs.get('network_write_gi_b', None) diff --git a/azure-batch/azure/batch/models/resource_statistics_py3.py b/azure-batch/azure/batch/models/resource_statistics_py3.py deleted file mode 100644 index bcf0830f444a..000000000000 --- a/azure-batch/azure/batch/models/resource_statistics_py3.py +++ /dev/null @@ -1,108 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class ResourceStatistics(Model): - """Statistics related to resource consumption by compute nodes in a pool. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param avg_cpu_percentage: Required. The average CPU usage across all - nodes in the pool (percentage per node). - :type avg_cpu_percentage: float - :param avg_memory_gi_b: Required. The average memory usage in GiB across - all nodes in the pool. - :type avg_memory_gi_b: float - :param peak_memory_gi_b: Required. The peak memory usage in GiB across all - nodes in the pool. - :type peak_memory_gi_b: float - :param avg_disk_gi_b: Required. The average used disk space in GiB across - all nodes in the pool. - :type avg_disk_gi_b: float - :param peak_disk_gi_b: Required. The peak used disk space in GiB across - all nodes in the pool. - :type peak_disk_gi_b: float - :param disk_read_iops: Required. The total number of disk read operations - across all nodes in the pool. - :type disk_read_iops: long - :param disk_write_iops: Required. The total number of disk write - operations across all nodes in the pool. - :type disk_write_iops: long - :param disk_read_gi_b: Required. The total amount of data in GiB of disk - reads across all nodes in the pool. - :type disk_read_gi_b: float - :param disk_write_gi_b: Required. The total amount of data in GiB of disk - writes across all nodes in the pool. - :type disk_write_gi_b: float - :param network_read_gi_b: Required. The total amount of data in GiB of - network reads across all nodes in the pool. - :type network_read_gi_b: float - :param network_write_gi_b: Required. The total amount of data in GiB of - network writes across all nodes in the pool. - :type network_write_gi_b: float - """ - - _validation = { - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'avg_cpu_percentage': {'required': True}, - 'avg_memory_gi_b': {'required': True}, - 'peak_memory_gi_b': {'required': True}, - 'avg_disk_gi_b': {'required': True}, - 'peak_disk_gi_b': {'required': True}, - 'disk_read_iops': {'required': True}, - 'disk_write_iops': {'required': True}, - 'disk_read_gi_b': {'required': True}, - 'disk_write_gi_b': {'required': True}, - 'network_read_gi_b': {'required': True}, - 'network_write_gi_b': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'avg_cpu_percentage': {'key': 'avgCPUPercentage', 'type': 'float'}, - 'avg_memory_gi_b': {'key': 'avgMemoryGiB', 'type': 'float'}, - 'peak_memory_gi_b': {'key': 'peakMemoryGiB', 'type': 'float'}, - 'avg_disk_gi_b': {'key': 'avgDiskGiB', 'type': 'float'}, - 'peak_disk_gi_b': {'key': 'peakDiskGiB', 'type': 'float'}, - 'disk_read_iops': {'key': 'diskReadIOps', 'type': 'long'}, - 'disk_write_iops': {'key': 'diskWriteIOps', 'type': 'long'}, - 'disk_read_gi_b': {'key': 'diskReadGiB', 'type': 'float'}, - 'disk_write_gi_b': {'key': 'diskWriteGiB', 'type': 'float'}, - 'network_read_gi_b': {'key': 'networkReadGiB', 'type': 'float'}, - 'network_write_gi_b': {'key': 'networkWriteGiB', 'type': 'float'}, - } - - def __init__(self, *, start_time, last_update_time, avg_cpu_percentage: float, avg_memory_gi_b: float, peak_memory_gi_b: float, avg_disk_gi_b: float, peak_disk_gi_b: float, disk_read_iops: int, disk_write_iops: int, disk_read_gi_b: float, disk_write_gi_b: float, network_read_gi_b: float, network_write_gi_b: float, **kwargs) -> None: - super(ResourceStatistics, self).__init__(**kwargs) - self.start_time = start_time - self.last_update_time = last_update_time - self.avg_cpu_percentage = avg_cpu_percentage - self.avg_memory_gi_b = avg_memory_gi_b - self.peak_memory_gi_b = peak_memory_gi_b - self.avg_disk_gi_b = avg_disk_gi_b - self.peak_disk_gi_b = peak_disk_gi_b - self.disk_read_iops = disk_read_iops - self.disk_write_iops = disk_write_iops - self.disk_read_gi_b = disk_read_gi_b - self.disk_write_gi_b = disk_write_gi_b - self.network_read_gi_b = network_read_gi_b - self.network_write_gi_b = network_write_gi_b diff --git a/azure-batch/azure/batch/models/schedule.py b/azure-batch/azure/batch/models/schedule.py deleted file mode 100644 index e6339eb98840..000000000000 --- a/azure-batch/azure/batch/models/schedule.py +++ /dev/null @@ -1,74 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class Schedule(Model): - """The schedule according to which jobs will be created. - - :param do_not_run_until: The earliest time at which any job may be created - under this job schedule. If you do not specify a doNotRunUntil time, the - schedule becomes ready to create jobs immediately. - :type do_not_run_until: datetime - :param do_not_run_after: A time after which no job will be created under - this job schedule. The schedule will move to the completed state as soon - as this deadline is past and there is no active job under this job - schedule. If you do not specify a doNotRunAfter time, and you are creating - a recurring job schedule, the job schedule will remain active until you - explicitly terminate it. - :type do_not_run_after: datetime - :param start_window: The time interval, starting from the time at which - the schedule indicates a job should be created, within which a job must be - created. If a job is not created within the startWindow interval, then the - 'opportunity' is lost; no job will be created until the next recurrence of - the schedule. If the schedule is recurring, and the startWindow is longer - than the recurrence interval, then this is equivalent to an infinite - startWindow, because the job that is 'due' in one recurrenceInterval is - not carried forward into the next recurrence interval. The default is - infinite. The minimum value is 1 minute. If you specify a lower value, the - Batch service rejects the schedule with an error; if you are calling the - REST API directly, the HTTP status code is 400 (Bad Request). - :type start_window: timedelta - :param recurrence_interval: The time interval between the start times of - two successive jobs under the job schedule. A job schedule can have at - most one active job under it at any given time. Because a job schedule can - have at most one active job under it at any given time, if it is time to - create a new job under a job schedule, but the previous job is still - running, the Batch service will not create the new job until the previous - job finishes. If the previous job does not finish within the startWindow - period of the new recurrenceInterval, then no new job will be scheduled - for that interval. For recurring jobs, you should normally specify a - jobManagerTask in the jobSpecification. If you do not use jobManagerTask, - you will need an external process to monitor when jobs are created, add - tasks to the jobs and terminate the jobs ready for the next recurrence. - The default is that the schedule does not recur: one job is created, - within the startWindow after the doNotRunUntil time, and the schedule is - complete as soon as that job finishes. The minimum value is 1 minute. If - you specify a lower value, the Batch service rejects the schedule with an - error; if you are calling the REST API directly, the HTTP status code is - 400 (Bad Request). - :type recurrence_interval: timedelta - """ - - _attribute_map = { - 'do_not_run_until': {'key': 'doNotRunUntil', 'type': 'iso-8601'}, - 'do_not_run_after': {'key': 'doNotRunAfter', 'type': 'iso-8601'}, - 'start_window': {'key': 'startWindow', 'type': 'duration'}, - 'recurrence_interval': {'key': 'recurrenceInterval', 'type': 'duration'}, - } - - def __init__(self, **kwargs): - super(Schedule, self).__init__(**kwargs) - self.do_not_run_until = kwargs.get('do_not_run_until', None) - self.do_not_run_after = kwargs.get('do_not_run_after', None) - self.start_window = kwargs.get('start_window', None) - self.recurrence_interval = kwargs.get('recurrence_interval', None) diff --git a/azure-batch/azure/batch/models/schedule_py3.py b/azure-batch/azure/batch/models/schedule_py3.py deleted file mode 100644 index 66ab18a44f61..000000000000 --- a/azure-batch/azure/batch/models/schedule_py3.py +++ /dev/null @@ -1,74 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class Schedule(Model): - """The schedule according to which jobs will be created. - - :param do_not_run_until: The earliest time at which any job may be created - under this job schedule. If you do not specify a doNotRunUntil time, the - schedule becomes ready to create jobs immediately. - :type do_not_run_until: datetime - :param do_not_run_after: A time after which no job will be created under - this job schedule. The schedule will move to the completed state as soon - as this deadline is past and there is no active job under this job - schedule. If you do not specify a doNotRunAfter time, and you are creating - a recurring job schedule, the job schedule will remain active until you - explicitly terminate it. - :type do_not_run_after: datetime - :param start_window: The time interval, starting from the time at which - the schedule indicates a job should be created, within which a job must be - created. If a job is not created within the startWindow interval, then the - 'opportunity' is lost; no job will be created until the next recurrence of - the schedule. If the schedule is recurring, and the startWindow is longer - than the recurrence interval, then this is equivalent to an infinite - startWindow, because the job that is 'due' in one recurrenceInterval is - not carried forward into the next recurrence interval. The default is - infinite. The minimum value is 1 minute. If you specify a lower value, the - Batch service rejects the schedule with an error; if you are calling the - REST API directly, the HTTP status code is 400 (Bad Request). - :type start_window: timedelta - :param recurrence_interval: The time interval between the start times of - two successive jobs under the job schedule. A job schedule can have at - most one active job under it at any given time. Because a job schedule can - have at most one active job under it at any given time, if it is time to - create a new job under a job schedule, but the previous job is still - running, the Batch service will not create the new job until the previous - job finishes. If the previous job does not finish within the startWindow - period of the new recurrenceInterval, then no new job will be scheduled - for that interval. For recurring jobs, you should normally specify a - jobManagerTask in the jobSpecification. If you do not use jobManagerTask, - you will need an external process to monitor when jobs are created, add - tasks to the jobs and terminate the jobs ready for the next recurrence. - The default is that the schedule does not recur: one job is created, - within the startWindow after the doNotRunUntil time, and the schedule is - complete as soon as that job finishes. The minimum value is 1 minute. If - you specify a lower value, the Batch service rejects the schedule with an - error; if you are calling the REST API directly, the HTTP status code is - 400 (Bad Request). - :type recurrence_interval: timedelta - """ - - _attribute_map = { - 'do_not_run_until': {'key': 'doNotRunUntil', 'type': 'iso-8601'}, - 'do_not_run_after': {'key': 'doNotRunAfter', 'type': 'iso-8601'}, - 'start_window': {'key': 'startWindow', 'type': 'duration'}, - 'recurrence_interval': {'key': 'recurrenceInterval', 'type': 'duration'}, - } - - def __init__(self, *, do_not_run_until=None, do_not_run_after=None, start_window=None, recurrence_interval=None, **kwargs) -> None: - super(Schedule, self).__init__(**kwargs) - self.do_not_run_until = do_not_run_until - self.do_not_run_after = do_not_run_after - self.start_window = start_window - self.recurrence_interval = recurrence_interval diff --git a/azure-batch/azure/batch/models/start_task.py b/azure-batch/azure/batch/models/start_task.py deleted file mode 100644 index 9f0ad707b635..000000000000 --- a/azure-batch/azure/batch/models/start_task.py +++ /dev/null @@ -1,110 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class StartTask(Model): - """A task which is run when a compute node joins a pool in the Azure Batch - service, or when the compute node is rebooted or reimaged. - - Batch will retry tasks when a recovery operation is triggered on a compute - node. Examples of recovery operations include (but are not limited to) when - an unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - All required parameters must be populated in order to send to Azure. - - :param command_line: Required. The command line of the start task. The - command line does not run under a shell, and therefore cannot take - advantage of shell features such as environment variable expansion. If you - want to take advantage of such features, you should invoke the shell in - the command line, for example using "cmd /c MyCommand" in Windows or - "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, - it should use a relative path (relative to the task working directory), or - use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - start task runs. When this is specified, all directories recursively below - the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the - node) are mapped into the container, all task environment variables are - mapped into the container, and the task command line is executed in the - container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. There is a - maximum size for the list of resource files. When the max size is - exceeded, the request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. Files listed under this - element are located in the task's working directory. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param environment_settings: A list of environment variable settings for - the start task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param user_identity: The user identity under which the start task runs. - If omitted, the task runs as a non-administrative user unique to the task. - :type user_identity: ~azure.batch.models.UserIdentity - :param max_task_retry_count: The maximum number of times the task may be - retried. The Batch service retries a task if its exit code is nonzero. - Note that this value specifically controls the number of retries. The - Batch service will try the task once, and may then retry up to this limit. - For example, if the maximum retry count is 3, Batch tries the task up to 4 - times (one initial try and 3 retries). If the maximum retry count is 0, - the Batch service does not retry the task. If the maximum retry count is - -1, the Batch service retries the task without limit. - :type max_task_retry_count: int - :param wait_for_success: Whether the Batch service should wait for the - start task to complete successfully (that is, to exit with exit code 0) - before scheduling any tasks on the compute node. If true and the start - task fails on a compute node, the Batch service retries the start task up - to its maximum retry count (maxTaskRetryCount). If the task has still not - completed successfully after all retries, then the Batch service marks the - compute node unusable, and will not schedule tasks to it. This condition - can be detected via the node state and failure info details. If false, the - Batch service will not wait for the start task to complete. In this case, - other tasks can start executing on the compute node while the start task - is still running; and even if the start task fails, new tasks will - continue to be scheduled on the node. The default is false. - :type wait_for_success: bool - """ - - _validation = { - 'command_line': {'required': True}, - } - - _attribute_map = { - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, - 'wait_for_success': {'key': 'waitForSuccess', 'type': 'bool'}, - } - - def __init__(self, **kwargs): - super(StartTask, self).__init__(**kwargs) - self.command_line = kwargs.get('command_line', None) - self.container_settings = kwargs.get('container_settings', None) - self.resource_files = kwargs.get('resource_files', None) - self.environment_settings = kwargs.get('environment_settings', None) - self.user_identity = kwargs.get('user_identity', None) - self.max_task_retry_count = kwargs.get('max_task_retry_count', None) - self.wait_for_success = kwargs.get('wait_for_success', None) diff --git a/azure-batch/azure/batch/models/start_task_information.py b/azure-batch/azure/batch/models/start_task_information.py deleted file mode 100644 index e8b68b0812df..000000000000 --- a/azure-batch/azure/batch/models/start_task_information.py +++ /dev/null @@ -1,99 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class StartTaskInformation(Model): - """Information about a start task running on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param state: Required. The state of the start task on the compute node. - Possible values include: 'running', 'completed' - :type state: str or ~azure.batch.models.StartTaskState - :param start_time: Required. The time at which the start task started - running. This value is reset every time the task is restarted or retried - (that is, this is the most recent time at which the start task started - running). - :type start_time: datetime - :param end_time: The time at which the start task stopped running. This is - the end time of the most recent run of the start task, if that run has - completed (even if that run failed and a retry is pending). This element - is not present if the start task is currently running. - :type end_time: datetime - :param exit_code: The exit code of the program specified on the start task - command line. This property is set only if the start task is in the - completed state. In general, the exit code for a process reflects the - specific convention implemented by the application developer for that - process. If you use the exit code value to make decisions in your code, be - sure that you know the exit code convention used by the application - process. However, if the Batch service terminates the start task (due to - timeout, or user termination via the API) you may see an operating - system-defined exit code. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param retry_count: Required. The number of times the task has been - retried by the Batch service. Task application failures (non-zero exit - code) are retried, pre-processing errors (the task could not be run) and - file upload errors are not retried. The Batch service will retry the task - up to the limit specified by the constraints. - :type retry_count: int - :param last_retry_time: The most recent time at which a retry of the task - started running. This element is present only if the task was retried - (i.e. retryCount is nonzero). If present, this is typically the same as - startTime, but may be different if the task has been restarted for reasons - other than retry; for example, if the compute node was rebooted during a - retry, then the startTime is updated but the lastRetryTime is not. - :type last_retry_time: datetime - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _validation = { - 'state': {'required': True}, - 'start_time': {'required': True}, - 'retry_count': {'required': True}, - } - - _attribute_map = { - 'state': {'key': 'state', 'type': 'StartTaskState'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'retry_count': {'key': 'retryCount', 'type': 'int'}, - 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, **kwargs): - super(StartTaskInformation, self).__init__(**kwargs) - self.state = kwargs.get('state', None) - self.start_time = kwargs.get('start_time', None) - self.end_time = kwargs.get('end_time', None) - self.exit_code = kwargs.get('exit_code', None) - self.container_info = kwargs.get('container_info', None) - self.failure_info = kwargs.get('failure_info', None) - self.retry_count = kwargs.get('retry_count', None) - self.last_retry_time = kwargs.get('last_retry_time', None) - self.result = kwargs.get('result', None) diff --git a/azure-batch/azure/batch/models/start_task_information_py3.py b/azure-batch/azure/batch/models/start_task_information_py3.py deleted file mode 100644 index cb434ab21729..000000000000 --- a/azure-batch/azure/batch/models/start_task_information_py3.py +++ /dev/null @@ -1,99 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class StartTaskInformation(Model): - """Information about a start task running on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param state: Required. The state of the start task on the compute node. - Possible values include: 'running', 'completed' - :type state: str or ~azure.batch.models.StartTaskState - :param start_time: Required. The time at which the start task started - running. This value is reset every time the task is restarted or retried - (that is, this is the most recent time at which the start task started - running). - :type start_time: datetime - :param end_time: The time at which the start task stopped running. This is - the end time of the most recent run of the start task, if that run has - completed (even if that run failed and a retry is pending). This element - is not present if the start task is currently running. - :type end_time: datetime - :param exit_code: The exit code of the program specified on the start task - command line. This property is set only if the start task is in the - completed state. In general, the exit code for a process reflects the - specific convention implemented by the application developer for that - process. If you use the exit code value to make decisions in your code, be - sure that you know the exit code convention used by the application - process. However, if the Batch service terminates the start task (due to - timeout, or user termination via the API) you may see an operating - system-defined exit code. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param retry_count: Required. The number of times the task has been - retried by the Batch service. Task application failures (non-zero exit - code) are retried, pre-processing errors (the task could not be run) and - file upload errors are not retried. The Batch service will retry the task - up to the limit specified by the constraints. - :type retry_count: int - :param last_retry_time: The most recent time at which a retry of the task - started running. This element is present only if the task was retried - (i.e. retryCount is nonzero). If present, this is typically the same as - startTime, but may be different if the task has been restarted for reasons - other than retry; for example, if the compute node was rebooted during a - retry, then the startTime is updated but the lastRetryTime is not. - :type last_retry_time: datetime - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _validation = { - 'state': {'required': True}, - 'start_time': {'required': True}, - 'retry_count': {'required': True}, - } - - _attribute_map = { - 'state': {'key': 'state', 'type': 'StartTaskState'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'retry_count': {'key': 'retryCount', 'type': 'int'}, - 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, *, state, start_time, retry_count: int, end_time=None, exit_code: int=None, container_info=None, failure_info=None, last_retry_time=None, result=None, **kwargs) -> None: - super(StartTaskInformation, self).__init__(**kwargs) - self.state = state - self.start_time = start_time - self.end_time = end_time - self.exit_code = exit_code - self.container_info = container_info - self.failure_info = failure_info - self.retry_count = retry_count - self.last_retry_time = last_retry_time - self.result = result diff --git a/azure-batch/azure/batch/models/start_task_py3.py b/azure-batch/azure/batch/models/start_task_py3.py deleted file mode 100644 index 7fb958151b3e..000000000000 --- a/azure-batch/azure/batch/models/start_task_py3.py +++ /dev/null @@ -1,110 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class StartTask(Model): - """A task which is run when a compute node joins a pool in the Azure Batch - service, or when the compute node is rebooted or reimaged. - - Batch will retry tasks when a recovery operation is triggered on a compute - node. Examples of recovery operations include (but are not limited to) when - an unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - All required parameters must be populated in order to send to Azure. - - :param command_line: Required. The command line of the start task. The - command line does not run under a shell, and therefore cannot take - advantage of shell features such as environment variable expansion. If you - want to take advantage of such features, you should invoke the shell in - the command line, for example using "cmd /c MyCommand" in Windows or - "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, - it should use a relative path (relative to the task working directory), or - use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - start task runs. When this is specified, all directories recursively below - the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the - node) are mapped into the container, all task environment variables are - mapped into the container, and the task command line is executed in the - container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. There is a - maximum size for the list of resource files. When the max size is - exceeded, the request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. Files listed under this - element are located in the task's working directory. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param environment_settings: A list of environment variable settings for - the start task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param user_identity: The user identity under which the start task runs. - If omitted, the task runs as a non-administrative user unique to the task. - :type user_identity: ~azure.batch.models.UserIdentity - :param max_task_retry_count: The maximum number of times the task may be - retried. The Batch service retries a task if its exit code is nonzero. - Note that this value specifically controls the number of retries. The - Batch service will try the task once, and may then retry up to this limit. - For example, if the maximum retry count is 3, Batch tries the task up to 4 - times (one initial try and 3 retries). If the maximum retry count is 0, - the Batch service does not retry the task. If the maximum retry count is - -1, the Batch service retries the task without limit. - :type max_task_retry_count: int - :param wait_for_success: Whether the Batch service should wait for the - start task to complete successfully (that is, to exit with exit code 0) - before scheduling any tasks on the compute node. If true and the start - task fails on a compute node, the Batch service retries the start task up - to its maximum retry count (maxTaskRetryCount). If the task has still not - completed successfully after all retries, then the Batch service marks the - compute node unusable, and will not schedule tasks to it. This condition - can be detected via the node state and failure info details. If false, the - Batch service will not wait for the start task to complete. In this case, - other tasks can start executing on the compute node while the start task - is still running; and even if the start task fails, new tasks will - continue to be scheduled on the node. The default is false. - :type wait_for_success: bool - """ - - _validation = { - 'command_line': {'required': True}, - } - - _attribute_map = { - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, - 'wait_for_success': {'key': 'waitForSuccess', 'type': 'bool'}, - } - - def __init__(self, *, command_line: str, container_settings=None, resource_files=None, environment_settings=None, user_identity=None, max_task_retry_count: int=None, wait_for_success: bool=None, **kwargs) -> None: - super(StartTask, self).__init__(**kwargs) - self.command_line = command_line - self.container_settings = container_settings - self.resource_files = resource_files - self.environment_settings = environment_settings - self.user_identity = user_identity - self.max_task_retry_count = max_task_retry_count - self.wait_for_success = wait_for_success diff --git a/azure-batch/azure/batch/models/subtask_information.py b/azure-batch/azure/batch/models/subtask_information.py deleted file mode 100644 index dbbff70448ec..000000000000 --- a/azure-batch/azure/batch/models/subtask_information.py +++ /dev/null @@ -1,97 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class SubtaskInformation(Model): - """Information about an Azure Batch subtask. - - :param id: The ID of the subtask. - :type id: int - :param node_info: Information about the compute node on which the subtask - ran. - :type node_info: ~azure.batch.models.ComputeNodeInformation - :param start_time: The time at which the subtask started running. If the - subtask has been restarted or retried, this is the most recent time at - which the subtask started running. - :type start_time: datetime - :param end_time: The time at which the subtask completed. This property is - set only if the subtask is in the Completed state. - :type end_time: datetime - :param exit_code: The exit code of the program specified on the subtask - command line. This property is set only if the subtask is in the completed - state. In general, the exit code for a process reflects the specific - convention implemented by the application developer for that process. If - you use the exit code value to make decisions in your code, be sure that - you know the exit code convention used by the application process. - However, if the Batch service terminates the subtask (due to timeout, or - user termination via the API) you may see an operating system-defined exit - code. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param state: The current state of the subtask. Possible values include: - 'preparing', 'running', 'completed' - :type state: str or ~azure.batch.models.SubtaskState - :param state_transition_time: The time at which the subtask entered its - current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the subtask. This property is - not set if the subtask is in its initial running state. Possible values - include: 'preparing', 'running', 'completed' - :type previous_state: str or ~azure.batch.models.SubtaskState - :param previous_state_transition_time: The time at which the subtask - entered its previous state. This property is not set if the subtask is in - its initial running state. - :type previous_state_transition_time: datetime - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'int'}, - 'node_info': {'key': 'nodeInfo', 'type': 'ComputeNodeInformation'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'state': {'key': 'state', 'type': 'SubtaskState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'SubtaskState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, **kwargs): - super(SubtaskInformation, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.node_info = kwargs.get('node_info', None) - self.start_time = kwargs.get('start_time', None) - self.end_time = kwargs.get('end_time', None) - self.exit_code = kwargs.get('exit_code', None) - self.container_info = kwargs.get('container_info', None) - self.failure_info = kwargs.get('failure_info', None) - self.state = kwargs.get('state', None) - self.state_transition_time = kwargs.get('state_transition_time', None) - self.previous_state = kwargs.get('previous_state', None) - self.previous_state_transition_time = kwargs.get('previous_state_transition_time', None) - self.result = kwargs.get('result', None) diff --git a/azure-batch/azure/batch/models/subtask_information_py3.py b/azure-batch/azure/batch/models/subtask_information_py3.py deleted file mode 100644 index 1399c8660186..000000000000 --- a/azure-batch/azure/batch/models/subtask_information_py3.py +++ /dev/null @@ -1,97 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class SubtaskInformation(Model): - """Information about an Azure Batch subtask. - - :param id: The ID of the subtask. - :type id: int - :param node_info: Information about the compute node on which the subtask - ran. - :type node_info: ~azure.batch.models.ComputeNodeInformation - :param start_time: The time at which the subtask started running. If the - subtask has been restarted or retried, this is the most recent time at - which the subtask started running. - :type start_time: datetime - :param end_time: The time at which the subtask completed. This property is - set only if the subtask is in the Completed state. - :type end_time: datetime - :param exit_code: The exit code of the program specified on the subtask - command line. This property is set only if the subtask is in the completed - state. In general, the exit code for a process reflects the specific - convention implemented by the application developer for that process. If - you use the exit code value to make decisions in your code, be sure that - you know the exit code convention used by the application process. - However, if the Batch service terminates the subtask (due to timeout, or - user termination via the API) you may see an operating system-defined exit - code. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param state: The current state of the subtask. Possible values include: - 'preparing', 'running', 'completed' - :type state: str or ~azure.batch.models.SubtaskState - :param state_transition_time: The time at which the subtask entered its - current state. - :type state_transition_time: datetime - :param previous_state: The previous state of the subtask. This property is - not set if the subtask is in its initial running state. Possible values - include: 'preparing', 'running', 'completed' - :type previous_state: str or ~azure.batch.models.SubtaskState - :param previous_state_transition_time: The time at which the subtask - entered its previous state. This property is not set if the subtask is in - its initial running state. - :type previous_state_transition_time: datetime - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _attribute_map = { - 'id': {'key': 'id', 'type': 'int'}, - 'node_info': {'key': 'nodeInfo', 'type': 'ComputeNodeInformation'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'state': {'key': 'state', 'type': 'SubtaskState'}, - 'state_transition_time': {'key': 'stateTransitionTime', 'type': 'iso-8601'}, - 'previous_state': {'key': 'previousState', 'type': 'SubtaskState'}, - 'previous_state_transition_time': {'key': 'previousStateTransitionTime', 'type': 'iso-8601'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, *, id: int=None, node_info=None, start_time=None, end_time=None, exit_code: int=None, container_info=None, failure_info=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, result=None, **kwargs) -> None: - super(SubtaskInformation, self).__init__(**kwargs) - self.id = id - self.node_info = node_info - self.start_time = start_time - self.end_time = end_time - self.exit_code = exit_code - self.container_info = container_info - self.failure_info = failure_info - self.state = state - self.state_transition_time = state_transition_time - self.previous_state = previous_state - self.previous_state_transition_time = previous_state_transition_time - self.result = result diff --git a/azure-batch/azure/batch/models/task_add_collection_options.py b/azure-batch/azure/batch/models/task_add_collection_options.py deleted file mode 100644 index f0622c9c6dfc..000000000000 --- a/azure-batch/azure/batch/models/task_add_collection_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddCollectionOptions(Model): - """Additional parameters for add_collection operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(TaskAddCollectionOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/task_add_collection_options_py3.py b/azure-batch/azure/batch/models/task_add_collection_options_py3.py deleted file mode 100644 index 634f522c04f0..000000000000 --- a/azure-batch/azure/batch/models/task_add_collection_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddCollectionOptions(Model): - """Additional parameters for add_collection operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(TaskAddCollectionOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/task_add_collection_parameter.py b/azure-batch/azure/batch/models/task_add_collection_parameter.py deleted file mode 100644 index 56b615c4a7a1..000000000000 --- a/azure-batch/azure/batch/models/task_add_collection_parameter.py +++ /dev/null @@ -1,38 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddCollectionParameter(Model): - """A collection of Azure Batch tasks to add. - - All required parameters must be populated in order to send to Azure. - - :param value: Required. The collection of tasks to add. The maximum count - of tasks is 100. The total serialized size of this collection must be less - than 1MB. If it is greater than 1MB (for example if each task has 100's of - resource files or environment variables), the request will fail with code - 'RequestBodyTooLarge' and should be retried again with fewer tasks. - :type value: list[~azure.batch.models.TaskAddParameter] - """ - - _validation = { - 'value': {'required': True, 'max_items': 100}, - } - - _attribute_map = { - 'value': {'key': 'value', 'type': '[TaskAddParameter]'}, - } - - def __init__(self, **kwargs): - super(TaskAddCollectionParameter, self).__init__(**kwargs) - self.value = kwargs.get('value', None) diff --git a/azure-batch/azure/batch/models/task_add_collection_parameter_py3.py b/azure-batch/azure/batch/models/task_add_collection_parameter_py3.py deleted file mode 100644 index bfeaf536c43a..000000000000 --- a/azure-batch/azure/batch/models/task_add_collection_parameter_py3.py +++ /dev/null @@ -1,38 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddCollectionParameter(Model): - """A collection of Azure Batch tasks to add. - - All required parameters must be populated in order to send to Azure. - - :param value: Required. The collection of tasks to add. The maximum count - of tasks is 100. The total serialized size of this collection must be less - than 1MB. If it is greater than 1MB (for example if each task has 100's of - resource files or environment variables), the request will fail with code - 'RequestBodyTooLarge' and should be retried again with fewer tasks. - :type value: list[~azure.batch.models.TaskAddParameter] - """ - - _validation = { - 'value': {'required': True, 'max_items': 100}, - } - - _attribute_map = { - 'value': {'key': 'value', 'type': '[TaskAddParameter]'}, - } - - def __init__(self, *, value, **kwargs) -> None: - super(TaskAddCollectionParameter, self).__init__(**kwargs) - self.value = value diff --git a/azure-batch/azure/batch/models/task_add_collection_result.py b/azure-batch/azure/batch/models/task_add_collection_result.py deleted file mode 100644 index 0dbc142075ad..000000000000 --- a/azure-batch/azure/batch/models/task_add_collection_result.py +++ /dev/null @@ -1,28 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddCollectionResult(Model): - """The result of adding a collection of tasks to a job. - - :param value: The results of the add task collection operation. - :type value: list[~azure.batch.models.TaskAddResult] - """ - - _attribute_map = { - 'value': {'key': 'value', 'type': '[TaskAddResult]'}, - } - - def __init__(self, **kwargs): - super(TaskAddCollectionResult, self).__init__(**kwargs) - self.value = kwargs.get('value', None) diff --git a/azure-batch/azure/batch/models/task_add_collection_result_py3.py b/azure-batch/azure/batch/models/task_add_collection_result_py3.py deleted file mode 100644 index 06cde63a9c5a..000000000000 --- a/azure-batch/azure/batch/models/task_add_collection_result_py3.py +++ /dev/null @@ -1,28 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddCollectionResult(Model): - """The result of adding a collection of tasks to a job. - - :param value: The results of the add task collection operation. - :type value: list[~azure.batch.models.TaskAddResult] - """ - - _attribute_map = { - 'value': {'key': 'value', 'type': '[TaskAddResult]'}, - } - - def __init__(self, *, value=None, **kwargs) -> None: - super(TaskAddCollectionResult, self).__init__(**kwargs) - self.value = value diff --git a/azure-batch/azure/batch/models/task_add_options.py b/azure-batch/azure/batch/models/task_add_options.py deleted file mode 100644 index 667cc19d1208..000000000000 --- a/azure-batch/azure/batch/models/task_add_options.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(TaskAddOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/task_add_options_py3.py b/azure-batch/azure/batch/models/task_add_options_py3.py deleted file mode 100644 index da9c6a8c3e46..000000000000 --- a/azure-batch/azure/batch/models/task_add_options_py3.py +++ /dev/null @@ -1,46 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddOptions(Model): - """Additional parameters for add operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(TaskAddOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/task_add_parameter.py b/azure-batch/azure/batch/models/task_add_parameter.py deleted file mode 100644 index c0ac69877a6d..000000000000 --- a/azure-batch/azure/batch/models/task_add_parameter.py +++ /dev/null @@ -1,167 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddParameter(Model): - """An Azure Batch task to add. - - Batch will retry tasks when a recovery operation is triggered on a compute - node. Examples of recovery operations include (but are not limited to) when - an unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the task within the - job. The ID can contain any combination of alphanumeric characters - including hyphens and underscores, and cannot contain more than 64 - characters. The ID is case-preserving and case-insensitive (that is, you - may not have two IDs within a job that differ only by case). - :type id: str - :param display_name: A display name for the task. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param command_line: Required. The command line of the task. For - multi-instance tasks, the command line is executed as the primary task, - after the primary task and all subtasks have finished executing the - coordination command line. The command line does not run under a shell, - and therefore cannot take advantage of shell features such as environment - variable expansion. If you want to take advantage of such features, you - should invoke the shell in the command line, for example using "cmd /c - MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command - line refers to file paths, it should use a relative path (relative to the - task working directory), or use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - task runs. If the pool that will run this task has containerConfiguration - set, this must be set as well. If the pool that will run this task doesn't - have containerConfiguration set, this must not be set. When this is - specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR - (the root of Azure Batch directories on the node) are mapped into the - container, all task environment variables are mapped into the container, - and the task command line is executed in the container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param exit_conditions: How the Batch service should respond when the task - completes. - :type exit_conditions: ~azure.batch.models.ExitConditions - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. For - multi-instance tasks, the resource files will only be downloaded to the - compute node on which the primary task is executed. There is a maximum - size for the list of resource files. When the max size is exceeded, the - request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param output_files: A list of files that the Batch service will upload - from the compute node after running the command line. For multi-instance - tasks, the files will only be uploaded from the compute node on which the - primary task is executed. - :type output_files: list[~azure.batch.models.OutputFile] - :param environment_settings: A list of environment variable settings for - the task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param affinity_info: A locality hint that can be used by the Batch - service to select a compute node on which to start the new task. - :type affinity_info: ~azure.batch.models.AffinityInformation - :param constraints: The execution constraints that apply to this task. If - you do not specify constraints, the maxTaskRetryCount is the - maxTaskRetryCount specified for the job, and the maxWallClockTime and - retentionTime are infinite. - :type constraints: ~azure.batch.models.TaskConstraints - :param user_identity: The user identity under which the task runs. If - omitted, the task runs as a non-administrative user unique to the task. - :type user_identity: ~azure.batch.models.UserIdentity - :param multi_instance_settings: An object that indicates that the task is - a multi-instance task, and contains information about how to run the - multi-instance task. - :type multi_instance_settings: ~azure.batch.models.MultiInstanceSettings - :param depends_on: The tasks that this task depends on. This task will not - be scheduled until all tasks that it depends on have completed - successfully. If any of those tasks fail and exhaust their retry counts, - this task will never be scheduled. If the job does not have - usesTaskDependencies set to true, and this element is present, the request - fails with error code TaskDependenciesNotSpecifiedOnJob. - :type depends_on: ~azure.batch.models.TaskDependencies - :param application_package_references: A list of application packages that - the Batch service will deploy to the compute node before running the - command line. Application packages are downloaded and deployed to a shared - directory, not the task working directory. Therefore, if a referenced - package is already on the compute node, and is up to date, then it is not - re-downloaded; the existing copy on the compute node is used. If a - referenced application package cannot be installed, for example because - the package has been deleted or because download failed, the task fails. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param authentication_token_settings: The settings for an authentication - token that the task can use to perform Batch service operations. If this - property is set, the Batch service provides the task with an - authentication token which can be used to authenticate Batch service - operations without requiring an account access key. The token is provided - via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations - that the task can carry out using the token depend on the settings. For - example, a task can request job permissions in order to add other tasks to - the job, or check the status of the job or of other tasks under the job. - :type authentication_token_settings: - ~azure.batch.models.AuthenticationTokenSettings - """ - - _validation = { - 'id': {'required': True}, - 'command_line': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'exit_conditions': {'key': 'exitConditions', 'type': 'ExitConditions'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'affinity_info': {'key': 'affinityInfo', 'type': 'AffinityInformation'}, - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'multi_instance_settings': {'key': 'multiInstanceSettings', 'type': 'MultiInstanceSettings'}, - 'depends_on': {'key': 'dependsOn', 'type': 'TaskDependencies'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, - } - - def __init__(self, **kwargs): - super(TaskAddParameter, self).__init__(**kwargs) - self.id = kwargs.get('id', None) - self.display_name = kwargs.get('display_name', None) - self.command_line = kwargs.get('command_line', None) - self.container_settings = kwargs.get('container_settings', None) - self.exit_conditions = kwargs.get('exit_conditions', None) - self.resource_files = kwargs.get('resource_files', None) - self.output_files = kwargs.get('output_files', None) - self.environment_settings = kwargs.get('environment_settings', None) - self.affinity_info = kwargs.get('affinity_info', None) - self.constraints = kwargs.get('constraints', None) - self.user_identity = kwargs.get('user_identity', None) - self.multi_instance_settings = kwargs.get('multi_instance_settings', None) - self.depends_on = kwargs.get('depends_on', None) - self.application_package_references = kwargs.get('application_package_references', None) - self.authentication_token_settings = kwargs.get('authentication_token_settings', None) diff --git a/azure-batch/azure/batch/models/task_add_parameter_py3.py b/azure-batch/azure/batch/models/task_add_parameter_py3.py deleted file mode 100644 index 31f571e71d31..000000000000 --- a/azure-batch/azure/batch/models/task_add_parameter_py3.py +++ /dev/null @@ -1,167 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddParameter(Model): - """An Azure Batch task to add. - - Batch will retry tasks when a recovery operation is triggered on a compute - node. Examples of recovery operations include (but are not limited to) when - an unhealthy compute node is rebooted or a compute node disappeared due to - host failure. Retries due to recovery operations are independent of and are - not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is - 0, an internal retry due to a recovery operation may occur. Because of - this, all tasks should be idempotent. This means tasks need to tolerate - being interrupted and restarted without causing any corruption or duplicate - data. The best practice for long running tasks is to use some form of - checkpointing. - - All required parameters must be populated in order to send to Azure. - - :param id: Required. A string that uniquely identifies the task within the - job. The ID can contain any combination of alphanumeric characters - including hyphens and underscores, and cannot contain more than 64 - characters. The ID is case-preserving and case-insensitive (that is, you - may not have two IDs within a job that differ only by case). - :type id: str - :param display_name: A display name for the task. The display name need - not be unique and can contain any Unicode characters up to a maximum - length of 1024. - :type display_name: str - :param command_line: Required. The command line of the task. For - multi-instance tasks, the command line is executed as the primary task, - after the primary task and all subtasks have finished executing the - coordination command line. The command line does not run under a shell, - and therefore cannot take advantage of shell features such as environment - variable expansion. If you want to take advantage of such features, you - should invoke the shell in the command line, for example using "cmd /c - MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command - line refers to file paths, it should use a relative path (relative to the - task working directory), or use the Batch provided environment variable - (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables). - :type command_line: str - :param container_settings: The settings for the container under which the - task runs. If the pool that will run this task has containerConfiguration - set, this must be set as well. If the pool that will run this task doesn't - have containerConfiguration set, this must not be set. When this is - specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR - (the root of Azure Batch directories on the node) are mapped into the - container, all task environment variables are mapped into the container, - and the task command line is executed in the container. - :type container_settings: ~azure.batch.models.TaskContainerSettings - :param exit_conditions: How the Batch service should respond when the task - completes. - :type exit_conditions: ~azure.batch.models.ExitConditions - :param resource_files: A list of files that the Batch service will - download to the compute node before running the command line. For - multi-instance tasks, the resource files will only be downloaded to the - compute node on which the primary task is executed. There is a maximum - size for the list of resource files. When the max size is exceeded, the - request will fail and the response error code will be - RequestEntityTooLarge. If this occurs, the collection of ResourceFiles - must be reduced in size. This can be achieved using .zip files, - Application Packages, or Docker Containers. - :type resource_files: list[~azure.batch.models.ResourceFile] - :param output_files: A list of files that the Batch service will upload - from the compute node after running the command line. For multi-instance - tasks, the files will only be uploaded from the compute node on which the - primary task is executed. - :type output_files: list[~azure.batch.models.OutputFile] - :param environment_settings: A list of environment variable settings for - the task. - :type environment_settings: list[~azure.batch.models.EnvironmentSetting] - :param affinity_info: A locality hint that can be used by the Batch - service to select a compute node on which to start the new task. - :type affinity_info: ~azure.batch.models.AffinityInformation - :param constraints: The execution constraints that apply to this task. If - you do not specify constraints, the maxTaskRetryCount is the - maxTaskRetryCount specified for the job, and the maxWallClockTime and - retentionTime are infinite. - :type constraints: ~azure.batch.models.TaskConstraints - :param user_identity: The user identity under which the task runs. If - omitted, the task runs as a non-administrative user unique to the task. - :type user_identity: ~azure.batch.models.UserIdentity - :param multi_instance_settings: An object that indicates that the task is - a multi-instance task, and contains information about how to run the - multi-instance task. - :type multi_instance_settings: ~azure.batch.models.MultiInstanceSettings - :param depends_on: The tasks that this task depends on. This task will not - be scheduled until all tasks that it depends on have completed - successfully. If any of those tasks fail and exhaust their retry counts, - this task will never be scheduled. If the job does not have - usesTaskDependencies set to true, and this element is present, the request - fails with error code TaskDependenciesNotSpecifiedOnJob. - :type depends_on: ~azure.batch.models.TaskDependencies - :param application_package_references: A list of application packages that - the Batch service will deploy to the compute node before running the - command line. Application packages are downloaded and deployed to a shared - directory, not the task working directory. Therefore, if a referenced - package is already on the compute node, and is up to date, then it is not - re-downloaded; the existing copy on the compute node is used. If a - referenced application package cannot be installed, for example because - the package has been deleted or because download failed, the task fails. - :type application_package_references: - list[~azure.batch.models.ApplicationPackageReference] - :param authentication_token_settings: The settings for an authentication - token that the task can use to perform Batch service operations. If this - property is set, the Batch service provides the task with an - authentication token which can be used to authenticate Batch service - operations without requiring an account access key. The token is provided - via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations - that the task can carry out using the token depend on the settings. For - example, a task can request job permissions in order to add other tasks to - the job, or check the status of the job or of other tasks under the job. - :type authentication_token_settings: - ~azure.batch.models.AuthenticationTokenSettings - """ - - _validation = { - 'id': {'required': True}, - 'command_line': {'required': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'command_line': {'key': 'commandLine', 'type': 'str'}, - 'container_settings': {'key': 'containerSettings', 'type': 'TaskContainerSettings'}, - 'exit_conditions': {'key': 'exitConditions', 'type': 'ExitConditions'}, - 'resource_files': {'key': 'resourceFiles', 'type': '[ResourceFile]'}, - 'output_files': {'key': 'outputFiles', 'type': '[OutputFile]'}, - 'environment_settings': {'key': 'environmentSettings', 'type': '[EnvironmentSetting]'}, - 'affinity_info': {'key': 'affinityInfo', 'type': 'AffinityInformation'}, - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - 'user_identity': {'key': 'userIdentity', 'type': 'UserIdentity'}, - 'multi_instance_settings': {'key': 'multiInstanceSettings', 'type': 'MultiInstanceSettings'}, - 'depends_on': {'key': 'dependsOn', 'type': 'TaskDependencies'}, - 'application_package_references': {'key': 'applicationPackageReferences', 'type': '[ApplicationPackageReference]'}, - 'authentication_token_settings': {'key': 'authenticationTokenSettings', 'type': 'AuthenticationTokenSettings'}, - } - - def __init__(self, *, id: str, command_line: str, display_name: str=None, container_settings=None, exit_conditions=None, resource_files=None, output_files=None, environment_settings=None, affinity_info=None, constraints=None, user_identity=None, multi_instance_settings=None, depends_on=None, application_package_references=None, authentication_token_settings=None, **kwargs) -> None: - super(TaskAddParameter, self).__init__(**kwargs) - self.id = id - self.display_name = display_name - self.command_line = command_line - self.container_settings = container_settings - self.exit_conditions = exit_conditions - self.resource_files = resource_files - self.output_files = output_files - self.environment_settings = environment_settings - self.affinity_info = affinity_info - self.constraints = constraints - self.user_identity = user_identity - self.multi_instance_settings = multi_instance_settings - self.depends_on = depends_on - self.application_package_references = application_package_references - self.authentication_token_settings = authentication_token_settings diff --git a/azure-batch/azure/batch/models/task_add_result.py b/azure-batch/azure/batch/models/task_add_result.py deleted file mode 100644 index 7528e30d9506..000000000000 --- a/azure-batch/azure/batch/models/task_add_result.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddResult(Model): - """Result for a single task added as part of an add task collection operation. - - All required parameters must be populated in order to send to Azure. - - :param status: Required. The status of the add task request. Possible - values include: 'success', 'clientError', 'serverError' - :type status: str or ~azure.batch.models.TaskAddStatus - :param task_id: Required. The ID of the task for which this is the result. - :type task_id: str - :param e_tag: The ETag of the task, if the task was successfully added. - You can use this to detect whether the task has changed between requests. - In particular, you can be pass the ETag with an Update Task request to - specify that your changes should take effect only if nobody else has - modified the job in the meantime. - :type e_tag: str - :param last_modified: The last modified time of the task. - :type last_modified: datetime - :param location: The URL of the task, if the task was successfully added. - :type location: str - :param error: The error encountered while attempting to add the task. - :type error: ~azure.batch.models.BatchError - """ - - _validation = { - 'status': {'required': True}, - 'task_id': {'required': True}, - } - - _attribute_map = { - 'status': {'key': 'status', 'type': 'TaskAddStatus'}, - 'task_id': {'key': 'taskId', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'location': {'key': 'location', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'BatchError'}, - } - - def __init__(self, **kwargs): - super(TaskAddResult, self).__init__(**kwargs) - self.status = kwargs.get('status', None) - self.task_id = kwargs.get('task_id', None) - self.e_tag = kwargs.get('e_tag', None) - self.last_modified = kwargs.get('last_modified', None) - self.location = kwargs.get('location', None) - self.error = kwargs.get('error', None) diff --git a/azure-batch/azure/batch/models/task_add_result_py3.py b/azure-batch/azure/batch/models/task_add_result_py3.py deleted file mode 100644 index 7add806bdee3..000000000000 --- a/azure-batch/azure/batch/models/task_add_result_py3.py +++ /dev/null @@ -1,60 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskAddResult(Model): - """Result for a single task added as part of an add task collection operation. - - All required parameters must be populated in order to send to Azure. - - :param status: Required. The status of the add task request. Possible - values include: 'success', 'clientError', 'serverError' - :type status: str or ~azure.batch.models.TaskAddStatus - :param task_id: Required. The ID of the task for which this is the result. - :type task_id: str - :param e_tag: The ETag of the task, if the task was successfully added. - You can use this to detect whether the task has changed between requests. - In particular, you can be pass the ETag with an Update Task request to - specify that your changes should take effect only if nobody else has - modified the job in the meantime. - :type e_tag: str - :param last_modified: The last modified time of the task. - :type last_modified: datetime - :param location: The URL of the task, if the task was successfully added. - :type location: str - :param error: The error encountered while attempting to add the task. - :type error: ~azure.batch.models.BatchError - """ - - _validation = { - 'status': {'required': True}, - 'task_id': {'required': True}, - } - - _attribute_map = { - 'status': {'key': 'status', 'type': 'TaskAddStatus'}, - 'task_id': {'key': 'taskId', 'type': 'str'}, - 'e_tag': {'key': 'eTag', 'type': 'str'}, - 'last_modified': {'key': 'lastModified', 'type': 'iso-8601'}, - 'location': {'key': 'location', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'BatchError'}, - } - - def __init__(self, *, status, task_id: str, e_tag: str=None, last_modified=None, location: str=None, error=None, **kwargs) -> None: - super(TaskAddResult, self).__init__(**kwargs) - self.status = status - self.task_id = task_id - self.e_tag = e_tag - self.last_modified = last_modified - self.location = location - self.error = error diff --git a/azure-batch/azure/batch/models/task_constraints.py b/azure-batch/azure/batch/models/task_constraints.py deleted file mode 100644 index 22898fad6ff2..000000000000 --- a/azure-batch/azure/batch/models/task_constraints.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskConstraints(Model): - """Execution constraints to apply to a task. - - :param max_wall_clock_time: The maximum elapsed time that the task may - run, measured from the time the task starts. If the task does not complete - within the time limit, the Batch service terminates it. If this is not - specified, there is no time limit on how long the task may run. - :type max_wall_clock_time: timedelta - :param retention_time: The minimum time to retain the task directory on - the compute node where it ran, from the time it completes execution. After - this time, the Batch service may delete the task directory and all its - contents. The default is infinite, i.e. the task directory will be - retained until the compute node is removed or reimaged. - :type retention_time: timedelta - :param max_task_retry_count: The maximum number of times the task may be - retried. The Batch service retries a task if its exit code is nonzero. - Note that this value specifically controls the number of retries for the - task executable due to a nonzero exit code. The Batch service will try the - task once, and may then retry up to this limit. For example, if the - maximum retry count is 3, Batch tries the task up to 4 times (one initial - try and 3 retries). If the maximum retry count is 0, the Batch service - does not retry the task after the first attempt. If the maximum retry - count is -1, the Batch service retries the task without limit. Resource - files and application packages are only downloaded again if the task is - retried on a new compute node. - :type max_task_retry_count: int - """ - - _attribute_map = { - 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, - 'retention_time': {'key': 'retentionTime', 'type': 'duration'}, - 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(TaskConstraints, self).__init__(**kwargs) - self.max_wall_clock_time = kwargs.get('max_wall_clock_time', None) - self.retention_time = kwargs.get('retention_time', None) - self.max_task_retry_count = kwargs.get('max_task_retry_count', None) diff --git a/azure-batch/azure/batch/models/task_constraints_py3.py b/azure-batch/azure/batch/models/task_constraints_py3.py deleted file mode 100644 index 2070d09669c6..000000000000 --- a/azure-batch/azure/batch/models/task_constraints_py3.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskConstraints(Model): - """Execution constraints to apply to a task. - - :param max_wall_clock_time: The maximum elapsed time that the task may - run, measured from the time the task starts. If the task does not complete - within the time limit, the Batch service terminates it. If this is not - specified, there is no time limit on how long the task may run. - :type max_wall_clock_time: timedelta - :param retention_time: The minimum time to retain the task directory on - the compute node where it ran, from the time it completes execution. After - this time, the Batch service may delete the task directory and all its - contents. The default is infinite, i.e. the task directory will be - retained until the compute node is removed or reimaged. - :type retention_time: timedelta - :param max_task_retry_count: The maximum number of times the task may be - retried. The Batch service retries a task if its exit code is nonzero. - Note that this value specifically controls the number of retries for the - task executable due to a nonzero exit code. The Batch service will try the - task once, and may then retry up to this limit. For example, if the - maximum retry count is 3, Batch tries the task up to 4 times (one initial - try and 3 retries). If the maximum retry count is 0, the Batch service - does not retry the task after the first attempt. If the maximum retry - count is -1, the Batch service retries the task without limit. Resource - files and application packages are only downloaded again if the task is - retried on a new compute node. - :type max_task_retry_count: int - """ - - _attribute_map = { - 'max_wall_clock_time': {'key': 'maxWallClockTime', 'type': 'duration'}, - 'retention_time': {'key': 'retentionTime', 'type': 'duration'}, - 'max_task_retry_count': {'key': 'maxTaskRetryCount', 'type': 'int'}, - } - - def __init__(self, *, max_wall_clock_time=None, retention_time=None, max_task_retry_count: int=None, **kwargs) -> None: - super(TaskConstraints, self).__init__(**kwargs) - self.max_wall_clock_time = max_wall_clock_time - self.retention_time = retention_time - self.max_task_retry_count = max_task_retry_count diff --git a/azure-batch/azure/batch/models/task_container_execution_information.py b/azure-batch/azure/batch/models/task_container_execution_information.py deleted file mode 100644 index 6ade9177af36..000000000000 --- a/azure-batch/azure/batch/models/task_container_execution_information.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskContainerExecutionInformation(Model): - """Contains information about the container which a task is executing. - - :param container_id: The ID of the container. - :type container_id: str - :param state: The state of the container. This is the state of the - container according to the Docker service. It is equivalent to the status - field returned by "docker inspect". - :type state: str - :param error: Detailed error information about the container. This is the - detailed error string from the Docker service, if available. It is - equivalent to the error field returned by "docker inspect". - :type error: str - """ - - _attribute_map = { - 'container_id': {'key': 'containerId', 'type': 'str'}, - 'state': {'key': 'state', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(TaskContainerExecutionInformation, self).__init__(**kwargs) - self.container_id = kwargs.get('container_id', None) - self.state = kwargs.get('state', None) - self.error = kwargs.get('error', None) diff --git a/azure-batch/azure/batch/models/task_container_execution_information_py3.py b/azure-batch/azure/batch/models/task_container_execution_information_py3.py deleted file mode 100644 index 44f9e7e62b55..000000000000 --- a/azure-batch/azure/batch/models/task_container_execution_information_py3.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskContainerExecutionInformation(Model): - """Contains information about the container which a task is executing. - - :param container_id: The ID of the container. - :type container_id: str - :param state: The state of the container. This is the state of the - container according to the Docker service. It is equivalent to the status - field returned by "docker inspect". - :type state: str - :param error: Detailed error information about the container. This is the - detailed error string from the Docker service, if available. It is - equivalent to the error field returned by "docker inspect". - :type error: str - """ - - _attribute_map = { - 'container_id': {'key': 'containerId', 'type': 'str'}, - 'state': {'key': 'state', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'str'}, - } - - def __init__(self, *, container_id: str=None, state: str=None, error: str=None, **kwargs) -> None: - super(TaskContainerExecutionInformation, self).__init__(**kwargs) - self.container_id = container_id - self.state = state - self.error = error diff --git a/azure-batch/azure/batch/models/task_container_settings.py b/azure-batch/azure/batch/models/task_container_settings.py deleted file mode 100644 index ac1a56f827a5..000000000000 --- a/azure-batch/azure/batch/models/task_container_settings.py +++ /dev/null @@ -1,48 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskContainerSettings(Model): - """The container settings for a task. - - All required parameters must be populated in order to send to Azure. - - :param container_run_options: Additional options to the container create - command. These additional options are supplied as arguments to the "docker - create" command, in addition to those controlled by the Batch Service. - :type container_run_options: str - :param image_name: Required. The image to use to create the container in - which the task will run. This is the full image reference, as would be - specified to "docker pull". If no tag is provided as part of the image - name, the tag ":latest" is used as a default. - :type image_name: str - :param registry: The private registry which contains the container image. - This setting can be omitted if was already provided at pool creation. - :type registry: ~azure.batch.models.ContainerRegistry - """ - - _validation = { - 'image_name': {'required': True}, - } - - _attribute_map = { - 'container_run_options': {'key': 'containerRunOptions', 'type': 'str'}, - 'image_name': {'key': 'imageName', 'type': 'str'}, - 'registry': {'key': 'registry', 'type': 'ContainerRegistry'}, - } - - def __init__(self, **kwargs): - super(TaskContainerSettings, self).__init__(**kwargs) - self.container_run_options = kwargs.get('container_run_options', None) - self.image_name = kwargs.get('image_name', None) - self.registry = kwargs.get('registry', None) diff --git a/azure-batch/azure/batch/models/task_container_settings_py3.py b/azure-batch/azure/batch/models/task_container_settings_py3.py deleted file mode 100644 index dabd7b99c516..000000000000 --- a/azure-batch/azure/batch/models/task_container_settings_py3.py +++ /dev/null @@ -1,48 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskContainerSettings(Model): - """The container settings for a task. - - All required parameters must be populated in order to send to Azure. - - :param container_run_options: Additional options to the container create - command. These additional options are supplied as arguments to the "docker - create" command, in addition to those controlled by the Batch Service. - :type container_run_options: str - :param image_name: Required. The image to use to create the container in - which the task will run. This is the full image reference, as would be - specified to "docker pull". If no tag is provided as part of the image - name, the tag ":latest" is used as a default. - :type image_name: str - :param registry: The private registry which contains the container image. - This setting can be omitted if was already provided at pool creation. - :type registry: ~azure.batch.models.ContainerRegistry - """ - - _validation = { - 'image_name': {'required': True}, - } - - _attribute_map = { - 'container_run_options': {'key': 'containerRunOptions', 'type': 'str'}, - 'image_name': {'key': 'imageName', 'type': 'str'}, - 'registry': {'key': 'registry', 'type': 'ContainerRegistry'}, - } - - def __init__(self, *, image_name: str, container_run_options: str=None, registry=None, **kwargs) -> None: - super(TaskContainerSettings, self).__init__(**kwargs) - self.container_run_options = container_run_options - self.image_name = image_name - self.registry = registry diff --git a/azure-batch/azure/batch/models/task_counts.py b/azure-batch/azure/batch/models/task_counts.py deleted file mode 100644 index 057f2d7ada4c..000000000000 --- a/azure-batch/azure/batch/models/task_counts.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskCounts(Model): - """The task counts for a job. - - All required parameters must be populated in order to send to Azure. - - :param active: Required. The number of tasks in the active state. - :type active: int - :param running: Required. The number of tasks in the running or preparing - state. - :type running: int - :param completed: Required. The number of tasks in the completed state. - :type completed: int - :param succeeded: Required. The number of tasks which succeeded. A task - succeeds if its result (found in the executionInfo property) is 'success'. - :type succeeded: int - :param failed: Required. The number of tasks which failed. A task fails if - its result (found in the executionInfo property) is 'failure'. - :type failed: int - """ - - _validation = { - 'active': {'required': True}, - 'running': {'required': True}, - 'completed': {'required': True}, - 'succeeded': {'required': True}, - 'failed': {'required': True}, - } - - _attribute_map = { - 'active': {'key': 'active', 'type': 'int'}, - 'running': {'key': 'running', 'type': 'int'}, - 'completed': {'key': 'completed', 'type': 'int'}, - 'succeeded': {'key': 'succeeded', 'type': 'int'}, - 'failed': {'key': 'failed', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(TaskCounts, self).__init__(**kwargs) - self.active = kwargs.get('active', None) - self.running = kwargs.get('running', None) - self.completed = kwargs.get('completed', None) - self.succeeded = kwargs.get('succeeded', None) - self.failed = kwargs.get('failed', None) diff --git a/azure-batch/azure/batch/models/task_counts_py3.py b/azure-batch/azure/batch/models/task_counts_py3.py deleted file mode 100644 index 623c7dd86e04..000000000000 --- a/azure-batch/azure/batch/models/task_counts_py3.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskCounts(Model): - """The task counts for a job. - - All required parameters must be populated in order to send to Azure. - - :param active: Required. The number of tasks in the active state. - :type active: int - :param running: Required. The number of tasks in the running or preparing - state. - :type running: int - :param completed: Required. The number of tasks in the completed state. - :type completed: int - :param succeeded: Required. The number of tasks which succeeded. A task - succeeds if its result (found in the executionInfo property) is 'success'. - :type succeeded: int - :param failed: Required. The number of tasks which failed. A task fails if - its result (found in the executionInfo property) is 'failure'. - :type failed: int - """ - - _validation = { - 'active': {'required': True}, - 'running': {'required': True}, - 'completed': {'required': True}, - 'succeeded': {'required': True}, - 'failed': {'required': True}, - } - - _attribute_map = { - 'active': {'key': 'active', 'type': 'int'}, - 'running': {'key': 'running', 'type': 'int'}, - 'completed': {'key': 'completed', 'type': 'int'}, - 'succeeded': {'key': 'succeeded', 'type': 'int'}, - 'failed': {'key': 'failed', 'type': 'int'}, - } - - def __init__(self, *, active: int, running: int, completed: int, succeeded: int, failed: int, **kwargs) -> None: - super(TaskCounts, self).__init__(**kwargs) - self.active = active - self.running = running - self.completed = completed - self.succeeded = succeeded - self.failed = failed diff --git a/azure-batch/azure/batch/models/task_delete_options.py b/azure-batch/azure/batch/models/task_delete_options.py deleted file mode 100644 index 2daf7608a81a..000000000000 --- a/azure-batch/azure/batch/models/task_delete_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(TaskDeleteOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/task_delete_options_py3.py b/azure-batch/azure/batch/models/task_delete_options_py3.py deleted file mode 100644 index 4b836c652275..000000000000 --- a/azure-batch/azure/batch/models/task_delete_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskDeleteOptions(Model): - """Additional parameters for delete operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(TaskDeleteOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/task_dependencies.py b/azure-batch/azure/batch/models/task_dependencies.py deleted file mode 100644 index f5bfb8c41a68..000000000000 --- a/azure-batch/azure/batch/models/task_dependencies.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskDependencies(Model): - """Specifies any dependencies of a task. Any task that is explicitly specified - or within a dependency range must complete before the dependant task will - be scheduled. - - :param task_ids: The list of task IDs that this task depends on. All tasks - in this list must complete successfully before the dependent task can be - scheduled. The taskIds collection is limited to 64000 characters total - (i.e. the combined length of all task IDs). If the taskIds collection - exceeds the maximum length, the Add Task request fails with error code - TaskDependencyListTooLong. In this case consider using task ID ranges - instead. - :type task_ids: list[str] - :param task_id_ranges: The list of task ID ranges that this task depends - on. All tasks in all ranges must complete successfully before the - dependent task can be scheduled. - :type task_id_ranges: list[~azure.batch.models.TaskIdRange] - """ - - _attribute_map = { - 'task_ids': {'key': 'taskIds', 'type': '[str]'}, - 'task_id_ranges': {'key': 'taskIdRanges', 'type': '[TaskIdRange]'}, - } - - def __init__(self, **kwargs): - super(TaskDependencies, self).__init__(**kwargs) - self.task_ids = kwargs.get('task_ids', None) - self.task_id_ranges = kwargs.get('task_id_ranges', None) diff --git a/azure-batch/azure/batch/models/task_dependencies_py3.py b/azure-batch/azure/batch/models/task_dependencies_py3.py deleted file mode 100644 index 133f3268f68b..000000000000 --- a/azure-batch/azure/batch/models/task_dependencies_py3.py +++ /dev/null @@ -1,42 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskDependencies(Model): - """Specifies any dependencies of a task. Any task that is explicitly specified - or within a dependency range must complete before the dependant task will - be scheduled. - - :param task_ids: The list of task IDs that this task depends on. All tasks - in this list must complete successfully before the dependent task can be - scheduled. The taskIds collection is limited to 64000 characters total - (i.e. the combined length of all task IDs). If the taskIds collection - exceeds the maximum length, the Add Task request fails with error code - TaskDependencyListTooLong. In this case consider using task ID ranges - instead. - :type task_ids: list[str] - :param task_id_ranges: The list of task ID ranges that this task depends - on. All tasks in all ranges must complete successfully before the - dependent task can be scheduled. - :type task_id_ranges: list[~azure.batch.models.TaskIdRange] - """ - - _attribute_map = { - 'task_ids': {'key': 'taskIds', 'type': '[str]'}, - 'task_id_ranges': {'key': 'taskIdRanges', 'type': '[TaskIdRange]'}, - } - - def __init__(self, *, task_ids=None, task_id_ranges=None, **kwargs) -> None: - super(TaskDependencies, self).__init__(**kwargs) - self.task_ids = task_ids - self.task_id_ranges = task_id_ranges diff --git a/azure-batch/azure/batch/models/task_execution_information.py b/azure-batch/azure/batch/models/task_execution_information.py deleted file mode 100644 index 97e313dd382e..000000000000 --- a/azure-batch/azure/batch/models/task_execution_information.py +++ /dev/null @@ -1,109 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskExecutionInformation(Model): - """Information about the execution of a task. - - All required parameters must be populated in order to send to Azure. - - :param start_time: The time at which the task started running. 'Running' - corresponds to the running state, so if the task specifies resource files - or application packages, then the start time reflects the time at which - the task started downloading or deploying these. If the task has been - restarted or retried, this is the most recent time at which the task - started running. This property is present only for tasks that are in the - running or completed state. - :type start_time: datetime - :param end_time: The time at which the task completed. This property is - set only if the task is in the Completed state. - :type end_time: datetime - :param exit_code: The exit code of the program specified on the task - command line. This property is set only if the task is in the completed - state. In general, the exit code for a process reflects the specific - convention implemented by the application developer for that process. If - you use the exit code value to make decisions in your code, be sure that - you know the exit code convention used by the application process. - However, if the Batch service terminates the task (due to timeout, or user - termination via the API) you may see an operating system-defined exit - code. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param retry_count: Required. The number of times the task has been - retried by the Batch service. Task application failures (non-zero exit - code) are retried, pre-processing errors (the task could not be run) and - file upload errors are not retried. The Batch service will retry the task - up to the limit specified by the constraints. - :type retry_count: int - :param last_retry_time: The most recent time at which a retry of the task - started running. This element is present only if the task was retried - (i.e. retryCount is nonzero). If present, this is typically the same as - startTime, but may be different if the task has been restarted for reasons - other than retry; for example, if the compute node was rebooted during a - retry, then the startTime is updated but the lastRetryTime is not. - :type last_retry_time: datetime - :param requeue_count: Required. The number of times the task has been - requeued by the Batch service as the result of a user request. When the - user removes nodes from a pool (by resizing/shrinking the pool) or when - the job is being disabled, the user can specify that running tasks on the - nodes be requeued for execution. This count tracks how many times the task - has been requeued for these reasons. - :type requeue_count: int - :param last_requeue_time: The most recent time at which the task has been - requeued by the Batch service as the result of a user request. This - property is set only if the requeueCount is nonzero. - :type last_requeue_time: datetime - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _validation = { - 'retry_count': {'required': True}, - 'requeue_count': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'retry_count': {'key': 'retryCount', 'type': 'int'}, - 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, - 'requeue_count': {'key': 'requeueCount', 'type': 'int'}, - 'last_requeue_time': {'key': 'lastRequeueTime', 'type': 'iso-8601'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, **kwargs): - super(TaskExecutionInformation, self).__init__(**kwargs) - self.start_time = kwargs.get('start_time', None) - self.end_time = kwargs.get('end_time', None) - self.exit_code = kwargs.get('exit_code', None) - self.container_info = kwargs.get('container_info', None) - self.failure_info = kwargs.get('failure_info', None) - self.retry_count = kwargs.get('retry_count', None) - self.last_retry_time = kwargs.get('last_retry_time', None) - self.requeue_count = kwargs.get('requeue_count', None) - self.last_requeue_time = kwargs.get('last_requeue_time', None) - self.result = kwargs.get('result', None) diff --git a/azure-batch/azure/batch/models/task_execution_information_py3.py b/azure-batch/azure/batch/models/task_execution_information_py3.py deleted file mode 100644 index 330bb6f4b152..000000000000 --- a/azure-batch/azure/batch/models/task_execution_information_py3.py +++ /dev/null @@ -1,109 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskExecutionInformation(Model): - """Information about the execution of a task. - - All required parameters must be populated in order to send to Azure. - - :param start_time: The time at which the task started running. 'Running' - corresponds to the running state, so if the task specifies resource files - or application packages, then the start time reflects the time at which - the task started downloading or deploying these. If the task has been - restarted or retried, this is the most recent time at which the task - started running. This property is present only for tasks that are in the - running or completed state. - :type start_time: datetime - :param end_time: The time at which the task completed. This property is - set only if the task is in the Completed state. - :type end_time: datetime - :param exit_code: The exit code of the program specified on the task - command line. This property is set only if the task is in the completed - state. In general, the exit code for a process reflects the specific - convention implemented by the application developer for that process. If - you use the exit code value to make decisions in your code, be sure that - you know the exit code convention used by the application process. - However, if the Batch service terminates the task (due to timeout, or user - termination via the API) you may see an operating system-defined exit - code. - :type exit_code: int - :param container_info: Information about the container under which the - task is executing. This property is set only if the task runs in a - container context. - :type container_info: - ~azure.batch.models.TaskContainerExecutionInformation - :param failure_info: Information describing the task failure, if any. This - property is set only if the task is in the completed state and encountered - a failure. - :type failure_info: ~azure.batch.models.TaskFailureInformation - :param retry_count: Required. The number of times the task has been - retried by the Batch service. Task application failures (non-zero exit - code) are retried, pre-processing errors (the task could not be run) and - file upload errors are not retried. The Batch service will retry the task - up to the limit specified by the constraints. - :type retry_count: int - :param last_retry_time: The most recent time at which a retry of the task - started running. This element is present only if the task was retried - (i.e. retryCount is nonzero). If present, this is typically the same as - startTime, but may be different if the task has been restarted for reasons - other than retry; for example, if the compute node was rebooted during a - retry, then the startTime is updated but the lastRetryTime is not. - :type last_retry_time: datetime - :param requeue_count: Required. The number of times the task has been - requeued by the Batch service as the result of a user request. When the - user removes nodes from a pool (by resizing/shrinking the pool) or when - the job is being disabled, the user can specify that running tasks on the - nodes be requeued for execution. This count tracks how many times the task - has been requeued for these reasons. - :type requeue_count: int - :param last_requeue_time: The most recent time at which the task has been - requeued by the Batch service as the result of a user request. This - property is set only if the requeueCount is nonzero. - :type last_requeue_time: datetime - :param result: The result of the task execution. If the value is 'failed', - then the details of the failure can be found in the failureInfo property. - Possible values include: 'success', 'failure' - :type result: str or ~azure.batch.models.TaskExecutionResult - """ - - _validation = { - 'retry_count': {'required': True}, - 'requeue_count': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'exit_code': {'key': 'exitCode', 'type': 'int'}, - 'container_info': {'key': 'containerInfo', 'type': 'TaskContainerExecutionInformation'}, - 'failure_info': {'key': 'failureInfo', 'type': 'TaskFailureInformation'}, - 'retry_count': {'key': 'retryCount', 'type': 'int'}, - 'last_retry_time': {'key': 'lastRetryTime', 'type': 'iso-8601'}, - 'requeue_count': {'key': 'requeueCount', 'type': 'int'}, - 'last_requeue_time': {'key': 'lastRequeueTime', 'type': 'iso-8601'}, - 'result': {'key': 'result', 'type': 'TaskExecutionResult'}, - } - - def __init__(self, *, retry_count: int, requeue_count: int, start_time=None, end_time=None, exit_code: int=None, container_info=None, failure_info=None, last_retry_time=None, last_requeue_time=None, result=None, **kwargs) -> None: - super(TaskExecutionInformation, self).__init__(**kwargs) - self.start_time = start_time - self.end_time = end_time - self.exit_code = exit_code - self.container_info = container_info - self.failure_info = failure_info - self.retry_count = retry_count - self.last_retry_time = last_retry_time - self.requeue_count = requeue_count - self.last_requeue_time = last_requeue_time - self.result = result diff --git a/azure-batch/azure/batch/models/task_failure_information.py b/azure-batch/azure/batch/models/task_failure_information.py deleted file mode 100644 index fc6a45fc30f7..000000000000 --- a/azure-batch/azure/batch/models/task_failure_information.py +++ /dev/null @@ -1,49 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskFailureInformation(Model): - """Information about a task failure. - - All required parameters must be populated in order to send to Azure. - - :param category: Required. The category of the task error. Possible values - include: 'userError', 'serverError' - :type category: str or ~azure.batch.models.ErrorCategory - :param code: An identifier for the task error. Codes are invariant and are - intended to be consumed programmatically. - :type code: str - :param message: A message describing the task error, intended to be - suitable for display in a user interface. - :type message: str - :param details: A list of additional details related to the error. - :type details: list[~azure.batch.models.NameValuePair] - """ - - _validation = { - 'category': {'required': True}, - } - - _attribute_map = { - 'category': {'key': 'category', 'type': 'ErrorCategory'}, - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'details': {'key': 'details', 'type': '[NameValuePair]'}, - } - - def __init__(self, **kwargs): - super(TaskFailureInformation, self).__init__(**kwargs) - self.category = kwargs.get('category', None) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - self.details = kwargs.get('details', None) diff --git a/azure-batch/azure/batch/models/task_failure_information_py3.py b/azure-batch/azure/batch/models/task_failure_information_py3.py deleted file mode 100644 index b5eece450dc3..000000000000 --- a/azure-batch/azure/batch/models/task_failure_information_py3.py +++ /dev/null @@ -1,49 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskFailureInformation(Model): - """Information about a task failure. - - All required parameters must be populated in order to send to Azure. - - :param category: Required. The category of the task error. Possible values - include: 'userError', 'serverError' - :type category: str or ~azure.batch.models.ErrorCategory - :param code: An identifier for the task error. Codes are invariant and are - intended to be consumed programmatically. - :type code: str - :param message: A message describing the task error, intended to be - suitable for display in a user interface. - :type message: str - :param details: A list of additional details related to the error. - :type details: list[~azure.batch.models.NameValuePair] - """ - - _validation = { - 'category': {'required': True}, - } - - _attribute_map = { - 'category': {'key': 'category', 'type': 'ErrorCategory'}, - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'details': {'key': 'details', 'type': '[NameValuePair]'}, - } - - def __init__(self, *, category, code: str=None, message: str=None, details=None, **kwargs) -> None: - super(TaskFailureInformation, self).__init__(**kwargs) - self.category = category - self.code = code - self.message = message - self.details = details diff --git a/azure-batch/azure/batch/models/task_get_options.py b/azure-batch/azure/batch/models/task_get_options.py deleted file mode 100644 index 08c1fd8a9cdc..000000000000 --- a/azure-batch/azure/batch/models/task_get_options.py +++ /dev/null @@ -1,81 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(TaskGetOptions, self).__init__(**kwargs) - self.select = kwargs.get('select', None) - self.expand = kwargs.get('expand', None) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/task_get_options_py3.py b/azure-batch/azure/batch/models/task_get_options_py3.py deleted file mode 100644 index 68699028e903..000000000000 --- a/azure-batch/azure/batch/models/task_get_options_py3.py +++ /dev/null @@ -1,81 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskGetOptions(Model): - """Additional parameters for get operation. - - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, select: str=None, expand: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(TaskGetOptions, self).__init__(**kwargs) - self.select = select - self.expand = expand - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/task_id_range.py b/azure-batch/azure/batch/models/task_id_range.py deleted file mode 100644 index db30d858755c..000000000000 --- a/azure-batch/azure/batch/models/task_id_range.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskIdRange(Model): - """A range of task IDs that a task can depend on. All tasks with IDs in the - range must complete successfully before the dependent task can be - scheduled. - - The start and end of the range are inclusive. For example, if a range has - start 9 and end 12, then it represents tasks '9', '10', '11' and '12'. - - All required parameters must be populated in order to send to Azure. - - :param start: Required. The first task ID in the range. - :type start: int - :param end: Required. The last task ID in the range. - :type end: int - """ - - _validation = { - 'start': {'required': True}, - 'end': {'required': True}, - } - - _attribute_map = { - 'start': {'key': 'start', 'type': 'int'}, - 'end': {'key': 'end', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(TaskIdRange, self).__init__(**kwargs) - self.start = kwargs.get('start', None) - self.end = kwargs.get('end', None) diff --git a/azure-batch/azure/batch/models/task_id_range_py3.py b/azure-batch/azure/batch/models/task_id_range_py3.py deleted file mode 100644 index 446ed8ee1a49..000000000000 --- a/azure-batch/azure/batch/models/task_id_range_py3.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskIdRange(Model): - """A range of task IDs that a task can depend on. All tasks with IDs in the - range must complete successfully before the dependent task can be - scheduled. - - The start and end of the range are inclusive. For example, if a range has - start 9 and end 12, then it represents tasks '9', '10', '11' and '12'. - - All required parameters must be populated in order to send to Azure. - - :param start: Required. The first task ID in the range. - :type start: int - :param end: Required. The last task ID in the range. - :type end: int - """ - - _validation = { - 'start': {'required': True}, - 'end': {'required': True}, - } - - _attribute_map = { - 'start': {'key': 'start', 'type': 'int'}, - 'end': {'key': 'end', 'type': 'int'}, - } - - def __init__(self, *, start: int, end: int, **kwargs) -> None: - super(TaskIdRange, self).__init__(**kwargs) - self.start = start - self.end = end diff --git a/azure-batch/azure/batch/models/task_information.py b/azure-batch/azure/batch/models/task_information.py deleted file mode 100644 index 6e8ec0d11021..000000000000 --- a/azure-batch/azure/batch/models/task_information.py +++ /dev/null @@ -1,56 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskInformation(Model): - """Information about a task running on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param task_url: The URL of the task. - :type task_url: str - :param job_id: The ID of the job to which the task belongs. - :type job_id: str - :param task_id: The ID of the task. - :type task_id: str - :param subtask_id: The ID of the subtask if the task is a multi-instance - task. - :type subtask_id: int - :param task_state: Required. The current state of the task. Possible - values include: 'active', 'preparing', 'running', 'completed' - :type task_state: str or ~azure.batch.models.TaskState - :param execution_info: Information about the execution of the task. - :type execution_info: ~azure.batch.models.TaskExecutionInformation - """ - - _validation = { - 'task_state': {'required': True}, - } - - _attribute_map = { - 'task_url': {'key': 'taskUrl', 'type': 'str'}, - 'job_id': {'key': 'jobId', 'type': 'str'}, - 'task_id': {'key': 'taskId', 'type': 'str'}, - 'subtask_id': {'key': 'subtaskId', 'type': 'int'}, - 'task_state': {'key': 'taskState', 'type': 'TaskState'}, - 'execution_info': {'key': 'executionInfo', 'type': 'TaskExecutionInformation'}, - } - - def __init__(self, **kwargs): - super(TaskInformation, self).__init__(**kwargs) - self.task_url = kwargs.get('task_url', None) - self.job_id = kwargs.get('job_id', None) - self.task_id = kwargs.get('task_id', None) - self.subtask_id = kwargs.get('subtask_id', None) - self.task_state = kwargs.get('task_state', None) - self.execution_info = kwargs.get('execution_info', None) diff --git a/azure-batch/azure/batch/models/task_information_py3.py b/azure-batch/azure/batch/models/task_information_py3.py deleted file mode 100644 index 9406cba44907..000000000000 --- a/azure-batch/azure/batch/models/task_information_py3.py +++ /dev/null @@ -1,56 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskInformation(Model): - """Information about a task running on a compute node. - - All required parameters must be populated in order to send to Azure. - - :param task_url: The URL of the task. - :type task_url: str - :param job_id: The ID of the job to which the task belongs. - :type job_id: str - :param task_id: The ID of the task. - :type task_id: str - :param subtask_id: The ID of the subtask if the task is a multi-instance - task. - :type subtask_id: int - :param task_state: Required. The current state of the task. Possible - values include: 'active', 'preparing', 'running', 'completed' - :type task_state: str or ~azure.batch.models.TaskState - :param execution_info: Information about the execution of the task. - :type execution_info: ~azure.batch.models.TaskExecutionInformation - """ - - _validation = { - 'task_state': {'required': True}, - } - - _attribute_map = { - 'task_url': {'key': 'taskUrl', 'type': 'str'}, - 'job_id': {'key': 'jobId', 'type': 'str'}, - 'task_id': {'key': 'taskId', 'type': 'str'}, - 'subtask_id': {'key': 'subtaskId', 'type': 'int'}, - 'task_state': {'key': 'taskState', 'type': 'TaskState'}, - 'execution_info': {'key': 'executionInfo', 'type': 'TaskExecutionInformation'}, - } - - def __init__(self, *, task_state, task_url: str=None, job_id: str=None, task_id: str=None, subtask_id: int=None, execution_info=None, **kwargs) -> None: - super(TaskInformation, self).__init__(**kwargs) - self.task_url = task_url - self.job_id = job_id - self.task_id = task_id - self.subtask_id = subtask_id - self.task_state = task_state - self.execution_info = execution_info diff --git a/azure-batch/azure/batch/models/task_list_options.py b/azure-batch/azure/batch/models/task_list_options.py deleted file mode 100644 index 08c9cb009442..000000000000 --- a/azure-batch/azure/batch/models/task_list_options.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-tasks. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 tasks can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(TaskListOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.expand = kwargs.get('expand', None) - self.max_results = kwargs.get('max_results', 1000) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/task_list_options_py3.py b/azure-batch/azure/batch/models/task_list_options_py3.py deleted file mode 100644 index bb02726e7b4f..000000000000 --- a/azure-batch/azure/batch/models/task_list_options_py3.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskListOptions(Model): - """Additional parameters for list operation. - - :param filter: An OData $filter clause. For more information on - constructing this filter, see - https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-tasks. - :type filter: str - :param select: An OData $select clause. - :type select: str - :param expand: An OData $expand clause. - :type expand: str - :param max_results: The maximum number of items to return in the response. - A maximum of 1000 tasks can be returned. Default value: 1000 . - :type max_results: int - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'expand': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, filter: str=None, select: str=None, expand: str=None, max_results: int=1000, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(TaskListOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.expand = expand - self.max_results = max_results - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/task_list_subtasks_options.py b/azure-batch/azure/batch/models/task_list_subtasks_options.py deleted file mode 100644 index 8157cee27c5a..000000000000 --- a/azure-batch/azure/batch/models/task_list_subtasks_options.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskListSubtasksOptions(Model): - """Additional parameters for list_subtasks operation. - - :param select: An OData $select clause. - :type select: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(TaskListSubtasksOptions, self).__init__(**kwargs) - self.select = kwargs.get('select', None) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) diff --git a/azure-batch/azure/batch/models/task_list_subtasks_options_py3.py b/azure-batch/azure/batch/models/task_list_subtasks_options_py3.py deleted file mode 100644 index b8810800dea7..000000000000 --- a/azure-batch/azure/batch/models/task_list_subtasks_options_py3.py +++ /dev/null @@ -1,50 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskListSubtasksOptions(Model): - """Additional parameters for list_subtasks operation. - - :param select: An OData $select clause. - :type select: str - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - """ - - _attribute_map = { - 'select': {'key': '', 'type': 'str'}, - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, select: str=None, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, **kwargs) -> None: - super(TaskListSubtasksOptions, self).__init__(**kwargs) - self.select = select - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date diff --git a/azure-batch/azure/batch/models/task_reactivate_options.py b/azure-batch/azure/batch/models/task_reactivate_options.py deleted file mode 100644 index fe0746114191..000000000000 --- a/azure-batch/azure/batch/models/task_reactivate_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskReactivateOptions(Model): - """Additional parameters for reactivate operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(TaskReactivateOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/task_reactivate_options_py3.py b/azure-batch/azure/batch/models/task_reactivate_options_py3.py deleted file mode 100644 index bd39d6c9c5b6..000000000000 --- a/azure-batch/azure/batch/models/task_reactivate_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskReactivateOptions(Model): - """Additional parameters for reactivate operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(TaskReactivateOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/task_scheduling_policy.py b/azure-batch/azure/batch/models/task_scheduling_policy.py deleted file mode 100644 index 2f121acb77bf..000000000000 --- a/azure-batch/azure/batch/models/task_scheduling_policy.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskSchedulingPolicy(Model): - """Specifies how tasks should be distributed across compute nodes. - - All required parameters must be populated in order to send to Azure. - - :param node_fill_type: Required. How tasks are distributed across compute - nodes in a pool. Possible values include: 'spread', 'pack' - :type node_fill_type: str or ~azure.batch.models.ComputeNodeFillType - """ - - _validation = { - 'node_fill_type': {'required': True}, - } - - _attribute_map = { - 'node_fill_type': {'key': 'nodeFillType', 'type': 'ComputeNodeFillType'}, - } - - def __init__(self, **kwargs): - super(TaskSchedulingPolicy, self).__init__(**kwargs) - self.node_fill_type = kwargs.get('node_fill_type', None) diff --git a/azure-batch/azure/batch/models/task_scheduling_policy_py3.py b/azure-batch/azure/batch/models/task_scheduling_policy_py3.py deleted file mode 100644 index f3ff79a160ed..000000000000 --- a/azure-batch/azure/batch/models/task_scheduling_policy_py3.py +++ /dev/null @@ -1,35 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskSchedulingPolicy(Model): - """Specifies how tasks should be distributed across compute nodes. - - All required parameters must be populated in order to send to Azure. - - :param node_fill_type: Required. How tasks are distributed across compute - nodes in a pool. Possible values include: 'spread', 'pack' - :type node_fill_type: str or ~azure.batch.models.ComputeNodeFillType - """ - - _validation = { - 'node_fill_type': {'required': True}, - } - - _attribute_map = { - 'node_fill_type': {'key': 'nodeFillType', 'type': 'ComputeNodeFillType'}, - } - - def __init__(self, *, node_fill_type, **kwargs) -> None: - super(TaskSchedulingPolicy, self).__init__(**kwargs) - self.node_fill_type = node_fill_type diff --git a/azure-batch/azure/batch/models/task_statistics.py b/azure-batch/azure/batch/models/task_statistics.py deleted file mode 100644 index b5f877fc5838..000000000000 --- a/azure-batch/azure/batch/models/task_statistics.py +++ /dev/null @@ -1,100 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskStatistics(Model): - """Resource usage statistics for a task. - - All required parameters must be populated in order to send to Azure. - - :param url: Required. The URL of the statistics. - :type url: str - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param user_cpu_time: Required. The total user mode CPU time (summed - across all cores and all compute nodes) consumed by the task. - :type user_cpu_time: timedelta - :param kernel_cpu_time: Required. The total kernel mode CPU time (summed - across all cores and all compute nodes) consumed by the task. - :type kernel_cpu_time: timedelta - :param wall_clock_time: Required. The total wall clock time of the task. - The wall clock time is the elapsed time from when the task started running - on a compute node to when it finished (or to the last time the statistics - were updated, if the task had not finished by then). If the task was - retried, this includes the wall clock time of all the task retries. - :type wall_clock_time: timedelta - :param read_iops: Required. The total number of disk read operations made - by the task. - :type read_iops: long - :param write_iops: Required. The total number of disk write operations - made by the task. - :type write_iops: long - :param read_io_gi_b: Required. The total gibibytes read from disk by the - task. - :type read_io_gi_b: float - :param write_io_gi_b: Required. The total gibibytes written to disk by the - task. - :type write_io_gi_b: float - :param wait_time: Required. The total wait time of the task. The wait time - for a task is defined as the elapsed time between the creation of the task - and the start of task execution. (If the task is retried due to failures, - the wait time is the time to the most recent task execution.). - :type wait_time: timedelta - """ - - _validation = { - 'url': {'required': True}, - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'user_cpu_time': {'required': True}, - 'kernel_cpu_time': {'required': True}, - 'wall_clock_time': {'required': True}, - 'read_iops': {'required': True}, - 'write_iops': {'required': True}, - 'read_io_gi_b': {'required': True}, - 'write_io_gi_b': {'required': True}, - 'wait_time': {'required': True}, - } - - _attribute_map = { - 'url': {'key': 'url', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, - 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, - 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, - 'read_iops': {'key': 'readIOps', 'type': 'long'}, - 'write_iops': {'key': 'writeIOps', 'type': 'long'}, - 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, - 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, - 'wait_time': {'key': 'waitTime', 'type': 'duration'}, - } - - def __init__(self, **kwargs): - super(TaskStatistics, self).__init__(**kwargs) - self.url = kwargs.get('url', None) - self.start_time = kwargs.get('start_time', None) - self.last_update_time = kwargs.get('last_update_time', None) - self.user_cpu_time = kwargs.get('user_cpu_time', None) - self.kernel_cpu_time = kwargs.get('kernel_cpu_time', None) - self.wall_clock_time = kwargs.get('wall_clock_time', None) - self.read_iops = kwargs.get('read_iops', None) - self.write_iops = kwargs.get('write_iops', None) - self.read_io_gi_b = kwargs.get('read_io_gi_b', None) - self.write_io_gi_b = kwargs.get('write_io_gi_b', None) - self.wait_time = kwargs.get('wait_time', None) diff --git a/azure-batch/azure/batch/models/task_statistics_py3.py b/azure-batch/azure/batch/models/task_statistics_py3.py deleted file mode 100644 index 42de1dbaa70c..000000000000 --- a/azure-batch/azure/batch/models/task_statistics_py3.py +++ /dev/null @@ -1,100 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskStatistics(Model): - """Resource usage statistics for a task. - - All required parameters must be populated in order to send to Azure. - - :param url: Required. The URL of the statistics. - :type url: str - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param user_cpu_time: Required. The total user mode CPU time (summed - across all cores and all compute nodes) consumed by the task. - :type user_cpu_time: timedelta - :param kernel_cpu_time: Required. The total kernel mode CPU time (summed - across all cores and all compute nodes) consumed by the task. - :type kernel_cpu_time: timedelta - :param wall_clock_time: Required. The total wall clock time of the task. - The wall clock time is the elapsed time from when the task started running - on a compute node to when it finished (or to the last time the statistics - were updated, if the task had not finished by then). If the task was - retried, this includes the wall clock time of all the task retries. - :type wall_clock_time: timedelta - :param read_iops: Required. The total number of disk read operations made - by the task. - :type read_iops: long - :param write_iops: Required. The total number of disk write operations - made by the task. - :type write_iops: long - :param read_io_gi_b: Required. The total gibibytes read from disk by the - task. - :type read_io_gi_b: float - :param write_io_gi_b: Required. The total gibibytes written to disk by the - task. - :type write_io_gi_b: float - :param wait_time: Required. The total wait time of the task. The wait time - for a task is defined as the elapsed time between the creation of the task - and the start of task execution. (If the task is retried due to failures, - the wait time is the time to the most recent task execution.). - :type wait_time: timedelta - """ - - _validation = { - 'url': {'required': True}, - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'user_cpu_time': {'required': True}, - 'kernel_cpu_time': {'required': True}, - 'wall_clock_time': {'required': True}, - 'read_iops': {'required': True}, - 'write_iops': {'required': True}, - 'read_io_gi_b': {'required': True}, - 'write_io_gi_b': {'required': True}, - 'wait_time': {'required': True}, - } - - _attribute_map = { - 'url': {'key': 'url', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'user_cpu_time': {'key': 'userCPUTime', 'type': 'duration'}, - 'kernel_cpu_time': {'key': 'kernelCPUTime', 'type': 'duration'}, - 'wall_clock_time': {'key': 'wallClockTime', 'type': 'duration'}, - 'read_iops': {'key': 'readIOps', 'type': 'long'}, - 'write_iops': {'key': 'writeIOps', 'type': 'long'}, - 'read_io_gi_b': {'key': 'readIOGiB', 'type': 'float'}, - 'write_io_gi_b': {'key': 'writeIOGiB', 'type': 'float'}, - 'wait_time': {'key': 'waitTime', 'type': 'duration'}, - } - - def __init__(self, *, url: str, start_time, last_update_time, user_cpu_time, kernel_cpu_time, wall_clock_time, read_iops: int, write_iops: int, read_io_gi_b: float, write_io_gi_b: float, wait_time, **kwargs) -> None: - super(TaskStatistics, self).__init__(**kwargs) - self.url = url - self.start_time = start_time - self.last_update_time = last_update_time - self.user_cpu_time = user_cpu_time - self.kernel_cpu_time = kernel_cpu_time - self.wall_clock_time = wall_clock_time - self.read_iops = read_iops - self.write_iops = write_iops - self.read_io_gi_b = read_io_gi_b - self.write_io_gi_b = write_io_gi_b - self.wait_time = wait_time diff --git a/azure-batch/azure/batch/models/task_terminate_options.py b/azure-batch/azure/batch/models/task_terminate_options.py deleted file mode 100644 index 1908a9daf5e2..000000000000 --- a/azure-batch/azure/batch/models/task_terminate_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskTerminateOptions(Model): - """Additional parameters for terminate operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(TaskTerminateOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/task_terminate_options_py3.py b/azure-batch/azure/batch/models/task_terminate_options_py3.py deleted file mode 100644 index d967db3a62e7..000000000000 --- a/azure-batch/azure/batch/models/task_terminate_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskTerminateOptions(Model): - """Additional parameters for terminate operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(TaskTerminateOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/task_update_options.py b/azure-batch/azure/batch/models/task_update_options.py deleted file mode 100644 index 32e1ad8200cf..000000000000 --- a/azure-batch/azure/batch/models/task_update_options.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskUpdateOptions(Model): - """Additional parameters for update operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, **kwargs): - super(TaskUpdateOptions, self).__init__(**kwargs) - self.timeout = kwargs.get('timeout', 30) - self.client_request_id = kwargs.get('client_request_id', None) - self.return_client_request_id = kwargs.get('return_client_request_id', False) - self.ocp_date = kwargs.get('ocp_date', None) - self.if_match = kwargs.get('if_match', None) - self.if_none_match = kwargs.get('if_none_match', None) - self.if_modified_since = kwargs.get('if_modified_since', None) - self.if_unmodified_since = kwargs.get('if_unmodified_since', None) diff --git a/azure-batch/azure/batch/models/task_update_options_py3.py b/azure-batch/azure/batch/models/task_update_options_py3.py deleted file mode 100644 index 2a20ddf57a64..000000000000 --- a/azure-batch/azure/batch/models/task_update_options_py3.py +++ /dev/null @@ -1,73 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskUpdateOptions(Model): - """Additional parameters for update operation. - - :param timeout: The maximum time that the server can spend processing the - request, in seconds. The default is 30 seconds. Default value: 30 . - :type timeout: int - :param client_request_id: The caller-generated request identity, in the - form of a GUID with no decoration such as curly braces, e.g. - 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0. - :type client_request_id: str - :param return_client_request_id: Whether the server should return the - client-request-id in the response. Default value: False . - :type return_client_request_id: bool - :param ocp_date: The time the request was issued. Client libraries - typically set this to the current system clock time; set it explicitly if - you are calling the REST API directly. - :type ocp_date: datetime - :param if_match: An ETag value associated with the version of the resource - known to the client. The operation will be performed only if the - resource's current ETag on the service exactly matches the value specified - by the client. - :type if_match: str - :param if_none_match: An ETag value associated with the version of the - resource known to the client. The operation will be performed only if the - resource's current ETag on the service does not match the value specified - by the client. - :type if_none_match: str - :param if_modified_since: A timestamp indicating the last modified time of - the resource known to the client. The operation will be performed only if - the resource on the service has been modified since the specified time. - :type if_modified_since: datetime - :param if_unmodified_since: A timestamp indicating the last modified time - of the resource known to the client. The operation will be performed only - if the resource on the service has not been modified since the specified - time. - :type if_unmodified_since: datetime - """ - - _attribute_map = { - 'timeout': {'key': '', 'type': 'int'}, - 'client_request_id': {'key': '', 'type': 'str'}, - 'return_client_request_id': {'key': '', 'type': 'bool'}, - 'ocp_date': {'key': '', 'type': 'rfc-1123'}, - 'if_match': {'key': '', 'type': 'str'}, - 'if_none_match': {'key': '', 'type': 'str'}, - 'if_modified_since': {'key': '', 'type': 'rfc-1123'}, - 'if_unmodified_since': {'key': '', 'type': 'rfc-1123'}, - } - - def __init__(self, *, timeout: int=30, client_request_id: str=None, return_client_request_id: bool=False, ocp_date=None, if_match: str=None, if_none_match: str=None, if_modified_since=None, if_unmodified_since=None, **kwargs) -> None: - super(TaskUpdateOptions, self).__init__(**kwargs) - self.timeout = timeout - self.client_request_id = client_request_id - self.return_client_request_id = return_client_request_id - self.ocp_date = ocp_date - self.if_match = if_match - self.if_none_match = if_none_match - self.if_modified_since = if_modified_since - self.if_unmodified_since = if_unmodified_since diff --git a/azure-batch/azure/batch/models/task_update_parameter.py b/azure-batch/azure/batch/models/task_update_parameter.py deleted file mode 100644 index 84246a437659..000000000000 --- a/azure-batch/azure/batch/models/task_update_parameter.py +++ /dev/null @@ -1,30 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskUpdateParameter(Model): - """The set of changes to be made to a task. - - :param constraints: Constraints that apply to this task. If omitted, the - task is given the default constraints. For multi-instance tasks, updating - the retention time applies only to the primary task and not subtasks. - :type constraints: ~azure.batch.models.TaskConstraints - """ - - _attribute_map = { - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - } - - def __init__(self, **kwargs): - super(TaskUpdateParameter, self).__init__(**kwargs) - self.constraints = kwargs.get('constraints', None) diff --git a/azure-batch/azure/batch/models/task_update_parameter_py3.py b/azure-batch/azure/batch/models/task_update_parameter_py3.py deleted file mode 100644 index 71594e625bb1..000000000000 --- a/azure-batch/azure/batch/models/task_update_parameter_py3.py +++ /dev/null @@ -1,30 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class TaskUpdateParameter(Model): - """The set of changes to be made to a task. - - :param constraints: Constraints that apply to this task. If omitted, the - task is given the default constraints. For multi-instance tasks, updating - the retention time applies only to the primary task and not subtasks. - :type constraints: ~azure.batch.models.TaskConstraints - """ - - _attribute_map = { - 'constraints': {'key': 'constraints', 'type': 'TaskConstraints'}, - } - - def __init__(self, *, constraints=None, **kwargs) -> None: - super(TaskUpdateParameter, self).__init__(**kwargs) - self.constraints = constraints diff --git a/azure-batch/azure/batch/models/upload_batch_service_logs_configuration.py b/azure-batch/azure/batch/models/upload_batch_service_logs_configuration.py deleted file mode 100644 index 1f96d326b4a5..000000000000 --- a/azure-batch/azure/batch/models/upload_batch_service_logs_configuration.py +++ /dev/null @@ -1,59 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UploadBatchServiceLogsConfiguration(Model): - """The Azure Batch service log files upload configuration for a compute node. - - All required parameters must be populated in order to send to Azure. - - :param container_url: Required. The URL of the container within Azure Blob - Storage to which to upload the Batch Service log file(s). The URL must - include a Shared Access Signature (SAS) granting write permissions to the - container. The SAS duration must allow enough time for the upload to - finish. The start time for SAS is optional and recommended to not be - specified. - :type container_url: str - :param start_time: Required. The start of the time range from which to - upload Batch Service log file(s). Any log file containing a log message in - the time range will be uploaded. This means that the operation might - retrieve more logs than have been requested since the entire log file is - always uploaded, but the operation should not retrieve fewer logs than - have been requested. - :type start_time: datetime - :param end_time: The end of the time range from which to upload Batch - Service log file(s). Any log file containing a log message in the time - range will be uploaded. This means that the operation might retrieve more - logs than have been requested since the entire log file is always - uploaded, but the operation should not retrieve fewer logs than have been - requested. If omitted, the default is to upload all logs available after - the startTime. - :type end_time: datetime - """ - - _validation = { - 'container_url': {'required': True}, - 'start_time': {'required': True}, - } - - _attribute_map = { - 'container_url': {'key': 'containerUrl', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - } - - def __init__(self, **kwargs): - super(UploadBatchServiceLogsConfiguration, self).__init__(**kwargs) - self.container_url = kwargs.get('container_url', None) - self.start_time = kwargs.get('start_time', None) - self.end_time = kwargs.get('end_time', None) diff --git a/azure-batch/azure/batch/models/upload_batch_service_logs_configuration_py3.py b/azure-batch/azure/batch/models/upload_batch_service_logs_configuration_py3.py deleted file mode 100644 index 875beb606fb1..000000000000 --- a/azure-batch/azure/batch/models/upload_batch_service_logs_configuration_py3.py +++ /dev/null @@ -1,59 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UploadBatchServiceLogsConfiguration(Model): - """The Azure Batch service log files upload configuration for a compute node. - - All required parameters must be populated in order to send to Azure. - - :param container_url: Required. The URL of the container within Azure Blob - Storage to which to upload the Batch Service log file(s). The URL must - include a Shared Access Signature (SAS) granting write permissions to the - container. The SAS duration must allow enough time for the upload to - finish. The start time for SAS is optional and recommended to not be - specified. - :type container_url: str - :param start_time: Required. The start of the time range from which to - upload Batch Service log file(s). Any log file containing a log message in - the time range will be uploaded. This means that the operation might - retrieve more logs than have been requested since the entire log file is - always uploaded, but the operation should not retrieve fewer logs than - have been requested. - :type start_time: datetime - :param end_time: The end of the time range from which to upload Batch - Service log file(s). Any log file containing a log message in the time - range will be uploaded. This means that the operation might retrieve more - logs than have been requested since the entire log file is always - uploaded, but the operation should not retrieve fewer logs than have been - requested. If omitted, the default is to upload all logs available after - the startTime. - :type end_time: datetime - """ - - _validation = { - 'container_url': {'required': True}, - 'start_time': {'required': True}, - } - - _attribute_map = { - 'container_url': {'key': 'containerUrl', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - } - - def __init__(self, *, container_url: str, start_time, end_time=None, **kwargs) -> None: - super(UploadBatchServiceLogsConfiguration, self).__init__(**kwargs) - self.container_url = container_url - self.start_time = start_time - self.end_time = end_time diff --git a/azure-batch/azure/batch/models/upload_batch_service_logs_result.py b/azure-batch/azure/batch/models/upload_batch_service_logs_result.py deleted file mode 100644 index a2d5a0fe3e1c..000000000000 --- a/azure-batch/azure/batch/models/upload_batch_service_logs_result.py +++ /dev/null @@ -1,45 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UploadBatchServiceLogsResult(Model): - """The result of uploading Batch service log files from a specific compute - node. - - All required parameters must be populated in order to send to Azure. - - :param virtual_directory_name: Required. The virtual directory within - Azure Blob Storage container to which the Batch Service log file(s) will - be uploaded. The virtual directory name is part of the blob name for each - log file uploaded, and it is built based poolId, nodeId and a unique - identifier. - :type virtual_directory_name: str - :param number_of_files_uploaded: Required. The number of log files which - will be uploaded. - :type number_of_files_uploaded: int - """ - - _validation = { - 'virtual_directory_name': {'required': True}, - 'number_of_files_uploaded': {'required': True}, - } - - _attribute_map = { - 'virtual_directory_name': {'key': 'virtualDirectoryName', 'type': 'str'}, - 'number_of_files_uploaded': {'key': 'numberOfFilesUploaded', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(UploadBatchServiceLogsResult, self).__init__(**kwargs) - self.virtual_directory_name = kwargs.get('virtual_directory_name', None) - self.number_of_files_uploaded = kwargs.get('number_of_files_uploaded', None) diff --git a/azure-batch/azure/batch/models/upload_batch_service_logs_result_py3.py b/azure-batch/azure/batch/models/upload_batch_service_logs_result_py3.py deleted file mode 100644 index f9547bc287a4..000000000000 --- a/azure-batch/azure/batch/models/upload_batch_service_logs_result_py3.py +++ /dev/null @@ -1,45 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UploadBatchServiceLogsResult(Model): - """The result of uploading Batch service log files from a specific compute - node. - - All required parameters must be populated in order to send to Azure. - - :param virtual_directory_name: Required. The virtual directory within - Azure Blob Storage container to which the Batch Service log file(s) will - be uploaded. The virtual directory name is part of the blob name for each - log file uploaded, and it is built based poolId, nodeId and a unique - identifier. - :type virtual_directory_name: str - :param number_of_files_uploaded: Required. The number of log files which - will be uploaded. - :type number_of_files_uploaded: int - """ - - _validation = { - 'virtual_directory_name': {'required': True}, - 'number_of_files_uploaded': {'required': True}, - } - - _attribute_map = { - 'virtual_directory_name': {'key': 'virtualDirectoryName', 'type': 'str'}, - 'number_of_files_uploaded': {'key': 'numberOfFilesUploaded', 'type': 'int'}, - } - - def __init__(self, *, virtual_directory_name: str, number_of_files_uploaded: int, **kwargs) -> None: - super(UploadBatchServiceLogsResult, self).__init__(**kwargs) - self.virtual_directory_name = virtual_directory_name - self.number_of_files_uploaded = number_of_files_uploaded diff --git a/azure-batch/azure/batch/models/usage_statistics.py b/azure-batch/azure/batch/models/usage_statistics.py deleted file mode 100644 index 08d709addec3..000000000000 --- a/azure-batch/azure/batch/models/usage_statistics.py +++ /dev/null @@ -1,48 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UsageStatistics(Model): - """Statistics related to pool usage information. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param dedicated_core_time: Required. The aggregated wall-clock time of - the dedicated compute node cores being part of the pool. - :type dedicated_core_time: timedelta - """ - - _validation = { - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'dedicated_core_time': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'dedicated_core_time': {'key': 'dedicatedCoreTime', 'type': 'duration'}, - } - - def __init__(self, **kwargs): - super(UsageStatistics, self).__init__(**kwargs) - self.start_time = kwargs.get('start_time', None) - self.last_update_time = kwargs.get('last_update_time', None) - self.dedicated_core_time = kwargs.get('dedicated_core_time', None) diff --git a/azure-batch/azure/batch/models/usage_statistics_py3.py b/azure-batch/azure/batch/models/usage_statistics_py3.py deleted file mode 100644 index 9fafd25d7130..000000000000 --- a/azure-batch/azure/batch/models/usage_statistics_py3.py +++ /dev/null @@ -1,48 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UsageStatistics(Model): - """Statistics related to pool usage information. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. The start time of the time range covered by - the statistics. - :type start_time: datetime - :param last_update_time: Required. The time at which the statistics were - last updated. All statistics are limited to the range between startTime - and lastUpdateTime. - :type last_update_time: datetime - :param dedicated_core_time: Required. The aggregated wall-clock time of - the dedicated compute node cores being part of the pool. - :type dedicated_core_time: timedelta - """ - - _validation = { - 'start_time': {'required': True}, - 'last_update_time': {'required': True}, - 'dedicated_core_time': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'last_update_time': {'key': 'lastUpdateTime', 'type': 'iso-8601'}, - 'dedicated_core_time': {'key': 'dedicatedCoreTime', 'type': 'duration'}, - } - - def __init__(self, *, start_time, last_update_time, dedicated_core_time, **kwargs) -> None: - super(UsageStatistics, self).__init__(**kwargs) - self.start_time = start_time - self.last_update_time = last_update_time - self.dedicated_core_time = dedicated_core_time diff --git a/azure-batch/azure/batch/models/user_account.py b/azure-batch/azure/batch/models/user_account.py deleted file mode 100644 index e630e5ec5df0..000000000000 --- a/azure-batch/azure/batch/models/user_account.py +++ /dev/null @@ -1,51 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UserAccount(Model): - """Properties used to create a user used to execute tasks on an Azure Batch - node. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the user account. - :type name: str - :param password: Required. The password for the user account. - :type password: str - :param elevation_level: The elevation level of the user account. The - default value is nonAdmin. Possible values include: 'nonAdmin', 'admin' - :type elevation_level: str or ~azure.batch.models.ElevationLevel - :param linux_user_configuration: The Linux-specific user configuration for - the user account. This property is ignored if specified on a Windows pool. - If not specified, the user is created with the default options. - :type linux_user_configuration: ~azure.batch.models.LinuxUserConfiguration - """ - - _validation = { - 'name': {'required': True}, - 'password': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'password': {'key': 'password', 'type': 'str'}, - 'elevation_level': {'key': 'elevationLevel', 'type': 'ElevationLevel'}, - 'linux_user_configuration': {'key': 'linuxUserConfiguration', 'type': 'LinuxUserConfiguration'}, - } - - def __init__(self, **kwargs): - super(UserAccount, self).__init__(**kwargs) - self.name = kwargs.get('name', None) - self.password = kwargs.get('password', None) - self.elevation_level = kwargs.get('elevation_level', None) - self.linux_user_configuration = kwargs.get('linux_user_configuration', None) diff --git a/azure-batch/azure/batch/models/user_account_py3.py b/azure-batch/azure/batch/models/user_account_py3.py deleted file mode 100644 index 33a2d3690064..000000000000 --- a/azure-batch/azure/batch/models/user_account_py3.py +++ /dev/null @@ -1,51 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UserAccount(Model): - """Properties used to create a user used to execute tasks on an Azure Batch - node. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The name of the user account. - :type name: str - :param password: Required. The password for the user account. - :type password: str - :param elevation_level: The elevation level of the user account. The - default value is nonAdmin. Possible values include: 'nonAdmin', 'admin' - :type elevation_level: str or ~azure.batch.models.ElevationLevel - :param linux_user_configuration: The Linux-specific user configuration for - the user account. This property is ignored if specified on a Windows pool. - If not specified, the user is created with the default options. - :type linux_user_configuration: ~azure.batch.models.LinuxUserConfiguration - """ - - _validation = { - 'name': {'required': True}, - 'password': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'password': {'key': 'password', 'type': 'str'}, - 'elevation_level': {'key': 'elevationLevel', 'type': 'ElevationLevel'}, - 'linux_user_configuration': {'key': 'linuxUserConfiguration', 'type': 'LinuxUserConfiguration'}, - } - - def __init__(self, *, name: str, password: str, elevation_level=None, linux_user_configuration=None, **kwargs) -> None: - super(UserAccount, self).__init__(**kwargs) - self.name = name - self.password = password - self.elevation_level = elevation_level - self.linux_user_configuration = linux_user_configuration diff --git a/azure-batch/azure/batch/models/user_identity.py b/azure-batch/azure/batch/models/user_identity.py deleted file mode 100644 index b75dfd7306b3..000000000000 --- a/azure-batch/azure/batch/models/user_identity.py +++ /dev/null @@ -1,41 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UserIdentity(Model): - """The definition of the user identity under which the task is run. - - Specify either the userName or autoUser property, but not both. On - CloudServiceConfiguration pools, this user is logged in with the - INTERACTIVE flag. On Windows VirtualMachineConfiguration pools, this user - is logged in with the BATCH flag. - - :param user_name: The name of the user identity under which the task is - run. The userName and autoUser properties are mutually exclusive; you must - specify one but not both. - :type user_name: str - :param auto_user: The auto user under which the task is run. The userName - and autoUser properties are mutually exclusive; you must specify one but - not both. - :type auto_user: ~azure.batch.models.AutoUserSpecification - """ - - _attribute_map = { - 'user_name': {'key': 'username', 'type': 'str'}, - 'auto_user': {'key': 'autoUser', 'type': 'AutoUserSpecification'}, - } - - def __init__(self, **kwargs): - super(UserIdentity, self).__init__(**kwargs) - self.user_name = kwargs.get('user_name', None) - self.auto_user = kwargs.get('auto_user', None) diff --git a/azure-batch/azure/batch/models/user_identity_py3.py b/azure-batch/azure/batch/models/user_identity_py3.py deleted file mode 100644 index e566f58cd51c..000000000000 --- a/azure-batch/azure/batch/models/user_identity_py3.py +++ /dev/null @@ -1,41 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class UserIdentity(Model): - """The definition of the user identity under which the task is run. - - Specify either the userName or autoUser property, but not both. On - CloudServiceConfiguration pools, this user is logged in with the - INTERACTIVE flag. On Windows VirtualMachineConfiguration pools, this user - is logged in with the BATCH flag. - - :param user_name: The name of the user identity under which the task is - run. The userName and autoUser properties are mutually exclusive; you must - specify one but not both. - :type user_name: str - :param auto_user: The auto user under which the task is run. The userName - and autoUser properties are mutually exclusive; you must specify one but - not both. - :type auto_user: ~azure.batch.models.AutoUserSpecification - """ - - _attribute_map = { - 'user_name': {'key': 'username', 'type': 'str'}, - 'auto_user': {'key': 'autoUser', 'type': 'AutoUserSpecification'}, - } - - def __init__(self, *, user_name: str=None, auto_user=None, **kwargs) -> None: - super(UserIdentity, self).__init__(**kwargs) - self.user_name = user_name - self.auto_user = auto_user diff --git a/azure-batch/azure/batch/models/virtual_machine_configuration.py b/azure-batch/azure/batch/models/virtual_machine_configuration.py deleted file mode 100644 index 52b8d7f6c8c5..000000000000 --- a/azure-batch/azure/batch/models/virtual_machine_configuration.py +++ /dev/null @@ -1,92 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class VirtualMachineConfiguration(Model): - """The configuration for compute nodes in a pool based on the Azure Virtual - Machines infrastructure. - - All required parameters must be populated in order to send to Azure. - - :param image_reference: Required. A reference to the Azure Virtual - Machines Marketplace image or the custom Virtual Machine image to use. - :type image_reference: ~azure.batch.models.ImageReference - :param os_disk: Settings for the operating system disk of the Virtual - Machine. - :type os_disk: ~azure.batch.models.OSDisk - :param node_agent_sku_id: Required. 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. - :type node_agent_sku_id: str - :param windows_configuration: Windows operating system settings on the - virtual machine. This property must not be specified if the imageReference - or osDisk property specifies a Linux OS image. - :type windows_configuration: ~azure.batch.models.WindowsConfiguration - :param data_disks: The configuration for data disks attached to the - comptue nodes in the pool. This property must be specified if the compute - nodes in the pool need to have empty data disks attached to them. This - cannot be updated. Each node gets its own disk (the disk is not a file - share). Existing disks cannot be attached, each attached disk is empty. - When the node is removed from the pool, the disk and all data associated - with it is also deleted. The disk is not formatted after being attached, - it must be formatted before use - for more information see - https://docs.microsoft.com/en-us/azure/virtual-machines/linux/classic/attach-disk#initialize-a-new-data-disk-in-linux - and - https://docs.microsoft.com/en-us/azure/virtual-machines/windows/attach-disk-ps#add-an-empty-data-disk-to-a-virtual-machine. - :type data_disks: list[~azure.batch.models.DataDisk] - :param license_type: The type of on-premises license to be used when - deploying the operating system. This only applies to images that contain - the Windows operating system, and should only be used when you hold valid - on-premises licenses for the nodes which will be deployed. If omitted, no - on-premises licensing discount is applied. Values are: - Windows_Server - The on-premises license is for Windows Server. - Windows_Client - The on-premises license is for Windows Client. - :type license_type: str - :param container_configuration: The container configuration for the pool. - If specified, setup is performed on each node in the pool to allow tasks - to run in containers. All regular tasks and job manager tasks run on this - pool must specify the containerSettings property, and all other tasks may - specify it. - :type container_configuration: ~azure.batch.models.ContainerConfiguration - """ - - _validation = { - 'image_reference': {'required': True}, - 'node_agent_sku_id': {'required': True}, - } - - _attribute_map = { - 'image_reference': {'key': 'imageReference', 'type': 'ImageReference'}, - 'os_disk': {'key': 'osDisk', 'type': 'OSDisk'}, - 'node_agent_sku_id': {'key': 'nodeAgentSKUId', 'type': 'str'}, - 'windows_configuration': {'key': 'windowsConfiguration', 'type': 'WindowsConfiguration'}, - 'data_disks': {'key': 'dataDisks', 'type': '[DataDisk]'}, - 'license_type': {'key': 'licenseType', 'type': 'str'}, - 'container_configuration': {'key': 'containerConfiguration', 'type': 'ContainerConfiguration'}, - } - - def __init__(self, **kwargs): - super(VirtualMachineConfiguration, self).__init__(**kwargs) - self.image_reference = kwargs.get('image_reference', None) - self.os_disk = kwargs.get('os_disk', None) - self.node_agent_sku_id = kwargs.get('node_agent_sku_id', None) - self.windows_configuration = kwargs.get('windows_configuration', None) - self.data_disks = kwargs.get('data_disks', None) - self.license_type = kwargs.get('license_type', None) - self.container_configuration = kwargs.get('container_configuration', None) diff --git a/azure-batch/azure/batch/models/virtual_machine_configuration_py3.py b/azure-batch/azure/batch/models/virtual_machine_configuration_py3.py deleted file mode 100644 index 686568a7e18b..000000000000 --- a/azure-batch/azure/batch/models/virtual_machine_configuration_py3.py +++ /dev/null @@ -1,92 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class VirtualMachineConfiguration(Model): - """The configuration for compute nodes in a pool based on the Azure Virtual - Machines infrastructure. - - All required parameters must be populated in order to send to Azure. - - :param image_reference: Required. A reference to the Azure Virtual - Machines Marketplace image or the custom Virtual Machine image to use. - :type image_reference: ~azure.batch.models.ImageReference - :param os_disk: Settings for the operating system disk of the Virtual - Machine. - :type os_disk: ~azure.batch.models.OSDisk - :param node_agent_sku_id: Required. 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. - :type node_agent_sku_id: str - :param windows_configuration: Windows operating system settings on the - virtual machine. This property must not be specified if the imageReference - or osDisk property specifies a Linux OS image. - :type windows_configuration: ~azure.batch.models.WindowsConfiguration - :param data_disks: The configuration for data disks attached to the - comptue nodes in the pool. This property must be specified if the compute - nodes in the pool need to have empty data disks attached to them. This - cannot be updated. Each node gets its own disk (the disk is not a file - share). Existing disks cannot be attached, each attached disk is empty. - When the node is removed from the pool, the disk and all data associated - with it is also deleted. The disk is not formatted after being attached, - it must be formatted before use - for more information see - https://docs.microsoft.com/en-us/azure/virtual-machines/linux/classic/attach-disk#initialize-a-new-data-disk-in-linux - and - https://docs.microsoft.com/en-us/azure/virtual-machines/windows/attach-disk-ps#add-an-empty-data-disk-to-a-virtual-machine. - :type data_disks: list[~azure.batch.models.DataDisk] - :param license_type: The type of on-premises license to be used when - deploying the operating system. This only applies to images that contain - the Windows operating system, and should only be used when you hold valid - on-premises licenses for the nodes which will be deployed. If omitted, no - on-premises licensing discount is applied. Values are: - Windows_Server - The on-premises license is for Windows Server. - Windows_Client - The on-premises license is for Windows Client. - :type license_type: str - :param container_configuration: The container configuration for the pool. - If specified, setup is performed on each node in the pool to allow tasks - to run in containers. All regular tasks and job manager tasks run on this - pool must specify the containerSettings property, and all other tasks may - specify it. - :type container_configuration: ~azure.batch.models.ContainerConfiguration - """ - - _validation = { - 'image_reference': {'required': True}, - 'node_agent_sku_id': {'required': True}, - } - - _attribute_map = { - 'image_reference': {'key': 'imageReference', 'type': 'ImageReference'}, - 'os_disk': {'key': 'osDisk', 'type': 'OSDisk'}, - 'node_agent_sku_id': {'key': 'nodeAgentSKUId', 'type': 'str'}, - 'windows_configuration': {'key': 'windowsConfiguration', 'type': 'WindowsConfiguration'}, - 'data_disks': {'key': 'dataDisks', 'type': '[DataDisk]'}, - 'license_type': {'key': 'licenseType', 'type': 'str'}, - 'container_configuration': {'key': 'containerConfiguration', 'type': 'ContainerConfiguration'}, - } - - def __init__(self, *, image_reference, node_agent_sku_id: str, os_disk=None, windows_configuration=None, data_disks=None, license_type: str=None, container_configuration=None, **kwargs) -> None: - super(VirtualMachineConfiguration, self).__init__(**kwargs) - self.image_reference = image_reference - self.os_disk = os_disk - self.node_agent_sku_id = node_agent_sku_id - self.windows_configuration = windows_configuration - self.data_disks = data_disks - self.license_type = license_type - self.container_configuration = container_configuration diff --git a/azure-batch/azure/batch/models/windows_configuration.py b/azure-batch/azure/batch/models/windows_configuration.py deleted file mode 100644 index 6b27533d2558..000000000000 --- a/azure-batch/azure/batch/models/windows_configuration.py +++ /dev/null @@ -1,29 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class WindowsConfiguration(Model): - """Windows operating system settings to apply to the virtual machine. - - :param enable_automatic_updates: Whether automatic updates are enabled on - the virtual machine. If omitted, the default value is true. - :type enable_automatic_updates: bool - """ - - _attribute_map = { - 'enable_automatic_updates': {'key': 'enableAutomaticUpdates', 'type': 'bool'}, - } - - def __init__(self, **kwargs): - super(WindowsConfiguration, self).__init__(**kwargs) - self.enable_automatic_updates = kwargs.get('enable_automatic_updates', None) diff --git a/azure-batch/azure/batch/models/windows_configuration_py3.py b/azure-batch/azure/batch/models/windows_configuration_py3.py deleted file mode 100644 index 40a4aedf6494..000000000000 --- a/azure-batch/azure/batch/models/windows_configuration_py3.py +++ /dev/null @@ -1,29 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model - - -class WindowsConfiguration(Model): - """Windows operating system settings to apply to the virtual machine. - - :param enable_automatic_updates: Whether automatic updates are enabled on - the virtual machine. If omitted, the default value is true. - :type enable_automatic_updates: bool - """ - - _attribute_map = { - 'enable_automatic_updates': {'key': 'enableAutomaticUpdates', 'type': 'bool'}, - } - - def __init__(self, *, enable_automatic_updates: bool=None, **kwargs) -> None: - super(WindowsConfiguration, self).__init__(**kwargs) - self.enable_automatic_updates = enable_automatic_updates diff --git a/azure-batch/azure/batch/operations/account_operations.py b/azure-batch/azure/batch/operations/account_operations.py index efd3a9e51e8c..a2f9a08baaad 100644 --- a/azure-batch/azure/batch/operations/account_operations.py +++ b/azure-batch/azure/batch/operations/account_operations.py @@ -22,7 +22,7 @@ class AccountOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API Version. Constant value: "2018-08-01.7.0". + :ivar api_version: Client API Version. Constant value: "2018-12-01.8.0". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-08-01.7.0" + self.api_version = "2018-12-01.8.0" self.config = config @@ -79,6 +79,10 @@ def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL url = self.list_node_agent_skus.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -173,6 +177,10 @@ def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL url = self.list_pool_node_counts.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} diff --git a/azure-batch/azure/batch/operations/application_operations.py b/azure-batch/azure/batch/operations/application_operations.py index 864d2ff12226..c2353c6993ff 100644 --- a/azure-batch/azure/batch/operations/application_operations.py +++ b/azure-batch/azure/batch/operations/application_operations.py @@ -22,7 +22,7 @@ class ApplicationOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API Version. Constant value: "2018-08-01.7.0". + :ivar api_version: Client API Version. Constant value: "2018-12-01.8.0". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-08-01.7.0" + self.api_version = "2018-12-01.8.0" self.config = config @@ -82,6 +82,10 @@ def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL url = self.list.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -174,6 +178,7 @@ def get( # Construct URL url = self.get.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'applicationId': self._serialize.url("application_id", application_id, 'str') } url = self._client.format_url(url, **path_format_arguments) diff --git a/azure-batch/azure/batch/operations/certificate_operations.py b/azure-batch/azure/batch/operations/certificate_operations.py index d4bdafb94a7b..0d069ece8fc3 100644 --- a/azure-batch/azure/batch/operations/certificate_operations.py +++ b/azure-batch/azure/batch/operations/certificate_operations.py @@ -22,7 +22,7 @@ class CertificateOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API Version. Constant value: "2018-08-01.7.0". + :ivar api_version: Client API Version. Constant value: "2018-12-01.8.0". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-08-01.7.0" + self.api_version = "2018-12-01.8.0" self.config = config @@ -71,6 +71,10 @@ def add( # Construct URL url = self.add.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -163,6 +167,10 @@ def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL url = self.list.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -264,6 +272,7 @@ def cancel_deletion( # Construct URL url = self.cancel_deletion.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'thumbprintAlgorithm': self._serialize.url("thumbprint_algorithm", thumbprint_algorithm, 'str'), 'thumbprint': self._serialize.url("thumbprint", thumbprint, 'str') } @@ -360,6 +369,7 @@ def delete( # Construct URL url = self.delete.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'thumbprintAlgorithm': self._serialize.url("thumbprint_algorithm", thumbprint_algorithm, 'str'), 'thumbprint': self._serialize.url("thumbprint", thumbprint, 'str') } @@ -447,6 +457,7 @@ def get( # Construct URL url = self.get.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'thumbprintAlgorithm': self._serialize.url("thumbprint_algorithm", thumbprint_algorithm, 'str'), 'thumbprint': self._serialize.url("thumbprint", thumbprint, 'str') } diff --git a/azure-batch/azure/batch/operations/compute_node_operations.py b/azure-batch/azure/batch/operations/compute_node_operations.py index ea988094f6a4..ec2066790f47 100644 --- a/azure-batch/azure/batch/operations/compute_node_operations.py +++ b/azure-batch/azure/batch/operations/compute_node_operations.py @@ -22,7 +22,7 @@ class ComputeNodeOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API Version. Constant value: "2018-08-01.7.0". + :ivar api_version: Client API Version. Constant value: "2018-12-01.8.0". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-08-01.7.0" + self.api_version = "2018-12-01.8.0" self.config = config @@ -80,6 +80,7 @@ def add_user( # Construct URL url = self.add_user.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } @@ -173,6 +174,7 @@ def delete_user( # Construct URL url = self.delete_user.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str'), 'userName': self._serialize.url("user_name", user_name, 'str') @@ -267,6 +269,7 @@ def update_user( # Construct URL url = self.update_user.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str'), 'userName': self._serialize.url("user_name", user_name, 'str') @@ -360,6 +363,7 @@ def get( # Construct URL url = self.get.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } @@ -465,6 +469,7 @@ def reboot( # Construct URL url = self.reboot.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } @@ -568,6 +573,7 @@ def reimage( # Construct URL url = self.reimage.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } @@ -671,6 +677,7 @@ def disable_scheduling( # Construct URL url = self.disable_scheduling.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } @@ -765,6 +772,7 @@ def enable_scheduling( # Construct URL url = self.enable_scheduling.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } @@ -857,6 +865,7 @@ def get_remote_login_settings( # Construct URL url = self.get_remote_login_settings.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } @@ -960,6 +969,7 @@ def get_remote_desktop( # Construct URL url = self.get_remote_desktop.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } @@ -1065,6 +1075,7 @@ def upload_batch_service_logs( # Construct URL url = self.upload_batch_service_logs.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } @@ -1170,6 +1181,7 @@ def internal_paging(next_link=None, raw=False): # Construct URL url = self.list.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) diff --git a/azure-batch/azure/batch/operations/file_operations.py b/azure-batch/azure/batch/operations/file_operations.py index cf997c3bf42c..eb681af147fc 100644 --- a/azure-batch/azure/batch/operations/file_operations.py +++ b/azure-batch/azure/batch/operations/file_operations.py @@ -22,7 +22,7 @@ class FileOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API Version. Constant value: "2018-08-01.7.0". + :ivar api_version: Client API Version. Constant value: "2018-12-01.8.0". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-08-01.7.0" + self.api_version = "2018-12-01.8.0" self.config = config @@ -84,6 +84,7 @@ def delete_from_task( # Construct URL url = self.delete_from_task.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str'), 'filePath': self._serialize.url("file_path", file_path, 'str') @@ -184,6 +185,7 @@ def get_from_task( # Construct URL url = self.get_from_task.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str'), 'filePath': self._serialize.url("file_path", file_path, 'str') @@ -299,6 +301,7 @@ def get_properties_from_task( # Construct URL url = self.get_properties_from_task.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str'), 'filePath': self._serialize.url("file_path", file_path, 'str') @@ -402,6 +405,7 @@ def delete_from_compute_node( # Construct URL url = self.delete_from_compute_node.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str'), 'filePath': self._serialize.url("file_path", file_path, 'str') @@ -502,6 +506,7 @@ def get_from_compute_node( # Construct URL url = self.get_from_compute_node.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str'), 'filePath': self._serialize.url("file_path", file_path, 'str') @@ -616,6 +621,7 @@ def get_properties_from_compute_node( # Construct URL url = self.get_properties_from_compute_node.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str'), 'filePath': self._serialize.url("file_path", file_path, 'str') @@ -723,6 +729,7 @@ def internal_paging(next_link=None, raw=False): # Construct URL url = self.list_from_task.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str') } @@ -832,6 +839,7 @@ def internal_paging(next_link=None, raw=False): # Construct URL url = self.list_from_compute_node.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str'), 'nodeId': self._serialize.url("node_id", node_id, 'str') } diff --git a/azure-batch/azure/batch/operations/job_operations.py b/azure-batch/azure/batch/operations/job_operations.py index 333d346add1a..e575afe570ab 100644 --- a/azure-batch/azure/batch/operations/job_operations.py +++ b/azure-batch/azure/batch/operations/job_operations.py @@ -22,7 +22,7 @@ class JobOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API Version. Constant value: "2018-08-01.7.0". + :ivar api_version: Client API Version. Constant value: "2018-12-01.8.0". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-08-01.7.0" + self.api_version = "2018-12-01.8.0" self.config = config @@ -77,6 +77,10 @@ def get_all_lifetime_statistics( # Construct URL url = self.get_all_lifetime_statistics.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -183,6 +187,7 @@ def delete( # Construct URL url = self.delete.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -285,6 +290,7 @@ def get( # Construct URL url = self.get.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -402,6 +408,7 @@ def patch( # Construct URL url = self.patch.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -511,6 +518,7 @@ def update( # Construct URL url = self.update.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -627,6 +635,7 @@ def disable( # Construct URL url = self.disable.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -691,8 +700,9 @@ def enable( enabling state. After the this operation is completed, the job moves to the active state, and scheduling of new tasks under the job resumes. The Batch service does not allow a task to remain in the active state - for more than 7 days. Therefore, if you enable a job containing active - tasks which were added more than 7 days ago, those tasks will not run. + for more than 180 days. Therefore, if you enable a job containing + active tasks which were added more than 180 days ago, those tasks will + not run. :param job_id: The ID of the job to enable. :type job_id: str @@ -736,6 +746,7 @@ def enable( # Construct URL url = self.enable.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -848,6 +859,7 @@ def terminate( # Construct URL url = self.terminate.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -951,6 +963,10 @@ def add( # Construct URL url = self.add.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -1043,6 +1059,10 @@ def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL url = self.list.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -1151,6 +1171,7 @@ def internal_paging(next_link=None, raw=False): # Construct URL url = self.list_from_job_schedule.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobScheduleId': self._serialize.url("job_schedule_id", job_schedule_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -1267,6 +1288,7 @@ def internal_paging(next_link=None, raw=False): # Construct URL url = self.list_preparation_and_release_task_status.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -1364,6 +1386,7 @@ def get_task_counts( # Construct URL url = self.get_task_counts.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) diff --git a/azure-batch/azure/batch/operations/job_schedule_operations.py b/azure-batch/azure/batch/operations/job_schedule_operations.py index b209a1915ee0..511ad1161c14 100644 --- a/azure-batch/azure/batch/operations/job_schedule_operations.py +++ b/azure-batch/azure/batch/operations/job_schedule_operations.py @@ -22,7 +22,7 @@ class JobScheduleOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API Version. Constant value: "2018-08-01.7.0". + :ivar api_version: Client API Version. Constant value: "2018-12-01.8.0". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-08-01.7.0" + self.api_version = "2018-12-01.8.0" self.config = config @@ -85,6 +85,7 @@ def exists( # Construct URL url = self.exists.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobScheduleId': self._serialize.url("job_schedule_id", job_schedule_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -193,6 +194,7 @@ def delete( # Construct URL url = self.delete.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobScheduleId': self._serialize.url("job_schedule_id", job_schedule_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -297,6 +299,7 @@ def get( # Construct URL url = self.get.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobScheduleId': self._serialize.url("job_schedule_id", job_schedule_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -420,6 +423,7 @@ def patch( # Construct URL url = self.patch.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobScheduleId': self._serialize.url("job_schedule_id", job_schedule_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -534,6 +538,7 @@ def update( # Construct URL url = self.update.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobScheduleId': self._serialize.url("job_schedule_id", job_schedule_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -640,6 +645,7 @@ def disable( # Construct URL url = self.disable.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobScheduleId': self._serialize.url("job_schedule_id", job_schedule_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -740,6 +746,7 @@ def enable( # Construct URL url = self.enable.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobScheduleId': self._serialize.url("job_schedule_id", job_schedule_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -840,6 +847,7 @@ def terminate( # Construct URL url = self.terminate.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobScheduleId': self._serialize.url("job_schedule_id", job_schedule_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -927,6 +935,10 @@ def add( # Construct URL url = self.add.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -1021,6 +1033,10 @@ def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL url = self.list.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} diff --git a/azure-batch/azure/batch/operations/pool_operations.py b/azure-batch/azure/batch/operations/pool_operations.py index 6d9d40f7e5ef..cde301f344f1 100644 --- a/azure-batch/azure/batch/operations/pool_operations.py +++ b/azure-batch/azure/batch/operations/pool_operations.py @@ -22,7 +22,7 @@ class PoolOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API Version. Constant value: "2018-08-01.7.0". + :ivar api_version: Client API Version. Constant value: "2018-12-01.8.0". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-08-01.7.0" + self.api_version = "2018-12-01.8.0" self.config = config @@ -93,6 +93,10 @@ def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL url = self.list_usage_metrics.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -189,6 +193,10 @@ def get_all_lifetime_statistics( # Construct URL url = self.get_all_lifetime_statistics.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -276,6 +284,10 @@ def add( # Construct URL url = self.add.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -368,6 +380,10 @@ def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL url = self.list.metadata['url'] + path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True) + } + url = self._client.format_url(url, **path_format_arguments) # Construct parameters query_parameters = {} @@ -483,6 +499,7 @@ def delete( # Construct URL url = self.delete.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -578,6 +595,7 @@ def exists( # Construct URL url = self.exists.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -684,6 +702,7 @@ def get( # Construct URL url = self.get.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -802,6 +821,7 @@ def patch( # Construct URL url = self.patch.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -895,6 +915,7 @@ def disable_auto_scale( # Construct URL url = self.disable_auto_scale.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -1016,6 +1037,7 @@ def enable_auto_scale( # Construct URL url = self.enable_auto_scale.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -1123,6 +1145,7 @@ def evaluate_auto_scale( # Construct URL url = self.evaluate_auto_scale.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -1238,6 +1261,7 @@ def resize( # Construct URL url = self.resize.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -1351,6 +1375,7 @@ def stop_resize( # Construct URL url = self.stop_resize.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -1448,6 +1473,7 @@ def update_properties( # Construct URL url = self.update_properties.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -1496,133 +1522,6 @@ def update_properties( return client_raw_response update_properties.metadata = {'url': '/pools/{poolId}/updateproperties'} - def upgrade_os( - self, pool_id, target_os_version, pool_upgrade_os_options=None, custom_headers=None, raw=False, **operation_config): - """Upgrades the operating system of the specified pool. - - During an upgrade, the Batch service upgrades each compute node in the - pool. When a compute node is chosen for upgrade, any tasks running on - that node are removed from the node and returned to the queue to be - rerun later (or on a different compute node). The node will be - unavailable until the upgrade is complete. This operation results in - temporarily reduced pool capacity as nodes are taken out of service to - be upgraded. Although the Batch service tries to avoid upgrading all - compute nodes at the same time, it does not guarantee to do this - (particularly on small pools); therefore, the pool may be temporarily - unavailable to run tasks. When this operation runs, the pool state - changes to upgrading. When all compute nodes have finished upgrading, - the pool state returns to active. While the upgrade is in progress, the - pool's currentOSVersion reflects the OS version that nodes are - upgrading from, and targetOSVersion reflects the OS version that nodes - are upgrading to. Once the upgrade is complete, currentOSVersion is - updated to reflect the OS version now running on all nodes. This - operation can only be invoked on pools created with the - cloudServiceConfiguration property. - - :param pool_id: The ID of the pool to upgrade. - :type pool_id: str - :param target_os_version: The Azure Guest OS version to be installed - on the virtual machines in the pool. - :type target_os_version: str - :param pool_upgrade_os_options: Additional parameters for the - operation - :type pool_upgrade_os_options: - ~azure.batch.models.PoolUpgradeOsOptions - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: None or ClientRawResponse if raw=true - :rtype: None or ~msrest.pipeline.ClientRawResponse - :raises: - :class:`BatchErrorException` - """ - timeout = None - if pool_upgrade_os_options is not None: - timeout = pool_upgrade_os_options.timeout - client_request_id = None - if pool_upgrade_os_options is not None: - client_request_id = pool_upgrade_os_options.client_request_id - return_client_request_id = None - if pool_upgrade_os_options is not None: - return_client_request_id = pool_upgrade_os_options.return_client_request_id - ocp_date = None - if pool_upgrade_os_options is not None: - ocp_date = pool_upgrade_os_options.ocp_date - if_match = None - if pool_upgrade_os_options is not None: - if_match = pool_upgrade_os_options.if_match - if_none_match = None - if pool_upgrade_os_options is not None: - if_none_match = pool_upgrade_os_options.if_none_match - if_modified_since = None - if pool_upgrade_os_options is not None: - if_modified_since = pool_upgrade_os_options.if_modified_since - if_unmodified_since = None - if pool_upgrade_os_options is not None: - if_unmodified_since = pool_upgrade_os_options.if_unmodified_since - pool_upgrade_os_parameter = models.PoolUpgradeOSParameter(target_os_version=target_os_version) - - # Construct URL - url = self.upgrade_os.metadata['url'] - path_format_arguments = { - 'poolId': self._serialize.url("pool_id", pool_id, 'str') - } - url = self._client.format_url(url, **path_format_arguments) - - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') - if timeout is not None: - query_parameters['timeout'] = self._serialize.query("timeout", timeout, 'int') - - # Construct headers - header_parameters = {} - header_parameters['Content-Type'] = 'application/json; odata=minimalmetadata; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - if client_request_id is not None: - header_parameters['client-request-id'] = self._serialize.header("client_request_id", client_request_id, 'str') - if return_client_request_id is not None: - header_parameters['return-client-request-id'] = self._serialize.header("return_client_request_id", return_client_request_id, 'bool') - if ocp_date is not None: - header_parameters['ocp-date'] = self._serialize.header("ocp_date", ocp_date, 'rfc-1123') - if if_match is not None: - header_parameters['If-Match'] = self._serialize.header("if_match", if_match, 'str') - if if_none_match is not None: - header_parameters['If-None-Match'] = self._serialize.header("if_none_match", if_none_match, 'str') - if if_modified_since is not None: - header_parameters['If-Modified-Since'] = self._serialize.header("if_modified_since", if_modified_since, 'rfc-1123') - if if_unmodified_since is not None: - header_parameters['If-Unmodified-Since'] = self._serialize.header("if_unmodified_since", if_unmodified_since, 'rfc-1123') - - # Construct body - body_content = self._serialize.body(pool_upgrade_os_parameter, 'PoolUpgradeOSParameter') - - # Construct and send request - request = self._client.post(url, query_parameters, header_parameters, body_content) - response = self._client.send(request, stream=False, **operation_config) - - if response.status_code not in [202]: - raise models.BatchErrorException(self._deserialize, response) - - if raw: - client_raw_response = ClientRawResponse(None, response) - client_raw_response.add_headers({ - 'client-request-id': 'str', - 'request-id': 'str', - 'ETag': 'str', - 'Last-Modified': 'rfc-1123', - 'DataServiceId': 'str', - }) - return client_raw_response - upgrade_os.metadata = {'url': '/pools/{poolId}/upgradeos'} - def remove_nodes( self, pool_id, node_remove_parameter, pool_remove_nodes_options=None, custom_headers=None, raw=False, **operation_config): """Removes compute nodes from the specified pool. @@ -1678,6 +1577,7 @@ def remove_nodes( # Construct URL url = self.remove_nodes.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'poolId': self._serialize.url("pool_id", pool_id, 'str') } url = self._client.format_url(url, **path_format_arguments) diff --git a/azure-batch/azure/batch/operations/task_operations.py b/azure-batch/azure/batch/operations/task_operations.py index 526187533a57..fb1ae6481dde 100644 --- a/azure-batch/azure/batch/operations/task_operations.py +++ b/azure-batch/azure/batch/operations/task_operations.py @@ -22,7 +22,7 @@ class TaskOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API Version. Constant value: "2018-08-01.7.0". + :ivar api_version: Client API Version. Constant value: "2018-12-01.8.0". """ models = models @@ -32,7 +32,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-08-01.7.0" + self.api_version = "2018-12-01.8.0" self.config = config @@ -40,8 +40,8 @@ def add( self, job_id, task, task_add_options=None, custom_headers=None, raw=False, **operation_config): """Adds a task to the specified job. - The maximum lifetime of a task from addition to completion is 7 days. - If a task has not completed within 7 days of being added it will be + The maximum lifetime of a task from addition to completion is 180 days. + If a task has not completed within 180 days of being added it will be terminated by the Batch service and left in whatever state it was in at that time. @@ -77,6 +77,7 @@ def add( # Construct URL url = self.add.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -179,6 +180,7 @@ def internal_paging(next_link=None, raw=False): # Construct URL url = self.list.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -253,8 +255,8 @@ def add_collection( tasks which failed to add, a client can retry the request. In a retry, it is most efficient to resubmit only tasks that failed to add, and to omit tasks that were successfully added on the first attempt. The - maximum lifetime of a task from addition to completion is 7 days. If a - task has not completed within 7 days of being added it will be + maximum lifetime of a task from addition to completion is 180 days. If + a task has not completed within 180 days of being added it will be terminated by the Batch service and left in whatever state it was in at that time. @@ -300,6 +302,7 @@ def add_collection( # Construct URL url = self.add_collection.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -409,6 +412,7 @@ def delete( # Construct URL url = self.delete.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str') } @@ -518,6 +522,7 @@ def get( # Construct URL url = self.get.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str') } @@ -639,6 +644,7 @@ def update( # Construct URL url = self.update.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str') } @@ -742,6 +748,7 @@ def list_subtasks( # Construct URL url = self.list_subtasks.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str') } @@ -851,6 +858,7 @@ def terminate( # Construct URL url = self.terminate.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str') } @@ -964,6 +972,7 @@ def reactivate( # Construct URL url = self.reactivate.metadata['url'] path_format_arguments = { + 'batchUrl': self._serialize.url("self.config.batch_url", self.config.batch_url, 'str', skip_quote=True), 'jobId': self._serialize.url("job_id", job_id, 'str'), 'taskId': self._serialize.url("task_id", task_id, 'str') } diff --git a/azure-batch/azure/batch/version.py b/azure-batch/azure/batch/version.py index 2b9421da3e1b..37725706ef72 100644 --- a/azure-batch/azure/batch/version.py +++ b/azure-batch/azure/batch/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "5.1.1" +VERSION = "6.0.0" diff --git a/azure-batch/tests/batch_preparers.py b/azure-batch/tests/batch_preparers.py index 86fff123a878..7235e05f100f 100644 --- a/azure-batch/tests/batch_preparers.py +++ b/azure-batch/tests/batch_preparers.py @@ -250,7 +250,7 @@ def _get_batch_client(self, **kwargs): account = kwargs[self.batch_account_parameter_name] credentials = kwargs[self.batch_credentials_parameter_name] return azure.batch.BatchServiceClient( - credentials, base_url='https://' + account.account_endpoint) + credentials, batch_url='https://' + account.account_endpoint) except KeyError: template = 'To create a batch job, a batch account is required. Please add ' \ 'decorator @AccountPreparer in front of this job preparer.' diff --git a/azure-batch/tests/recordings/test_batch.test_batch_applications.yaml b/azure-batch/tests/recordings/test_batch.test_batch_applications.yaml index ae6b5d20ff11..4a8adbe9233c 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_applications.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_applications.yaml @@ -5,21 +5,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:23:12 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:20:14 GMT'] method: GET - uri: https://batchf06f0dd7.eastus.batch.azure.com/applications?api-version=2018-08-01.7.0 + uri: https://batchf06f0dd7.westcentralus.batch.azure.com/applications?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf06f0dd7.eastus.batch.azure.com/$metadata#listapplicationsummariesresponses\",\"value\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf06f0dd7.westcentralus.batch.azure.com/$metadata#listapplicationsummariesresponses\",\"value\":[\r\n \ {\r\n \"id\":\"application_id\",\"versions\":[\r\n \"v1.0\"\r\n \ ]\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:23:13 GMT'] - request-id: [f9ccae6c-f942-4a86-8f20-39d58c94e508] + date: ['Fri, 14 Dec 2018 01:20:14 GMT'] + request-id: [08eda3ff-526e-42a6-b3eb-70e74941e0de] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -31,51 +31,51 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:23:13 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:20:15 GMT'] method: GET - uri: https://batchf06f0dd7.eastus.batch.azure.com/applications/application_id?api-version=2018-08-01.7.0 + uri: https://batchf06f0dd7.westcentralus.batch.azure.com/applications/application_id?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf06f0dd7.eastus.batch.azure.com/$metadata#getapplicationsummaryresponse/@Element\",\"id\":\"application_id\",\"versions\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf06f0dd7.westcentralus.batch.azure.com/$metadata#getapplicationsummaryresponse/@Element\",\"id\":\"application_id\",\"versions\":[\r\n \ \"v1.0\"\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:23:14 GMT'] - request-id: [48cc2c6a-c810-4bb6-a6dc-777b25c5705d] + date: ['Fri, 14 Dec 2018 01:20:15 GMT'] + request-id: [275866c2-5d58-4469-839c-df799c2b44d5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"applicationPackageReferences": [{"applicationId": "application_id", "version": - "v1.0"}], "id": "python_task_with_app_package", "commandLine": "cmd /c \"echo - hello world\""}' + body: '{"applicationPackageReferences": [{"version": "v1.0", "applicationId": + "application_id"}], "id": "python_task_with_app_package", "commandLine": "cmd + /c \"echo hello world\""}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['174'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:23:14 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:20:15 GMT'] method: POST - uri: https://batchf06f0dd7.eastus.batch.azure.com/jobs/batchf06f0dd7/tasks?api-version=2018-08-01.7.0 + uri: https://batchf06f0dd7.westcentralus.batch.azure.com/jobs/batchf06f0dd7/tasks?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchf06f0dd7.eastus.batch.azure.com/jobs/batchf06f0dd7/tasks/python_task_with_app_package'] + dataserviceid: ['https://batchf06f0dd7.westcentralus.batch.azure.com/jobs/batchf06f0dd7/tasks/python_task_with_app_package'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:23:14 GMT'] - etag: ['0x8D6098A132CCBE4'] - last-modified: ['Fri, 24 Aug 2018 06:23:15 GMT'] - location: ['https://batchf06f0dd7.eastus.batch.azure.com/jobs/batchf06f0dd7/tasks/python_task_with_app_package'] - request-id: [eefeba72-ccd4-4bdd-b18a-a6208c7e623e] + date: ['Fri, 14 Dec 2018 01:20:15 GMT'] + etag: ['0x8D661624DED76BE'] + last-modified: ['Fri, 14 Dec 2018 01:20:16 GMT'] + location: ['https://batchf06f0dd7.westcentralus.batch.azure.com/jobs/batchf06f0dd7/tasks/python_task_with_app_package'] + request-id: [0f746a1d-9ba1-42a2-82e2-b95a6367e40c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -87,26 +87,26 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:23:15 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:20:16 GMT'] method: GET - uri: https://batchf06f0dd7.eastus.batch.azure.com/jobs/batchf06f0dd7/tasks/python_task_with_app_package?api-version=2018-08-01.7.0 + uri: https://batchf06f0dd7.westcentralus.batch.azure.com/jobs/batchf06f0dd7/tasks/python_task_with_app_package?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf06f0dd7.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"python_task_with_app_package\",\"url\":\"https://batchf06f0dd7.eastus.batch.azure.com/jobs/batchf06f0dd7/tasks/python_task_with_app_package\",\"eTag\":\"0x8D6098A132CCBE4\",\"creationTime\":\"2018-08-24T06:23:15.1343588Z\",\"lastModified\":\"2018-08-24T06:23:15.1343588Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:23:15.1343588Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batchf06f0dd7.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"python_task_with_app_package\",\"url\":\"https://batchf06f0dd7.westcentralus.batch.azure.com/jobs/batchf06f0dd7/tasks/python_task_with_app_package\",\"eTag\":\"0x8D661624DED76BE\",\"creationTime\":\"2018-12-14T01:20:16.1601214Z\",\"lastModified\":\"2018-12-14T01:20:16.1601214Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T01:20:16.1601214Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"applicationPackageReferences\":[\r\n {\r\n \ \"applicationId\":\"application_id\",\"version\":\"v1.0\"\r\n }\r\n \ ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n - \ }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:23:15 GMT'] - etag: ['0x8D6098A132CCBE4'] - last-modified: ['Fri, 24 Aug 2018 06:23:15 GMT'] - request-id: [527593e6-02fe-43bc-9a6d-e332389f63b4] + date: ['Fri, 14 Dec 2018 01:20:16 GMT'] + etag: ['0x8D661624DED76BE'] + last-modified: ['Fri, 14 Dec 2018 01:20:16 GMT'] + request-id: [f3470a9e-28b7-4833-8e57-731dc83f3e92] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_certificates.yaml b/azure-batch/tests/recordings/test_batch.test_batch_certificates.yaml index dc8aabf2c48c..bee8b727e5e2 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_certificates.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_certificates.yaml @@ -1,27 +1,28 @@ interactions: - request: - body: '{"certificateFormat": "pfx", "thumbprintAlgorithm": "sha1", "thumbprint": - "cff2ab63c8c955aaf71989efa641b906558d9fb7", "password": "nodesdk", "data": "MIIGMQIBAzCCBe0GCSqGSIb3DQEHAaCCBd4EggXaMIIF1jCCA8AGCSqGSIb3DQEHAaCCA7EEggOtMIIDqTCCA6UGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAhyd3xCtln3iQICB9AEggKQhe5P10V9iV1BsDlwWT561Yu2hVq3JT8ae/ebx1ZR/gMApVereDKkS9Zg4vFyssusHebbK5pDpU8vfAqle0TM4m7wGsRj453ZorSPUfMpHvQnAOn+2pEpWdMThU7xvZ6DVpwhDOQk9166z+KnKdHGuJKh4haMT7Rw/6xZ1rsBt2423cwTrQVMQyACrEkianpuujubKltN99qRoFAxhQcnYE2KlYKw7lRcExq6mDSYAyk5xJZ1ZFdLj6MAryZroQit/0g5eyhoNEKwWbi8px5j71pRTf7yjN+deMGQKwbGl+3OgaL1UZ5fCjypbVL60kpIBxLZwIJ7p3jJ+q9pbq9zSdzshPYor5lxyUfXqaso/0/91ayNoBzg4hQGh618PhFI6RMGjwkzhB9xk74iweJ9HQyIHf8yx2RCSI22JuCMitPMWSGvOszhbNx3AEDLuiiAOHg391mprEtKZguOIr9LrJwem/YmcHbwyz5YAbZmiseKPkllfC7dafFfCFEkj6R2oegIsZo0pEKYisAXBqT0g+6/jGwuhlZcBo0f7UIZm88iA3MrJCjlXEgV5OcQdoWj+hq0lKEdnhtCKr03AIfukN6+4vjjarZeW1bs0swq0l3XFf5RHa11otshMS4mpewshB9iO9MuKWpRxuxeng4PlKZ/zuBqmPeUrjJ9454oK35Pq+dghfemt7AUpBH/KycDNIZgfdEWUZrRKBGnc519C+RTqxyt5hWL18nJk4LvSd3QKlJ1iyJxClhhb/NWEzPqNdyA5cxen+2T9bd/EqJ2KzRv5/BPVwTQkHH9W/TZElFyvFfOFIW2+03RKbVGw72Mr/0xKZ+awAnEfoU+SL/2Gj2m6PHkqFX2sOCi/tN9EA4xgdswEwYJKoZIhvcNAQkVMQYEBAEAAAAwXQYJKwYBBAGCNxEBMVAeTgBNAGkAYwByAG8AcwBvAGYAdAAgAFMAdAByAG8AbgBnACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjBlBgkqhkiG9w0BCRQxWB5WAFAAdgBrAFQAbQBwADoANABjAGUANgAwADQAZABhAC0AMAA2ADgAMQAtADQANAAxADUALQBhADIAYwBhAC0ANQA3ADcAMwAwADgAZQA2AGQAOQBhAGMwggIOBgkqhkiG9w0BBwGgggH/BIIB+zCCAfcwggHzBgsqhkiG9w0BDAoBA6CCAcswggHHBgoqhkiG9w0BCRYBoIIBtwSCAbMwggGvMIIBXaADAgECAhAdka3aTQsIsUphgIXGUmeRMAkGBSsOAwIdBQAwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3kwHhcNMTYwMTAxMDcwMDAwWhcNMTgwMTAxMDcwMDAwWjASMRAwDgYDVQQDEwdub2Rlc2RrMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5fhcxbJHxxBEIDzVOMc56s04U6k4GPY7yMR1m+rBGVRiAyV4RjY6U936dqXHCVD36ps2Q0Z+OeEgyCInkIyVeB1EwXcToOcyeS2YcUb0vRWZDouC3tuFdHwiK1Ed5iW/LksmXDotyV7kpqzaPhOFiMtBuMEwNJcPge9k17hRgRQIDAQABo0swSTBHBgNVHQEEQDA+gBAS5AktBh0dTwCNYSHcFmRjoRgwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3mCEAY3bACqAGSKEc+41KpcNfQwCQYFKw4DAh0FAANBAHl2M97QbpzdnwO5HoRBsiEExOcLTNg+GKCr7HUsbzfvrUivw+JLL7qjHAIc5phnK+F5bQ8HKe0L9YXBSKl+fvwxFTATBgkqhkiG9w0BCRUxBgQEAQAAADA7MB8wBwYFKw4DAhoEFGVtyGMqiBd32fGpzlGZQoRM6UQwBBTI0YHFFqTS4Go8CoLgswn29EiuUQICB9A="}' + body: '{"data": "MIIGMQIBAzCCBe0GCSqGSIb3DQEHAaCCBd4EggXaMIIF1jCCA8AGCSqGSIb3DQEHAaCCA7EEggOtMIIDqTCCA6UGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAhyd3xCtln3iQICB9AEggKQhe5P10V9iV1BsDlwWT561Yu2hVq3JT8ae/ebx1ZR/gMApVereDKkS9Zg4vFyssusHebbK5pDpU8vfAqle0TM4m7wGsRj453ZorSPUfMpHvQnAOn+2pEpWdMThU7xvZ6DVpwhDOQk9166z+KnKdHGuJKh4haMT7Rw/6xZ1rsBt2423cwTrQVMQyACrEkianpuujubKltN99qRoFAxhQcnYE2KlYKw7lRcExq6mDSYAyk5xJZ1ZFdLj6MAryZroQit/0g5eyhoNEKwWbi8px5j71pRTf7yjN+deMGQKwbGl+3OgaL1UZ5fCjypbVL60kpIBxLZwIJ7p3jJ+q9pbq9zSdzshPYor5lxyUfXqaso/0/91ayNoBzg4hQGh618PhFI6RMGjwkzhB9xk74iweJ9HQyIHf8yx2RCSI22JuCMitPMWSGvOszhbNx3AEDLuiiAOHg391mprEtKZguOIr9LrJwem/YmcHbwyz5YAbZmiseKPkllfC7dafFfCFEkj6R2oegIsZo0pEKYisAXBqT0g+6/jGwuhlZcBo0f7UIZm88iA3MrJCjlXEgV5OcQdoWj+hq0lKEdnhtCKr03AIfukN6+4vjjarZeW1bs0swq0l3XFf5RHa11otshMS4mpewshB9iO9MuKWpRxuxeng4PlKZ/zuBqmPeUrjJ9454oK35Pq+dghfemt7AUpBH/KycDNIZgfdEWUZrRKBGnc519C+RTqxyt5hWL18nJk4LvSd3QKlJ1iyJxClhhb/NWEzPqNdyA5cxen+2T9bd/EqJ2KzRv5/BPVwTQkHH9W/TZElFyvFfOFIW2+03RKbVGw72Mr/0xKZ+awAnEfoU+SL/2Gj2m6PHkqFX2sOCi/tN9EA4xgdswEwYJKoZIhvcNAQkVMQYEBAEAAAAwXQYJKwYBBAGCNxEBMVAeTgBNAGkAYwByAG8AcwBvAGYAdAAgAFMAdAByAG8AbgBnACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjBlBgkqhkiG9w0BCRQxWB5WAFAAdgBrAFQAbQBwADoANABjAGUANgAwADQAZABhAC0AMAA2ADgAMQAtADQANAAxADUALQBhADIAYwBhAC0ANQA3ADcAMwAwADgAZQA2AGQAOQBhAGMwggIOBgkqhkiG9w0BBwGgggH/BIIB+zCCAfcwggHzBgsqhkiG9w0BDAoBA6CCAcswggHHBgoqhkiG9w0BCRYBoIIBtwSCAbMwggGvMIIBXaADAgECAhAdka3aTQsIsUphgIXGUmeRMAkGBSsOAwIdBQAwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3kwHhcNMTYwMTAxMDcwMDAwWhcNMTgwMTAxMDcwMDAwWjASMRAwDgYDVQQDEwdub2Rlc2RrMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5fhcxbJHxxBEIDzVOMc56s04U6k4GPY7yMR1m+rBGVRiAyV4RjY6U936dqXHCVD36ps2Q0Z+OeEgyCInkIyVeB1EwXcToOcyeS2YcUb0vRWZDouC3tuFdHwiK1Ed5iW/LksmXDotyV7kpqzaPhOFiMtBuMEwNJcPge9k17hRgRQIDAQABo0swSTBHBgNVHQEEQDA+gBAS5AktBh0dTwCNYSHcFmRjoRgwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3mCEAY3bACqAGSKEc+41KpcNfQwCQYFKw4DAh0FAANBAHl2M97QbpzdnwO5HoRBsiEExOcLTNg+GKCr7HUsbzfvrUivw+JLL7qjHAIc5phnK+F5bQ8HKe0L9YXBSKl+fvwxFTATBgkqhkiG9w0BCRUxBgQEAQAAADA7MB8wBwYFKw4DAhoEFGVtyGMqiBd32fGpzlGZQoRM6UQwBBTI0YHFFqTS4Go8CoLgswn29EiuUQICB9A=", + "certificateFormat": "pfx", "password": "nodesdk", "thumbprint": "cff2ab63c8c955aaf71989efa641b906558d9fb7", + "thumbprintAlgorithm": "sha1"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['2272'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:29:21 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:11:06 GMT'] method: POST - uri: https://batchf0370dc6.eastus.batch.azure.com/certificates?api-version=2018-08-01.7.0 + uri: https://batchf0370dc6.westcentralus.batch.azure.com/certificates?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchf0370dc6.eastus.batch.azure.com/certificates(ThumbprintAlgorithm=sha1,Thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)'] + dataserviceid: ['https://batchf0370dc6.westcentralus.batch.azure.com/certificates(ThumbprintAlgorithm=sha1,Thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:29:23 GMT'] - location: ['https://batchf0370dc6.eastus.batch.azure.com/certificates(ThumbprintAlgorithm=sha1,Thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)'] - request-id: [b61d5487-9ca0-4f27-95ff-e4e8544bad89] + date: ['Fri, 14 Dec 2018 00:11:07 GMT'] + location: ['https://batchf0370dc6.westcentralus.batch.azure.com/certificates(ThumbprintAlgorithm=sha1,Thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)'] + request-id: [1bd83532-d4ed-44ae-8208-6c396d53e711] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -33,21 +34,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:29:23 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:11:07 GMT'] method: GET - uri: https://batchf0370dc6.eastus.batch.azure.com/certificates?api-version=2018-08-01.7.0 + uri: https://batchf0370dc6.westcentralus.batch.azure.com/certificates?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0370dc6.eastus.batch.azure.com/$metadata#certificates\",\"value\":[\r\n - \ {\r\n \"thumbprint\":\"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\"thumbprintAlgorithm\":\"sha1\",\"url\":\"https://batchf0370dc6.eastus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:29:23.0731258Z\",\"publicData\":\"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0370dc6.westcentralus.batch.azure.com/$metadata#certificates\",\"value\":[\r\n + \ {\r\n \"thumbprint\":\"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\"thumbprintAlgorithm\":\"sha1\",\"url\":\"https://batchf0370dc6.westcentralus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:11:07.0866422Z\",\"publicData\":\"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:29:23 GMT'] - request-id: [c44ec109-7f39-4c48-be50-2cbfd97276d9] + date: ['Fri, 14 Dec 2018 00:11:07 GMT'] + request-id: [ca6c16af-329b-43f7-97ba-702e5f5a7609] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -59,19 +60,19 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:29:24 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:11:07 GMT'] method: GET - uri: https://batchf0370dc6.eastus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)?api-version=2018-08-01.7.0 + uri: https://batchf0370dc6.westcentralus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0370dc6.eastus.batch.azure.com/$metadata#certificates/@Element\",\"thumbprint\":\"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\"thumbprintAlgorithm\":\"sha1\",\"url\":\"https://batchf0370dc6.eastus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:29:23.0731258Z\",\"publicData\":\"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0370dc6.westcentralus.batch.azure.com/$metadata#certificates/@Element\",\"thumbprint\":\"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\"thumbprintAlgorithm\":\"sha1\",\"url\":\"https://batchf0370dc6.westcentralus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:11:07.0866422Z\",\"publicData\":\"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:29:25 GMT'] - request-id: [e062c0f6-1f50-4126-98b0-dec82d6da84e] + date: ['Fri, 14 Dec 2018 00:11:08 GMT'] + request-id: [f281efdd-75b5-496f-bf2d-e84be13579ce] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -84,23 +85,23 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:29:25 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:11:08 GMT'] method: POST - uri: https://batchf0370dc6.eastus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)/canceldelete?api-version=2018-08-01.7.0 + uri: https://batchf0370dc6.westcentralus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)/canceldelete?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0370dc6.eastus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"CertificateStateActive\",\"message\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0370dc6.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"CertificateStateActive\",\"message\":{\r\n \ \"lang\":\"en-US\",\"value\":\"The specified certificate is in active - state.\\nRequestId:ada64886-ee45-451a-8110-54ccf44584eb\\nTime:2018-08-24T06:29:25.7815398Z\"\r\n + state.\\nRequestId:7daeb1e7-5951-482e-b104-2162429fce75\\nTime:2018-12-14T00:11:08.4226636Z\"\r\n \ }\r\n}"} headers: - content-length: ['355'] + content-length: ['362'] content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:29:25 GMT'] - request-id: [ada64886-ee45-451a-8110-54ccf44584eb] + date: ['Fri, 14 Dec 2018 00:11:08 GMT'] + request-id: [7daeb1e7-5951-482e-b104-2162429fce75] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -112,18 +113,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:29:25 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:11:08 GMT'] method: DELETE - uri: https://batchf0370dc6.eastus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)?api-version=2018-08-01.7.0 + uri: https://batchf0370dc6.westcentralus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=cff2ab63c8c955aaf71989efa641b906558d9fb7)?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:29:25 GMT'] - request-id: [f5c463dc-f692-4095-acdf-55b5ecf2791d] + date: ['Fri, 14 Dec 2018 00:11:08 GMT'] + request-id: [7d1d1896-2094-4f30-8a5b-d8c53c8b59c6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_compute_node_user.yaml b/azure-batch/tests/recordings/test_batch.test_batch_compute_node_user.yaml index 66a65f07be5b..32959c37f2c0 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_compute_node_user.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_compute_node_user.yaml @@ -5,21 +5,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:32:23 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:13:08 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:32:23 GMT'] - request-id: [8ec60cce-4fe0-4812-924c-8add41b2d52c] + date: ['Fri, 14 Dec 2018 00:13:09 GMT'] + request-id: [4bce3650-21c4-4f34-923a-6589cc271b7a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -31,21 +32,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:32:34 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:13:19 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:32:35 GMT'] - request-id: [4e7bd0ab-33a5-4cbe-bce2-8e874b558fca] + date: ['Fri, 14 Dec 2018 00:13:19 GMT'] + request-id: [ff42b7b0-ddb5-4217-b98b-c71cabaa50fc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -57,21 +59,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:32:45 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:13:29 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:32:45 GMT'] - request-id: [f1346d3c-54ce-4fc0-92eb-8cb3d8e74f42] + date: ['Fri, 14 Dec 2018 00:13:30 GMT'] + request-id: [28c2e81d-68e8-4a40-b4ed-f5fda6e23f97] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -83,21 +86,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:32:56 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:13:40 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:32:57 GMT'] - request-id: [0cbb05a8-dcab-411d-9209-b2d5e5d358cc] + date: ['Fri, 14 Dec 2018 00:13:40 GMT'] + request-id: [7cfc49b5-3c7b-467c-a694-7c717a866b01] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -109,21 +113,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:33:07 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:13:50 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:33:08 GMT'] - request-id: [2695ff98-13ac-45fd-878e-2d81b3b9f1c1] + date: ['Fri, 14 Dec 2018 00:13:50 GMT'] + request-id: [23575c7b-70a7-4407-b15a-5dc3731011e6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -135,21 +140,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:33:18 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:14:00 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:33:19 GMT'] - request-id: [08589587-e537-4dd4-aa2a-5d57c47276bb] + date: ['Fri, 14 Dec 2018 00:14:01 GMT'] + request-id: [ed57ec70-7d05-4fca-af6d-9e62cb16ce84] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -161,21 +167,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:33:29 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:14:11 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:33:29 GMT'] - request-id: [6ccdef62-d7ee-40f1-8641-e7ee471800ec] + date: ['Fri, 14 Dec 2018 00:14:11 GMT'] + request-id: [35418ee4-bb62-4b8e-8c81-52dedef141ba] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -187,21 +194,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:33:40 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:14:21 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:33:41 GMT'] - request-id: [f3b8acb8-0807-4493-b554-5b2cc1ccb221] + date: ['Fri, 14 Dec 2018 00:14:22 GMT'] + request-id: [21b63e0a-6a4c-438d-8f0e-81b6978b54fe] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -213,21 +221,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:33:51 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:14:32 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:33:52 GMT'] - request-id: [f52b5f1a-c122-45cc-8782-ffe14a85f7fd] + date: ['Fri, 14 Dec 2018 00:14:32 GMT'] + request-id: [fdd4b844-9322-4c5c-abd5-21fa671c77ce] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -239,21 +248,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:34:02 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:14:42 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:34:03 GMT'] - request-id: [1ee3615e-64bf-4813-a820-f010308e6bbf] + date: ['Fri, 14 Dec 2018 00:14:43 GMT'] + request-id: [dc9c3b2d-91b8-4600-829c-c96a8b11b87d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -265,21 +275,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:34:13 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:14:53 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:34:14 GMT'] - request-id: [eccaee65-5386-47b9-b2e3-45a82170da65] + date: ['Fri, 14 Dec 2018 00:14:53 GMT'] + request-id: [7e83dbee-366c-4e1d-8dc0-3a6832a91f0c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -291,21 +302,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:34:24 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:15:03 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:34:24 GMT'] - request-id: [06536e68-7800-4670-b662-82049ecd24eb] + date: ['Fri, 14 Dec 2018 00:15:03 GMT'] + request-id: [250e4272-d7e2-47ad-8c64-251dd1eaf128] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -317,21 +329,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:34:34 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:15:13 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:34:35 GMT'] - request-id: [4d42f295-ccb7-4695-a9cf-dadb123d2d52] + date: ['Fri, 14 Dec 2018 00:15:14 GMT'] + request-id: [53faa1f0-dc5a-4bd2-b583-7c7a35c26264] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -343,21 +356,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:34:45 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:15:24 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:34:46 GMT'] - request-id: [7290f7a8-fd39-4f67-bbaa-1cf1e3e39040] + date: ['Fri, 14 Dec 2018 00:15:24 GMT'] + request-id: [6eff71e1-f4ad-4452-a084-01bfa55c96c6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -369,21 +383,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:34:56 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:15:34 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:34:57 GMT'] - request-id: [e150654c-3f78-4e3d-970c-70335a908a8d] + date: ['Fri, 14 Dec 2018 00:15:35 GMT'] + request-id: [31a02037-784e-4b58-bf9c-2613a19bc0c8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -395,21 +410,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:35:07 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:15:45 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:35:08 GMT'] - request-id: [b4835695-c8f6-40f3-954d-98966310c0db] + date: ['Fri, 14 Dec 2018 00:15:45 GMT'] + request-id: [0043ff7c-5311-4fb6-97d3-df5f0244ddfa] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -421,21 +437,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:35:18 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:15:55 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:35:19 GMT'] - request-id: [6f56a9c2-3f9e-49d1-8a98-f15a42c258ad] + date: ['Fri, 14 Dec 2018 00:15:55 GMT'] + request-id: [ca8213f2-3402-4903-a014-381927f0ebea] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -447,21 +464,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:35:29 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:16:05 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:35:30 GMT'] - request-id: [5b44ea86-b177-4ed7-9512-398bf827df11] + date: ['Fri, 14 Dec 2018 00:16:06 GMT'] + request-id: [3110298b-4b32-4307-96a3-126c6d27af9c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -473,21 +491,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:35:40 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:16:16 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:35:41 GMT'] - request-id: [cb4ee1b1-9a85-4b11-8af9-f66025db7a67] + date: ['Fri, 14 Dec 2018 00:16:16 GMT'] + request-id: [b991b1dc-c9de-41e7-ba32-6cd590671b41] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -499,21 +518,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:35:51 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:16:26 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:35:52 GMT'] - request-id: [19cff134-860d-403b-9799-974caa83c706] + date: ['Fri, 14 Dec 2018 00:16:27 GMT'] + request-id: [f5df0617-1332-49d4-9b3b-f48ae49d4c23] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -525,21 +545,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:36:02 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:16:37 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:36:03 GMT'] - request-id: [5b13b2e4-8278-4ba4-9122-3cb3c0f06d22] + date: ['Fri, 14 Dec 2018 00:16:37 GMT'] + request-id: [aefcf488-d7ad-430b-978f-e24336fab9a5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -551,21 +572,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:36:13 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:16:47 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:36:14 GMT'] - request-id: [5522a3a4-b5f0-42bd-8fe3-1aa7433ab19e] + date: ['Fri, 14 Dec 2018 00:16:47 GMT'] + request-id: [4da1eb36-1278-4ab8-a9cf-e06556e9d1d0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -577,21 +599,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:36:24 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:16:58 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:36:25 GMT'] - request-id: [6b65569c-1121-4d7f-82e8-9397b7c1e15f] + date: ['Fri, 14 Dec 2018 00:16:58 GMT'] + request-id: [5639894d-5d9b-4c59-91a0-77024c40997a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -603,21 +626,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:36:35 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:08 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:36:36 GMT'] - request-id: [54f40834-91cb-4be8-aa99-90c31b956e94] + date: ['Fri, 14 Dec 2018 00:17:08 GMT'] + request-id: [ab2d8983-6491-41ea-b642-c40f8444f172] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -629,21 +653,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:36:46 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:18 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:36:47 GMT'] - request-id: [5fd6dd79-1946-4263-a88a-adce81a94c2f] + date: ['Fri, 14 Dec 2018 00:17:19 GMT'] + request-id: [cd6bb0ac-a97f-468d-a7a7-e62b82519b78] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -655,21 +680,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:36:57 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:29 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:36:57 GMT'] - request-id: [a5008675-61b3-4683-8613-9feb59c7fe7b] + date: ['Fri, 14 Dec 2018 00:17:29 GMT'] + request-id: [09b5fa10-5bf4-4979-b236-f96dc7a9ae9f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -681,21 +707,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:37:08 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:39 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:12:57.8305769Z\",\"lastBootTime\":\"2018-12-14T00:17:38.963947Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-12-14T00:17:38.963947Z\",\"version\":\"1.4.7\"\r\n + \ }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:37:09 GMT'] - request-id: [1ee6f490-4673-46aa-9188-5779380a7c7c] + date: ['Fri, 14 Dec 2018 00:17:40 GMT'] + request-id: [c7abcd02-948b-488b-a495-d1c6565aec96] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -707,21 +735,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:37:19 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:50 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:17:42.020958Z\",\"lastBootTime\":\"2018-12-14T00:17:38.963947Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-12-14T00:17:38.963947Z\",\"version\":\"1.4.7\"\r\n + \ }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:37:19 GMT'] - request-id: [831038b3-311b-4afe-bf06-4843fe45d069] + date: ['Fri, 14 Dec 2018 00:17:50 GMT'] + request-id: [2cd7f3fb-9053-459e-a993-8c0a0fe8c8e6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -733,724 +763,51 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:37:30 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:50 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"url\":\"https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:17:42.020958Z\",\"lastBootTime\":\"2018-12-14T00:17:38.963947Z\",\"allocationTime\":\"2018-12-14T00:12:57.5182448Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.1\",\"frontendPort\":3389,\"backendPort\":20000\r\n + \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-12-14T00:17:38.963947Z\",\"version\":\"1.4.7\"\r\n + \ }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:37:31 GMT'] - request-id: [4e77cfae-25b2-4225-8f7b-66df48d8026f] + date: ['Fri, 14 Dec 2018 00:17:50 GMT'] + request-id: [948a7b29-de74-4191-b0f8-169a4fe9c5ad] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:37:41 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:37:42 GMT'] - request-id: [2848b143-0cee-4173-931c-ed80a87bde4a] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:37:52 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:37:53 GMT'] - request-id: [5bc326aa-2eb8-4084-8878-18b98f98aa07] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:38:03 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:38:04 GMT'] - request-id: [defc1a23-0c6c-44bf-8ab7-518d13dae8fc] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:38:14 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:38:15 GMT'] - request-id: [18a7b57c-80b2-490c-8ece-f9c9d0ac4192] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:38:25 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:38:26 GMT'] - request-id: [7ed4bd5a-835c-495e-8547-6534636c5d65] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:38:36 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:38:36 GMT'] - request-id: [7493b4c2-ddd6-43c4-8feb-e05ba17dbbc0] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:38:47 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:38:47 GMT'] - request-id: [5432a585-df5f-473b-b277-1ca824b2e6cb] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:38:57 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:38:58 GMT'] - request-id: [33cbd04a-d03a-4a1e-8818-7d8dfd1da459] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:39:08 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:39:09 GMT'] - request-id: [b0ffdc39-a8d0-40c1-a748-3a7a31469625] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:39:20 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:39:20 GMT'] - request-id: [82b3c8ad-b7ac-43c5-9c81-a48c0ead5717] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:39:31 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:39:31 GMT'] - request-id: [9b66adf3-f283-4c73-96eb-6eea9bf74a95] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:39:42 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:39:43 GMT'] - request-id: [3658b85e-9684-4eb3-97d1-2e18aeb798ad] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:39:53 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:39:54 GMT'] - request-id: [f2a518f5-ea5a-4bc5-b51a-959a876213e1] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:40:04 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:40:05 GMT'] - request-id: [92ac9705-e92f-481b-ba67-efec28021aee] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:40:15 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"creating\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:32:17.5155687Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:40:15 GMT'] - request-id: [1ba6a6ed-808f-48aa-8fd0-b069c8a2eed7] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:40:26 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:40:17.6015183Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:40:27 GMT'] - request-id: [1ba35165-d8d5-43b1-9f2a-ff7be59fb27f] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:40:37 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:40:17.6015183Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:40:37 GMT'] - request-id: [1db6fc1d-5539-4693-bee7-29ce61c5b916] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:40:48 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:40:17.6015183Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:40:48 GMT'] - request-id: [6c6703a2-74d5-4173-aa56-d5edf84d59ba] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:40:59 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:40:17.6015183Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:40:59 GMT'] - request-id: [ff1830ff-9edb-4007-b950-d968ba29ea57] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:41:09 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:40:17.6015183Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:41:09 GMT'] - request-id: [11e4c04a-6c6f-4bcd-8e58-4d38a07e7c26] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:41:20 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:40:17.6015183Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:41:21 GMT'] - request-id: [a039a305-c6aa-46bb-8fc5-a8d232c9b24e] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:41:31 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:40:17.6015183Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:41:32 GMT'] - request-id: [b5ad76d1-0dbd-4256-92d4-fc25706f9444] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:41:42 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:40:17.6015183Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:41:43 GMT'] - request-id: [61469341-a32e-4cd5-8a36-4b771531373a] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:41:53 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:40:17.6015183Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:41:54 GMT'] - request-id: [1d22af66-6270-4495-a8d6-0281c395f50b] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:42:04 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:42:02.5056729Z\",\"lastBootTime\":\"2018-08-24T06:41:53.3126009Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:42:04 GMT'] - request-id: [1afde3cc-08cc-4686-9c7e-7e513550ebf5] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:42:05 GMT'] - method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch3c670ff0.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t063217z\",\"url\":\"https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T06:42:02.5056729Z\",\"lastBootTime\":\"2018-08-24T06:41:53.3126009Z\",\"allocationTime\":\"2018-08-24T06:32:17.5155687Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t063217z\",\"vmSize\":\"small\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true\r\n - \ }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:42:06 GMT'] - request-id: [31ced11c-3044-42b9-9a9f-703eee354b8e] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: '{"isAdmin": false, "password": "kt#_gahr!@aGERDXA", "name": "BatchPythonSDKUser"}' + body: '{"name": "BatchPythonSDKUser", "password": "kt#_gahr!@aGERDXA", "isAdmin": + false}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['81'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:42:06 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:50 GMT'] method: POST - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z/users?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d/users?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z/users/BatchPythonSDKUser'] + dataserviceid: ['https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d/users/BatchPythonSDKUser'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:42:18 GMT'] - location: ['https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z/users/BatchPythonSDKUser'] - request-id: [0eecc53f-6ba9-46ac-95d4-10cdc2b60273] + date: ['Fri, 14 Dec 2018 00:17:51 GMT'] + location: ['https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d/users/BatchPythonSDKUser'] + request-id: [5fbac6b5-6a1d-43f1-91df-1eab9c763602] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1464,19 +821,19 @@ interactions: Connection: [keep-alive] Content-Length: ['36'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:42:18 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:51 GMT'] method: PUT - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z/users/BatchPythonSDKUser?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d/users/BatchPythonSDKUser?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z/users/BatchPythonSDKUser'] + dataserviceid: ['https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d/users/BatchPythonSDKUser'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:42:19 GMT'] - request-id: [4dafbb16-2798-49cd-b1ea-2cd989d01834] + date: ['Fri, 14 Dec 2018 00:17:52 GMT'] + request-id: [cf2b2b7e-093a-4dc5-b86f-6482d1673989] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1488,19 +845,19 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:42:20 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:52 GMT'] method: GET - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z/rdp?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d/rdp?api-version=2018-12-01.8.0 response: - body: {string: "full address:s:104.211.59.195\r\nLoadBalanceInfo:s:Cookie: mstshash=TVM#TVM_IN_0"} + body: {string: "full address:s:13.78.226.1\r\nLoadBalanceInfo:s:Cookie: mstshash=TVM#TVM_IN_0"} headers: content-type: [application/octet-stream] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:42:20 GMT'] - request-id: [97699840-76b3-43cd-821d-491464d621e8] + date: ['Fri, 14 Dec 2018 00:17:52 GMT'] + request-id: [5031f277-5239-4b7e-9a7a-8b83764cff3a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1513,18 +870,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:42:21 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:17:52 GMT'] method: DELETE - uri: https://batch3c670ff0.eastus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvm-587366007_1-20180824t063217z/users/BatchPythonSDKUser?api-version=2018-08-01.7.0 + uri: https://batch3c670ff0.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_node_user3c670ff0/nodes/tvmps_fb6e8c1ac018d7c6dbdfc94af68be6a1af5bb4d2a6c54786878d468b9a28c884_d/users/BatchPythonSDKUser?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:42:25 GMT'] - request-id: [eb2b8926-3cc3-4656-8a6e-4ecd5eda43d5] + date: ['Fri, 14 Dec 2018 00:17:52 GMT'] + request-id: [69f227d0-3cfb-448f-9f23-8ad9d2b063b0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_compute_nodes.yaml b/azure-batch/tests/recordings/test_batch.test_batch_compute_nodes.yaml index 33ac3f38472e..407b304571b0 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_compute_nodes.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_compute_nodes.yaml @@ -5,24 +5,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:36:48 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:02 GMT'] method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.7925816Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.8245617Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:25:56.9659575Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:25:56.9617101Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:36:49 GMT'] - request-id: [697464fe-73e4-457f-a687-4331fa7e2a89] + date: ['Fri, 14 Dec 2018 00:26:02 GMT'] + request-id: [3128eeea-220f-4d31-9edc-c549a6a475eb] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -34,24 +34,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:36:59 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:13 GMT'] method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.7925816Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.8245617Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:25:56.9659575Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:25:56.9617101Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:37:00 GMT'] - request-id: [cde39549-522a-4e40-8b2b-91220fc71b4b] + date: ['Fri, 14 Dec 2018 00:26:13 GMT'] + request-id: [7d6f88dc-83a2-4c8f-8af6-3839c856d9ec] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -63,24 +63,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:37:10 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:23 GMT'] method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.7925816Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.8245617Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:25:56.9659575Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:25:56.9617101Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:37:10 GMT'] - request-id: [6964e4a7-7fa6-40c9-afb8-571f50f38bcd] + date: ['Fri, 14 Dec 2018 00:26:23 GMT'] + request-id: [ccc39839-fa34-499a-bb57-aed3abac7395] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -92,24 +92,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:37:21 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:33 GMT'] method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.7925816Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.8245617Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:25:56.9659575Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:25:56.9617101Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:37:21 GMT'] - request-id: [04e7b69f-6f8d-4e3b-beb7-962917621afb] + date: ['Fri, 14 Dec 2018 00:26:34 GMT'] + request-id: [dc104318-bf1c-49ff-98ee-96ca7c0f78e7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -121,175 +121,26 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:37:32 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:44 GMT'] method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.7925816Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.8245617Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:37:32 GMT'] - request-id: [c515c3e8-8141-48a8-9dfc-2589a4787d88] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:37:42 GMT'] - method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.7925816Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:37:43.010896Z\",\"lastBootTime\":\"2018-08-24T20:37:42.4584Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n - \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-08-24T20:37:42.4584Z\",\"version\":\"1.3.0.8\"\r\n - \ }\r\n }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:37:43 GMT'] - request-id: [8c751ae4-c1bc-4ea7-8dc0-7b5541b99ed8] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:37:53 GMT'] - method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.7925816Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:37:43.010896Z\",\"lastBootTime\":\"2018-08-24T20:37:42.4584Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n - \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-08-24T20:37:42.4584Z\",\"version\":\"1.3.0.8\"\r\n - \ }\r\n }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:37:55 GMT'] - request-id: [d0aebf51-0265-4a28-b8eb-1c671df3961b] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:05 GMT'] - method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.7925816Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:37:43.010896Z\",\"lastBootTime\":\"2018-08-24T20:37:42.4584Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n - \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-08-24T20:37:42.4584Z\",\"version\":\"1.3.0.8\"\r\n - \ }\r\n }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:05 GMT'] - request-id: [473063d4-f31c-4a40-9390-28647e37e9c1] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:15 GMT'] - method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:36:42.7925816Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:37:43.010896Z\",\"lastBootTime\":\"2018-08-24T20:37:42.4584Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n - \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-08-24T20:37:42.4584Z\",\"version\":\"1.3.0.8\"\r\n - \ }\r\n }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:16 GMT'] - request-id: [af795988-54c8-4494-a83a-f992ec13cdc6] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:26 GMT'] - method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:38:20.36863Z\",\"lastBootTime\":\"2018-08-24T20:38:19.510392Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-08-24T20:38:19.510392Z\",\"version\":\"1.3.0.8\"\r\n - \ }\r\n },{\r\n \"id\":\"tvm-587366007_2-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:37:43.010896Z\",\"lastBootTime\":\"2018-08-24T20:37:42.4584Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvm-587366007_2-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n - \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-08-24T20:37:42.4584Z\",\"version\":\"1.3.0.8\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:26:37.513656Z\",\"lastBootTime\":\"2018-12-14T00:26:37.175419Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-12-14T00:26:37.175419Z\",\"version\":\"1.4.7\"\r\n + \ }\r\n },{\r\n \"id\":\"tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:26:36.792599Z\",\"lastBootTime\":\"2018-12-14T00:26:36.301366Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.5\",\"affinityId\":\"TVM:tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.1\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50001,\"backendPort\":22\r\n + \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-12-14T00:26:36.301366Z\",\"version\":\"1.4.7\"\r\n \ }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:27 GMT'] - request-id: [39bd28fe-c0d0-42e3-a231-080383e7fc9f] + date: ['Fri, 14 Dec 2018 00:26:44 GMT'] + request-id: [d5b236eb-8ab2-4aaa-88c6-f5ed4cb26769] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -301,48 +152,48 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:27 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:44 GMT'] method: GET - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#nodes/@Element\",\"id\":\"tvm-587366007_1-20180824t203642z\",\"url\":\"https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:38:20.36863Z\",\"lastBootTime\":\"2018-08-24T20:38:19.510392Z\",\"allocationTime\":\"2018-08-24T20:36:42.7275598Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-587366007_1-20180824t203642z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.66.81\",\"publicFQDN\":\"dns58ffcdff-b942-431f-83bf-506bcaf42653-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-08-24T20:38:19.510392Z\",\"version\":\"1.3.0.8\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.westcentralus.batch.azure.com/$metadata#nodes/@Element\",\"id\":\"tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"url\":\"https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:26:37.513656Z\",\"lastBootTime\":\"2018-12-14T00:26:37.175419Z\",\"allocationTime\":\"2018-12-14T00:25:56.1905138Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.133.142\",\"publicFQDN\":\"dns1fb193bb-5901-4f4b-bfae-d0a26459a957-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-12-14T00:26:37.175419Z\",\"version\":\"1.4.7\"\r\n \ }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:28 GMT'] - request-id: [ac00ecbe-3672-49c1-a2db-39ebf15cc8df] + date: ['Fri, 14 Dec 2018 00:26:45 GMT'] + request-id: [ea299d17-96e7-4533-a61b-57e7119316b0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"startTime": "2018-08-24T20:32:28.996988Z", "containerUrl": "https://test.blob.core.windows.net:443/test-container"}' + body: '{"startTime": "2018-12-14T00:20:45.139882Z", "containerUrl": "https://test.blob.core.windows.net:443/test-container"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['117'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:28 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:45 GMT'] method: POST - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z/uploadbatchservicelogs?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d/uploadbatchservicelogs?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.UploadBatchServiceLogsResult\",\"virtualDirectoryName\":\"batchff3f0e45-22F41E74EC4D1BE7/test_batch_test_batch_compute_nodesff3f0e45/tvm-587366007_1-20180824t203642z/aa3e88d9-2c2d-4240-8de0-1aa7207f6db2\",\"numberOfFilesUploaded\":4\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.UploadBatchServiceLogsResult\",\"virtualDirectoryName\":\"batchff3f0e45-22F3C71B8D5C0915/test_batch_test_batch_compute_nodesff3f0e45/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d/87e051a6-9ff1-4c5c-9bd5-2fdfd4858f01\",\"numberOfFilesUploaded\":4\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:30 GMT'] - request-id: [aa3e88d9-2c2d-4240-8de0-1aa7207f6db2] + date: ['Fri, 14 Dec 2018 00:26:45 GMT'] + request-id: [87e051a6-9ff1-4c5c-9bd5-2fdfd4858f01] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -356,19 +207,19 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:30 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:45 GMT'] method: POST - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z/disablescheduling?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d/disablescheduling?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z/disablescheduling'] + dataserviceid: ['https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d/disablescheduling'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:31 GMT'] - request-id: [0a28f84e-119f-4d25-91cb-c91d240b16e2] + date: ['Fri, 14 Dec 2018 00:26:46 GMT'] + request-id: [1abcb0f1-2d62-4691-9e69-199b85ba83ef] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -381,19 +232,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:31 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:46 GMT'] method: POST - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z/enablescheduling?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d/enablescheduling?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z/enablescheduling'] + dataserviceid: ['https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d/enablescheduling'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:32 GMT'] - request-id: [4e665bd2-94ef-4c04-b9b8-09a31acac37c] + date: ['Fri, 14 Dec 2018 00:26:46 GMT'] + request-id: [05e86a95-485f-40ef-bdc9-69c5e0c3c592] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -407,19 +258,19 @@ interactions: Connection: [keep-alive] Content-Length: ['33'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:32 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:47 GMT'] method: POST - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z/reboot?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d/reboot?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_1-20180824t203642z/reboot'] + dataserviceid: ['https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d/reboot'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:33 GMT'] - request-id: [7fb087b7-120f-44ab-b9dc-ad6fb7423185] + date: ['Fri, 14 Dec 2018 00:26:48 GMT'] + request-id: [2d5dc570-7edb-404c-b9b8-96835c5d5c3e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -433,52 +284,53 @@ interactions: Connection: [keep-alive] Content-Length: ['34'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:33 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:48 GMT'] method: POST - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvm-587366007_2-20180824t203642z/reimage?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/nodes/tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d/reimage?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.eastus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"OperationNotValidOnNode\",\"message\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchff3f0e45.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"OperationNotValidOnNode\",\"message\":{\r\n \ \"lang\":\"en-US\",\"value\":\"The specified operation is not valid on - the node.\\nRequestId:bb338c4e-2b3a-4ab0-ae2a-27951ded8c86\\nTime:2018-08-24T20:38:34.2377855Z\"\r\n + the node.\\nRequestId:776bed2a-789e-4bef-b9f8-4606d324c844\\nTime:2018-12-14T00:26:48.4199241Z\"\r\n \ },\"values\":[\r\n {\r\n \"key\":\"Reason\",\"value\":\"Operation reimage can be invoked only on pools created with cloudServiceConfiguration \"\r\n }\r\n ]\r\n}"} headers: - content-length: ['509'] + content-length: ['516'] content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:34 GMT'] - request-id: [bb338c4e-2b3a-4ab0-ae2a-27951ded8c86] + date: ['Fri, 14 Dec 2018 00:26:48 GMT'] + request-id: [776bed2a-789e-4bef-b9f8-4606d324c844] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] status: {code: 409, message: The specified operation is not valid on the node.} - request: - body: '{"nodeList": ["tvm-587366007_1-20180824t203642z", "tvm-587366007_2-20180824t203642z"]}' + body: '{"nodeList": ["tvmps_4289516a22eea16cf281b9f16db7de53b70b1123a06e76c4783f03f7dc874912_d", + "tvmps_5862f1bdaac581f4052c4a323ada263f2af96619a72dfc0cba3de13dc9b0243f_d"]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['86'] + Content-Length: ['166'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:38:34 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:26:48 GMT'] method: POST - uri: https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/removenodes?api-version=2018-08-01.7.0 + uri: https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/removenodes?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchff3f0e45.eastus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/removenodes'] + dataserviceid: ['https://batchff3f0e45.westcentralus.batch.azure.com/pools/test_batch_test_batch_compute_nodesff3f0e45/removenodes'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:38:35 GMT'] - etag: ['0x8D60A0190476D25'] - last-modified: ['Fri, 24 Aug 2018 20:38:35 GMT'] - request-id: [95fe9933-c978-4b24-9351-11267efac1b7] + date: ['Fri, 14 Dec 2018 00:26:48 GMT'] + etag: ['0x8D6615AD630C5CB'] + last-modified: ['Fri, 14 Dec 2018 00:26:48 GMT'] + request-id: [72c2c802-bea8-4c8a-85c3-a061d0756900] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_create_pools.yaml b/azure-batch/tests/recordings/test_batch.test_batch_create_pools.yaml index 2a83749686ac..51b254c4f380 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_create_pools.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_create_pools.yaml @@ -5,20 +5,20 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:42 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:24 GMT'] method: GET - uri: https://batchf0260dd0.eastus.batch.azure.com/nodeagentskus?api-version=2018-08-01.7.0 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/nodeagentskus?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#nodeagentskus\",\"value\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.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.5\",\"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.4\",\"version\":\"latest\"\r\n + \ },{\r\n \"publisher\":\"Oracle\",\"offer\":\"Oracle-Linux\",\"sku\":\"7.5\",\"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 @@ -31,19 +31,28 @@ interactions: 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\":\"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\":\"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\":\"2012-R2-Datacenter\",\"version\":\"latest\"\r\n - \ },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter-smalldisk\",\"version\":\"latest\"\r\n + 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 @@ -51,43 +60,43 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:43 GMT'] - request-id: [8dbeae8a-9a0c-464d-b66b-9a89342f1ca2] + date: ['Fri, 14 Dec 2018 01:26:24 GMT'] + request-id: [1eef22e2-e934-41dc-b8a3-5604151e77c6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"virtualMachineConfiguration": {"windowsConfiguration": {"enableAutomaticUpdates": - true}, "nodeAgentSKUId": "batch.node.windows amd64", "imageReference": {"publisher": - "MicrosoftWindowsServer", "sku": "2016-Datacenter-smalldisk", "offer": "WindowsServer"}}, - "id": "batch_iaas_f0260dd0", "vmSize": "Standard_A1", "userAccounts": [{"password": - "kt#_gahr!@aGERDXA", "name": "test-user-1"}, {"elevationLevel": "admin", "password": - "kt#_gahr!@aGERDXA", "name": "test-user-2"}], "taskSchedulingPolicy": {"nodeFillType": - "pack"}}' + body: '{"userAccounts": [{"name": "test-user-1", "password": "kt#_gahr!@aGERDXA"}, + {"name": "test-user-2", "elevationLevel": "admin", "password": "kt#_gahr!@aGERDXA"}], + "virtualMachineConfiguration": {"nodeAgentSKUId": "batch.node.windows amd64", + "imageReference": {"sku": "2016-Datacenter-smalldisk", "offer": "WindowsServer", + "publisher": "MicrosoftWindowsServer"}, "windowsConfiguration": {"enableAutomaticUpdates": + true}}, "vmSize": "Standard_A1", "id": "batch_iaas_f0260dd0", "taskSchedulingPolicy": + {"nodeFillType": "pack"}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['523'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:43 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:25 GMT'] method: POST - uri: https://batchf0260dd0.eastus.batch.azure.com/pools?api-version=2018-08-01.7.0 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchf0260dd0.eastus.batch.azure.com/pools/batch_iaas_f0260dd0'] + dataserviceid: ['https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_iaas_f0260dd0'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:44 GMT'] - etag: ['0x8D6098F0876C250'] - last-modified: ['Fri, 24 Aug 2018 06:58:44 GMT'] - location: ['https://batchf0260dd0.eastus.batch.azure.com/pools/batch_iaas_f0260dd0'] - request-id: [d9d38088-6fd9-4ffd-a0fc-a4ab141c5e29] + date: ['Fri, 14 Dec 2018 01:26:24 GMT'] + etag: ['0x8D661632A43516C'] + last-modified: ['Fri, 14 Dec 2018 01:26:25 GMT'] + location: ['https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_iaas_f0260dd0'] + request-id: [3b6c547d-d33d-4a05-bcc6-66f988b17d2a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -99,169 +108,107 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:44 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:25 GMT'] method: GET - uri: https://batchf0260dd0.eastus.batch.azure.com/nodecounts?api-version=2018-08-01.7.0 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/nodecounts?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#poolnodecounts\",\"value\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.westcentralus.batch.azure.com/$metadata#poolnodecounts\",\"value\":[\r\n \ {\r\n \"poolId\":\"batch_iaas_f0260dd0\",\"dedicated\":{\r\n \"creating\":0,\"idle\":0,\"leavingPool\":0,\"offline\":0,\"preempted\":0,\"rebooting\":0,\"reimaging\":0,\"running\":0,\"starting\":0,\"startTaskFailed\":0,\"unusable\":0,\"unknown\":0,\"waitingForStartTask\":0,\"total\":0\r\n \ },\"lowPriority\":{\r\n \"creating\":0,\"idle\":0,\"leavingPool\":0,\"offline\":0,\"preempted\":0,\"rebooting\":0,\"reimaging\":0,\"running\":0,\"starting\":0,\"startTaskFailed\":0,\"unusable\":0,\"unknown\":0,\"waitingForStartTask\":0,\"total\":0\r\n \ }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:45 GMT'] - request-id: [6a7acf41-f197-4819-867c-ef280ccf6a7b] + date: ['Fri, 14 Dec 2018 01:26:26 GMT'] + request-id: [d1b84f79-389a-4edb-b304-e81ebbd41f08] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: 'b''b\''b\\\''{"virtualMachineConfiguration": {"nodeAgentSKUId": "batch.node.ubuntu - 16.04", "imageReference": {"publisher": "Canonical", "sku": "16.04-LTS", "offer": - "UbuntuServer"}}, "id": "batch_network_f0260dd0", "networkConfiguration": {"subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"}, - "vmSize": "Standard_A1"}\\\''\''''' + body: 'b''b\''b\\\''{"virtualMachineConfiguration": {"imageReference": {"sku": + "16.04-LTS", "offer": "UbuntuServer", "publisher": "Canonical"}, "nodeAgentSKUId": + "batch.node.ubuntu 16.04"}, "id": "batch_network_f0260dd0", "vmSize": "Standard_A1", + "networkConfiguration": {"subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"}}\\\''\''''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['405'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:45 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:26 GMT'] return-client-request-id: ['false'] method: POST - uri: https://batchf0260dd0.eastus.batch.azure.com/pools?api-version=2018-08-01.7.0&timeout=45 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools?timeout=45&api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"InvalidPropertyValue\",\"message\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"InvalidPropertyValue\",\"message\":{\r\n \ \"lang\":\"en-US\",\"value\":\"The value provided for one of the properties - in the request body is invalid.\\nRequestId:77328016-7531-42ad-8238-f4d3f1ca7a58\\nTime:2018-08-24T06:58:46.5432738Z\"\r\n + in the request body is invalid.\\nRequestId:7081055d-2f5e-4ab4-b7e3-0e41470c8f0f\\nTime:2018-12-14T01:26:26.7536208Z\"\r\n \ },\"values\":[\r\n {\r\n \"key\":\"PropertyName\",\"value\":\"subnetId\"\r\n \ },{\r\n \"key\":\"PropertyValue\",\"value\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1\"\r\n \ },{\r\n \"key\":\"Reason\",\"value\":\"The specified subnetId is in a different subscription and cannot be used with the current Batch account in subscription 00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}"} headers: - content-length: ['845'] + content-length: ['852'] content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:45 GMT'] - request-id: [77328016-7531-42ad-8238-f4d3f1ca7a58] + date: ['Fri, 14 Dec 2018 01:26:26 GMT'] + request-id: [7081055d-2f5e-4ab4-b7e3-0e41470c8f0f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] status: {code: 400, message: The value provided for one of the properties in the request body is invalid.} - request: - body: 'b''b\''b\\\''{"virtualMachineConfiguration": {"nodeAgentSKUId": "batch.node.ubuntu - 16.04", "imageReference": {"virtualMachineImageId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.Compute/images/FakeImage"}}, - "id": "batch_image_f0260dd0", "vmSize": "Standard_A1"}\\\''\''''' + body: 'b''b\''b\\\''{"virtualMachineConfiguration": {"imageReference": {"virtualMachineImageId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.Compute/images/FakeImage"}, + "nodeAgentSKUId": "batch.node.ubuntu 16.04"}, "id": "batch_image_f0260dd0", + "vmSize": "Standard_A1"}\\\''\''''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['298'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:46 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:26 GMT'] return-client-request-id: ['false'] method: POST - uri: https://batchf0260dd0.eastus.batch.azure.com/pools?api-version=2018-08-01.7.0&timeout=45 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools?timeout=45&api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"InvalidPropertyValue\",\"message\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"InvalidPropertyValue\",\"message\":{\r\n \ \"lang\":\"en-US\",\"value\":\"The value provided for one of the properties - in the request body is invalid.\\nRequestId:21fdc10c-a9ba-4b36-a2f5-774096edd858\\nTime:2018-08-24T06:58:47.4802887Z\"\r\n + in the request body is invalid.\\nRequestId:e7ee2487-e731-4115-b33c-7d03845be56e\\nTime:2018-12-14T01:26:27.4180227Z\"\r\n \ },\"values\":[\r\n {\r\n \"key\":\"PropertyName\",\"value\":\"virtualMachineImageId\"\r\n \ },{\r\n \"key\":\"PropertyValue\",\"value\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.Compute/images/FakeImage\"\r\n \ },{\r\n \"key\":\"Reason\",\"value\":\"The specified virtualMachineImageId is in a different subscription and cannot be used with the current Batch account in subscription 00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}"} headers: - content-length: ['850'] + content-length: ['857'] content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:47 GMT'] - request-id: [21fdc10c-a9ba-4b36-a2f5-774096edd858] + date: ['Fri, 14 Dec 2018 01:26:27 GMT'] + request-id: [e7ee2487-e731-4115-b33c-7d03845be56e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] status: {code: 400, message: The value provided for one of the properties in the request body is invalid.} - request: - body: '{"virtualMachineConfiguration": {"nodeAgentSKUId": "batch.node.ubuntu 16.04", - "osDisk": {"caching": "readwrite"}, "imageReference": {"publisher": "Canonical", - "sku": "16.04-LTS", "offer": "UbuntuServer"}}, "id": "batch_osdisk_f0260dd0", - "vmSize": "Standard_A1"}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - Content-Length: ['261'] - Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:47 GMT'] - method: POST - uri: https://batchf0260dd0.eastus.batch.azure.com/pools?api-version=2018-08-01.7.0 - response: - body: {string: ''} - headers: - dataserviceid: ['https://batchf0260dd0.eastus.batch.azure.com/pools/batch_osdisk_f0260dd0'] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:48 GMT'] - etag: ['0x8D6098F0AB48090'] - last-modified: ['Fri, 24 Aug 2018 06:58:48 GMT'] - location: ['https://batchf0260dd0.eastus.batch.azure.com/pools/batch_osdisk_f0260dd0'] - request-id: [34a7e8ea-4ce0-4640-a9ae-4cae78fa2348] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 201, message: Created} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:48 GMT'] - method: GET - uri: https://batchf0260dd0.eastus.batch.azure.com/pools/batch_osdisk_f0260dd0?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_osdisk_f0260dd0\",\"url\":\"https://batchf0260dd0.eastus.batch.azure.com/pools/batch_osdisk_f0260dd0\",\"eTag\":\"0x8D6098F0AB48090\",\"lastModified\":\"2018-08-24T06:58:48.4078736Z\",\"creationTime\":\"2018-08-24T06:58:48.4078736Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:58:48.4078736Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T06:58:48.8058971Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"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 - \ },\"osDisk\":{\r\n \"caching\":\"ReadWrite\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu - 16.04\"\r\n }\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:49 GMT'] - etag: ['0x8D6098F0AB48090'] - last-modified: ['Fri, 24 Aug 2018 06:58:48 GMT'] - request-id: [2240ec32-4502-4d42-b5a3-a4ff36320ea7] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: '{"virtualMachineConfiguration": {"nodeAgentSKUId": "batch.node.ubuntu 16.04", - "dataDisks": [{"lun": 1, "diskSizeGB": 50}], "imageReference": {"publisher": - "Canonical", "sku": "16.04-LTS", "offer": "UbuntuServer"}}, "id": "batch_disk_f0260dd0", + body: '{"virtualMachineConfiguration": {"dataDisks": [{"lun": 1, "diskSizeGB": + 50}], "imageReference": {"sku": "16.04-LTS", "offer": "UbuntuServer", "publisher": + "Canonical"}, "nodeAgentSKUId": "batch.node.ubuntu 16.04"}, "id": "batch_disk_f0260dd0", "vmSize": "Standard_A1"}' headers: Accept: [application/json] @@ -269,22 +216,22 @@ interactions: Connection: [keep-alive] Content-Length: ['268'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:49 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:27 GMT'] method: POST - uri: https://batchf0260dd0.eastus.batch.azure.com/pools?api-version=2018-08-01.7.0 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchf0260dd0.eastus.batch.azure.com/pools/batch_disk_f0260dd0'] + dataserviceid: ['https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_disk_f0260dd0'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:50 GMT'] - etag: ['0x8D6098F0BCD43C3'] - last-modified: ['Fri, 24 Aug 2018 06:58:50 GMT'] - location: ['https://batchf0260dd0.eastus.batch.azure.com/pools/batch_disk_f0260dd0'] - request-id: [8205d82b-ba94-45d7-83e0-079db095264c] + date: ['Fri, 14 Dec 2018 01:26:27 GMT'] + etag: ['0x8D661632B88495F'] + last-modified: ['Fri, 14 Dec 2018 01:26:27 GMT'] + location: ['https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_disk_f0260dd0'] + request-id: [4ee0ad09-81ef-416d-81ae-be0f7e99f855] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -296,14 +243,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:50 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:28 GMT'] method: GET - uri: https://batchf0260dd0.eastus.batch.azure.com/pools/batch_disk_f0260dd0?api-version=2018-08-01.7.0 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_disk_f0260dd0?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_disk_f0260dd0\",\"url\":\"https://batchf0260dd0.eastus.batch.azure.com/pools/batch_disk_f0260dd0\",\"eTag\":\"0x8D6098F0BCD43C3\",\"lastModified\":\"2018-08-24T06:58:50.2478787Z\",\"creationTime\":\"2018-08-24T06:58:50.2478787Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:58:50.2478787Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T06:58:50.6939495Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_disk_f0260dd0\",\"url\":\"https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_disk_f0260dd0\",\"eTag\":\"0x8D661632B88495F\",\"lastModified\":\"2018-12-14T01:26:27.9512415Z\",\"creationTime\":\"2018-12-14T01:26:27.9512415Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T01:26:27.9512415Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T01:26:27.9512415Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"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\",\"dataDisks\":[\r\n {\r\n @@ -312,42 +259,42 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:50 GMT'] - etag: ['0x8D6098F0BCD43C3'] - last-modified: ['Fri, 24 Aug 2018 06:58:50 GMT'] - request-id: [98d8cc5c-3340-430a-b395-694321f47bbb] + date: ['Fri, 14 Dec 2018 01:26:27 GMT'] + etag: ['0x8D661632B88495F'] + last-modified: ['Fri, 14 Dec 2018 01:26:27 GMT'] + request-id: [2bab689a-2ba1-44a6-9c25-776eea9f5272] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"virtualMachineConfiguration": {"nodeAgentSKUId": "batch.node.ubuntu 16.04", - "dataDisks": [{"lun": 1, "diskSizeGB": 50}], "imageReference": {"publisher": - "Canonical", "sku": "16.04-LTS", "offer": "UbuntuServer"}}, "id": "batch_app_f0260dd0", - "applicationLicenses": ["maya"], "vmSize": "Standard_A1"}' + body: '{"virtualMachineConfiguration": {"dataDisks": [{"lun": 1, "diskSizeGB": + 50}], "imageReference": {"sku": "16.04-LTS", "offer": "UbuntuServer", "publisher": + "Canonical"}, "nodeAgentSKUId": "batch.node.ubuntu 16.04"}, "applicationLicenses": + ["maya"], "id": "batch_app_f0260dd0", "vmSize": "Standard_A1"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['300'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:51 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:28 GMT'] method: POST - uri: https://batchf0260dd0.eastus.batch.azure.com/pools?api-version=2018-08-01.7.0 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchf0260dd0.eastus.batch.azure.com/pools/batch_app_f0260dd0'] + dataserviceid: ['https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_app_f0260dd0'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:51 GMT'] - etag: ['0x8D6098F0D03B6F1'] - last-modified: ['Fri, 24 Aug 2018 06:58:52 GMT'] - location: ['https://batchf0260dd0.eastus.batch.azure.com/pools/batch_app_f0260dd0'] - request-id: [1a29f859-87e6-4f37-8a4d-df59d2e9e129] + date: ['Fri, 14 Dec 2018 01:26:29 GMT'] + etag: ['0x8D661632C505BF4'] + last-modified: ['Fri, 14 Dec 2018 01:26:29 GMT'] + location: ['https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_app_f0260dd0'] + request-id: [d2a4aa90-a8c8-425e-97d4-5bf2449a4685] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -359,14 +306,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:52 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:29 GMT'] method: GET - uri: https://batchf0260dd0.eastus.batch.azure.com/pools/batch_app_f0260dd0?api-version=2018-08-01.7.0 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_app_f0260dd0?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_app_f0260dd0\",\"url\":\"https://batchf0260dd0.eastus.batch.azure.com/pools/batch_app_f0260dd0\",\"eTag\":\"0x8D6098F0D03B6F1\",\"lastModified\":\"2018-08-24T06:58:52.2824433Z\",\"creationTime\":\"2018-08-24T06:58:52.2824433Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:58:52.2824433Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T06:58:52.6834553Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_app_f0260dd0\",\"url\":\"https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_app_f0260dd0\",\"eTag\":\"0x8D661632C505BF4\",\"lastModified\":\"2018-12-14T01:26:29.2624372Z\",\"creationTime\":\"2018-12-14T01:26:29.2624372Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T01:26:29.2624372Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T01:26:29.2624372Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"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\",\"dataDisks\":[\r\n {\r\n @@ -375,10 +322,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:53 GMT'] - etag: ['0x8D6098F0D03B6F1'] - last-modified: ['Fri, 24 Aug 2018 06:58:52 GMT'] - request-id: [1890971c-ba0a-4710-8cf6-d3ea05e3ec7a] + date: ['Fri, 14 Dec 2018 01:26:30 GMT'] + etag: ['0x8D661632C505BF4'] + last-modified: ['Fri, 14 Dec 2018 01:26:29 GMT'] + request-id: [9db4f8d3-c68f-47ac-a49d-c33771fc229e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -390,43 +337,39 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:53 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:30 GMT'] method: GET - uri: https://batchf0260dd0.eastus.batch.azure.com/pools?api-version=2018-08-01.7.0 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#pools\",\"value\":[\r\n - \ {\r\n \"id\":\"batch_app_f0260dd0\",\"url\":\"https://batchf0260dd0.eastus.batch.azure.com/pools/batch_app_f0260dd0\",\"eTag\":\"0x8D6098F0D03B6F1\",\"lastModified\":\"2018-08-24T06:58:52.2824433Z\",\"creationTime\":\"2018-08-24T06:58:52.2824433Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:58:52.2824433Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T06:58:52.6834553Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.westcentralus.batch.azure.com/$metadata#pools\",\"value\":[\r\n + \ {\r\n \"id\":\"batch_app_f0260dd0\",\"url\":\"https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_app_f0260dd0\",\"eTag\":\"0x8D661632C505BF4\",\"lastModified\":\"2018-12-14T01:26:29.2624372Z\",\"creationTime\":\"2018-12-14T01:26:29.2624372Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T01:26:29.2624372Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-12-14T01:26:29.7131304Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"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\",\"dataDisks\":[\r\n \ {\r\n \"lun\":1,\"caching\":\"none\",\"diskSizeGB\":50,\"storageAccountType\":\"standard_lrs\"\r\n \ }\r\n ]\r\n },\"applicationLicenses\":[\r\n \"maya\"\r\n - \ ]\r\n },{\r\n \"id\":\"batch_disk_f0260dd0\",\"url\":\"https://batchf0260dd0.eastus.batch.azure.com/pools/batch_disk_f0260dd0\",\"eTag\":\"0x8D6098F0BCD43C3\",\"lastModified\":\"2018-08-24T06:58:50.2478787Z\",\"creationTime\":\"2018-08-24T06:58:50.2478787Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:58:50.2478787Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T06:58:50.6939495Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + \ ]\r\n },{\r\n \"id\":\"batch_disk_f0260dd0\",\"url\":\"https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_disk_f0260dd0\",\"eTag\":\"0x8D661632B88495F\",\"lastModified\":\"2018-12-14T01:26:27.9512415Z\",\"creationTime\":\"2018-12-14T01:26:27.9512415Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T01:26:27.9512415Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-12-14T01:26:28.2952497Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"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\",\"dataDisks\":[\r\n \ {\r\n \"lun\":1,\"caching\":\"none\",\"diskSizeGB\":50,\"storageAccountType\":\"standard_lrs\"\r\n - \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"batch_iaas_f0260dd0\",\"url\":\"https://batchf0260dd0.eastus.batch.azure.com/pools/batch_iaas_f0260dd0\",\"eTag\":\"0x8D6098F0876C250\",\"lastModified\":\"2018-08-24T06:58:44.6477904Z\",\"creationTime\":\"2018-08-24T06:58:44.6477904Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:58:44.6477904Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T06:58:44.7587826Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"userAccounts\":[\r\n - \ {\r\n \"name\":\"test-user-1\",\"elevationLevel\":\"nonadmin\"\r\n - \ },{\r\n \"name\":\"test-user-2\",\"elevationLevel\":\"admin\"\r\n - \ }\r\n ],\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + \ }\r\n ]\r\n }\r\n },{\r\n \"id\":\"batch_iaas_f0260dd0\",\"url\":\"https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_iaas_f0260dd0\",\"eTag\":\"0x8D661632A43516C\",\"lastModified\":\"2018-12-14T01:26:25.8215276Z\",\"creationTime\":\"2018-12-14T01:26:25.8215276Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T01:26:25.8215276Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-12-14T01:26:26.4475224Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"userAccounts\":[\r\n + \ {\r\n \"name\":\"test-user-1\",\"elevationLevel\":\"nonadmin\",\"windowsUserConfiguration\":{\r\n + \ \"loginMode\":\"batch\"\r\n }\r\n },{\r\n \"name\":\"test-user-2\",\"elevationLevel\":\"admin\",\"windowsUserConfiguration\":{\r\n + \ \"loginMode\":\"batch\"\r\n }\r\n }\r\n ],\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \ \"nodeFillType\":\"Pack\"\r\n },\"virtualMachineConfiguration\":{\r\n \ \"imageReference\":{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter-smalldisk\",\"version\":\"latest\"\r\n \ },\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"windowsConfiguration\":{\r\n - \ \"enableAutomaticUpdates\":true\r\n }\r\n }\r\n },{\r\n - \ \"id\":\"batch_osdisk_f0260dd0\",\"url\":\"https://batchf0260dd0.eastus.batch.azure.com/pools/batch_osdisk_f0260dd0\",\"eTag\":\"0x8D6098F0AB48090\",\"lastModified\":\"2018-08-24T06:58:48.4078736Z\",\"creationTime\":\"2018-08-24T06:58:48.4078736Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:58:48.4078736Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T06:58:48.8058971Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"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 - \ },\"osDisk\":{\r\n \"caching\":\"ReadWrite\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu - 16.04\"\r\n }\r\n }\r\n ]\r\n}"} + \ \"enableAutomaticUpdates\":true\r\n }\r\n }\r\n }\r\n + \ ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:54 GMT'] - request-id: [a5834dff-a415-4bb1-a1f9-644fb6e7ea8f] + date: ['Fri, 14 Dec 2018 01:26:30 GMT'] + request-id: [db768384-f59e-42a0-bb9d-05fdc1e96959] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -438,27 +381,27 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:54 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:30 GMT'] return-client-request-id: ['false'] method: GET - uri: https://batchf0260dd0.eastus.batch.azure.com/pools?maxresults=1&api-version=2018-08-01.7.0&timeout=30 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools?timeout=30&maxresults=1&api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#pools\",\"value\":[\r\n - \ {\r\n \"id\":\"batch_app_f0260dd0\",\"url\":\"https://batchf0260dd0.eastus.batch.azure.com/pools/batch_app_f0260dd0\",\"eTag\":\"0x8D6098F0D03B6F1\",\"lastModified\":\"2018-08-24T06:58:52.2824433Z\",\"creationTime\":\"2018-08-24T06:58:52.2824433Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T06:58:52.2824433Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T06:58:52.6834553Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.westcentralus.batch.azure.com/$metadata#pools\",\"value\":[\r\n + \ {\r\n \"id\":\"batch_app_f0260dd0\",\"url\":\"https://batchf0260dd0.westcentralus.batch.azure.com/pools/batch_app_f0260dd0\",\"eTag\":\"0x8D661632C505BF4\",\"lastModified\":\"2018-12-14T01:26:29.2624372Z\",\"creationTime\":\"2018-12-14T01:26:29.2624372Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T01:26:29.2624372Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-12-14T01:26:29.7131304Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"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\",\"dataDisks\":[\r\n \ {\r\n \"lun\":1,\"caching\":\"none\",\"diskSizeGB\":50,\"storageAccountType\":\"standard_lrs\"\r\n \ }\r\n ]\r\n },\"applicationLicenses\":[\r\n \"maya\"\r\n - \ ]\r\n }\r\n ],\"odata.nextLink\":\"https://batchf0260dd0.eastus.batch.azure.com/pools?maxresults=1&api-version=2018-08-01.7.0&timeout=30&$skiptoken=WATV2:svCGInRCHD/N5oVI5QOwgJPSTYKuoVdoFHTJ0nEWfEyFnaGb/Pep5FFGL5MUo8DO0GijdR2/xIiD6YIOXXsDrD8zJRuUyES%5EOryeegmcqWPPnDsc9M1MxXZxlvBL4mSuOYpmxNA62Sd42uLCG13POSjGobXLnXMTT32sDlJUwT8mshFZTySmHQQ7Tt3Kp2B0f%5E0WcGJpWBe%5E2txfV44BtDOMjQRH0zMoulAx4MpL2vQauUhIKZFnBzvdR8S2s6orKN6N4RNrQXMoVsfD0q%5EvChY8rgsv3yod/jrH3ewN22E=:1$1\"\r\n}"} + \ ]\r\n }\r\n ],\"odata.nextLink\":\"https://batchf0260dd0.westcentralus.batch.azure.com/pools?timeout=30&maxresults=1&api-version=2018-12-01.8.0&$skiptoken=WATV2:A4CESjafVRBGEAgR7l4u8Y0Gy4yrey6/C/v1vuhile5Vq595CvLcPRBSnVpfHtaKFozdZcLl04KM2sQqv%5E8FGuVnzwAGiTxVWl89QZZUiYqQV//pysL3H/kiD%5EYIkTnDLCOiELDPuOUIOWtb/QrOIBJlj%5E4nFMH%5EER3ZNCB8ae/CSqOQZHaBggnuxOe0SCQNmbQBI3jfdo2tC38Lh7T%5E03Od74qJaj6CTLvdLixVLcGYJ%5ErzoThs1/d9Qgu7l13CU6Ty2PPFCDwVb5sxt3q3fP/M4VYGiXilBPmSvtiDrg0=:1$1\"\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:55 GMT'] - request-id: [512032ae-4bc5-4026-8d04-c411e4daec62] + date: ['Fri, 14 Dec 2018 01:26:30 GMT'] + request-id: [a610109e-5d42-4085-8e4d-8227d2257dab] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -470,22 +413,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 06:58:55 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:26:30 GMT'] return-client-request-id: ['false'] method: GET - uri: https://batchf0260dd0.eastus.batch.azure.com/pools?maxresults=1000&$select=id%2Cstate&$filter=startswith%28id%2C%27batch_app_%27%29&$expand=stats&api-version=2018-08-01.7.0&timeout=30 + uri: https://batchf0260dd0.westcentralus.batch.azure.com/pools?$select=id%2Cstate&maxresults=1000&timeout=30&$expand=stats&$filter=startswith%28id%2C%27batch_app_%27%29&api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.eastus.batch.azure.com/$metadata#pools\",\"value\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0260dd0.westcentralus.batch.azure.com/$metadata#pools\",\"value\":[\r\n \ {\r\n \"id\":\"batch_app_f0260dd0\",\"state\":\"active\"\r\n }\r\n \ ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 06:58:55 GMT'] - request-id: [cef74f28-4fb2-4082-b769-0f4646b41d3a] + date: ['Fri, 14 Dec 2018 01:26:30 GMT'] + request-id: [cbda492f-1578-48cb-b4cd-ca8acfada2a3] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_files.yaml b/azure-batch/tests/recordings/test_batch.test_batch_files.yaml index 4c687fd137e0..935cb9b1a71f 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_files.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_files.yaml @@ -5,22 +5,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:07:45 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:16 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-3257026573_1-20180824t070741z\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T07:07:41.7112825Z\",\"allocationTime\":\"2018-08-24T07:07:41.5833159Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-3257026573_1-20180824t070741z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.44.52\",\"publicFQDN\":\"dns1bd3ee26-0744-40da-a6e9-7bc4a9d45e8a-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T01:35:15.1665376Z\",\"allocationTime\":\"2018-12-14T01:35:14.4440485Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.143.99\",\"publicFQDN\":\"dnsf103caa6-e033-478b-9124-2d2339d8bd89-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:07:46 GMT'] - request-id: [99e9e2d9-a79d-4053-a2e4-f68d9c251674] + date: ['Fri, 14 Dec 2018 01:35:16 GMT'] + request-id: [e093167f-b9fb-4bb5-9334-ef49b1ca85ef] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -32,22 +32,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:07:56 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:26 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-3257026573_1-20180824t070741z\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T07:07:41.7112825Z\",\"allocationTime\":\"2018-08-24T07:07:41.5833159Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-3257026573_1-20180824t070741z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.44.52\",\"publicFQDN\":\"dns1bd3ee26-0744-40da-a6e9-7bc4a9d45e8a-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T01:35:15.1665376Z\",\"allocationTime\":\"2018-12-14T01:35:14.4440485Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.143.99\",\"publicFQDN\":\"dnsf103caa6-e033-478b-9124-2d2339d8bd89-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:07:57 GMT'] - request-id: [7b64c47f-6882-4024-b469-a3199088a47d] + date: ['Fri, 14 Dec 2018 01:35:27 GMT'] + request-id: [ad9bf8d0-03f9-413b-bc3e-8f73f74b4b44] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -59,22 +59,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:08:07 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:37 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-3257026573_1-20180824t070741z\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T07:07:41.7112825Z\",\"allocationTime\":\"2018-08-24T07:07:41.5833159Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-3257026573_1-20180824t070741z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.44.52\",\"publicFQDN\":\"dns1bd3ee26-0744-40da-a6e9-7bc4a9d45e8a-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T01:35:15.1665376Z\",\"allocationTime\":\"2018-12-14T01:35:14.4440485Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.143.99\",\"publicFQDN\":\"dnsf103caa6-e033-478b-9124-2d2339d8bd89-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:08:08 GMT'] - request-id: [04c8459e-7880-4fda-bc72-d81a648c89b0] + date: ['Fri, 14 Dec 2018 01:35:37 GMT'] + request-id: [192db631-70cb-4161-9bee-3a64346da744] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -86,131 +86,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:08:18 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:47 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-3257026573_1-20180824t070741z\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T07:07:41.7112825Z\",\"allocationTime\":\"2018-08-24T07:07:41.5833159Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-3257026573_1-20180824t070741z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.44.52\",\"publicFQDN\":\"dns1bd3ee26-0744-40da-a6e9-7bc4a9d45e8a-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:08:19 GMT'] - request-id: [710cc2d3-1033-4a56-8952-710100500431] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:08:29 GMT'] - method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-3257026573_1-20180824t070741z\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T07:07:41.7112825Z\",\"allocationTime\":\"2018-08-24T07:07:41.5833159Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-3257026573_1-20180824t070741z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.44.52\",\"publicFQDN\":\"dns1bd3ee26-0744-40da-a6e9-7bc4a9d45e8a-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:08:29 GMT'] - request-id: [cfbdb958-03d5-4f6f-9ac8-20bceaeafed3] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:08:39 GMT'] - method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-3257026573_1-20180824t070741z\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T07:07:41.7112825Z\",\"allocationTime\":\"2018-08-24T07:07:41.5833159Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-3257026573_1-20180824t070741z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.44.52\",\"publicFQDN\":\"dns1bd3ee26-0744-40da-a6e9-7bc4a9d45e8a-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:08:40 GMT'] - request-id: [1679a368-3a34-434a-ac88-2ca3c09fcddd] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:08:50 GMT'] - method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-3257026573_1-20180824t070741z\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T07:07:41.7112825Z\",\"allocationTime\":\"2018-08-24T07:07:41.5833159Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-3257026573_1-20180824t070741z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.44.52\",\"publicFQDN\":\"dns1bd3ee26-0744-40da-a6e9-7bc4a9d45e8a-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:08:51 GMT'] - request-id: [70815dbb-3e97-4ca1-9d37-26562e1b1477] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:01 GMT'] - method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-3257026573_1-20180824t070741z\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T07:08:57.621283Z\",\"lastBootTime\":\"2018-08-24T07:08:56.933932Z\",\"allocationTime\":\"2018-08-24T07:07:41.5833159Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-3257026573_1-20180824t070741z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.44.52\",\"publicFQDN\":\"dns1bd3ee26-0744-40da-a6e9-7bc4a9d45e8a-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n - \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-08-24T07:08:56.933932Z\",\"version\":\"1.3.0.8\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T01:35:41.711524Z\",\"lastBootTime\":\"2018-12-14T01:35:41.33245Z\",\"allocationTime\":\"2018-12-14T01:35:14.4440485Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.143.99\",\"publicFQDN\":\"dnsf103caa6-e033-478b-9124-2d2339d8bd89-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + \ }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2018-12-14T01:35:41.33245Z\",\"version\":\"1.4.7\"\r\n \ }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:02 GMT'] - request-id: [d5598806-e80d-4dab-940e-fce4ed4c99c2] + date: ['Fri, 14 Dec 2018 01:35:47 GMT'] + request-id: [b25b4d92-5093-4a18-8df0-4c0d376409b7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -224,22 +116,22 @@ interactions: Connection: [keep-alive] Content-Length: ['65'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:02 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:47 GMT'] method: POST - uri: https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task'] + dataserviceid: ['https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:02 GMT'] - etag: ['0x8D60990793F0503'] - last-modified: ['Fri, 24 Aug 2018 07:09:03 GMT'] - location: ['https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task'] - request-id: [235b1b8b-1043-4988-b3cf-90e39389ff15] + date: ['Fri, 14 Dec 2018 01:35:47 GMT'] + etag: ['0x8D66164797AD7A1'] + last-modified: ['Fri, 14 Dec 2018 01:35:48 GMT'] + location: ['https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task'] + request-id: [cba1d129-3575-4383-88e3-0eb361054d4b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -251,25 +143,25 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:03 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:48 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"test_task\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task\",\"eTag\":\"0x8D60990793F0503\",\"creationTime\":\"2018-08-24T07:09:03.3617667Z\",\"lastModified\":\"2018-08-24T07:09:03.3617667Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T07:09:03.3617667Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"test_task\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task\",\"eTag\":\"0x8D66164797AD7A1\",\"creationTime\":\"2018-12-14T01:35:48.2221473Z\",\"lastModified\":\"2018-12-14T01:35:48.2221473Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T01:35:48.2221473Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n - \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:03 GMT'] - etag: ['0x8D60990793F0503'] - last-modified: ['Fri, 24 Aug 2018 07:09:03 GMT'] - request-id: [d035f76a-9953-4970-a1a1-791d6df438b2] + date: ['Fri, 14 Dec 2018 01:35:48 GMT'] + etag: ['0x8D66164797AD7A1'] + last-modified: ['Fri, 14 Dec 2018 01:35:48 GMT'] + request-id: [84c37364-ef8e-43ae-a116-14a4f2b413cf] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -281,31 +173,31 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:09 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:53 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"test_task\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task\",\"eTag\":\"0x8D60990793F0503\",\"creationTime\":\"2018-08-24T07:09:03.3617667Z\",\"lastModified\":\"2018-08-24T07:09:03.3617667Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2018-08-24T07:09:04.900273Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2018-08-24T07:09:04.720208Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"test_task\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task\",\"eTag\":\"0x8D66164797AD7A1\",\"creationTime\":\"2018-12-14T01:35:48.2221473Z\",\"lastModified\":\"2018-12-14T01:35:48.2221473Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2018-12-14T01:35:49.95445Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2018-12-14T01:35:49.576002Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n - \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n - \ },\"executionInfo\":{\r\n \"startTime\":\"2018-08-24T07:09:04.720305Z\",\"endTime\":\"2018-08-24T07:09:04.900273Z\",\"failureInfo\":{\r\n + \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n + \ },\"executionInfo\":{\r\n \"startTime\":\"2018-12-14T01:35:49.576078Z\",\"endTime\":\"2018-12-14T01:35:49.95445Z\",\"failureInfo\":{\r\n \ \"category\":\"UserError\",\"code\":\"CommandProgramNotFound\",\"message\":\"The specified command program is not found\",\"details\":[\r\n {\r\n \"name\":\"CommandLine\",\"value\":\"cmd /c \\\"echo hello world\\\"\"\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 - \ },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvm-3257026573_1-20180824t070741z\",\"nodeUrl\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z\",\"poolId\":\"test_batch_test_batch_files98930ae3\",\"nodeId\":\"tvm-3257026573_1-20180824t070741z\",\"taskRootDirectory\":\"workitems/batch98930ae3/job-1/test_task\",\"taskRootDirectoryUrl\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems/batch98930ae3/job-1/test_task\"\r\n + system cannot find the file specified\"\r\n }\r\n ]\r\n },\"result\":\"failure\",\"retryCount\":0,\"requeueCount\":0\r\n + \ },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"nodeUrl\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"poolId\":\"test_batch_test_batch_files98930ae3\",\"nodeId\":\"tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d\",\"taskRootDirectory\":\"workitems/batch98930ae3/job-1/test_task\",\"taskRootDirectoryUrl\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems/batch98930ae3/job-1/test_task\"\r\n \ }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:09 GMT'] - etag: ['0x8D60990793F0503'] - last-modified: ['Fri, 24 Aug 2018 07:09:03 GMT'] - request-id: [f6d7e240-fd5c-481c-853d-544ed7746965] + date: ['Fri, 14 Dec 2018 01:35:54 GMT'] + etag: ['0x8D66164797AD7A1'] + last-modified: ['Fri, 14 Dec 2018 01:35:48 GMT'] + request-id: [7cc726a9-4a65-409b-a071-8ce8df11150a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -317,35 +209,35 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:10 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:54 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files?api-version=2018-08-01.7.0&recursive=true + uri: https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files?recursive=true&api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#files\",\"value\":[\r\n - \ {\r\n \"name\":\"apppackages\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/apppackages\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"volatile/startup\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/volatile/startup\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task/wd\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems/batch98930ae3/job-1/test_task/wd\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"workitems/batch98930ae3\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems/batch98930ae3\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"shared\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/shared\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task/stdout.txt\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems/batch98930ae3/job-1/test_task/stdout.txt\",\"isDirectory\":false,\"properties\":{\r\n - \ \"lastModified\":\"2018-08-24T07:09:04.830959Z\",\"contentLength\":\"0\",\"contentType\":\"text/plain\",\"fileMode\":\"0o100644\"\r\n - \ }\r\n },{\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task/stderr.txt\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems/batch98930ae3/job-1/test_task/stderr.txt\",\"isDirectory\":false,\"properties\":{\r\n - \ \"lastModified\":\"2018-08-24T07:09:04.830959Z\",\"contentLength\":\"0\",\"contentType\":\"text/plain\",\"fileMode\":\"0o100644\"\r\n - \ }\r\n },{\r\n \"name\":\"workitems/batch98930ae3/job-1\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems/batch98930ae3/job-1\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"workitems\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"volatile\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/volatile\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems/batch98930ae3/job-1/test_task\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task/certs\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems/batch98930ae3/job-1/test_task/certs\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"startup\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/startup\",\"isDirectory\":true\r\n - \ }\r\n ]\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.westcentralus.batch.azure.com/$metadata#files\",\"value\":[\r\n + \ {\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems/batch98930ae3/job-1/test_task\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task/certs\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems/batch98930ae3/job-1/test_task/certs\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"workitems/batch98930ae3/job-1\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems/batch98930ae3/job-1\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"volatile\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/volatile\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"workitems\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"shared\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/shared\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"applications\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/applications\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"volatile/startup\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/volatile/startup\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task/stdout.txt\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems/batch98930ae3/job-1/test_task/stdout.txt\",\"isDirectory\":false,\"properties\":{\r\n + \ \"lastModified\":\"2018-12-14T01:35:49.90261Z\",\"contentLength\":\"0\",\"contentType\":\"text/plain\",\"fileMode\":\"0o100644\"\r\n + \ }\r\n },{\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task/wd\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems/batch98930ae3/job-1/test_task/wd\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"startup\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/startup\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"workitems/batch98930ae3\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems/batch98930ae3\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"workitems/batch98930ae3/job-1/test_task/stderr.txt\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems/batch98930ae3/job-1/test_task/stderr.txt\",\"isDirectory\":false,\"properties\":{\r\n + \ \"lastModified\":\"2018-12-14T01:35:49.90261Z\",\"contentLength\":\"0\",\"contentType\":\"text/plain\",\"fileMode\":\"0o100644\"\r\n + \ }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:10 GMT'] - request-id: [3ebc9b47-8c5d-4363-95a3-ab4863f4f061] + date: ['Fri, 14 Dec 2018 01:35:54 GMT'] + request-id: [9a6fb7e1-2dcb-449a-a9dc-6b1919d36cd4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -357,24 +249,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:11 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:54 GMT'] method: HEAD - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt?api-version=2018-12-01.8.0 response: body: {string: ''} headers: content-length: ['0'] content-type: [text/plain] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:12 GMT'] - last-modified: ['Fri, 24 Aug 2018 07:09:04 GMT'] + date: ['Fri, 14 Dec 2018 01:35:55 GMT'] + last-modified: ['Fri, 14 Dec 2018 01:35:49 GMT'] ocp-batch-file-isdirectory: ['False'] ocp-batch-file-mode: [0o100644] - ocp-batch-file-url: [https%3A%2F%2Fbatch498930ae3.eastus.batch.azure.com%2Fpools%2Ftest_batch_test_batch_files98930ae3%2Fnodes%2Ftvm-3257026573_1-20180824t070741z%2Ffiles%2Fworkitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt] - request-id: [34b3348e-d5c2-427e-b0ad-3e07484452ae] + ocp-batch-file-url: [https%3A%2F%2Fbatch498930ae3.westcentralus.batch.azure.com%2Fpools%2Ftest_batch_test_batch_files98930ae3%2Fnodes%2Ftvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d%2Ffiles%2Fworkitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt] + request-id: [0ec222e2-2876-4116-afbf-c17ce8963677] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -385,23 +277,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:12 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:55 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt?api-version=2018-12-01.8.0 response: body: {string: ''} headers: content-type: [text/plain] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:13 GMT'] - last-modified: ['Fri, 24 Aug 2018 07:09:04 GMT'] + date: ['Fri, 14 Dec 2018 01:35:55 GMT'] + last-modified: ['Fri, 14 Dec 2018 01:35:49 GMT'] ocp-batch-file-isdirectory: ['False'] ocp-batch-file-mode: [0o100644] - ocp-batch-file-url: [https%3A%2F%2Fbatch498930ae3.eastus.batch.azure.com%2Fpools%2Ftest_batch_test_batch_files98930ae3%2Fnodes%2Ftvm-3257026573_1-20180824t070741z%2Ffiles%2Fworkitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt] - request-id: [05c54ed2-781b-4803-878e-9044298b25d3] + ocp-batch-file-url: [https%3A%2F%2Fbatch498930ae3.westcentralus.batch.azure.com%2Fpools%2Ftest_batch_test_batch_files98930ae3%2Fnodes%2Ftvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d%2Ffiles%2Fworkitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt] + request-id: [d72e9e90-c24a-4252-b02d-a08024f444ec] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -414,18 +306,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:13 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:56 GMT'] method: DELETE - uri: https://batch498930ae3.eastus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvm-3257026573_1-20180824t070741z/files/workitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/pools/test_batch_test_batch_files98930ae3/nodes/tvmps_ea6c00e8a48fed54bf9d28c725a50f866d35dd2de50752dbe2b2e0770485b826_d/files/workitems%2Fbatch98930ae3%2Fjob-1%2Ftest_task%2Fstdout.txt?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:14 GMT'] - request-id: [ff358a61-3cab-4f6c-bd9e-d73285c04831] + date: ['Fri, 14 Dec 2018 01:35:55 GMT'] + request-id: [7a5f5730-181f-4ce8-a2b1-a3a5cc5c17f5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -437,24 +329,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:14 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:56 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.eastus.batch.azure.com/$metadata#files\",\"value\":[\r\n - \ {\r\n \"name\":\"wd\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/wd\",\"isDirectory\":true\r\n - \ },{\r\n \"name\":\"stderr.txt\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/stderr.txt\",\"isDirectory\":false,\"properties\":{\r\n - \ \"lastModified\":\"2018-08-24T07:09:04.830959Z\",\"contentLength\":\"0\",\"contentType\":\"text/plain\",\"fileMode\":\"0o100644\"\r\n - \ }\r\n },{\r\n \"name\":\"certs\",\"url\":\"https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/certs\",\"isDirectory\":true\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch498930ae3.westcentralus.batch.azure.com/$metadata#files\",\"value\":[\r\n + \ {\r\n \"name\":\"stderr.txt\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/stderr.txt\",\"isDirectory\":false,\"properties\":{\r\n + \ \"lastModified\":\"2018-12-14T01:35:49.90261Z\",\"contentLength\":\"0\",\"contentType\":\"text/plain\",\"fileMode\":\"0o100644\"\r\n + \ }\r\n },{\r\n \"name\":\"certs\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/certs\",\"isDirectory\":true\r\n + \ },{\r\n \"name\":\"wd\",\"url\":\"https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/wd\",\"isDirectory\":true\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:15 GMT'] - request-id: [d0231a6c-2b40-4b08-b72c-23cd16e827e7] + date: ['Fri, 14 Dec 2018 01:35:56 GMT'] + request-id: [79615459-bc24-4891-a957-a65e05bf5cd2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -466,24 +358,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:15 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:56 GMT'] method: HEAD - uri: https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/stderr.txt?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/stderr.txt?api-version=2018-12-01.8.0 response: body: {string: ''} headers: content-length: ['0'] content-type: [text/plain] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:15 GMT'] - last-modified: ['Fri, 24 Aug 2018 07:09:04 GMT'] + date: ['Fri, 14 Dec 2018 01:35:57 GMT'] + last-modified: ['Fri, 14 Dec 2018 01:35:49 GMT'] ocp-batch-file-isdirectory: ['False'] ocp-batch-file-mode: [0o100644] - ocp-batch-file-url: [https%3A%2F%2Fbatch498930ae3.eastus.batch.azure.com%2Fjobs%2Fbatch98930ae3%2Ftasks%2Ftest_task%2Ffiles%2Fstderr.txt] - request-id: [43e7c099-950e-4479-92ba-ae07f871020b] + ocp-batch-file-url: [https%3A%2F%2Fbatch498930ae3.westcentralus.batch.azure.com%2Fjobs%2Fbatch98930ae3%2Ftasks%2Ftest_task%2Ffiles%2Fstderr.txt] + request-id: [0493a657-874d-4e9e-a3a4-72bc3e4c961d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -494,23 +386,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:16 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:57 GMT'] method: GET - uri: https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/stderr.txt?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/stderr.txt?api-version=2018-12-01.8.0 response: body: {string: ''} headers: content-type: [text/plain] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:16 GMT'] - last-modified: ['Fri, 24 Aug 2018 07:09:04 GMT'] + date: ['Fri, 14 Dec 2018 01:35:57 GMT'] + last-modified: ['Fri, 14 Dec 2018 01:35:49 GMT'] ocp-batch-file-isdirectory: ['False'] ocp-batch-file-mode: [0o100644] - ocp-batch-file-url: [https%3A%2F%2Fbatch498930ae3.eastus.batch.azure.com%2Fjobs%2Fbatch98930ae3%2Ftasks%2Ftest_task%2Ffiles%2Fstderr.txt] - request-id: [810e109f-c1db-4bf6-ab5b-633741993897] + ocp-batch-file-url: [https%3A%2F%2Fbatch498930ae3.westcentralus.batch.azure.com%2Fjobs%2Fbatch98930ae3%2Ftasks%2Ftest_task%2Ffiles%2Fstderr.txt] + request-id: [aada07a1-6576-4a14-8188-e4a49ec81149] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -523,18 +415,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:09:17 GMT'] + ocp-date: ['Fri, 14 Dec 2018 01:35:57 GMT'] method: DELETE - uri: https://batch498930ae3.eastus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/stderr.txt?api-version=2018-08-01.7.0 + uri: https://batch498930ae3.westcentralus.batch.azure.com/jobs/batch98930ae3/tasks/test_task/files/stderr.txt?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:09:17 GMT'] - request-id: [0d74427b-68b2-4565-a8d5-df0eb32d04d4] + date: ['Fri, 14 Dec 2018 01:35:57 GMT'] + request-id: [61aaa7a2-f707-4d50-89f4-edae7d58c071] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_job_schedules.yaml b/azure-batch/tests/recordings/test_batch.test_batch_job_schedules.yaml index ee3f33f995f9..4e3fa61d40cd 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_job_schedules.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_job_schedules.yaml @@ -1,30 +1,30 @@ interactions: - request: - body: '{"schedule": {"recurrenceInterval": "P1D", "startWindow": "PT1H"}, "jobSpecification": - {"poolInfo": {"poolId": "pool_id"}, "onAllTasksComplete": "terminatejob", "constraints": - {"maxTaskRetryCount": 2}}, "id": "batch_schedule_fe140e2a"}' + body: '{"schedule": {"startWindow": "PT1H", "recurrenceInterval": "P1D"}, "jobSpecification": + {"onAllTasksComplete": "terminatejob", "constraints": {"maxTaskRetryCount": + 2}, "poolInfo": {"poolId": "pool_id"}}, "id": "batch_schedule_fe140e2a"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['235'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:09 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:55 GMT'] method: POST - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a'] + dataserviceid: ['https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:10 GMT'] - etag: ['0x8D609FE4AE9EC6F'] - last-modified: ['Fri, 24 Aug 2018 20:15:10 GMT'] - location: ['https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a'] - request-id: [80d789a7-4665-42be-b8bd-8e34809db19b] + date: ['Fri, 14 Dec 2018 00:47:55 GMT'] + etag: ['0x8D6615DC975ACE8'] + last-modified: ['Fri, 14 Dec 2018 00:47:55 GMT'] + location: ['https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a'] + request-id: [a06cabda-c929-47b5-ad47-1b732a214ba3] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -36,27 +36,27 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:10 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:56 GMT'] method: GET - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchfe140e2a.eastus.batch.azure.com/$metadata#jobschedules\",\"value\":[\r\n - \ {\r\n \"id\":\"batch_schedule_fe140e2a\",\"url\":\"https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a\",\"eTag\":\"0x8D609FE4AE9EC6F\",\"lastModified\":\"2018-08-24T20:15:10.2691439Z\",\"creationTime\":\"2018-08-24T20:15:10.2691439Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:15:10.2691439Z\",\"schedule\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchfe140e2a.westcentralus.batch.azure.com/$metadata#jobschedules\",\"value\":[\r\n + \ {\r\n \"id\":\"batch_schedule_fe140e2a\",\"url\":\"https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a\",\"eTag\":\"0x8D6615DC975ACE8\",\"lastModified\":\"2018-12-14T00:47:55.9289064Z\",\"creationTime\":\"2018-12-14T00:47:55.9289064Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:47:55.9289064Z\",\"schedule\":{\r\n \ \"startWindow\":\"PT1H\",\"recurrenceInterval\":\"P1D\"\r\n },\"jobSpecification\":{\r\n \ \"priority\":0,\"usesTaskDependencies\":false,\"onAllTasksComplete\":\"terminatejob\",\"onTaskFailure\":\"noaction\",\"constraints\":{\r\n \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":2\r\n \ },\"poolInfo\":{\r\n \"poolId\":\"pool_id\"\r\n }\r\n - \ },\"executionInfo\":{\r\n \"nextRunTime\":\"2018-08-25T20:15:10.2691439Z\",\"recentJob\":{\r\n - \ \"url\":\"https://batchfe140e2a.eastus.batch.azure.com/jobs/batch_schedule_fe140e2a:job-1\",\"id\":\"batch_schedule_fe140e2a:job-1\"\r\n + \ },\"executionInfo\":{\r\n \"nextRunTime\":\"2018-12-15T00:47:55.9289064Z\",\"recentJob\":{\r\n + \ \"url\":\"https://batchfe140e2a.westcentralus.batch.azure.com/jobs/batch_schedule_fe140e2a:job-1\",\"id\":\"batch_schedule_fe140e2a:job-1\"\r\n \ }\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:11 GMT'] - request-id: [3d80513e-8182-4674-94d5-66d904e8dabd] + date: ['Fri, 14 Dec 2018 00:47:55 GMT'] + request-id: [287584e8-75ae-48ee-abb4-c5fcc4035448] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -68,27 +68,27 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:11 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:56 GMT'] method: GET - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchfe140e2a.eastus.batch.azure.com/$metadata#jobschedules/@Element\",\"id\":\"batch_schedule_fe140e2a\",\"url\":\"https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a\",\"eTag\":\"0x8D609FE4AE9EC6F\",\"lastModified\":\"2018-08-24T20:15:10.2691439Z\",\"creationTime\":\"2018-08-24T20:15:10.2691439Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:15:10.2691439Z\",\"schedule\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchfe140e2a.westcentralus.batch.azure.com/$metadata#jobschedules/@Element\",\"id\":\"batch_schedule_fe140e2a\",\"url\":\"https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a\",\"eTag\":\"0x8D6615DC975ACE8\",\"lastModified\":\"2018-12-14T00:47:55.9289064Z\",\"creationTime\":\"2018-12-14T00:47:55.9289064Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:47:55.9289064Z\",\"schedule\":{\r\n \ \"startWindow\":\"PT1H\",\"recurrenceInterval\":\"P1D\"\r\n },\"jobSpecification\":{\r\n \ \"priority\":0,\"usesTaskDependencies\":false,\"onAllTasksComplete\":\"terminatejob\",\"onTaskFailure\":\"noaction\",\"constraints\":{\r\n \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":2\r\n \ },\"poolInfo\":{\r\n \"poolId\":\"pool_id\"\r\n }\r\n },\"executionInfo\":{\r\n - \ \"nextRunTime\":\"2018-08-25T20:15:10.2691439Z\",\"recentJob\":{\r\n \"url\":\"https://batchfe140e2a.eastus.batch.azure.com/jobs/batch_schedule_fe140e2a:job-1\",\"id\":\"batch_schedule_fe140e2a:job-1\"\r\n + \ \"nextRunTime\":\"2018-12-15T00:47:55.9289064Z\",\"recentJob\":{\r\n \"url\":\"https://batchfe140e2a.westcentralus.batch.azure.com/jobs/batch_schedule_fe140e2a:job-1\",\"id\":\"batch_schedule_fe140e2a:job-1\"\r\n \ }\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:12 GMT'] - etag: ['0x8D609FE4AE9EC6F'] - last-modified: ['Fri, 24 Aug 2018 20:15:10 GMT'] - request-id: [d129308e-918e-484d-a394-bf273ae8c1c7] + date: ['Fri, 14 Dec 2018 00:47:56 GMT'] + etag: ['0x8D6615DC975ACE8'] + last-modified: ['Fri, 14 Dec 2018 00:47:55 GMT'] + request-id: [520efb53-a742-4c3b-8d53-554e7260978f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -100,20 +100,20 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:12 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:56 GMT'] method: HEAD - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:13 GMT'] - etag: ['0x8D609FE4AE9EC6F'] - last-modified: ['Fri, 24 Aug 2018 20:15:10 GMT'] - request-id: [9d84da2e-c219-4e14-9822-4ed2b901ae33] + date: ['Fri, 14 Dec 2018 00:47:57 GMT'] + etag: ['0x8D6615DC975ACE8'] + last-modified: ['Fri, 14 Dec 2018 00:47:55 GMT'] + request-id: [c6e599c1-bb05-4f37-9902-ca9a72479fa2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -125,25 +125,25 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:13 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:57 GMT'] method: GET - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/jobs?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/jobs?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchfe140e2a.eastus.batch.azure.com/$metadata#jobs\",\"value\":[\r\n - \ {\r\n \"id\":\"batch_schedule_fe140e2a:job-1\",\"url\":\"https://batchfe140e2a.eastus.batch.azure.com/jobs/batch_schedule_fe140e2a:job-1\",\"eTag\":\"0x8D609FE4B058F9C\",\"lastModified\":\"2018-08-24T20:15:10.4502684Z\",\"creationTime\":\"2018-08-24T20:15:10.3481453Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:15:10.4502684Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchfe140e2a.westcentralus.batch.azure.com/$metadata#jobs\",\"value\":[\r\n + \ {\r\n \"id\":\"batch_schedule_fe140e2a:job-1\",\"url\":\"https://batchfe140e2a.westcentralus.batch.azure.com/jobs/batch_schedule_fe140e2a:job-1\",\"eTag\":\"0x8D6615DC9828012\",\"lastModified\":\"2018-12-14T00:47:56.0129554Z\",\"creationTime\":\"2018-12-14T00:47:55.9939109Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:47:56.0129554Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":2\r\n \ },\"poolInfo\":{\r\n \"poolId\":\"pool_id\"\r\n },\"executionInfo\":{\r\n - \ \"startTime\":\"2018-08-24T20:15:10.4502684Z\",\"poolId\":\"pool_id\"\r\n + \ \"startTime\":\"2018-12-14T00:47:56.0129554Z\",\"poolId\":\"pool_id\"\r\n \ },\"onAllTasksComplete\":\"terminatejob\",\"onTaskFailure\":\"noaction\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:13 GMT'] - request-id: [727e2de4-0732-482d-b8eb-c7f533666e69] + date: ['Fri, 14 Dec 2018 00:47:57 GMT'] + request-id: [aa43d063-48bf-4084-b007-4835241640d5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -156,22 +156,22 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:14 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:57 GMT'] method: POST - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/disable?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/disable?api-version=2018-12-01.8.0 response: body: {string: ''} headers: content-length: ['0'] - dataserviceid: ['https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/disable'] + dataserviceid: ['https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/disable'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:14 GMT'] - etag: ['0x8D609FE4DE22B24'] - last-modified: ['Fri, 24 Aug 2018 20:15:15 GMT'] - request-id: [9b39e901-facc-4ec3-bbaf-56d8d582de8d] + date: ['Fri, 14 Dec 2018 00:47:57 GMT'] + etag: ['0x8D6615DCAAB81F4'] + last-modified: ['Fri, 14 Dec 2018 00:47:57 GMT'] + request-id: [3f3d6ebb-3d30-47ea-af35-7e27812909fd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -183,22 +183,22 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:15 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:58 GMT'] method: POST - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/enable?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/enable?api-version=2018-12-01.8.0 response: body: {string: ''} headers: content-length: ['0'] - dataserviceid: ['https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/enable'] + dataserviceid: ['https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/enable'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:16 GMT'] - etag: ['0x8D609FE4E77AA58'] - last-modified: ['Fri, 24 Aug 2018 20:15:16 GMT'] - request-id: [463eed24-8a43-4f87-9a81-4f8543d3a733] + date: ['Fri, 14 Dec 2018 00:47:58 GMT'] + etag: ['0x8D6615DCAE6C75F'] + last-modified: ['Fri, 14 Dec 2018 00:47:58 GMT'] + request-id: [cb575bc4-b2df-4179-89e1-f8faf564a70a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -212,21 +212,21 @@ interactions: Connection: [keep-alive] Content-Length: ['102'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:16 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:58 GMT'] method: PUT - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a'] + dataserviceid: ['https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:16 GMT'] - etag: ['0x8D609FE4F11FF16'] - last-modified: ['Fri, 24 Aug 2018 20:15:17 GMT'] - request-id: [7f7fc05a-23c6-4fc0-8342-abe0228ab8c4] + date: ['Fri, 14 Dec 2018 00:47:58 GMT'] + etag: ['0x8D6615DCB218791'] + last-modified: ['Fri, 14 Dec 2018 00:47:58 GMT'] + request-id: [150560fc-2dee-43ad-bc50-5793032afb10] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -240,21 +240,21 @@ interactions: Connection: [keep-alive] Content-Length: ['44'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:17 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:58 GMT'] method: PATCH - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a'] + dataserviceid: ['https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:18 GMT'] - etag: ['0x8D609FE4FB6072C'] - last-modified: ['Fri, 24 Aug 2018 20:15:18 GMT'] - request-id: [ca12195e-c970-4865-a13c-d0a625e517b4] + date: ['Fri, 14 Dec 2018 00:47:59 GMT'] + etag: ['0x8D6615DCB5C1EBF'] + last-modified: ['Fri, 14 Dec 2018 00:47:59 GMT'] + request-id: [9b77a4a2-5d1c-4492-80db-72fbabc6ba7a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -267,21 +267,21 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:18 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:59 GMT'] method: POST - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/terminate?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/terminate?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/terminate'] + dataserviceid: ['https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a/terminate'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:18 GMT'] - etag: ['0x8D609FE503C4974'] - last-modified: ['Fri, 24 Aug 2018 20:15:19 GMT'] - request-id: [a01d364c-0d15-4b9d-944a-42313cc73867] + date: ['Fri, 14 Dec 2018 00:47:59 GMT'] + etag: ['0x8D6615DCB94BD81'] + last-modified: ['Fri, 14 Dec 2018 00:47:59 GMT'] + request-id: [b93c7901-cfb5-4be9-954b-dd269c42c276] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -294,18 +294,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:15:19 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:47:59 GMT'] method: DELETE - uri: https://batchfe140e2a.eastus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-08-01.7.0 + uri: https://batchfe140e2a.westcentralus.batch.azure.com/jobschedules/batch_schedule_fe140e2a?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:15:19 GMT'] - request-id: [910a578b-f2c7-41d0-afe0-b93b8e3e1a5a] + date: ['Fri, 14 Dec 2018 00:47:59 GMT'] + request-id: [f0d35166-b877-4abd-80dd-cf17741dfc1f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_jobs.yaml b/azure-batch/tests/recordings/test_batch.test_batch_jobs.yaml index 9b05726c1bb4..fe8b5c89aa1e 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_jobs.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_jobs.yaml @@ -1,61 +1,61 @@ interactions: - request: - body: '{"jobReleaseTask": {"commandLine": "cmd /c \"echo goodbye world\""}, "poolInfo": - {"autoPoolSpecification": {"pool": {"cloudServiceConfiguration": {"osFamily": - "5"}, "vmSize": "small"}, "poolLifetimeOption": "job"}}, "id": "batch_job1_8dcc0a7e", - "jobPreparationTask": {"commandLine": "cmd /c \"echo hello world\""}}' + body: '{"jobReleaseTask": {"commandLine": "cmd /c \"echo goodbye world\""}, "jobPreparationTask": + {"commandLine": "cmd /c \"echo hello world\""}, "id": "batch_job1_8dcc0a7e", + "poolInfo": {"autoPoolSpecification": {"poolLifetimeOption": "job", "pool": + {"vmSize": "small", "cloudServiceConfiguration": {"osFamily": "5"}}}}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['314'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:51 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:35 GMT'] method: POST - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch8dcc0a7e.eastus.batch.azure.com/jobs/job-1'] + dataserviceid: ['https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/job-1'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:52 GMT'] - etag: ['0x8D60992D2D2508E'] - last-modified: ['Fri, 24 Aug 2018 07:25:52 GMT'] - location: ['https://batch8dcc0a7e.eastus.batch.azure.com/jobs/job-1'] - request-id: [86c97fb7-53b9-4b30-8f04-e4412fff8487] + date: ['Fri, 14 Dec 2018 00:48:36 GMT'] + etag: ['0x8D6615DE19D12AD'] + last-modified: ['Fri, 14 Dec 2018 00:48:36 GMT'] + location: ['https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/job-1'] + request-id: [d898fbbe-bc04-417a-a412-98dacad756d5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 201, message: Created} - request: - body: '{"poolInfo": {"autoPoolSpecification": {"pool": {"cloudServiceConfiguration": - {"osFamily": "5"}, "vmSize": "small"}, "poolLifetimeOption": "job"}}, "priority": - 500, "constraints": {"maxTaskRetryCount": 3}}' + body: '{"priority": 500, "constraints": {"maxTaskRetryCount": 3}, "poolInfo": + {"autoPoolSpecification": {"poolLifetimeOption": "job", "pool": {"vmSize": "small", + "cloudServiceConfiguration": {"osFamily": "5"}}}}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['205'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:52 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:36 GMT'] method: PUT - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e'] + dataserviceid: ['https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:53 GMT'] - etag: ['0x8D60992D359B762'] - last-modified: ['Fri, 24 Aug 2018 07:25:53 GMT'] - request-id: [bf05005a-17ec-438e-8850-c12542b0c932] + date: ['Fri, 14 Dec 2018 00:48:36 GMT'] + etag: ['0x8D6615DE1E77A3B'] + last-modified: ['Fri, 14 Dec 2018 00:48:36 GMT'] + request-id: [8eef9d40-ebc7-4bd1-9509-535eb5fdb84a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -69,21 +69,21 @@ interactions: Connection: [keep-alive] Content-Length: ['17'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:53 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:36 GMT'] method: PATCH - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e'] + dataserviceid: ['https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:53 GMT'] - etag: ['0x8D60992D3C9FE7A'] - last-modified: ['Fri, 24 Aug 2018 07:25:54 GMT'] - request-id: [760df734-6e6e-4ebf-8a88-4c49acb6edde] + date: ['Fri, 14 Dec 2018 00:48:37 GMT'] + etag: ['0x8D6615DE225FFAD'] + last-modified: ['Fri, 14 Dec 2018 00:48:37 GMT'] + request-id: [e616e782-0fb7-4204-8c36-c1638f2af909] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -95,67 +95,66 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:54 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:37 GMT'] method: GET - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.eastus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"batch_job1_8dcc0a7e\",\"url\":\"https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e\",\"eTag\":\"0x8D60992D3C9FE7A\",\"lastModified\":\"2018-08-24T07:25:54.260953Z\",\"creationTime\":\"2018-08-24T07:25:52.5461111Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T07:25:52.6377614Z\",\"priority\":900,\"usesTaskDependencies\":false,\"constraints\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"batch_job1_8dcc0a7e\",\"url\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e\",\"eTag\":\"0x8D6615DE225FFAD\",\"lastModified\":\"2018-12-14T00:48:37.3497773Z\",\"creationTime\":\"2018-12-14T00:48:36.43639Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:48:36.4524205Z\",\"priority\":900,\"usesTaskDependencies\":false,\"constraints\":{\r\n \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":3\r\n \ },\"jobPreparationTask\":{\r\n \"id\":\"jobpreparation\",\"commandLine\":\"cmd - /c \\\"echo hello world\\\"\",\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + /c \\\"echo hello world\\\"\",\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n \ }\r\n },\"waitForSuccess\":true,\"rerunOnNodeRebootAfterSuccess\":true\r\n \ },\"jobReleaseTask\":{\r\n \"id\":\"jobrelease\",\"commandLine\":\"cmd - /c \\\"echo goodbye world\\\"\",\"maxWallClockTime\":\"PT15M\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"userIdentity\":{\r\n + /c \\\"echo goodbye world\\\"\",\"maxWallClockTime\":\"PT15M\",\"retentionTime\":\"P7D\",\"userIdentity\":{\r\n \ \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n \ }\r\n },\"poolInfo\":{\r\n \"autoPoolSpecification\":{\r\n \"poolLifetimeOption\":\"job\",\"keepAlive\":false,\"pool\":{\r\n \ \"vmSize\":\"small\",\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \ \"nodeFillType\":\"Spread\"\r\n },\"resizeTimeout\":\"PT15M\",\"targetDedicatedNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"cloudServiceConfiguration\":{\r\n - \ \"osFamily\":\"5\",\"targetOSVersion\":\"*\"\r\n }\r\n }\r\n - \ }\r\n },\"executionInfo\":{\r\n \"startTime\":\"2018-08-24T07:25:52.6377614Z\",\"poolId\":\"F1998748-A9F3-4162-8B53-2E40DBFC4F7D\"\r\n + \ \"osFamily\":\"5\",\"osVersion\":\"*\"\r\n }\r\n }\r\n + \ }\r\n },\"executionInfo\":{\r\n \"startTime\":\"2018-12-14T00:48:36.4524205Z\",\"poolId\":\"6F213D85-FA30-46C9-9115-63EEC9FE15BD\"\r\n \ },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:54 GMT'] - etag: ['0x8D60992D3C9FE7A'] - last-modified: ['Fri, 24 Aug 2018 07:25:54 GMT'] - request-id: [bf5cedce-ffa1-4b0e-aa25-d51ef78cd4ac] + date: ['Fri, 14 Dec 2018 00:48:37 GMT'] + etag: ['0x8D6615DE225FFAD'] + last-modified: ['Fri, 14 Dec 2018 00:48:37 GMT'] + request-id: [a5407f91-c1e2-4bed-abed-efaf33539a9a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"poolInfo": {"autoPoolSpecification": {"pool": {"cloudServiceConfiguration": - {"osFamily": "5"}, "vmSize": "small"}, "poolLifetimeOption": "job"}}, "onTaskFailure": - "performexitoptionsjobaction", "id": "batch_job2_8dcc0a7e", "onAllTasksComplete": - "terminatejob"}' + body: '{"onAllTasksComplete": "terminatejob", "poolInfo": {"autoPoolSpecification": + {"poolLifetimeOption": "job", "pool": {"vmSize": "small", "cloudServiceConfiguration": + {"osFamily": "5"}}}}, "id": "batch_job2_8dcc0a7e", "onTaskFailure": "performexitoptionsjobaction"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['262'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:55 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:37 GMT'] method: POST - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch8dcc0a7e.eastus.batch.azure.com/jobs/job-1'] + dataserviceid: ['https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/job-1'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:55 GMT'] - etag: ['0x8D60992D4C4DD2E'] - last-modified: ['Fri, 24 Aug 2018 07:25:55 GMT'] - location: ['https://batch8dcc0a7e.eastus.batch.azure.com/jobs/job-1'] - request-id: [1d4ca7d5-55c1-460d-a479-eddb9e831808] + date: ['Fri, 14 Dec 2018 00:48:38 GMT'] + etag: ['0x8D6615DE2A648AE'] + last-modified: ['Fri, 14 Dec 2018 00:48:38 GMT'] + location: ['https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/job-1'] + request-id: [bbfed2a8-62fd-4c7b-bd18-09d4e7a3c159] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -167,28 +166,28 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:55 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:38 GMT'] method: GET - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job2_8dcc0a7e?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job2_8dcc0a7e?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.eastus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"batch_job2_8dcc0a7e\",\"url\":\"https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job2_8dcc0a7e\",\"eTag\":\"0x8D60992D4C4DD2E\",\"lastModified\":\"2018-08-24T07:25:55.9050542Z\",\"creationTime\":\"2018-08-24T07:25:55.8870069Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T07:25:55.9050542Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"batch_job2_8dcc0a7e\",\"url\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job2_8dcc0a7e\",\"eTag\":\"0x8D6615DE2A648AE\",\"lastModified\":\"2018-12-14T00:48:38.190507Z\",\"creationTime\":\"2018-12-14T00:48:38.1715138Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:48:38.190507Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n \ },\"poolInfo\":{\r\n \"autoPoolSpecification\":{\r\n \"poolLifetimeOption\":\"job\",\"keepAlive\":false,\"pool\":{\r\n \ \"vmSize\":\"small\",\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \ \"nodeFillType\":\"Spread\"\r\n },\"resizeTimeout\":\"PT15M\",\"targetDedicatedNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"cloudServiceConfiguration\":{\r\n - \ \"osFamily\":\"5\",\"targetOSVersion\":\"*\"\r\n }\r\n }\r\n - \ }\r\n },\"executionInfo\":{\r\n \"startTime\":\"2018-08-24T07:25:55.9050542Z\",\"poolId\":\"12314A8C-6F13-440C-B114-EC46A49DB295\"\r\n + \ \"osFamily\":\"5\",\"osVersion\":\"*\"\r\n }\r\n }\r\n + \ }\r\n },\"executionInfo\":{\r\n \"startTime\":\"2018-12-14T00:48:38.190507Z\",\"poolId\":\"6C6CB0C9-59A2-441D-81D0-DB891A62A056\"\r\n \ },\"onAllTasksComplete\":\"terminatejob\",\"onTaskFailure\":\"performexitoptionsjobaction\"\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:55 GMT'] - etag: ['0x8D60992D4C4DD2E'] - last-modified: ['Fri, 24 Aug 2018 07:25:55 GMT'] - request-id: [493a1a6e-097f-47b8-9a82-1b1d7bc7fa09] + date: ['Fri, 14 Dec 2018 00:48:38 GMT'] + etag: ['0x8D6615DE2A648AE'] + last-modified: ['Fri, 14 Dec 2018 00:48:38 GMT'] + request-id: [88d4876f-149a-4f3e-b21a-2233bf3b4c4d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -200,44 +199,44 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:56 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:38 GMT'] method: GET - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.eastus.batch.azure.com/$metadata#jobs\",\"value\":[\r\n - \ {\r\n \"id\":\"batch_job1_8dcc0a7e\",\"url\":\"https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e\",\"eTag\":\"0x8D60992D3C9FE7A\",\"lastModified\":\"2018-08-24T07:25:54.260953Z\",\"creationTime\":\"2018-08-24T07:25:52.5461111Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T07:25:52.6377614Z\",\"priority\":900,\"usesTaskDependencies\":false,\"constraints\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/$metadata#jobs\",\"value\":[\r\n + \ {\r\n \"id\":\"batch_job1_8dcc0a7e\",\"url\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e\",\"eTag\":\"0x8D6615DE225FFAD\",\"lastModified\":\"2018-12-14T00:48:37.3497773Z\",\"creationTime\":\"2018-12-14T00:48:36.43639Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:48:36.4524205Z\",\"priority\":900,\"usesTaskDependencies\":false,\"constraints\":{\r\n \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":3\r\n \ },\"jobPreparationTask\":{\r\n \"id\":\"jobpreparation\",\"commandLine\":\"cmd - /c \\\"echo hello world\\\"\",\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + /c \\\"echo hello world\\\"\",\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n \ }\r\n },\"waitForSuccess\":true,\"rerunOnNodeRebootAfterSuccess\":true\r\n \ },\"jobReleaseTask\":{\r\n \"id\":\"jobrelease\",\"commandLine\":\"cmd - /c \\\"echo goodbye world\\\"\",\"maxWallClockTime\":\"PT15M\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"userIdentity\":{\r\n + /c \\\"echo goodbye world\\\"\",\"maxWallClockTime\":\"PT15M\",\"retentionTime\":\"P7D\",\"userIdentity\":{\r\n \ \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n \ }\r\n }\r\n },\"poolInfo\":{\r\n \"autoPoolSpecification\":{\r\n \ \"poolLifetimeOption\":\"job\",\"keepAlive\":false,\"pool\":{\r\n \ \"vmSize\":\"small\",\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \ \"nodeFillType\":\"Spread\"\r\n },\"resizeTimeout\":\"PT15M\",\"targetDedicatedNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"cloudServiceConfiguration\":{\r\n - \ \"osFamily\":\"5\",\"targetOSVersion\":\"*\"\r\n }\r\n - \ }\r\n }\r\n },\"executionInfo\":{\r\n \"startTime\":\"2018-08-24T07:25:52.6377614Z\",\"poolId\":\"F1998748-A9F3-4162-8B53-2E40DBFC4F7D\"\r\n + \ \"osFamily\":\"5\",\"osVersion\":\"*\"\r\n }\r\n + \ }\r\n }\r\n },\"executionInfo\":{\r\n \"startTime\":\"2018-12-14T00:48:36.4524205Z\",\"poolId\":\"6F213D85-FA30-46C9-9115-63EEC9FE15BD\"\r\n \ },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n - \ },{\r\n \"id\":\"batch_job2_8dcc0a7e\",\"url\":\"https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job2_8dcc0a7e\",\"eTag\":\"0x8D60992D4C4DD2E\",\"lastModified\":\"2018-08-24T07:25:55.9050542Z\",\"creationTime\":\"2018-08-24T07:25:55.8870069Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T07:25:55.9050542Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n + \ },{\r\n \"id\":\"batch_job2_8dcc0a7e\",\"url\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job2_8dcc0a7e\",\"eTag\":\"0x8D6615DE2A648AE\",\"lastModified\":\"2018-12-14T00:48:38.190507Z\",\"creationTime\":\"2018-12-14T00:48:38.1715138Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:48:38.190507Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n \ },\"poolInfo\":{\r\n \"autoPoolSpecification\":{\r\n \"poolLifetimeOption\":\"job\",\"keepAlive\":false,\"pool\":{\r\n \ \"vmSize\":\"small\",\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \ \"nodeFillType\":\"Spread\"\r\n },\"resizeTimeout\":\"PT15M\",\"targetDedicatedNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"cloudServiceConfiguration\":{\r\n - \ \"osFamily\":\"5\",\"targetOSVersion\":\"*\"\r\n }\r\n - \ }\r\n }\r\n },\"executionInfo\":{\r\n \"startTime\":\"2018-08-24T07:25:55.9050542Z\",\"poolId\":\"12314A8C-6F13-440C-B114-EC46A49DB295\"\r\n + \ \"osFamily\":\"5\",\"osVersion\":\"*\"\r\n }\r\n + \ }\r\n }\r\n },\"executionInfo\":{\r\n \"startTime\":\"2018-12-14T00:48:38.190507Z\",\"poolId\":\"6C6CB0C9-59A2-441D-81D0-DB891A62A056\"\r\n \ },\"onAllTasksComplete\":\"terminatejob\",\"onTaskFailure\":\"performexitoptionsjobaction\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:57 GMT'] - request-id: [cfc71f59-d2d2-4280-95a3-b9d62c784c6d] + date: ['Fri, 14 Dec 2018 00:48:39 GMT'] + request-id: [0058fb1d-b4d3-4af0-8c97-b85895473cda] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -251,21 +250,21 @@ interactions: Connection: [keep-alive] Content-Length: ['27'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:57 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:39 GMT'] method: POST - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e/disable?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e/disable?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e/disable'] + dataserviceid: ['https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e/disable'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:57 GMT'] - etag: ['0x8D60992D63CCB5E'] - last-modified: ['Fri, 24 Aug 2018 07:25:58 GMT'] - request-id: [4e32a6d0-d9f6-451a-b4ad-832992a7f4dd] + date: ['Fri, 14 Dec 2018 00:48:39 GMT'] + etag: ['0x8D6615DE35D38DE'] + last-modified: ['Fri, 14 Dec 2018 00:48:39 GMT'] + request-id: [1351114f-7f84-4327-be8a-62e76569bcd7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -278,21 +277,21 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:58 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:39 GMT'] method: POST - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e/enable?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e/enable?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e/enable'] + dataserviceid: ['https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e/enable'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:59 GMT'] - etag: ['0x8D60992D6CA973D'] - last-modified: ['Fri, 24 Aug 2018 07:25:59 GMT'] - request-id: [173ddaa8-efeb-4a9e-99a4-d623bb505a64] + date: ['Fri, 14 Dec 2018 00:48:39 GMT'] + etag: ['0x8D6615DE398646A'] + last-modified: ['Fri, 14 Dec 2018 00:48:39 GMT'] + request-id: [17550f3b-28a4-48df-b86d-d71cf21dde1d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -304,20 +303,20 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:25:59 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:39 GMT'] method: GET - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e/jobpreparationandreleasetaskstatus?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e/jobpreparationandreleasetaskstatus?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.eastus.batch.azure.com/$metadata#jobpreparationandreleasetaskstatuslist\",\"value\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/$metadata#jobpreparationandreleasetaskstatuslist\",\"value\":[\r\n \ \r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:25:59 GMT'] - request-id: [b450e14d-714b-441c-a66c-0552f9c25ebb] + date: ['Fri, 14 Dec 2018 00:48:40 GMT'] + request-id: [2eb02aa1-0afc-49ae-b380-ca36aea3971d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -331,21 +330,21 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:26:00 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:40 GMT'] method: POST - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e/terminate?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e/terminate?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job1_8dcc0a7e/terminate'] + dataserviceid: ['https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job1_8dcc0a7e/terminate'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:26:00 GMT'] - etag: ['0x8D60992D7C9E61B'] - last-modified: ['Fri, 24 Aug 2018 07:26:00 GMT'] - request-id: [418de998-c8c6-4684-9dc3-680c58e3b37e] + date: ['Fri, 14 Dec 2018 00:48:40 GMT'] + etag: ['0x8D6615DE410F914'] + last-modified: ['Fri, 14 Dec 2018 00:48:40 GMT'] + request-id: [d99d7620-e04f-46e5-bf63-b58b7e67ad59] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -358,18 +357,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:26:01 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:40 GMT'] method: DELETE - uri: https://batch8dcc0a7e.eastus.batch.azure.com/jobs/batch_job2_8dcc0a7e?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/jobs/batch_job2_8dcc0a7e?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:26:01 GMT'] - request-id: [b1c894bc-0414-4a1e-a22e-1fc76fa60170] + date: ['Fri, 14 Dec 2018 00:48:40 GMT'] + request-id: [9d7c93b5-04cc-41ec-8e75-df43e5400790] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -381,19 +380,19 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:26:01 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:48:40 GMT'] method: GET - uri: https://batch8dcc0a7e.eastus.batch.azure.com/lifetimejobstats?api-version=2018-08-01.7.0 + uri: https://batch8dcc0a7e.westcentralus.batch.azure.com/lifetimejobstats?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.eastus.batch.azure.com/$metadata#jobstats/@Element\",\"url\":\"https://batch8dcc0a7e.eastus.batch.azure.com/lifetimejobstats\",\"startTime\":\"2018-08-24T07:25:33.4420121Z\",\"lastUpdateTime\":\"2018-08-24T07:25:33.4420121Z\",\"userCPUTime\":\"PT0S\",\"kernelCPUTime\":\"PT0S\",\"wallClockTime\":\"PT0S\",\"readIOps\":\"0\",\"writeIOps\":\"0\",\"readIOGiB\":0.0,\"writeIOGiB\":0.0,\"numTaskRetries\":\"0\",\"numSucceededTasks\":\"0\",\"numFailedTasks\":\"0\",\"waitTime\":\"PT0S\"\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/$metadata#jobstats/@Element\",\"url\":\"https://batch8dcc0a7e.westcentralus.batch.azure.com/lifetimejobstats\",\"startTime\":\"2018-12-14T00:48:19.3459148Z\",\"lastUpdateTime\":\"2018-12-14T00:48:19.3459148Z\",\"userCPUTime\":\"PT0S\",\"kernelCPUTime\":\"PT0S\",\"wallClockTime\":\"PT0S\",\"readIOps\":\"0\",\"writeIOps\":\"0\",\"readIOGiB\":0.0,\"writeIOGiB\":0.0,\"numTaskRetries\":\"0\",\"numSucceededTasks\":\"0\",\"numFailedTasks\":\"0\",\"waitTime\":\"PT0S\"\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:26:02 GMT'] - request-id: [3e68d07d-1ee0-4950-8487-bb5ce3063931] + date: ['Fri, 14 Dec 2018 00:48:40 GMT'] + request-id: [14d9275f-5154-434c-9a18-71118eb1f449] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_network_configuration.yaml b/azure-batch/tests/recordings/test_batch.test_batch_network_configuration.yaml index 1b5d1c67c0b1..1c32b606ccd3 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_network_configuration.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_network_configuration.yaml @@ -1,34 +1,34 @@ interactions: - request: - body: '{"networkConfiguration": {"endpointConfiguration": {"inboundNATPools": - [{"name": "TestEndpointConfig", "frontendPortRangeStart": 60000, "protocol": - "udp", "networkSecurityGroupRules": [{"priority": 150, "access": "allow", "sourceAddressPrefix": - "*"}], "backendPort": 64444, "frontendPortRangeEnd": 61000}]}}, "virtualMachineConfiguration": - {"nodeAgentSKUId": "batch.node.ubuntu 16.04", "imageReference": {"sku": "16.04-LTS", - "publisher": "Canonical", "offer": "UbuntuServer"}}, "id": "batch_network_814e11b1", - "vmSize": "Standard_A1", "targetDedicatedNodes": 1}' + body: '{"vmSize": "Standard_A1", "targetDedicatedNodes": 1, "networkConfiguration": + {"endpointConfiguration": {"inboundNATPools": [{"name": "TestEndpointConfig", + "protocol": "udp", "frontendPortRangeStart": 60000, "backendPort": 64444, "networkSecurityGroupRules": + [{"access": "allow", "priority": 150, "sourceAddressPrefix": "*"}], "frontendPortRangeEnd": + 61000}]}}, "virtualMachineConfiguration": {"nodeAgentSKUId": "batch.node.ubuntu + 16.04", "imageReference": {"sku": "16.04-LTS", "offer": "UbuntuServer", "publisher": + "Canonical"}}, "id": "batch_network_814e11b1"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['561'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:16:03 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:54:43 GMT'] method: POST - uri: https://batch814e11b1.eastus.batch.azure.com/pools?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1'] + dataserviceid: ['https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:16:04 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - location: ['https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1'] - request-id: [f7611808-717f-4743-aaec-426c0180b126] + date: ['Fri, 14 Dec 2018 00:54:43 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + location: ['https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1'] + request-id: [f78f3a13-9ecc-4dcf-83e7-b1ddbb3c1d3e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -40,14 +40,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:16:04 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:54:44 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D609FE6B4A66EA\",\"lastModified\":\"2018-08-24T20:16:04.5885162Z\",\"creationTime\":\"2018-08-24T20:16:04.5885162Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n @@ -58,10 +58,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:16:05 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - request-id: [f83455c5-38d6-419a-ade9-b99fe46b5e2c] + date: ['Fri, 14 Dec 2018 00:54:44 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [7a985719-0189-4a7b-b280-ce83dfe8a7f3] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -73,14 +73,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:16:15 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:54:55 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D609FE6B4A66EA\",\"lastModified\":\"2018-08-24T20:16:04.5885162Z\",\"creationTime\":\"2018-08-24T20:16:04.5885162Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n @@ -91,10 +91,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:16:16 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - request-id: [a292565c-2200-48b5-b0f3-8e8fdd3fa7a5] + date: ['Fri, 14 Dec 2018 00:54:55 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [73aba8c1-99ce-4213-922d-6edfb88434d7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -106,14 +106,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:16:26 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:55:05 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D609FE6B4A66EA\",\"lastModified\":\"2018-08-24T20:16:04.5885162Z\",\"creationTime\":\"2018-08-24T20:16:04.5885162Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n @@ -124,10 +124,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:16:27 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - request-id: [9067ca07-0074-4da1-b80b-fc7e6a69bc49] + date: ['Fri, 14 Dec 2018 00:55:05 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [74127ba6-18e9-47c7-88b4-14c55328ea06] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -139,14 +139,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:16:37 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:55:15 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D609FE6B4A66EA\",\"lastModified\":\"2018-08-24T20:16:04.5885162Z\",\"creationTime\":\"2018-08-24T20:16:04.5885162Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n @@ -157,10 +157,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:16:37 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - request-id: [3de36f76-ad61-40d1-b383-c447d0ddf870] + date: ['Fri, 14 Dec 2018 00:55:16 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [a01d6d8f-139c-4e9c-8408-83534c2ba197] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -172,14 +172,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:16:48 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:55:26 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D609FE6B4A66EA\",\"lastModified\":\"2018-08-24T20:16:04.5885162Z\",\"creationTime\":\"2018-08-24T20:16:04.5885162Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n @@ -190,10 +190,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:16:48 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - request-id: [d01b40e8-ebfb-4d0b-b431-c91c23cd8ea2] + date: ['Fri, 14 Dec 2018 00:55:26 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [481224fd-d599-44ed-8485-cbcfa941534e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -205,14 +205,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:16:59 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:55:36 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D609FE6B4A66EA\",\"lastModified\":\"2018-08-24T20:16:04.5885162Z\",\"creationTime\":\"2018-08-24T20:16:04.5885162Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n @@ -223,10 +223,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:17:00 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - request-id: [2facff88-7105-48fc-b011-05595c6ca073] + date: ['Fri, 14 Dec 2018 00:55:37 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [dc95c602-8c46-478f-b721-539f6db0c197] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -238,14 +238,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:17:10 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:55:47 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D609FE6B4A66EA\",\"lastModified\":\"2018-08-24T20:16:04.5885162Z\",\"creationTime\":\"2018-08-24T20:16:04.5885162Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n @@ -256,10 +256,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:17:10 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - request-id: [229d3392-668f-4b96-9aba-7f0992fe0579] + date: ['Fri, 14 Dec 2018 00:55:47 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [2af91281-c8f9-4843-8f09-cdd6317cf552] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -271,14 +271,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:17:21 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:55:57 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D609FE6B4A66EA\",\"lastModified\":\"2018-08-24T20:16:04.5885162Z\",\"creationTime\":\"2018-08-24T20:16:04.5885162Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n @@ -289,10 +289,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:17:21 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - request-id: [de98a84e-343f-4ff8-bd27-dfaffcda3dc5] + date: ['Fri, 14 Dec 2018 00:55:58 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [83f7fb86-cded-4ee6-8133-4fb640832263] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -304,14 +304,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:17:32 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:56:08 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D609FE6B4A66EA\",\"lastModified\":\"2018-08-24T20:16:04.5885162Z\",\"creationTime\":\"2018-08-24T20:16:04.5885162Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:16:04.5885162Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T20:17:22.8679984Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n @@ -322,10 +322,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:17:32 GMT'] - etag: ['0x8D609FE6B4A66EA'] - last-modified: ['Fri, 24 Aug 2018 20:16:04 GMT'] - request-id: [b1aabfa2-7ceb-43b7-8fe8-e5813673da57] + date: ['Fri, 14 Dec 2018 00:56:08 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [db614743-3db5-4564-8b44-ab50f0d68f1e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -337,23 +337,155 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:17:33 GMT'] + ocp-date: ['Fri, 14 Dec 2018 00:56:18 GMT'] method: GET - uri: https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1/nodes?api-version=2018-08-01.7.0 + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.eastus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n - \ {\r\n \"id\":\"tvm-3257026573_1-20180824t201721z\",\"url\":\"https://batch814e11b1.eastus.batch.azure.com/pools/batch_network_814e11b1/nodes/tvm-3257026573_1-20180824t201721z\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-08-24T20:17:21.4396866Z\",\"allocationTime\":\"2018-08-24T20:17:21.3916858Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvm-3257026573_1-20180824t201721z\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n - \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"TestEndpointConfig.0\",\"protocol\":\"udp\",\"publicIPAddress\":\"40.87.86.71\",\"publicFQDN\":\"dns2e9c387d-61c2-4235-aaac-d44ac5298785-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":60000,\"backendPort\":64444\r\n - \ },{\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"40.87.86.71\",\"publicFQDN\":\"dns2e9c387d-61c2-4235-aaac-d44ac5298785-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n + \ \"endpointConfiguration\":{\r\n \"inboundNATPools\":[\r\n {\r\n + \ \"name\":\"TestEndpointConfig\",\"protocol\":\"udp\",\"backendPort\":64444,\"frontendPortRangeStart\":60000,\"frontendPortRangeEnd\":61000,\"networkSecurityGroupRules\":[\r\n + \ {\r\n \"priority\":150,\"access\":\"allow\",\"sourceAddressPrefix\":\"*\"\r\n + \ }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}"} + headers: + content-type: [application/json;odata=minimalmetadata] + dataserviceversion: ['3.0'] + date: ['Fri, 14 Dec 2018 00:56:19 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [c6f661bf-bd81-4f9c-a0c2-c93249722377] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] + accept-language: [en-US] + ocp-date: ['Fri, 14 Dec 2018 00:56:29 GMT'] + method: GET + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 + response: + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n + \ \"endpointConfiguration\":{\r\n \"inboundNATPools\":[\r\n {\r\n + \ \"name\":\"TestEndpointConfig\",\"protocol\":\"udp\",\"backendPort\":64444,\"frontendPortRangeStart\":60000,\"frontendPortRangeEnd\":61000,\"networkSecurityGroupRules\":[\r\n + \ {\r\n \"priority\":150,\"access\":\"allow\",\"sourceAddressPrefix\":\"*\"\r\n + \ }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}"} + headers: + content-type: [application/json;odata=minimalmetadata] + dataserviceversion: ['3.0'] + date: ['Fri, 14 Dec 2018 00:56:29 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [6448ea22-d7ad-4d1b-906f-f30ec90573a2] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] + accept-language: [en-US] + ocp-date: ['Fri, 14 Dec 2018 00:56:39 GMT'] + method: GET + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 + response: + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"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 },\"networkConfiguration\":{\r\n + \ \"endpointConfiguration\":{\r\n \"inboundNATPools\":[\r\n {\r\n + \ \"name\":\"TestEndpointConfig\",\"protocol\":\"udp\",\"backendPort\":64444,\"frontendPortRangeStart\":60000,\"frontendPortRangeEnd\":61000,\"networkSecurityGroupRules\":[\r\n + \ {\r\n \"priority\":150,\"access\":\"allow\",\"sourceAddressPrefix\":\"*\"\r\n + \ }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}"} + headers: + content-type: [application/json;odata=minimalmetadata] + dataserviceversion: ['3.0'] + date: ['Fri, 14 Dec 2018 00:56:39 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [190662f2-ba9a-4374-9d7b-082c4b5c71a9] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] + accept-language: [en-US] + ocp-date: ['Fri, 14 Dec 2018 00:56:50 GMT'] + method: GET + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1?api-version=2018-12-01.8.0 + response: + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_network_814e11b1\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1\",\"eTag\":\"0x8D6615EBCF2E854\",\"lastModified\":\"2018-12-14T00:54:44.4359764Z\",\"creationTime\":\"2018-12-14T00:54:44.4359764Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T00:54:44.4359764Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-12-14T00:56:41.4682552Z\",\"vmSize\":\"standard_a1\",\"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 },\"networkConfiguration\":{\r\n + \ \"endpointConfiguration\":{\r\n \"inboundNATPools\":[\r\n {\r\n + \ \"name\":\"TestEndpointConfig\",\"protocol\":\"udp\",\"backendPort\":64444,\"frontendPortRangeStart\":60000,\"frontendPortRangeEnd\":61000,\"networkSecurityGroupRules\":[\r\n + \ {\r\n \"priority\":150,\"access\":\"allow\",\"sourceAddressPrefix\":\"*\"\r\n + \ }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}"} + headers: + content-type: [application/json;odata=minimalmetadata] + dataserviceversion: ['3.0'] + date: ['Fri, 14 Dec 2018 00:56:50 GMT'] + etag: ['0x8D6615EBCF2E854'] + last-modified: ['Fri, 14 Dec 2018 00:54:44 GMT'] + request-id: [eb90bd18-915c-421f-8306-27cef0e0efb9] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] + accept-language: [en-US] + ocp-date: ['Fri, 14 Dec 2018 00:56:50 GMT'] + method: GET + uri: https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1/nodes?api-version=2018-12-01.8.0 + response: + body: {string: "{\r\n \"odata.metadata\":\"https://batch814e11b1.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n + \ {\r\n \"id\":\"tvmps_77346f7e42d6867a89d69e3969c9695055a236f75f90548d55f65762573a87e3_d\",\"url\":\"https://batch814e11b1.westcentralus.batch.azure.com/pools/batch_network_814e11b1/nodes/tvmps_77346f7e42d6867a89d69e3969c9695055a236f75f90548d55f65762573a87e3_d\",\"state\":\"starting\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2018-12-14T00:56:41.2699691Z\",\"allocationTime\":\"2018-12-14T00:56:40.4545162Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_77346f7e42d6867a89d69e3969c9695055a236f75f90548d55f65762573a87e3_d\",\"vmSize\":\"standard_a1\",\"totalTasksRun\":0,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"isDedicated\":true,\"endpointConfiguration\":{\r\n + \ \"inboundEndpoints\":[\r\n {\r\n \"name\":\"TestEndpointConfig.0\",\"protocol\":\"udp\",\"publicIPAddress\":\"13.78.226.138\",\"publicFQDN\":\"dns57f724f2-f245-405c-bb72-65ed5c4e912d-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":60000,\"backendPort\":64444\r\n + \ },{\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"13.78.226.138\",\"publicFQDN\":\"dns57f724f2-f245-405c-bb72-65ed5c4e912d-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n \ }\r\n ]\r\n }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:17:33 GMT'] - request-id: [752cace0-852e-4fee-b0cc-6fb67355e203] + date: ['Fri, 14 Dec 2018 00:56:51 GMT'] + request-id: [e6d14857-1fcf-4597-9030-2abb73c3c8f7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_scale_pools.yaml b/azure-batch/tests/recordings/test_batch.test_batch_scale_pools.yaml index d3d3cfaede31..a6ee4c167585 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_scale_pools.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_scale_pools.yaml @@ -1,27 +1,28 @@ interactions: - request: - body: '{"autoScaleEvaluationInterval": "PT6M", "autoScaleFormula": "$TargetDedicatedNodes=2"}' + body: '{"autoScaleFormula": "$TargetDedicatedNodes=2", "autoScaleEvaluationInterval": + "PT6M"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['86'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:44:42 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:24:49 GMT'] method: POST - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/enableautoscale?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/enableautoscale?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/enableautoscale'] + dataserviceid: ['https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/enableautoscale'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:44:43 GMT'] - etag: ['0x8D60A026BD62AAD'] - last-modified: ['Fri, 24 Aug 2018 20:44:43 GMT'] - request-id: [c33d295e-3e29-4304-8bea-8d19e1fc3a1e] + date: ['Fri, 14 Dec 2018 19:24:50 GMT'] + etag: ['0x8D661F9D10EA873'] + last-modified: ['Fri, 14 Dec 2018 19:24:50 GMT'] + request-id: [c29b646a-07fe-4d7d-bc36-a387be524ea6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -35,20 +36,20 @@ interactions: Connection: [keep-alive] Content-Length: ['47'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:44:43 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:24:50 GMT'] method: POST - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/evaluateautoscale?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/evaluateautoscale?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.eastus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.AutoScaleRun\",\"timestamp\":\"2018-08-24T20:44:44.2335554Z\",\"results\":\"$TargetDedicatedNodes=3;$TargetLowPriorityNodes=0;$NodeDeallocationOption=requeue\"\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.AutoScaleRun\",\"timestamp\":\"2018-12-14T19:24:50.5117337Z\",\"results\":\"$TargetDedicatedNodes=3;$TargetLowPriorityNodes=0;$NodeDeallocationOption=requeue\"\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] - dataserviceid: ['https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/evaluateautoscale'] + dataserviceid: ['https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/evaluateautoscale'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:44:43 GMT'] - request-id: [b4499393-2d33-4256-84d8-311c24c79a5f] + date: ['Fri, 14 Dec 2018 19:24:50 GMT'] + request-id: [ab7483c7-2227-4ee9-a8b1-3cd27aacd7a9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -61,21 +62,21 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:44:44 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:24:50 GMT'] method: POST - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/disableautoscale?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/disableautoscale?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/disableautoscale'] + dataserviceid: ['https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/disableautoscale'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:44:45 GMT'] - etag: ['0x8D60A026CCB4EB3'] - last-modified: ['Fri, 24 Aug 2018 20:44:45 GMT'] - request-id: [823b52f4-d2b1-477a-a258-c2e7cdcda5ef] + date: ['Fri, 14 Dec 2018 19:24:50 GMT'] + etag: ['0x8D661F9D10EA873'] + last-modified: ['Fri, 14 Dec 2018 19:24:50 GMT'] + request-id: [074fe7e3-0194-4816-afae-eb3c516b6d58] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -87,14 +88,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:44:45 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:24:50 GMT'] method: GET - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"test_batch_test_batch_scale_poolse2690d64\",\"url\":\"https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64\",\"eTag\":\"0x8D60A026CCB4EB3\",\"lastModified\":\"2018-08-24T20:44:45.0979507Z\",\"creationTime\":\"2018-08-24T20:44:42.4496124Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:44:42.4496124Z\",\"allocationState\":\"stopping\",\"allocationStateTransitionTime\":\"2018-08-24T20:44:45.0979507Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":2,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"userAccounts\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"test_batch_test_batch_scale_poolse2690d64\",\"url\":\"https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64\",\"eTag\":\"0x8D661F9D10EA873\",\"lastModified\":\"2018-12-14T19:24:50.1653619Z\",\"creationTime\":\"2018-12-14T19:24:49.2148283Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T19:24:49.2148283Z\",\"allocationState\":\"stopping\",\"allocationStateTransitionTime\":\"2018-12-14T19:24:50.825732Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":2,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"userAccounts\":[\r\n \ {\r\n \"name\":\"task-user\",\"elevationLevel\":\"admin\"\r\n }\r\n \ ],\"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 @@ -102,10 +103,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:44:46 GMT'] - etag: ['0x8D60A026CCB4EB3'] - last-modified: ['Fri, 24 Aug 2018 20:44:45 GMT'] - request-id: [59b8926b-2490-486a-a32d-68c0462462ff] + date: ['Fri, 14 Dec 2018 19:24:51 GMT'] + etag: ['0x8D661F9D10EA873'] + last-modified: ['Fri, 14 Dec 2018 19:24:50 GMT'] + request-id: [e4ba98d3-adb4-40db-b971-bf1b1bcf22f8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -117,14 +118,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:45:06 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:24:56 GMT'] method: GET - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"test_batch_test_batch_scale_poolse2690d64\",\"url\":\"https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64\",\"eTag\":\"0x8D60A026CCB4EB3\",\"lastModified\":\"2018-08-24T20:44:45.0979507Z\",\"creationTime\":\"2018-08-24T20:44:42.4496124Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:44:42.4496124Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T20:44:57.4198238Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":2,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"resizeErrors\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"test_batch_test_batch_scale_poolse2690d64\",\"url\":\"https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64\",\"eTag\":\"0x8D661F9D10EA873\",\"lastModified\":\"2018-12-14T19:24:50.1653619Z\",\"creationTime\":\"2018-12-14T19:24:49.2148283Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T19:24:49.2148283Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-12-14T19:24:55.5807465Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":2,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"resizeErrors\":[\r\n \ {\r\n \"code\":\"ResizeStopped\",\"message\":\"Desired number of dedicated nodes could not be allocated due to a stop resize operation\"\r\n \ }\r\n ],\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"userAccounts\":[\r\n @@ -135,38 +136,38 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:45:06 GMT'] - etag: ['0x8D60A026CCB4EB3'] - last-modified: ['Fri, 24 Aug 2018 20:44:45 GMT'] - request-id: [37228ed7-9a60-4932-954a-9eb99fe1e29c] + date: ['Fri, 14 Dec 2018 19:24:56 GMT'] + etag: ['0x8D661F9D10EA873'] + last-modified: ['Fri, 14 Dec 2018 19:24:50 GMT'] + request-id: [6da870c0-ef02-4102-b491-ad2bd48707f8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"targetLowPriorityNodes": 2, "targetDedicatedNodes": 0}' + body: '{"targetDedicatedNodes": 0, "targetLowPriorityNodes": 2}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['56'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:45:07 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:24:56 GMT'] method: POST - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/resize?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/resize?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/resize'] + dataserviceid: ['https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/resize'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:45:07 GMT'] - etag: ['0x8D60A027A4FF116'] - last-modified: ['Fri, 24 Aug 2018 20:45:07 GMT'] - request-id: [e54c798c-4a77-46f1-bacc-682337708946] + date: ['Fri, 14 Dec 2018 19:24:57 GMT'] + etag: ['0x8D661F9D528FA9C'] + last-modified: ['Fri, 14 Dec 2018 19:24:57 GMT'] + request-id: [5f1c627d-c435-4cc7-93c3-cec1029c53ec] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -179,21 +180,21 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:45:07 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:24:57 GMT'] method: POST - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/stopresize?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/stopresize?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/stopresize'] + dataserviceid: ['https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64/stopresize'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:45:08 GMT'] - etag: ['0x8D60A027AD3E02F'] - last-modified: ['Fri, 24 Aug 2018 20:45:08 GMT'] - request-id: [d3a9644c-3b3a-4a83-b137-21e6b8f131a5] + date: ['Fri, 14 Dec 2018 19:24:57 GMT'] + etag: ['0x8D661F9D528FA9C'] + last-modified: ['Fri, 14 Dec 2018 19:24:57 GMT'] + request-id: [50eac520-ace5-4aa8-9998-30cbb53604a1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -205,14 +206,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:45:08 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:24:57 GMT'] method: GET - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"test_batch_test_batch_scale_poolse2690d64\",\"url\":\"https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64\",\"eTag\":\"0x8D60A027AD3E02F\",\"lastModified\":\"2018-08-24T20:45:08.6422063Z\",\"creationTime\":\"2018-08-24T20:44:42.4496124Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:44:42.4496124Z\",\"allocationState\":\"stopping\",\"allocationStateTransitionTime\":\"2018-08-24T20:45:08.6422063Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":2,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":2,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"userAccounts\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"test_batch_test_batch_scale_poolse2690d64\",\"url\":\"https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64\",\"eTag\":\"0x8D661F9D528FA9C\",\"lastModified\":\"2018-12-14T19:24:57.0487452Z\",\"creationTime\":\"2018-12-14T19:24:49.2148283Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T19:24:49.2148283Z\",\"allocationState\":\"stopping\",\"allocationStateTransitionTime\":\"2018-12-14T19:24:57.4852966Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":2,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"userAccounts\":[\r\n \ {\r\n \"name\":\"task-user\",\"elevationLevel\":\"admin\"\r\n }\r\n \ ],\"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 @@ -220,10 +221,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:45:08 GMT'] - etag: ['0x8D60A027AD3E02F'] - last-modified: ['Fri, 24 Aug 2018 20:45:08 GMT'] - request-id: [ad4db1ba-d439-484c-b9d2-ced469a28f85] + date: ['Fri, 14 Dec 2018 19:24:57 GMT'] + etag: ['0x8D661F9D528FA9C'] + last-modified: ['Fri, 14 Dec 2018 19:24:57 GMT'] + request-id: [89c1add9-f1e2-467d-bd87-70b9dae8f454] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -235,44 +236,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:45:29 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:25:02 GMT'] method: GET - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"test_batch_test_batch_scale_poolse2690d64\",\"url\":\"https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64\",\"eTag\":\"0x8D60A027AD3E02F\",\"lastModified\":\"2018-08-24T20:45:08.6422063Z\",\"creationTime\":\"2018-08-24T20:44:42.4496124Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:44:42.4496124Z\",\"allocationState\":\"stopping\",\"allocationStateTransitionTime\":\"2018-08-24T20:45:08.6422063Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":2,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":2,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"userAccounts\":[\r\n - \ {\r\n \"name\":\"task-user\",\"elevationLevel\":\"admin\"\r\n }\r\n - \ ],\"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}"} - headers: - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:45:30 GMT'] - etag: ['0x8D60A027AD3E02F'] - last-modified: ['Fri, 24 Aug 2018 20:45:08 GMT'] - request-id: [7bbf47fe-aa5c-4f8e-9dd2-f7500f351599] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:45:50 GMT'] - method: GET - uri: https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"test_batch_test_batch_scale_poolse2690d64\",\"url\":\"https://batche2690d64.eastus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64\",\"eTag\":\"0x8D60A027AD3E02F\",\"lastModified\":\"2018-08-24T20:45:08.6422063Z\",\"creationTime\":\"2018-08-24T20:44:42.4496124Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T20:44:42.4496124Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T20:45:47.498314Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":2,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":2,\"resizeErrors\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"test_batch_test_batch_scale_poolse2690d64\",\"url\":\"https://batche2690d64.westcentralus.batch.azure.com/pools/test_batch_test_batch_scale_poolse2690d64\",\"eTag\":\"0x8D661F9D528FA9C\",\"lastModified\":\"2018-12-14T19:24:57.0487452Z\",\"creationTime\":\"2018-12-14T19:24:49.2148283Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T19:24:49.2148283Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-12-14T19:25:02.2977151Z\",\"vmSize\":\"standard_a1\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":2,\"resizeErrors\":[\r\n \ {\r\n \"code\":\"ResizeStopped\",\"message\":\"Desired number of dedicated nodes could not be allocated due to a stop resize operation\"\r\n \ },{\r\n \"code\":\"ResizeStopped\",\"message\":\"Desired number of @@ -285,10 +256,10 @@ interactions: headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:45:50 GMT'] - etag: ['0x8D60A027AD3E02F'] - last-modified: ['Fri, 24 Aug 2018 20:45:08 GMT'] - request-id: [3f077bb1-a13c-4078-bce5-1e3bfd34abd6] + date: ['Fri, 14 Dec 2018 19:25:03 GMT'] + etag: ['0x8D661F9D528FA9C'] + last-modified: ['Fri, 14 Dec 2018 19:24:57 GMT'] + request-id: [6185f380-af95-40ba-beac-2e0f793c7965] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -300,22 +271,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:45:51 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:25:03 GMT'] method: GET - uri: https://batche2690d64.eastus.batch.azure.com/lifetimepoolstats?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/lifetimepoolstats?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.eastus.batch.azure.com/$metadata#poolstats/@Element\",\"url\":\"https://batche2690d64.eastus.batch.azure.com/lifetimepoolstats\",\"usageStats\":{\r\n - \ \"startTime\":\"2018-08-24T20:44:22.9780495Z\",\"lastUpdateTime\":\"2018-08-24T20:44:22.9780495Z\",\"dedicatedCoreTime\":\"PT0S\"\r\n - \ },\"resourceStats\":{\r\n \"startTime\":\"2018-08-24T20:44:22.9780495Z\",\"diskReadIOps\":\"0\",\"diskWriteIOps\":\"0\",\"lastUpdateTime\":\"2018-08-24T20:44:22.9780495Z\",\"avgCPUPercentage\":0.0,\"avgMemoryGiB\":0.0,\"peakMemoryGiB\":0.0,\"avgDiskGiB\":0.0,\"peakDiskGiB\":0.0,\"diskReadGiB\":0.0,\"diskWriteGiB\":0.0,\"networkReadGiB\":0.0,\"networkWriteGiB\":0.0\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.westcentralus.batch.azure.com/$metadata#poolstats/@Element\",\"url\":\"https://batche2690d64.westcentralus.batch.azure.com/lifetimepoolstats\",\"usageStats\":{\r\n + \ \"startTime\":\"2018-12-14T19:24:31.0667043Z\",\"lastUpdateTime\":\"2018-12-14T19:24:31.0667043Z\",\"dedicatedCoreTime\":\"PT0S\"\r\n + \ },\"resourceStats\":{\r\n \"startTime\":\"2018-12-14T19:24:31.0667043Z\",\"diskReadIOps\":\"0\",\"diskWriteIOps\":\"0\",\"lastUpdateTime\":\"2018-12-14T19:24:31.0667043Z\",\"avgCPUPercentage\":0.0,\"avgMemoryGiB\":0.0,\"peakMemoryGiB\":0.0,\"avgDiskGiB\":0.0,\"peakDiskGiB\":0.0,\"diskReadGiB\":0.0,\"diskWriteGiB\":0.0,\"networkReadGiB\":0.0,\"networkWriteGiB\":0.0\r\n \ }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:45:51 GMT'] - request-id: [5db8cd60-cc01-4646-a46e-faf20751d7d8] + date: ['Fri, 14 Dec 2018 19:25:03 GMT'] + request-id: [dacad934-b447-4eae-84d9-85adfdd8e98e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -327,20 +298,20 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 20:45:52 GMT'] + ocp-date: ['Fri, 14 Dec 2018 19:25:03 GMT'] method: GET - uri: https://batche2690d64.eastus.batch.azure.com/poolusagemetrics?api-version=2018-08-01.7.0 + uri: https://batche2690d64.westcentralus.batch.azure.com/poolusagemetrics?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.eastus.batch.azure.com/$metadata#poolusagemetrics\",\"value\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batche2690d64.westcentralus.batch.azure.com/$metadata#poolusagemetrics\",\"value\":[\r\n \ \r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 20:45:53 GMT'] - request-id: [57d88dc0-44e8-4ad9-a40b-c1ce71a564ea] + date: ['Fri, 14 Dec 2018 19:25:04 GMT'] + request-id: [30ac8264-1c27-40cf-ac9a-6956b1fd58fc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_tasks.yaml b/azure-batch/tests/recordings/test_batch.test_batch_tasks.yaml index f72f2c6b38e9..02138168d817 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_tasks.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_tasks.yaml @@ -1,31 +1,31 @@ interactions: - request: - body: '{"id": "batch_task1_98da0af6", "commandLine": "cmd /c \"echo hello world\"", - "exitConditions": {"exitCodes": [{"code": 1, "exitOptions": {"jobAction": "terminate"}}], - "exitCodeRanges": [{"start": 2, "end": 4, "exitOptions": {"jobAction": "disable"}}], - "default": {"jobAction": "none"}}}' + body: '{"commandLine": "cmd /c \"echo hello world\"", "exitConditions": {"exitCodeRanges": + [{"exitOptions": {"jobAction": "disable"}, "start": 2, "end": 4}], "exitCodes": + [{"code": 1, "exitOptions": {"jobAction": "terminate"}}], "default": {"jobAction": + "none"}}, "id": "batch_task1_98da0af6"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['286'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:13 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:42 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6'] + dataserviceid: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6'] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:13 GMT'] - etag: ['0x8D619B6DF299ACC'] - last-modified: ['Thu, 13 Sep 2018 20:24:13 GMT'] - location: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6'] - request-id: [b598e238-ad4b-4809-8eae-a38eccb5cb8c] + date: ['Fri, 14 Dec 2018 18:00:43 GMT'] + etag: ['0x8D661EE10E184FC'] + last-modified: ['Fri, 14 Dec 2018 18:00:43 GMT'] + location: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6'] + request-id: [0ba77b7a-0d86-4024-8483-8f1d691664cc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -37,64 +37,64 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:13 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:43 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task1_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6\",\"eTag\":\"0x8D619B6DF299ACC\",\"creationTime\":\"2018-09-13T20:24:13.8291916Z\",\"lastModified\":\"2018-09-13T20:24:13.8291916Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:13.8291916Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task1_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6\",\"eTag\":\"0x8D661EE10E184FC\",\"creationTime\":\"2018-12-14T18:00:43.2829692Z\",\"lastModified\":\"2018-12-14T18:00:43.2829692Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:43.2829692Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"exitConditions\":{\r\n \ \"exitCodes\":[\r\n {\r\n \"code\":1,\"exitOptions\":{\r\n \ \"jobAction\":\"terminate\"\r\n }\r\n }\r\n ],\"exitCodeRanges\":[\r\n \ {\r\n \"start\":2,\"end\":4,\"exitOptions\":{\r\n \"jobAction\":\"disable\"\r\n \ }\r\n }\r\n ],\"default\":{\r\n \"jobAction\":\"none\"\r\n - \ }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:14 GMT'] - etag: ['0x8D619B6DF299ACC'] - last-modified: ['Thu, 13 Sep 2018 20:24:13 GMT'] - request-id: [52be7545-389e-467e-a220-c391b3c77bbc] + date: ['Fri, 14 Dec 2018 18:00:43 GMT'] + etag: ['0x8D661EE10E184FC'] + last-modified: ['Fri, 14 Dec 2018 18:00:43 GMT'] + request-id: [bf6c7124-bbad-4ffd-bd88-655414fb4179] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"id": "batch_task2_98da0af6", "commandLine": "cmd /c \"echo hello world\"", - "outputFiles": [{"filePattern": "../stdout.txt", "destination": {"container": - {"path": "taskLogs/output.txt", "containerUrl": "https://test.blob.core.windows.net:443/test-container"}}, - "uploadOptions": {"uploadCondition": "taskcompletion"}}, {"filePattern": "../stderr.txt", - "destination": {"container": {"path": "taskLogs/error.txt", "containerUrl": - "https://test.blob.core.windows.net:443/test-container"}}, "uploadOptions": - {"uploadCondition": "taskfailure"}}]}' + body: '{"outputFiles": [{"uploadOptions": {"uploadCondition": "taskcompletion"}, + "destination": {"container": {"containerUrl": "https://test.blob.core.windows.net:443/test-container", + "path": "taskLogs/output.txt"}}, "filePattern": "../stdout.txt"}, {"uploadOptions": + {"uploadCondition": "taskfailure"}, "destination": {"container": {"containerUrl": + "https://test.blob.core.windows.net:443/test-container", "path": "taskLogs/error.txt"}}, + "filePattern": "../stderr.txt"}], "id": "batch_task2_98da0af6", "commandLine": + "cmd /c \"echo hello world\""}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['541'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:14 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:43 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6'] + dataserviceid: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6'] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:14 GMT'] - etag: ['0x8D619B6E00C2310'] - last-modified: ['Thu, 13 Sep 2018 20:24:15 GMT'] - location: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6'] - request-id: [280f0faf-bc96-4870-bc66-8aab0b0a348b] + date: ['Fri, 14 Dec 2018 18:00:44 GMT'] + etag: ['0x8D661EE1179262D'] + last-modified: ['Fri, 14 Dec 2018 18:00:44 GMT'] + location: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6'] + request-id: [e6f05aaf-7a8c-48e0-a718-2d84f805e186] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -106,14 +106,14 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:15 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:44 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task2_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6\",\"eTag\":\"0x8D619B6E00C2310\",\"creationTime\":\"2018-09-13T20:24:15.3137936Z\",\"lastModified\":\"2018-09-13T20:24:15.3137936Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:15.3137936Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task2_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6\",\"eTag\":\"0x8D661EE1179262D\",\"creationTime\":\"2018-12-14T18:00:44.2766893Z\",\"lastModified\":\"2018-12-14T18:00:44.2766893Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:44.2766893Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"../stdout.txt\",\"destination\":{\r\n \ \"container\":{\r\n \"containerUrl\":\"https://test.blob.core.windows.net:443/test-container\",\"path\":\"taskLogs/output.txt\"\r\n \ }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskCompletion\"\r\n @@ -121,45 +121,45 @@ interactions: \ \"container\":{\r\n \"containerUrl\":\"https://test.blob.core.windows.net:443/test-container\",\"path\":\"taskLogs/error.txt\"\r\n \ }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskFailure\"\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\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:16 GMT'] - etag: ['0x8D619B6E00C2310'] - last-modified: ['Thu, 13 Sep 2018 20:24:15 GMT'] - request-id: [0a175a8b-0d20-4ed4-8da9-9de0c79b9658] + date: ['Fri, 14 Dec 2018 18:00:44 GMT'] + etag: ['0x8D661EE1179262D'] + last-modified: ['Fri, 14 Dec 2018 18:00:44 GMT'] + request-id: [62280cd9-9085-46a7-b896-e064d2539cc2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"id": "batch_task3_98da0af6", "commandLine": "cmd /c \"echo hello world\"", - "userIdentity": {"autoUser": {"scope": "task", "elevationLevel": "admin"}}}' + body: '{"userIdentity": {"autoUser": {"elevationLevel": "admin", "scope": "task"}}, + "id": "batch_task3_98da0af6", "commandLine": "cmd /c \"echo hello world\""}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['152'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:16 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:44 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6'] + dataserviceid: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6'] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:16 GMT'] - etag: ['0x8D619B6E0E932B1'] - last-modified: ['Thu, 13 Sep 2018 20:24:16 GMT'] - location: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6'] - request-id: [4f897b0a-5ba3-4f9b-8514-2f65fe449faf] + date: ['Fri, 14 Dec 2018 18:00:45 GMT'] + etag: ['0x8D661EE11F9FA97'] + last-modified: ['Fri, 14 Dec 2018 18:00:45 GMT'] + location: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6'] + request-id: [e5a0fae5-0f0c-414d-9eae-59d2d4c7df2e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -171,55 +171,55 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:16 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:45 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task3_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6\",\"eTag\":\"0x8D619B6E0E932B1\",\"creationTime\":\"2018-09-13T20:24:16.7625393Z\",\"lastModified\":\"2018-09-13T20:24:16.7625393Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:16.7625393Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task3_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6\",\"eTag\":\"0x8D661EE11F9FA97\",\"creationTime\":\"2018-12-14T18:00:45.1209879Z\",\"lastModified\":\"2018-12-14T18:00:45.1209879Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:45.1209879Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"scope\":\"task\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"constraints\":{\r\n - \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:17 GMT'] - etag: ['0x8D619B6E0E932B1'] - last-modified: ['Thu, 13 Sep 2018 20:24:16 GMT'] - request-id: [6a321b07-a30e-4e14-a475-ed010e819c5a] + date: ['Fri, 14 Dec 2018 18:00:45 GMT'] + etag: ['0x8D661EE11F9FA97'] + last-modified: ['Fri, 14 Dec 2018 18:00:45 GMT'] + request-id: [44b8f369-9218-4f4d-8185-80044533456b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"id": "batch_task4_98da0af6", "commandLine": "cmd /c \"echo hello world\"", - "authenticationTokenSettings": {"access": ["job"]}}' + body: '{"authenticationTokenSettings": {"access": ["job"]}, "id": "batch_task4_98da0af6", + "commandLine": "cmd /c \"echo hello world\""}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['128'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:17 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:45 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6'] + dataserviceid: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6'] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:18 GMT'] - etag: ['0x8D619B6E1B80467'] - last-modified: ['Thu, 13 Sep 2018 20:24:18 GMT'] - location: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6'] - request-id: [7205b4d0-f9d7-463b-9a7d-9dca01d3c6b4] + date: ['Fri, 14 Dec 2018 18:00:46 GMT'] + etag: ['0x8D661EE128314A6'] + last-modified: ['Fri, 14 Dec 2018 18:00:46 GMT'] + location: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6'] + request-id: [693825c7-af35-4f68-9f2e-73a785e30513] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -231,56 +231,56 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:18 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:46 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task4_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6\",\"eTag\":\"0x8D619B6E1B80467\",\"creationTime\":\"2018-09-13T20:24:18.1179495Z\",\"lastModified\":\"2018-09-13T20:24:18.1179495Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:18.1179495Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task4_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6\",\"eTag\":\"0x8D661EE128314A6\",\"creationTime\":\"2018-12-14T18:00:46.0194982Z\",\"lastModified\":\"2018-12-14T18:00:46.0194982Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:46.0194982Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"authenticationTokenSettings\":{\r\n - \ \"access\":[\r\n \"job\"\r\n ]\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ \"access\":[\r\n \"job\"\r\n ]\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:17 GMT'] - etag: ['0x8D619B6E1B80467'] - last-modified: ['Thu, 13 Sep 2018 20:24:18 GMT'] - request-id: [0528c98a-ffb5-425e-b506-1073eeb9ebfd] + date: ['Fri, 14 Dec 2018 18:00:45 GMT'] + etag: ['0x8D661EE128314A6'] + last-modified: ['Fri, 14 Dec 2018 18:00:46 GMT'] + request-id: [93263599-8d85-4c24-beb7-75d4ce2802dc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"id": "batch_task5_98da0af6", "commandLine": "cmd /c \"echo hello world\"", - "containerSettings": {"imageName": "windows_container:latest", "registry": {"username": - "username", "password": "password"}}}' + body: '{"containerSettings": {"registry": {"password": "password", "username": + "username"}, "imageName": "windows_container:latest"}, "id": "batch_task5_98da0af6", + "commandLine": "cmd /c \"echo hello world\""}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['202'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:18 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:46 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6'] + dataserviceid: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6'] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:19 GMT'] - etag: ['0x8D619B6E294BE8E'] - last-modified: ['Thu, 13 Sep 2018 20:24:19 GMT'] - location: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6'] - request-id: [9536888b-a663-420d-a5c9-97e83c98edbe] + date: ['Fri, 14 Dec 2018 18:00:46 GMT'] + etag: ['0x8D661EE130E5201'] + last-modified: ['Fri, 14 Dec 2018 18:00:46 GMT'] + location: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6'] + request-id: [e16feed9-f5b0-4df4-beca-4f6cd64d3377] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -292,56 +292,56 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:19 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:46 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task5_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6\",\"eTag\":\"0x8D619B6E294BE8E\",\"creationTime\":\"2018-09-13T20:24:19.564507Z\",\"lastModified\":\"2018-09-13T20:24:19.564507Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:19.564507Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task5_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6\",\"eTag\":\"0x8D661EE130E5201\",\"creationTime\":\"2018-12-14T18:00:46.9320193Z\",\"lastModified\":\"2018-12-14T18:00:46.9320193Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:46.9320193Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"containerSettings\":{\r\n \"imageName\":\"windows_container:latest\",\"registry\":{\r\n \ \"username\":\"username\"\r\n }\r\n },\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n - \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:19 GMT'] - etag: ['0x8D619B6E294BE8E'] - last-modified: ['Thu, 13 Sep 2018 20:24:19 GMT'] - request-id: [fb107f3f-c564-4eac-9dbc-6403834e8c31] + date: ['Fri, 14 Dec 2018 18:00:47 GMT'] + etag: ['0x8D661EE130E5201'] + last-modified: ['Fri, 14 Dec 2018 18:00:46 GMT'] + request-id: [98748657-907f-45b4-a3f3-313d968df4ba] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"id": "batch_task6_98da0af6", "commandLine": "cmd /c \"echo hello world\"", - "userIdentity": {"username": "task-user"}}' + body: '{"userIdentity": {"username": "task-user"}, "id": "batch_task6_98da0af6", + "commandLine": "cmd /c \"echo hello world\""}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['119'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:20 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:47 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6'] + dataserviceid: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6'] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:20 GMT'] - etag: ['0x8D619B6E37706DD'] - last-modified: ['Thu, 13 Sep 2018 20:24:21 GMT'] - location: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6'] - request-id: [b86fb5e6-efbc-473a-9fb3-2f08d89fad17] + date: ['Fri, 14 Dec 2018 18:00:47 GMT'] + etag: ['0x8D661EE138CD29D'] + last-modified: ['Fri, 14 Dec 2018 18:00:47 GMT'] + location: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6'] + request-id: [ab73a4f2-2b70-4e2e-8d47-f1446172a768] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -353,24 +353,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:21 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:47 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task6_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6\",\"eTag\":\"0x8D619B6E37706DD\",\"creationTime\":\"2018-09-13T20:24:21.0474717Z\",\"lastModified\":\"2018-09-13T20:24:21.0474717Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:21.0474717Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task6_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6\",\"eTag\":\"0x8D661EE138CD29D\",\"creationTime\":\"2018-12-14T18:00:47.7610653Z\",\"lastModified\":\"2018-12-14T18:00:47.7610653Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:47.7610653Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"username\":\"task-user\"\r\n - \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:21 GMT'] - etag: ['0x8D619B6E37706DD'] - last-modified: ['Thu, 13 Sep 2018 20:24:21 GMT'] - request-id: [0d037480-1739-4bf9-89cc-2459af87edcf] + date: ['Fri, 14 Dec 2018 18:00:48 GMT'] + etag: ['0x8D661EE138CD29D'] + last-modified: ['Fri, 14 Dec 2018 18:00:47 GMT'] + request-id: [b8105476-ec54-42de-bd70-938ccd49a1fd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -387,23 +387,23 @@ interactions: Connection: [keep-alive] Content-Length: ['245'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:21 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:48 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"batch_task9_98da0af6\",\"eTag\":\"0x8D619B6E45832CE\",\"lastModified\":\"2018-09-13T20:24:22.5231566Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task9_98da0af6\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"batch_task8_98da0af6\",\"eTag\":\"0x8D619B6E459B3D7\",\"lastModified\":\"2018-09-13T20:24:22.5330135Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task8_98da0af6\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"batch_task7_98da0af6\",\"eTag\":\"0x8D619B6E45A7C26\",\"lastModified\":\"2018-09-13T20:24:22.5381414Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task7_98da0af6\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"batch_task9_98da0af6\",\"eTag\":\"0x8D661EE1409A3F9\",\"lastModified\":\"2018-12-14T18:00:48.5790713Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task9_98da0af6\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"batch_task7_98da0af6\",\"eTag\":\"0x8D661EE140B79E6\",\"lastModified\":\"2018-12-14T18:00:48.5911014Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task7_98da0af6\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"batch_task8_98da0af6\",\"eTag\":\"0x8D661EE140B79E6\",\"lastModified\":\"2018-12-14T18:00:48.5911014Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task8_98da0af6\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:22 GMT'] - request-id: [1898479f-6559-4c79-89ab-92ac6616a1ed] + date: ['Fri, 14 Dec 2018 18:00:48 GMT'] + request-id: [01b61cde-5849-46e2-a877-70a43303e232] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -415,15 +415,15 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:22 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:48 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n - \ {\r\n \"id\":\"batch_task1_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6\",\"eTag\":\"0x8D619B6DF299ACC\",\"creationTime\":\"2018-09-13T20:24:13.8291916Z\",\"lastModified\":\"2018-09-13T20:24:13.8291916Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:13.8291916Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n + \ {\r\n \"id\":\"batch_task1_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task1_98da0af6\",\"eTag\":\"0x8D661EE10E184FC\",\"creationTime\":\"2018-12-14T18:00:43.2829692Z\",\"lastModified\":\"2018-12-14T18:00:43.2829692Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:43.2829692Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"exitConditions\":{\r\n \ \"exitCodes\":[\r\n {\r\n \"code\":1,\"exitOptions\":{\r\n @@ -431,9 +431,9 @@ interactions: \ ],\"exitCodeRanges\":[\r\n {\r\n \"start\":2,\"end\":4,\"exitOptions\":{\r\n \ \"jobAction\":\"disable\"\r\n }\r\n }\r\n \ ],\"default\":{\r\n \"jobAction\":\"none\"\r\n }\r\n - \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n - \ }\r\n },{\r\n \"id\":\"batch_task2_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6\",\"eTag\":\"0x8D619B6E00C2310\",\"creationTime\":\"2018-09-13T20:24:15.3137936Z\",\"lastModified\":\"2018-09-13T20:24:15.3137936Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:15.3137936Z\",\"commandLine\":\"cmd + \ }\r\n },{\r\n \"id\":\"batch_task2_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task2_98da0af6\",\"eTag\":\"0x8D661EE1179262D\",\"creationTime\":\"2018-12-14T18:00:44.2766893Z\",\"lastModified\":\"2018-12-14T18:00:44.2766893Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:44.2766893Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"../stdout.txt\",\"destination\":{\r\n \ \"container\":{\r\n \"containerUrl\":\"https://test.blob.core.windows.net:443/test-container\",\"path\":\"taskLogs/output.txt\"\r\n \ }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskCompletion\"\r\n @@ -442,50 +442,50 @@ interactions: \ }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskFailure\"\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\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n - \ }\r\n },{\r\n \"id\":\"batch_task3_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6\",\"eTag\":\"0x8D619B6E0E932B1\",\"creationTime\":\"2018-09-13T20:24:16.7625393Z\",\"lastModified\":\"2018-09-13T20:24:16.7625393Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:16.7625393Z\",\"commandLine\":\"cmd + \ }\r\n },{\r\n \"id\":\"batch_task3_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task3_98da0af6\",\"eTag\":\"0x8D661EE11F9FA97\",\"creationTime\":\"2018-12-14T18:00:45.1209879Z\",\"lastModified\":\"2018-12-14T18:00:45.1209879Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:45.1209879Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"scope\":\"task\",\"elevationLevel\":\"admin\"\r\n }\r\n - \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n - \ }\r\n },{\r\n \"id\":\"batch_task4_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6\",\"eTag\":\"0x8D619B6E1B80467\",\"creationTime\":\"2018-09-13T20:24:18.1179495Z\",\"lastModified\":\"2018-09-13T20:24:18.1179495Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:18.1179495Z\",\"commandLine\":\"cmd + \ }\r\n },{\r\n \"id\":\"batch_task4_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task4_98da0af6\",\"eTag\":\"0x8D661EE128314A6\",\"creationTime\":\"2018-12-14T18:00:46.0194982Z\",\"lastModified\":\"2018-12-14T18:00:46.0194982Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:46.0194982Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"authenticationTokenSettings\":{\r\n \ \"access\":[\r\n \"job\"\r\n ]\r\n },\"constraints\":{\r\n - \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n - \ }\r\n },{\r\n \"id\":\"batch_task5_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6\",\"eTag\":\"0x8D619B6E294BE8E\",\"creationTime\":\"2018-09-13T20:24:19.564507Z\",\"lastModified\":\"2018-09-13T20:24:19.564507Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:19.564507Z\",\"commandLine\":\"cmd + \ }\r\n },{\r\n \"id\":\"batch_task5_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task5_98da0af6\",\"eTag\":\"0x8D661EE130E5201\",\"creationTime\":\"2018-12-14T18:00:46.9320193Z\",\"lastModified\":\"2018-12-14T18:00:46.9320193Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:46.9320193Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"containerSettings\":{\r\n \"imageName\":\"windows_container:latest\",\"registry\":{\r\n \ \"username\":\"username\"\r\n }\r\n },\"userIdentity\":{\r\n \ \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n - \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n - \ }\r\n },{\r\n \"id\":\"batch_task6_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6\",\"eTag\":\"0x8D619B6E37706DD\",\"creationTime\":\"2018-09-13T20:24:21.0474717Z\",\"lastModified\":\"2018-09-13T20:24:21.0474717Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:21.0474717Z\",\"commandLine\":\"cmd + \ }\r\n },{\r\n \"id\":\"batch_task6_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6\",\"eTag\":\"0x8D661EE138CD29D\",\"creationTime\":\"2018-12-14T18:00:47.7610653Z\",\"lastModified\":\"2018-12-14T18:00:47.7610653Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:47.7610653Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"username\":\"task-user\"\r\n - \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n - \ }\r\n },{\r\n \"id\":\"batch_task7_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task7_98da0af6\",\"eTag\":\"0x8D619B6E45A7C26\",\"creationTime\":\"2018-09-13T20:24:22.5381414Z\",\"lastModified\":\"2018-09-13T20:24:22.5381414Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:22.5381414Z\",\"commandLine\":\"cmd + \ }\r\n },{\r\n \"id\":\"batch_task7_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task7_98da0af6\",\"eTag\":\"0x8D661EE140B79E6\",\"creationTime\":\"2018-12-14T18:00:48.5911014Z\",\"lastModified\":\"2018-12-14T18:00:48.5911014Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:48.5911014Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n - \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n - \ }\r\n },{\r\n \"id\":\"batch_task8_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task8_98da0af6\",\"eTag\":\"0x8D619B6E459B3D7\",\"creationTime\":\"2018-09-13T20:24:22.5330135Z\",\"lastModified\":\"2018-09-13T20:24:22.5330135Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:22.5330135Z\",\"commandLine\":\"cmd + \ }\r\n },{\r\n \"id\":\"batch_task8_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task8_98da0af6\",\"eTag\":\"0x8D661EE140B79E6\",\"creationTime\":\"2018-12-14T18:00:48.5911014Z\",\"lastModified\":\"2018-12-14T18:00:48.5911014Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:48.5911014Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n - \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n - \ }\r\n },{\r\n \"id\":\"batch_task9_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task9_98da0af6\",\"eTag\":\"0x8D619B6E45832CE\",\"creationTime\":\"2018-09-13T20:24:22.5231566Z\",\"lastModified\":\"2018-09-13T20:24:22.5231566Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:22.5231566Z\",\"commandLine\":\"cmd + \ }\r\n },{\r\n \"id\":\"batch_task9_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task9_98da0af6\",\"eTag\":\"0x8D661EE1409A3F9\",\"creationTime\":\"2018-12-14T18:00:48.5790713Z\",\"lastModified\":\"2018-12-14T18:00:48.5790713Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:48.5790713Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"autoUser\":{\r\n \ \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n - \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n \ }\r\n }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:23 GMT'] - request-id: [13700db5-3340-47ef-b198-2408e1d63037] + date: ['Fri, 14 Dec 2018 18:00:48 GMT'] + request-id: [dab0c4fd-8be1-46ca-b3dc-dc88e242884a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -497,19 +497,19 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:23 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:49 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/taskcounts?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/taskcounts?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskcounts/@Element\",\"active\":5,\"running\":0,\"completed\":0,\"succeeded\":0,\"failed\":0\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskcounts/@Element\",\"active\":5,\"running\":0,\"completed\":0,\"succeeded\":0,\"failed\":0\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:23 GMT'] - request-id: [33ff3ec5-9c15-48df-b41d-f667c39e6ad7] + date: ['Fri, 14 Dec 2018 18:00:50 GMT'] + request-id: [b32c7328-bf3e-4e06-ae17-2b0a9eceb5c9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -522,22 +522,22 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:24 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:50 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6/terminate?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6/terminate?api-version=2018-12-01.8.0 response: body: {string: ''} headers: content-length: ['0'] - dataserviceid: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6/terminate'] + dataserviceid: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6/terminate'] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:24 GMT'] - etag: ['0x8D619B6E59FE6ED'] - last-modified: ['Thu, 13 Sep 2018 20:24:24 GMT'] - request-id: [ed3b8a68-6c36-496b-b911-b4c657378e27] + date: ['Fri, 14 Dec 2018 18:00:50 GMT'] + etag: ['0x8D661EE15246F7D'] + last-modified: ['Fri, 14 Dec 2018 18:00:50 GMT'] + request-id: [13468e72-5426-4c43-bf8f-9b1a37b56443] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -548,27 +548,27 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:24 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:50 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task6_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6\",\"eTag\":\"0x8D619B6E59FE6ED\",\"creationTime\":\"2018-09-13T20:24:21.0474717Z\",\"lastModified\":\"2018-09-13T20:24:24.6707949Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2018-09-13T20:24:24.6707949Z\",\"previousState\":\"active\",\"previousStateTransitionTime\":\"2018-09-13T20:24:21.0474717Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task6_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6\",\"eTag\":\"0x8D661EE15246F7D\",\"creationTime\":\"2018-12-14T18:00:47.7610653Z\",\"lastModified\":\"2018-12-14T18:00:50.4323965Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2018-12-14T18:00:50.4323965Z\",\"previousState\":\"active\",\"previousStateTransitionTime\":\"2018-12-14T18:00:47.7610653Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"username\":\"task-user\"\r\n - \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n - \ },\"executionInfo\":{\r\n \"endTime\":\"2018-09-13T20:24:24.6707949Z\",\"failureInfo\":{\r\n + \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n + \ },\"executionInfo\":{\r\n \"endTime\":\"2018-12-14T18:00:50.4323965Z\",\"failureInfo\":{\r\n \ \"category\":\"UserError\",\"code\":\"TaskEnded\",\"message\":\"Task Was Ended by User Request\"\r\n },\"result\":\"failure\",\"retryCount\":0,\"requeueCount\":0\r\n \ },\"nodeInfo\":{\r\n \r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:25 GMT'] - etag: ['0x8D619B6E59FE6ED'] - last-modified: ['Thu, 13 Sep 2018 20:24:24 GMT'] - request-id: [644b2957-ffbb-47f4-b9ce-37a1271ada54] + date: ['Fri, 14 Dec 2018 18:00:50 GMT'] + etag: ['0x8D661EE15246F7D'] + last-modified: ['Fri, 14 Dec 2018 18:00:50 GMT'] + request-id: [9efa92eb-ace7-4cf8-b8ab-2c6a96280362] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -581,21 +581,21 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:25 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:50 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6/reactivate?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6/reactivate?api-version=2018-12-01.8.0 response: body: {string: ''} headers: content-length: ['0'] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:26 GMT'] - etag: ['0x8D619B6E685F290'] - last-modified: ['Thu, 13 Sep 2018 20:24:26 GMT'] - request-id: [1682ad48-8b6b-4014-8c1c-d25ea49842c2] + date: ['Fri, 14 Dec 2018 18:00:51 GMT'] + etag: ['0x8D661EE15A1478F'] + last-modified: ['Fri, 14 Dec 2018 18:00:51 GMT'] + request-id: [1bce0a1f-f1a6-41e7-85be-7ddab71afb8b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -606,24 +606,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:26 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:51 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task6_98da0af6\",\"url\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6\",\"eTag\":\"0x8D619B6E685F290\",\"creationTime\":\"2018-09-13T20:24:21.0474717Z\",\"lastModified\":\"2018-09-13T20:24:26.1784208Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-09-13T20:24:26.1784208Z\",\"previousState\":\"completed\",\"previousStateTransitionTime\":\"2018-09-13T20:24:24.6707949Z\",\"commandLine\":\"cmd + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"batch_task6_98da0af6\",\"url\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6\",\"eTag\":\"0x8D661EE15A1478F\",\"creationTime\":\"2018-12-14T18:00:47.7610653Z\",\"lastModified\":\"2018-12-14T18:00:51.2505743Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:00:51.2505743Z\",\"previousState\":\"completed\",\"previousStateTransitionTime\":\"2018-12-14T18:00:50.4323965Z\",\"commandLine\":\"cmd /c \\\"echo hello world\\\"\",\"userIdentity\":{\r\n \"username\":\"task-user\"\r\n - \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n + \ },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"P7D\",\"maxTaskRetryCount\":0\r\n \ },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:26 GMT'] - etag: ['0x8D619B6E685F290'] - last-modified: ['Thu, 13 Sep 2018 20:24:26 GMT'] - request-id: [432131a9-24eb-4146-820f-774b4eb318a6] + date: ['Fri, 14 Dec 2018 18:00:51 GMT'] + etag: ['0x8D661EE15A1478F'] + last-modified: ['Fri, 14 Dec 2018 18:00:51 GMT'] + request-id: [65f8865c-152f-4502-84c4-fc66407b7540] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -637,21 +637,21 @@ interactions: Connection: [keep-alive] Content-Length: ['41'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:26 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:51 GMT'] method: PUT - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6'] + dataserviceid: ['https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6'] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:27 GMT'] - etag: ['0x8D619B6E75CCEF0'] - last-modified: ['Thu, 13 Sep 2018 20:24:27 GMT'] - request-id: [6ff24bbc-96b5-4704-9e41-48a558aefd30] + date: ['Fri, 14 Dec 2018 18:00:52 GMT'] + etag: ['0x8D661EE162C1792'] + last-modified: ['Fri, 14 Dec 2018 18:00:52 GMT'] + request-id: [f24b8fbf-8625-46a9-8fdc-b55568c7ad2a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -663,20 +663,20 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:27 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:52 GMT'] method: GET - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6/subtasksinfo?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6/subtasksinfo?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#subtaskinfo\",\"value\":[\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#subtaskinfo\",\"value\":[\r\n \ \r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:28 GMT'] - request-id: [de6c723b-866a-4b8b-9975-8849bf62c6dc] + date: ['Fri, 14 Dec 2018 18:00:52 GMT'] + request-id: [1ba51f12-4ec7-4248-bd75-aa8954ab06fb] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -689,95352 +689,95335 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:28 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:52 GMT'] method: DELETE - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/batch_task6_98da0af6?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:28 GMT'] - request-id: [242e5bef-f6da-4454-ace7-09651ed3b132] + date: ['Fri, 14 Dec 2018 18:00:52 GMT'] + request-id: [c4fee519-363d-4db7-bb70-5e268d5868b2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile100", - "filePath": "resourceFile100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile101", - "filePath": "resourceFile101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile102", - "filePath": "resourceFile102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile103", - "filePath": "resourceFile103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile104", - "filePath": "resourceFile104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile105", - "filePath": "resourceFile105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile106", - "filePath": "resourceFile106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile107", - "filePath": "resourceFile107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile108", - "filePath": "resourceFile108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile109", - "filePath": "resourceFile109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile110", - "filePath": "resourceFile110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile111", - "filePath": "resourceFile111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile112", - "filePath": "resourceFile112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile113", - "filePath": "resourceFile113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile114", - "filePath": "resourceFile114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile115", - "filePath": "resourceFile115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile116", - "filePath": "resourceFile116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile117", - "filePath": "resourceFile117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile118", - "filePath": "resourceFile118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile119", - "filePath": "resourceFile119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile120", - "filePath": "resourceFile120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile121", - "filePath": "resourceFile121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile122", - "filePath": "resourceFile122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile123", - "filePath": "resourceFile123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile124", - "filePath": "resourceFile124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile125", - "filePath": "resourceFile125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile126", - "filePath": "resourceFile126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile127", - "filePath": "resourceFile127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile128", - "filePath": "resourceFile128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile129", - "filePath": "resourceFile129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile130", - "filePath": "resourceFile130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile131", - "filePath": "resourceFile131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile132", - "filePath": "resourceFile132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile133", - "filePath": "resourceFile133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile134", - "filePath": "resourceFile134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile135", - "filePath": "resourceFile135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile136", - "filePath": "resourceFile136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile137", - "filePath": "resourceFile137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile138", - "filePath": "resourceFile138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile139", - "filePath": "resourceFile139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile140", - "filePath": "resourceFile140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile141", - "filePath": "resourceFile141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile142", - "filePath": "resourceFile142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile143", - "filePath": "resourceFile143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile144", - "filePath": "resourceFile144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile145", - "filePath": "resourceFile145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile146", - "filePath": "resourceFile146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile147", - "filePath": "resourceFile147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile148", - "filePath": "resourceFile148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile149", - "filePath": "resourceFile149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile150", - "filePath": "resourceFile150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile151", - "filePath": "resourceFile151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile152", - "filePath": "resourceFile152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile153", - "filePath": "resourceFile153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile154", - "filePath": "resourceFile154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile155", - "filePath": "resourceFile155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile156", - "filePath": "resourceFile156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile157", - "filePath": "resourceFile157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile158", - "filePath": "resourceFile158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile159", - "filePath": "resourceFile159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile160", - "filePath": "resourceFile160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile161", - "filePath": "resourceFile161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile162", - "filePath": "resourceFile162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile163", - "filePath": "resourceFile163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile164", - "filePath": "resourceFile164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile165", - "filePath": "resourceFile165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile166", - "filePath": "resourceFile166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile167", - "filePath": "resourceFile167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile168", - "filePath": "resourceFile168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile169", - "filePath": "resourceFile169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile170", - "filePath": "resourceFile170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile171", - "filePath": "resourceFile171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile172", - "filePath": "resourceFile172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile173", - "filePath": "resourceFile173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile174", - "filePath": "resourceFile174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile175", - "filePath": "resourceFile175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile176", - "filePath": "resourceFile176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile177", - "filePath": "resourceFile177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile178", - "filePath": "resourceFile178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile179", - "filePath": "resourceFile179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile180", - "filePath": "resourceFile180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile181", - "filePath": "resourceFile181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile182", - "filePath": "resourceFile182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile183", - "filePath": "resourceFile183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile184", - "filePath": "resourceFile184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile185", - "filePath": "resourceFile185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile186", - "filePath": "resourceFile186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile187", - "filePath": "resourceFile187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile188", - "filePath": "resourceFile188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile189", - "filePath": "resourceFile189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile190", - "filePath": "resourceFile190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile191", - "filePath": "resourceFile191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile192", - "filePath": "resourceFile192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile193", - "filePath": "resourceFile193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile194", - "filePath": "resourceFile194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile195", - "filePath": "resourceFile195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile196", - "filePath": "resourceFile196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile197", - "filePath": "resourceFile197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile198", - "filePath": "resourceFile198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile199", - "filePath": "resourceFile199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile200", - "filePath": "resourceFile200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile201", - "filePath": "resourceFile201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile202", - "filePath": "resourceFile202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile203", - "filePath": "resourceFile203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile204", - "filePath": "resourceFile204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile205", - "filePath": "resourceFile205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile206", - "filePath": "resourceFile206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile207", - "filePath": "resourceFile207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile208", - "filePath": "resourceFile208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile209", - "filePath": "resourceFile209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile210", - "filePath": "resourceFile210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile211", - "filePath": "resourceFile211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile212", - "filePath": "resourceFile212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile213", - "filePath": "resourceFile213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile214", - "filePath": "resourceFile214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile215", - "filePath": "resourceFile215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile216", - "filePath": "resourceFile216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile217", - "filePath": "resourceFile217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile218", - "filePath": "resourceFile218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile219", - "filePath": "resourceFile219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile220", - "filePath": "resourceFile220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile221", - "filePath": "resourceFile221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile222", - "filePath": "resourceFile222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile223", - "filePath": "resourceFile223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile224", - "filePath": "resourceFile224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile225", - "filePath": "resourceFile225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile226", - "filePath": "resourceFile226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile227", - "filePath": "resourceFile227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile228", - "filePath": "resourceFile228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile229", - "filePath": "resourceFile229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile230", - "filePath": "resourceFile230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile231", - "filePath": "resourceFile231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile232", - "filePath": "resourceFile232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile233", - "filePath": "resourceFile233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile234", - "filePath": "resourceFile234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile235", - "filePath": "resourceFile235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile236", - "filePath": "resourceFile236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile237", - "filePath": "resourceFile237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile238", - "filePath": "resourceFile238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile239", - "filePath": "resourceFile239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile240", - "filePath": "resourceFile240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile241", - "filePath": "resourceFile241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile242", - "filePath": "resourceFile242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile243", - "filePath": "resourceFile243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile244", - "filePath": "resourceFile244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile245", - "filePath": "resourceFile245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile246", - "filePath": "resourceFile246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile247", - "filePath": "resourceFile247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile248", - "filePath": "resourceFile248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile249", - "filePath": "resourceFile249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile250", - "filePath": "resourceFile250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile251", - "filePath": "resourceFile251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile252", - "filePath": "resourceFile252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile253", - "filePath": "resourceFile253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile254", - "filePath": "resourceFile254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile255", - "filePath": "resourceFile255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile256", - "filePath": "resourceFile256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile257", - "filePath": "resourceFile257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile258", - "filePath": "resourceFile258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile259", - "filePath": "resourceFile259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile260", - "filePath": "resourceFile260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile261", - "filePath": "resourceFile261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile262", - "filePath": "resourceFile262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile263", - "filePath": "resourceFile263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile264", - "filePath": "resourceFile264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile265", - "filePath": "resourceFile265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile266", - "filePath": "resourceFile266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile267", - "filePath": "resourceFile267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile268", - "filePath": "resourceFile268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile269", - "filePath": "resourceFile269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile270", - "filePath": "resourceFile270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile271", - "filePath": "resourceFile271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile272", - "filePath": "resourceFile272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile273", - "filePath": "resourceFile273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile274", - "filePath": "resourceFile274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile275", - "filePath": "resourceFile275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile276", - "filePath": "resourceFile276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile277", - "filePath": "resourceFile277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile278", - "filePath": "resourceFile278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile279", - "filePath": "resourceFile279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile280", - "filePath": "resourceFile280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile281", - "filePath": "resourceFile281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile282", - "filePath": "resourceFile282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile283", - "filePath": "resourceFile283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile284", - "filePath": "resourceFile284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile285", - "filePath": "resourceFile285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile286", - "filePath": "resourceFile286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile287", - "filePath": "resourceFile287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile288", - "filePath": "resourceFile288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile289", - "filePath": "resourceFile289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile290", - "filePath": "resourceFile290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile291", - "filePath": "resourceFile291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile292", - "filePath": "resourceFile292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile293", - "filePath": "resourceFile293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile294", - "filePath": "resourceFile294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile295", - "filePath": "resourceFile295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile296", - "filePath": "resourceFile296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile297", - "filePath": "resourceFile297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile298", - "filePath": "resourceFile298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile299", - "filePath": "resourceFile299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile300", - "filePath": "resourceFile300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile301", - "filePath": "resourceFile301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile302", - "filePath": "resourceFile302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile303", - "filePath": "resourceFile303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile304", - "filePath": "resourceFile304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile305", - "filePath": "resourceFile305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile306", - "filePath": "resourceFile306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile307", - "filePath": "resourceFile307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile308", - "filePath": "resourceFile308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile309", - "filePath": "resourceFile309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile310", - "filePath": "resourceFile310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile311", - "filePath": "resourceFile311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile312", - "filePath": "resourceFile312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile313", - "filePath": "resourceFile313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile314", - "filePath": "resourceFile314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile315", - "filePath": "resourceFile315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile316", - "filePath": "resourceFile316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile317", - "filePath": "resourceFile317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile318", - "filePath": "resourceFile318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile319", - "filePath": "resourceFile319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile320", - "filePath": "resourceFile320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile321", - "filePath": "resourceFile321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile322", - "filePath": "resourceFile322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile323", - "filePath": "resourceFile323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile324", - "filePath": "resourceFile324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile325", - "filePath": "resourceFile325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile326", - "filePath": "resourceFile326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile327", - "filePath": "resourceFile327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile328", - "filePath": "resourceFile328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile329", - "filePath": "resourceFile329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile330", - "filePath": "resourceFile330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile331", - "filePath": "resourceFile331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile332", - "filePath": "resourceFile332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile333", - "filePath": "resourceFile333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile334", - "filePath": "resourceFile334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile335", - "filePath": "resourceFile335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile336", - "filePath": "resourceFile336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile337", - "filePath": "resourceFile337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile338", - "filePath": "resourceFile338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile339", - "filePath": "resourceFile339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile340", - "filePath": "resourceFile340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile341", - "filePath": "resourceFile341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile342", - "filePath": "resourceFile342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile343", - "filePath": "resourceFile343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile344", - "filePath": "resourceFile344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile345", - "filePath": "resourceFile345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile346", - "filePath": "resourceFile346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile347", - "filePath": "resourceFile347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile348", - "filePath": "resourceFile348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile349", - "filePath": "resourceFile349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile350", - "filePath": "resourceFile350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile351", - "filePath": "resourceFile351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile352", - "filePath": "resourceFile352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile353", - "filePath": "resourceFile353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile354", - "filePath": "resourceFile354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile355", - "filePath": "resourceFile355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile356", - "filePath": "resourceFile356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile357", - "filePath": "resourceFile357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile358", - "filePath": "resourceFile358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile359", - "filePath": "resourceFile359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile360", - "filePath": "resourceFile360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile361", - "filePath": "resourceFile361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile362", - "filePath": "resourceFile362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile363", - "filePath": "resourceFile363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile364", - "filePath": "resourceFile364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile365", - "filePath": "resourceFile365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile366", - "filePath": "resourceFile366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile367", - "filePath": "resourceFile367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile368", - "filePath": "resourceFile368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile369", - "filePath": "resourceFile369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile370", - "filePath": "resourceFile370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile371", - "filePath": "resourceFile371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile372", - "filePath": "resourceFile372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile373", - "filePath": "resourceFile373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile374", - "filePath": "resourceFile374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile375", - "filePath": "resourceFile375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile376", - "filePath": "resourceFile376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile377", - "filePath": "resourceFile377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile378", - "filePath": "resourceFile378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile379", - "filePath": "resourceFile379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile380", - "filePath": "resourceFile380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile381", - "filePath": "resourceFile381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile382", - "filePath": "resourceFile382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile383", - "filePath": "resourceFile383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile384", - "filePath": "resourceFile384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile385", - "filePath": "resourceFile385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile386", - "filePath": "resourceFile386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile387", - "filePath": "resourceFile387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile388", - "filePath": "resourceFile388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile389", - "filePath": "resourceFile389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile390", - "filePath": "resourceFile390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile391", - "filePath": "resourceFile391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile392", - "filePath": "resourceFile392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile393", - "filePath": "resourceFile393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile394", - "filePath": "resourceFile394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile395", - "filePath": "resourceFile395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile396", - "filePath": "resourceFile396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile397", - "filePath": "resourceFile397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile398", - "filePath": "resourceFile398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile399", - "filePath": "resourceFile399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile400", - "filePath": "resourceFile400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile401", - "filePath": "resourceFile401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile402", - "filePath": "resourceFile402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile403", - "filePath": "resourceFile403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile404", - "filePath": "resourceFile404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile405", - "filePath": "resourceFile405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile406", - "filePath": "resourceFile406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile407", - "filePath": "resourceFile407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile408", - "filePath": "resourceFile408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile409", - "filePath": "resourceFile409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile410", - "filePath": "resourceFile410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile411", - "filePath": "resourceFile411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile412", - "filePath": "resourceFile412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile413", - "filePath": "resourceFile413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile414", - "filePath": "resourceFile414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile415", - "filePath": "resourceFile415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile416", - "filePath": "resourceFile416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile417", - "filePath": "resourceFile417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile418", - "filePath": "resourceFile418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile419", - "filePath": "resourceFile419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile420", - "filePath": "resourceFile420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile421", - "filePath": "resourceFile421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile422", - "filePath": "resourceFile422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile423", - "filePath": "resourceFile423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile424", - "filePath": "resourceFile424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile425", - "filePath": "resourceFile425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile426", - "filePath": "resourceFile426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile427", - "filePath": "resourceFile427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile428", - "filePath": "resourceFile428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile429", - "filePath": "resourceFile429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile430", - "filePath": "resourceFile430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile431", - "filePath": "resourceFile431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile432", - "filePath": "resourceFile432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile433", - "filePath": "resourceFile433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile434", - "filePath": "resourceFile434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile435", - "filePath": "resourceFile435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile436", - "filePath": "resourceFile436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile437", - "filePath": "resourceFile437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile438", - "filePath": "resourceFile438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile439", - "filePath": "resourceFile439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile440", - "filePath": "resourceFile440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile441", - "filePath": "resourceFile441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile442", - "filePath": "resourceFile442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile443", - "filePath": "resourceFile443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile444", - "filePath": "resourceFile444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile445", - "filePath": "resourceFile445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile446", - "filePath": "resourceFile446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile447", - "filePath": "resourceFile447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile448", - "filePath": "resourceFile448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile449", - "filePath": "resourceFile449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile450", - "filePath": "resourceFile450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile451", - "filePath": "resourceFile451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile452", - "filePath": "resourceFile452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile453", - "filePath": "resourceFile453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile454", - "filePath": "resourceFile454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile455", - "filePath": "resourceFile455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile456", - "filePath": "resourceFile456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile457", - "filePath": "resourceFile457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile458", - "filePath": "resourceFile458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile459", - "filePath": "resourceFile459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile460", - "filePath": "resourceFile460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile461", - "filePath": "resourceFile461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile462", - "filePath": "resourceFile462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile463", - "filePath": "resourceFile463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile464", - "filePath": "resourceFile464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile465", - "filePath": "resourceFile465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile466", - "filePath": "resourceFile466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile467", - "filePath": "resourceFile467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile468", - "filePath": "resourceFile468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile469", - "filePath": "resourceFile469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile470", - "filePath": "resourceFile470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile471", - "filePath": "resourceFile471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile472", - "filePath": "resourceFile472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile473", - "filePath": "resourceFile473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile474", - "filePath": "resourceFile474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile475", - "filePath": "resourceFile475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile476", - "filePath": "resourceFile476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile477", - "filePath": "resourceFile477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile478", - "filePath": "resourceFile478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile479", - "filePath": "resourceFile479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile480", - "filePath": "resourceFile480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile481", - "filePath": "resourceFile481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile482", - "filePath": "resourceFile482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile483", - "filePath": "resourceFile483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile484", - "filePath": "resourceFile484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile485", - "filePath": "resourceFile485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile486", - "filePath": "resourceFile486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile487", - "filePath": "resourceFile487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile488", - "filePath": "resourceFile488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile489", - "filePath": "resourceFile489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile490", - "filePath": "resourceFile490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile491", - "filePath": "resourceFile491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile492", - "filePath": "resourceFile492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile493", - "filePath": "resourceFile493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile494", - "filePath": "resourceFile494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile495", - "filePath": "resourceFile495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile496", - "filePath": "resourceFile496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile497", - "filePath": "resourceFile497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile498", - "filePath": "resourceFile498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile499", - "filePath": "resourceFile499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile500", - "filePath": "resourceFile500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile501", - "filePath": "resourceFile501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile502", - "filePath": "resourceFile502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile503", - "filePath": "resourceFile503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile504", - "filePath": "resourceFile504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile505", - "filePath": "resourceFile505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile506", - "filePath": "resourceFile506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile507", - "filePath": "resourceFile507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile508", - "filePath": "resourceFile508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile509", - "filePath": "resourceFile509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile510", - "filePath": "resourceFile510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile511", - "filePath": "resourceFile511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile512", - "filePath": "resourceFile512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile513", - "filePath": "resourceFile513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile514", - "filePath": "resourceFile514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile515", - "filePath": "resourceFile515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile516", - "filePath": "resourceFile516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile517", - "filePath": "resourceFile517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile518", - "filePath": "resourceFile518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile519", - "filePath": "resourceFile519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile520", - "filePath": "resourceFile520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile521", - "filePath": "resourceFile521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile522", - "filePath": "resourceFile522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile523", - "filePath": "resourceFile523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile524", - "filePath": "resourceFile524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile525", - "filePath": "resourceFile525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile526", - "filePath": "resourceFile526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile527", - "filePath": "resourceFile527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile528", - "filePath": "resourceFile528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile529", - "filePath": "resourceFile529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile530", - "filePath": "resourceFile530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile531", - "filePath": "resourceFile531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile532", - "filePath": "resourceFile532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile533", - "filePath": "resourceFile533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile534", - "filePath": "resourceFile534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile535", - "filePath": "resourceFile535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile536", - "filePath": "resourceFile536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile537", - "filePath": "resourceFile537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile538", - "filePath": "resourceFile538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile539", - "filePath": "resourceFile539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile540", - "filePath": "resourceFile540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile541", - "filePath": "resourceFile541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile542", - "filePath": "resourceFile542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile543", - "filePath": "resourceFile543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile544", - "filePath": "resourceFile544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile545", - "filePath": "resourceFile545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile546", - "filePath": "resourceFile546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile547", - "filePath": "resourceFile547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile548", - "filePath": "resourceFile548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile549", - "filePath": "resourceFile549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile550", - "filePath": "resourceFile550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile551", - "filePath": "resourceFile551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile552", - "filePath": "resourceFile552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile553", - "filePath": "resourceFile553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile554", - "filePath": "resourceFile554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile555", - "filePath": "resourceFile555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile556", - "filePath": "resourceFile556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile557", - "filePath": "resourceFile557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile558", - "filePath": "resourceFile558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile559", - "filePath": "resourceFile559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile560", - "filePath": "resourceFile560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile561", - "filePath": "resourceFile561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile562", - "filePath": "resourceFile562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile563", - "filePath": "resourceFile563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile564", - "filePath": "resourceFile564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile565", - "filePath": "resourceFile565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile566", - "filePath": "resourceFile566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile567", - "filePath": "resourceFile567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile568", - "filePath": "resourceFile568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile569", - "filePath": "resourceFile569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile570", - "filePath": "resourceFile570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile571", - "filePath": "resourceFile571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile572", - "filePath": "resourceFile572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile573", - "filePath": "resourceFile573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile574", - "filePath": "resourceFile574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile575", - "filePath": "resourceFile575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile576", - "filePath": "resourceFile576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile577", - "filePath": "resourceFile577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile578", - "filePath": "resourceFile578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile579", - "filePath": "resourceFile579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile580", - "filePath": "resourceFile580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile581", - "filePath": "resourceFile581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile582", - "filePath": "resourceFile582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile583", - "filePath": "resourceFile583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile584", - "filePath": "resourceFile584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile585", - "filePath": "resourceFile585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile586", - "filePath": "resourceFile586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile587", - "filePath": "resourceFile587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile588", - "filePath": "resourceFile588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile589", - "filePath": "resourceFile589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile590", - "filePath": "resourceFile590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile591", - "filePath": "resourceFile591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile592", - "filePath": "resourceFile592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile593", - "filePath": "resourceFile593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile594", - "filePath": "resourceFile594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile595", - "filePath": "resourceFile595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile596", - "filePath": "resourceFile596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile597", - "filePath": "resourceFile597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile598", - "filePath": "resourceFile598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile599", - "filePath": "resourceFile599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile600", - "filePath": "resourceFile600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile601", - "filePath": "resourceFile601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile602", - "filePath": "resourceFile602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile603", - "filePath": "resourceFile603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile604", - "filePath": "resourceFile604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile605", - "filePath": "resourceFile605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile606", - "filePath": "resourceFile606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile607", - "filePath": "resourceFile607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile608", - "filePath": "resourceFile608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile609", - "filePath": "resourceFile609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile610", - "filePath": "resourceFile610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile611", - "filePath": "resourceFile611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile612", - "filePath": "resourceFile612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile613", - "filePath": "resourceFile613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile614", - "filePath": "resourceFile614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile615", - "filePath": "resourceFile615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile616", - "filePath": "resourceFile616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile617", - "filePath": "resourceFile617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile618", - "filePath": "resourceFile618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile619", - "filePath": "resourceFile619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile620", - "filePath": "resourceFile620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile621", - "filePath": "resourceFile621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile622", - "filePath": "resourceFile622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile623", - "filePath": "resourceFile623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile624", - "filePath": "resourceFile624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile625", - "filePath": "resourceFile625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile626", - "filePath": "resourceFile626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile627", - "filePath": "resourceFile627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile628", - "filePath": "resourceFile628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile629", - "filePath": "resourceFile629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile630", - "filePath": "resourceFile630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile631", - "filePath": "resourceFile631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile632", - "filePath": "resourceFile632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile633", - "filePath": "resourceFile633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile634", - "filePath": "resourceFile634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile635", - "filePath": "resourceFile635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile636", - "filePath": "resourceFile636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile637", - "filePath": "resourceFile637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile638", - "filePath": "resourceFile638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile639", - "filePath": "resourceFile639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile640", - "filePath": "resourceFile640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile641", - "filePath": "resourceFile641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile642", - "filePath": "resourceFile642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile643", - "filePath": "resourceFile643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile644", - "filePath": "resourceFile644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile645", - "filePath": "resourceFile645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile646", - "filePath": "resourceFile646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile647", - "filePath": "resourceFile647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile648", - "filePath": "resourceFile648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile649", - "filePath": "resourceFile649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile650", - "filePath": "resourceFile650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile651", - "filePath": "resourceFile651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile652", - "filePath": "resourceFile652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile653", - "filePath": "resourceFile653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile654", - "filePath": "resourceFile654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile655", - "filePath": "resourceFile655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile656", - "filePath": "resourceFile656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile657", - "filePath": "resourceFile657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile658", - "filePath": "resourceFile658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile659", - "filePath": "resourceFile659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile660", - "filePath": "resourceFile660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile661", - "filePath": "resourceFile661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile662", - "filePath": "resourceFile662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile663", - "filePath": "resourceFile663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile664", - "filePath": "resourceFile664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile665", - "filePath": "resourceFile665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile666", - "filePath": "resourceFile666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile667", - "filePath": "resourceFile667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile668", - "filePath": "resourceFile668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile669", - "filePath": "resourceFile669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile670", - "filePath": "resourceFile670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile671", - "filePath": "resourceFile671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile672", - "filePath": "resourceFile672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile673", - "filePath": "resourceFile673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile674", - "filePath": "resourceFile674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile675", - "filePath": "resourceFile675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile676", - "filePath": "resourceFile676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile677", - "filePath": "resourceFile677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile678", - "filePath": "resourceFile678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile679", - "filePath": "resourceFile679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile680", - "filePath": "resourceFile680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile681", - "filePath": "resourceFile681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile682", - "filePath": "resourceFile682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile683", - "filePath": "resourceFile683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile684", - "filePath": "resourceFile684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile685", - "filePath": "resourceFile685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile686", - "filePath": "resourceFile686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile687", - "filePath": "resourceFile687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile688", - "filePath": "resourceFile688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile689", - "filePath": "resourceFile689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile690", - "filePath": "resourceFile690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile691", - "filePath": "resourceFile691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile692", - "filePath": "resourceFile692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile693", - "filePath": "resourceFile693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile694", - "filePath": "resourceFile694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile695", - "filePath": "resourceFile695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile696", - "filePath": "resourceFile696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile697", - "filePath": "resourceFile697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile698", - "filePath": "resourceFile698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile699", - "filePath": "resourceFile699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile700", - "filePath": "resourceFile700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile701", - "filePath": "resourceFile701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile702", - "filePath": "resourceFile702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile703", - "filePath": "resourceFile703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile704", - "filePath": "resourceFile704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile705", - "filePath": "resourceFile705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile706", - "filePath": "resourceFile706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile707", - "filePath": "resourceFile707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile708", - "filePath": "resourceFile708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile709", - "filePath": "resourceFile709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile710", - "filePath": "resourceFile710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile711", - "filePath": "resourceFile711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile712", - "filePath": "resourceFile712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile713", - "filePath": "resourceFile713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile714", - "filePath": "resourceFile714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile715", - "filePath": "resourceFile715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile716", - "filePath": "resourceFile716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile717", - "filePath": "resourceFile717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile718", - "filePath": "resourceFile718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile719", - "filePath": "resourceFile719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile720", - "filePath": "resourceFile720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile721", - "filePath": "resourceFile721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile722", - "filePath": "resourceFile722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile723", - "filePath": "resourceFile723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile724", - "filePath": "resourceFile724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile725", - "filePath": "resourceFile725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile726", - "filePath": "resourceFile726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile727", - "filePath": "resourceFile727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile728", - "filePath": "resourceFile728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile729", - "filePath": "resourceFile729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile730", - "filePath": "resourceFile730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile731", - "filePath": "resourceFile731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile732", - "filePath": "resourceFile732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile733", - "filePath": "resourceFile733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile734", - "filePath": "resourceFile734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile735", - "filePath": "resourceFile735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile736", - "filePath": "resourceFile736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile737", - "filePath": "resourceFile737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile738", - "filePath": "resourceFile738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile739", - "filePath": "resourceFile739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile740", - "filePath": "resourceFile740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile741", - "filePath": "resourceFile741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile742", - "filePath": "resourceFile742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile743", - "filePath": "resourceFile743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile744", - "filePath": "resourceFile744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile745", - "filePath": "resourceFile745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile746", - "filePath": "resourceFile746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile747", - "filePath": "resourceFile747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile748", - "filePath": "resourceFile748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile749", - "filePath": "resourceFile749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile750", - "filePath": "resourceFile750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile751", - "filePath": "resourceFile751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile752", - "filePath": "resourceFile752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile753", - "filePath": "resourceFile753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile754", - "filePath": "resourceFile754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile755", - "filePath": "resourceFile755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile756", - "filePath": "resourceFile756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile757", - "filePath": "resourceFile757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile758", - "filePath": "resourceFile758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile759", - "filePath": "resourceFile759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile760", - "filePath": "resourceFile760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile761", - "filePath": "resourceFile761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile762", - "filePath": "resourceFile762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile763", - "filePath": "resourceFile763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile764", - "filePath": "resourceFile764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile765", - "filePath": "resourceFile765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile766", - "filePath": "resourceFile766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile767", - "filePath": "resourceFile767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile768", - "filePath": "resourceFile768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile769", - "filePath": "resourceFile769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile770", - "filePath": "resourceFile770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile771", - "filePath": "resourceFile771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile772", - "filePath": "resourceFile772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile773", - "filePath": "resourceFile773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile774", - "filePath": "resourceFile774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile775", - "filePath": "resourceFile775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile776", - "filePath": "resourceFile776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile777", - "filePath": "resourceFile777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile778", - "filePath": "resourceFile778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile779", - "filePath": "resourceFile779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile780", - "filePath": "resourceFile780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile781", - "filePath": "resourceFile781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile782", - "filePath": "resourceFile782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile783", - "filePath": "resourceFile783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile784", - "filePath": "resourceFile784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile785", - "filePath": "resourceFile785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile786", - "filePath": "resourceFile786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile787", - "filePath": "resourceFile787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile788", - "filePath": "resourceFile788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile789", - "filePath": "resourceFile789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile790", - "filePath": "resourceFile790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile791", - "filePath": "resourceFile791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile792", - "filePath": "resourceFile792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile793", - "filePath": "resourceFile793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile794", - "filePath": "resourceFile794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile795", - "filePath": "resourceFile795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile796", - "filePath": "resourceFile796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile797", - "filePath": "resourceFile797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile798", - "filePath": "resourceFile798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile799", - "filePath": "resourceFile799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile800", - "filePath": "resourceFile800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile801", - "filePath": "resourceFile801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile802", - "filePath": "resourceFile802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile803", - "filePath": "resourceFile803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile804", - "filePath": "resourceFile804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile805", - "filePath": "resourceFile805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile806", - "filePath": "resourceFile806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile807", - "filePath": "resourceFile807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile808", - "filePath": "resourceFile808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile809", - "filePath": "resourceFile809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile810", - "filePath": "resourceFile810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile811", - "filePath": "resourceFile811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile812", - "filePath": "resourceFile812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile813", - "filePath": "resourceFile813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile814", - "filePath": "resourceFile814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile815", - "filePath": "resourceFile815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile816", - "filePath": "resourceFile816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile817", - "filePath": "resourceFile817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile818", - "filePath": "resourceFile818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile819", - "filePath": "resourceFile819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile820", - "filePath": "resourceFile820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile821", - "filePath": "resourceFile821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile822", - "filePath": "resourceFile822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile823", - "filePath": "resourceFile823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile824", - "filePath": "resourceFile824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile825", - "filePath": "resourceFile825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile826", - "filePath": "resourceFile826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile827", - "filePath": "resourceFile827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile828", - "filePath": "resourceFile828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile829", - "filePath": "resourceFile829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile830", - "filePath": "resourceFile830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile831", - "filePath": "resourceFile831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile832", - "filePath": "resourceFile832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile833", - "filePath": "resourceFile833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile834", - "filePath": "resourceFile834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile835", - "filePath": "resourceFile835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile836", - "filePath": "resourceFile836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile837", - "filePath": "resourceFile837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile838", - "filePath": "resourceFile838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile839", - "filePath": "resourceFile839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile840", - "filePath": "resourceFile840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile841", - "filePath": "resourceFile841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile842", - "filePath": "resourceFile842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile843", - "filePath": "resourceFile843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile844", - "filePath": "resourceFile844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile845", - "filePath": "resourceFile845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile846", - "filePath": "resourceFile846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile847", - "filePath": "resourceFile847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile848", - "filePath": "resourceFile848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile849", - "filePath": "resourceFile849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile850", - "filePath": "resourceFile850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile851", - "filePath": "resourceFile851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile852", - "filePath": "resourceFile852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile853", - "filePath": "resourceFile853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile854", - "filePath": "resourceFile854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile855", - "filePath": "resourceFile855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile856", - "filePath": "resourceFile856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile857", - "filePath": "resourceFile857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile858", - "filePath": "resourceFile858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile859", - "filePath": "resourceFile859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile860", - "filePath": "resourceFile860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile861", - "filePath": "resourceFile861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile862", - "filePath": "resourceFile862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile863", - "filePath": "resourceFile863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile864", - "filePath": "resourceFile864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile865", - "filePath": "resourceFile865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile866", - "filePath": "resourceFile866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile867", - "filePath": "resourceFile867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile868", - "filePath": "resourceFile868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile869", - "filePath": "resourceFile869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile870", - "filePath": "resourceFile870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile871", - "filePath": "resourceFile871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile872", - "filePath": "resourceFile872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile873", - "filePath": "resourceFile873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile874", - "filePath": "resourceFile874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile875", - "filePath": "resourceFile875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile876", - "filePath": "resourceFile876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile877", - "filePath": "resourceFile877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile878", - "filePath": "resourceFile878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile879", - "filePath": "resourceFile879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile880", - "filePath": "resourceFile880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile881", - "filePath": "resourceFile881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile882", - "filePath": "resourceFile882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile883", - "filePath": "resourceFile883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile884", - "filePath": "resourceFile884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile885", - "filePath": "resourceFile885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile886", - "filePath": "resourceFile886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile887", - "filePath": "resourceFile887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile888", - "filePath": "resourceFile888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile889", - "filePath": "resourceFile889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile890", - "filePath": "resourceFile890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile891", - "filePath": "resourceFile891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile892", - "filePath": "resourceFile892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile893", - "filePath": "resourceFile893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile894", - "filePath": "resourceFile894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile895", - "filePath": "resourceFile895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile896", - "filePath": "resourceFile896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile897", - "filePath": "resourceFile897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile898", - "filePath": "resourceFile898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile899", - "filePath": "resourceFile899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile900", - "filePath": "resourceFile900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile901", - "filePath": "resourceFile901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile902", - "filePath": "resourceFile902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile903", - "filePath": "resourceFile903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile904", - "filePath": "resourceFile904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile905", - "filePath": "resourceFile905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile906", - "filePath": "resourceFile906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile907", - "filePath": "resourceFile907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile908", - "filePath": "resourceFile908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile909", - "filePath": "resourceFile909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile910", - "filePath": "resourceFile910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile911", - "filePath": "resourceFile911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile912", - "filePath": "resourceFile912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile913", - "filePath": "resourceFile913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile914", - "filePath": "resourceFile914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile915", - "filePath": "resourceFile915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile916", - "filePath": "resourceFile916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile917", - "filePath": "resourceFile917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile918", - "filePath": "resourceFile918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile919", - "filePath": "resourceFile919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile920", - "filePath": "resourceFile920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile921", - "filePath": "resourceFile921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile922", - "filePath": "resourceFile922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile923", - "filePath": "resourceFile923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile924", - "filePath": "resourceFile924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile925", - "filePath": "resourceFile925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile926", - "filePath": "resourceFile926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile927", - "filePath": "resourceFile927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile928", - "filePath": "resourceFile928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile929", - "filePath": "resourceFile929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile930", - "filePath": "resourceFile930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile931", - "filePath": "resourceFile931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile932", - "filePath": "resourceFile932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile933", - "filePath": "resourceFile933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile934", - "filePath": "resourceFile934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile935", - "filePath": "resourceFile935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile936", - "filePath": "resourceFile936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile937", - "filePath": "resourceFile937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile938", - "filePath": "resourceFile938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile939", - "filePath": "resourceFile939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile940", - "filePath": "resourceFile940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile941", - "filePath": "resourceFile941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile942", - "filePath": "resourceFile942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile943", - "filePath": "resourceFile943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile944", - "filePath": "resourceFile944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile945", - "filePath": "resourceFile945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile946", - "filePath": "resourceFile946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile947", - "filePath": "resourceFile947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile948", - "filePath": "resourceFile948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile949", - "filePath": "resourceFile949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile950", - "filePath": "resourceFile950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile951", - "filePath": "resourceFile951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile952", - "filePath": "resourceFile952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile953", - "filePath": "resourceFile953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile954", - "filePath": "resourceFile954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile955", - "filePath": "resourceFile955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile956", - "filePath": "resourceFile956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile957", - "filePath": "resourceFile957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile958", - "filePath": "resourceFile958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile959", - "filePath": "resourceFile959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile960", - "filePath": "resourceFile960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile961", - "filePath": "resourceFile961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile962", - "filePath": "resourceFile962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile963", - "filePath": "resourceFile963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile964", - "filePath": "resourceFile964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile965", - "filePath": "resourceFile965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile966", - "filePath": "resourceFile966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile967", - "filePath": "resourceFile967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile968", - "filePath": "resourceFile968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile969", - "filePath": "resourceFile969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile970", - "filePath": "resourceFile970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile971", - "filePath": "resourceFile971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile972", - "filePath": "resourceFile972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile973", - "filePath": "resourceFile973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile974", - "filePath": "resourceFile974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile975", - "filePath": "resourceFile975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile976", - "filePath": "resourceFile976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile977", - "filePath": "resourceFile977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile978", - "filePath": "resourceFile978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile979", - "filePath": "resourceFile979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile980", - "filePath": "resourceFile980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile981", - "filePath": "resourceFile981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile982", - "filePath": "resourceFile982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile983", - "filePath": "resourceFile983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile984", - "filePath": "resourceFile984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile985", - "filePath": "resourceFile985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile986", - "filePath": "resourceFile986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile987", - "filePath": "resourceFile987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile988", - "filePath": "resourceFile988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile989", - "filePath": "resourceFile989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile990", - "filePath": "resourceFile990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile991", - "filePath": "resourceFile991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile992", - "filePath": "resourceFile992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile993", - "filePath": "resourceFile993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile994", - "filePath": "resourceFile994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile995", - "filePath": "resourceFile995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile996", - "filePath": "resourceFile996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile997", - "filePath": "resourceFile997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile998", - "filePath": "resourceFile998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile999", - "filePath": "resourceFile999"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1000", - "filePath": "resourceFile1000"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1001", - "filePath": "resourceFile1001"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1002", - "filePath": "resourceFile1002"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1003", - "filePath": "resourceFile1003"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1004", - "filePath": "resourceFile1004"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1005", - "filePath": "resourceFile1005"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1006", - "filePath": "resourceFile1006"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1007", - "filePath": "resourceFile1007"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1008", - "filePath": "resourceFile1008"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1009", - "filePath": "resourceFile1009"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1010", - "filePath": "resourceFile1010"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1011", - "filePath": "resourceFile1011"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1012", - "filePath": "resourceFile1012"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1013", - "filePath": "resourceFile1013"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1014", - "filePath": "resourceFile1014"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1015", - "filePath": "resourceFile1015"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1016", - "filePath": "resourceFile1016"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1017", - "filePath": "resourceFile1017"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1018", - "filePath": "resourceFile1018"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1019", - "filePath": "resourceFile1019"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1020", - "filePath": "resourceFile1020"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1021", - "filePath": "resourceFile1021"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1022", - "filePath": "resourceFile1022"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1023", - "filePath": "resourceFile1023"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1024", - "filePath": "resourceFile1024"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1025", - "filePath": "resourceFile1025"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1026", - "filePath": "resourceFile1026"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1027", - "filePath": "resourceFile1027"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1028", - "filePath": "resourceFile1028"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1029", - "filePath": "resourceFile1029"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1030", - "filePath": "resourceFile1030"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1031", - "filePath": "resourceFile1031"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1032", - "filePath": "resourceFile1032"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1033", - "filePath": "resourceFile1033"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1034", - "filePath": "resourceFile1034"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1035", - "filePath": "resourceFile1035"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1036", - "filePath": "resourceFile1036"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1037", - "filePath": "resourceFile1037"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1038", - "filePath": "resourceFile1038"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1039", - "filePath": "resourceFile1039"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1040", - "filePath": "resourceFile1040"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1041", - "filePath": "resourceFile1041"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1042", - "filePath": "resourceFile1042"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1043", - "filePath": "resourceFile1043"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1044", - "filePath": "resourceFile1044"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1045", - "filePath": "resourceFile1045"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1046", - "filePath": "resourceFile1046"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1047", - "filePath": "resourceFile1047"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1048", - "filePath": "resourceFile1048"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1049", - "filePath": "resourceFile1049"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1050", - "filePath": "resourceFile1050"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1051", - "filePath": "resourceFile1051"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1052", - "filePath": "resourceFile1052"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1053", - "filePath": "resourceFile1053"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1054", - "filePath": "resourceFile1054"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1055", - "filePath": "resourceFile1055"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1056", - "filePath": "resourceFile1056"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1057", - "filePath": "resourceFile1057"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1058", - "filePath": "resourceFile1058"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1059", - "filePath": "resourceFile1059"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1060", - "filePath": "resourceFile1060"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1061", - "filePath": "resourceFile1061"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1062", - "filePath": "resourceFile1062"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1063", - "filePath": "resourceFile1063"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1064", - "filePath": "resourceFile1064"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1065", - "filePath": "resourceFile1065"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1066", - "filePath": "resourceFile1066"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1067", - "filePath": "resourceFile1067"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1068", - "filePath": "resourceFile1068"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1069", - "filePath": "resourceFile1069"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1070", - "filePath": "resourceFile1070"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1071", - "filePath": "resourceFile1071"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1072", - "filePath": "resourceFile1072"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1073", - "filePath": "resourceFile1073"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1074", - "filePath": "resourceFile1074"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1075", - "filePath": "resourceFile1075"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1076", - "filePath": "resourceFile1076"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1077", - "filePath": "resourceFile1077"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1078", - "filePath": "resourceFile1078"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1079", - "filePath": "resourceFile1079"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1080", - "filePath": "resourceFile1080"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1081", - "filePath": "resourceFile1081"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1082", - "filePath": "resourceFile1082"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1083", - "filePath": "resourceFile1083"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1084", - "filePath": "resourceFile1084"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1085", - "filePath": "resourceFile1085"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1086", - "filePath": "resourceFile1086"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1087", - "filePath": "resourceFile1087"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1088", - "filePath": "resourceFile1088"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1089", - "filePath": "resourceFile1089"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1090", - "filePath": "resourceFile1090"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1091", - "filePath": "resourceFile1091"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1092", - "filePath": "resourceFile1092"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1093", - "filePath": "resourceFile1093"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1094", - "filePath": "resourceFile1094"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1095", - "filePath": "resourceFile1095"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1096", - "filePath": "resourceFile1096"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1097", - "filePath": "resourceFile1097"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1098", - "filePath": "resourceFile1098"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1099", - "filePath": "resourceFile1099"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1100", - "filePath": "resourceFile1100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1101", - "filePath": "resourceFile1101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1102", - "filePath": "resourceFile1102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1103", - "filePath": "resourceFile1103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1104", - "filePath": "resourceFile1104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1105", - "filePath": "resourceFile1105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1106", - "filePath": "resourceFile1106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1107", - "filePath": "resourceFile1107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1108", - "filePath": "resourceFile1108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1109", - "filePath": "resourceFile1109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1110", - "filePath": "resourceFile1110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1111", - "filePath": "resourceFile1111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1112", - "filePath": "resourceFile1112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1113", - "filePath": "resourceFile1113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1114", - "filePath": "resourceFile1114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1115", - "filePath": "resourceFile1115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1116", - "filePath": "resourceFile1116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1117", - "filePath": "resourceFile1117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1118", - "filePath": "resourceFile1118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1119", - "filePath": "resourceFile1119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1120", - "filePath": "resourceFile1120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1121", - "filePath": "resourceFile1121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1122", - "filePath": "resourceFile1122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1123", - "filePath": "resourceFile1123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1124", - "filePath": "resourceFile1124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1125", - "filePath": "resourceFile1125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1126", - "filePath": "resourceFile1126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1127", - "filePath": "resourceFile1127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1128", - "filePath": "resourceFile1128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1129", - "filePath": "resourceFile1129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1130", - "filePath": "resourceFile1130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1131", - "filePath": "resourceFile1131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1132", - "filePath": "resourceFile1132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1133", - "filePath": "resourceFile1133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1134", - "filePath": "resourceFile1134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1135", - "filePath": "resourceFile1135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1136", - "filePath": "resourceFile1136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1137", - "filePath": "resourceFile1137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1138", - "filePath": "resourceFile1138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1139", - "filePath": "resourceFile1139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1140", - "filePath": "resourceFile1140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1141", - "filePath": "resourceFile1141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1142", - "filePath": "resourceFile1142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1143", - "filePath": "resourceFile1143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1144", - "filePath": "resourceFile1144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1145", - "filePath": "resourceFile1145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1146", - "filePath": "resourceFile1146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1147", - "filePath": "resourceFile1147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1148", - "filePath": "resourceFile1148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1149", - "filePath": "resourceFile1149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1150", - "filePath": "resourceFile1150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1151", - "filePath": "resourceFile1151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1152", - "filePath": "resourceFile1152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1153", - "filePath": "resourceFile1153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1154", - "filePath": "resourceFile1154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1155", - "filePath": "resourceFile1155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1156", - "filePath": "resourceFile1156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1157", - "filePath": "resourceFile1157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1158", - "filePath": "resourceFile1158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1159", - "filePath": "resourceFile1159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1160", - "filePath": "resourceFile1160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1161", - "filePath": "resourceFile1161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1162", - "filePath": "resourceFile1162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1163", - "filePath": "resourceFile1163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1164", - "filePath": "resourceFile1164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1165", - "filePath": "resourceFile1165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1166", - "filePath": "resourceFile1166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1167", - "filePath": "resourceFile1167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1168", - "filePath": "resourceFile1168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1169", - "filePath": "resourceFile1169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1170", - "filePath": "resourceFile1170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1171", - "filePath": "resourceFile1171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1172", - "filePath": "resourceFile1172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1173", - "filePath": "resourceFile1173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1174", - "filePath": "resourceFile1174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1175", - "filePath": "resourceFile1175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1176", - "filePath": "resourceFile1176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1177", - "filePath": "resourceFile1177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1178", - "filePath": "resourceFile1178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1179", - "filePath": "resourceFile1179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1180", - "filePath": "resourceFile1180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1181", - "filePath": "resourceFile1181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1182", - "filePath": "resourceFile1182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1183", - "filePath": "resourceFile1183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1184", - "filePath": "resourceFile1184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1185", - "filePath": "resourceFile1185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1186", - "filePath": "resourceFile1186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1187", - "filePath": "resourceFile1187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1188", - "filePath": "resourceFile1188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1189", - "filePath": "resourceFile1189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1190", - "filePath": "resourceFile1190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1191", - "filePath": "resourceFile1191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1192", - "filePath": "resourceFile1192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1193", - "filePath": "resourceFile1193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1194", - "filePath": "resourceFile1194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1195", - "filePath": "resourceFile1195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1196", - "filePath": "resourceFile1196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1197", - "filePath": "resourceFile1197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1198", - "filePath": "resourceFile1198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1199", - "filePath": "resourceFile1199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1200", - "filePath": "resourceFile1200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1201", - "filePath": "resourceFile1201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1202", - "filePath": "resourceFile1202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1203", - "filePath": "resourceFile1203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1204", - "filePath": "resourceFile1204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1205", - "filePath": "resourceFile1205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1206", - "filePath": "resourceFile1206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1207", - "filePath": "resourceFile1207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1208", - "filePath": "resourceFile1208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1209", - "filePath": "resourceFile1209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1210", - "filePath": "resourceFile1210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1211", - "filePath": "resourceFile1211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1212", - "filePath": "resourceFile1212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1213", - "filePath": "resourceFile1213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1214", - "filePath": "resourceFile1214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1215", - "filePath": "resourceFile1215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1216", - "filePath": "resourceFile1216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1217", - "filePath": "resourceFile1217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1218", - "filePath": "resourceFile1218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1219", - "filePath": "resourceFile1219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1220", - "filePath": "resourceFile1220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1221", - "filePath": "resourceFile1221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1222", - "filePath": "resourceFile1222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1223", - "filePath": "resourceFile1223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1224", - "filePath": "resourceFile1224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1225", - "filePath": "resourceFile1225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1226", - "filePath": "resourceFile1226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1227", - "filePath": "resourceFile1227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1228", - "filePath": "resourceFile1228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1229", - "filePath": "resourceFile1229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1230", - "filePath": "resourceFile1230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1231", - "filePath": "resourceFile1231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1232", - "filePath": "resourceFile1232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1233", - "filePath": "resourceFile1233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1234", - "filePath": "resourceFile1234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1235", - "filePath": "resourceFile1235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1236", - "filePath": "resourceFile1236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1237", - "filePath": "resourceFile1237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1238", - "filePath": "resourceFile1238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1239", - "filePath": "resourceFile1239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1240", - "filePath": "resourceFile1240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1241", - "filePath": "resourceFile1241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1242", - "filePath": "resourceFile1242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1243", - "filePath": "resourceFile1243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1244", - "filePath": "resourceFile1244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1245", - "filePath": "resourceFile1245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1246", - "filePath": "resourceFile1246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1247", - "filePath": "resourceFile1247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1248", - "filePath": "resourceFile1248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1249", - "filePath": "resourceFile1249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1250", - "filePath": "resourceFile1250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1251", - "filePath": "resourceFile1251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1252", - "filePath": "resourceFile1252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1253", - "filePath": "resourceFile1253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1254", - "filePath": "resourceFile1254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1255", - "filePath": "resourceFile1255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1256", - "filePath": "resourceFile1256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1257", - "filePath": "resourceFile1257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1258", - "filePath": "resourceFile1258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1259", - "filePath": "resourceFile1259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1260", - "filePath": "resourceFile1260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1261", - "filePath": "resourceFile1261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1262", - "filePath": "resourceFile1262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1263", - "filePath": "resourceFile1263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1264", - "filePath": "resourceFile1264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1265", - "filePath": "resourceFile1265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1266", - "filePath": "resourceFile1266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1267", - "filePath": "resourceFile1267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1268", - "filePath": "resourceFile1268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1269", - "filePath": "resourceFile1269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1270", - "filePath": "resourceFile1270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1271", - "filePath": "resourceFile1271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1272", - "filePath": "resourceFile1272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1273", - "filePath": "resourceFile1273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1274", - "filePath": "resourceFile1274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1275", - "filePath": "resourceFile1275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1276", - "filePath": "resourceFile1276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1277", - "filePath": "resourceFile1277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1278", - "filePath": "resourceFile1278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1279", - "filePath": "resourceFile1279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1280", - "filePath": "resourceFile1280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1281", - "filePath": "resourceFile1281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1282", - "filePath": "resourceFile1282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1283", - "filePath": "resourceFile1283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1284", - "filePath": "resourceFile1284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1285", - "filePath": "resourceFile1285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1286", - "filePath": "resourceFile1286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1287", - "filePath": "resourceFile1287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1288", - "filePath": "resourceFile1288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1289", - "filePath": "resourceFile1289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1290", - "filePath": "resourceFile1290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1291", - "filePath": "resourceFile1291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1292", - "filePath": "resourceFile1292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1293", - "filePath": "resourceFile1293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1294", - "filePath": "resourceFile1294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1295", - "filePath": "resourceFile1295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1296", - "filePath": "resourceFile1296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1297", - "filePath": "resourceFile1297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1298", - "filePath": "resourceFile1298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1299", - "filePath": "resourceFile1299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1300", - "filePath": "resourceFile1300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1301", - "filePath": "resourceFile1301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1302", - "filePath": "resourceFile1302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1303", - "filePath": "resourceFile1303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1304", - "filePath": "resourceFile1304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1305", - "filePath": "resourceFile1305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1306", - "filePath": "resourceFile1306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1307", - "filePath": "resourceFile1307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1308", - "filePath": "resourceFile1308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1309", - "filePath": "resourceFile1309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1310", - "filePath": "resourceFile1310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1311", - "filePath": "resourceFile1311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1312", - "filePath": "resourceFile1312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1313", - "filePath": "resourceFile1313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1314", - "filePath": "resourceFile1314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1315", - "filePath": "resourceFile1315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1316", - "filePath": "resourceFile1316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1317", - "filePath": "resourceFile1317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1318", - "filePath": "resourceFile1318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1319", - "filePath": "resourceFile1319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1320", - "filePath": "resourceFile1320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1321", - "filePath": "resourceFile1321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1322", - "filePath": "resourceFile1322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1323", - "filePath": "resourceFile1323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1324", - "filePath": "resourceFile1324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1325", - "filePath": "resourceFile1325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1326", - "filePath": "resourceFile1326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1327", - "filePath": "resourceFile1327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1328", - "filePath": "resourceFile1328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1329", - "filePath": "resourceFile1329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1330", - "filePath": "resourceFile1330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1331", - "filePath": "resourceFile1331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1332", - "filePath": "resourceFile1332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1333", - "filePath": "resourceFile1333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1334", - "filePath": "resourceFile1334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1335", - "filePath": "resourceFile1335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1336", - "filePath": "resourceFile1336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1337", - "filePath": "resourceFile1337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1338", - "filePath": "resourceFile1338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1339", - "filePath": "resourceFile1339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1340", - "filePath": "resourceFile1340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1341", - "filePath": "resourceFile1341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1342", - "filePath": "resourceFile1342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1343", - "filePath": "resourceFile1343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1344", - "filePath": "resourceFile1344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1345", - "filePath": "resourceFile1345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1346", - "filePath": "resourceFile1346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1347", - "filePath": "resourceFile1347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1348", - "filePath": "resourceFile1348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1349", - "filePath": "resourceFile1349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1350", - "filePath": "resourceFile1350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1351", - "filePath": "resourceFile1351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1352", - "filePath": "resourceFile1352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1353", - "filePath": "resourceFile1353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1354", - "filePath": "resourceFile1354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1355", - "filePath": "resourceFile1355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1356", - "filePath": "resourceFile1356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1357", - "filePath": "resourceFile1357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1358", - "filePath": "resourceFile1358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1359", - "filePath": "resourceFile1359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1360", - "filePath": "resourceFile1360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1361", - "filePath": "resourceFile1361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1362", - "filePath": "resourceFile1362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1363", - "filePath": "resourceFile1363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1364", - "filePath": "resourceFile1364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1365", - "filePath": "resourceFile1365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1366", - "filePath": "resourceFile1366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1367", - "filePath": "resourceFile1367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1368", - "filePath": "resourceFile1368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1369", - "filePath": "resourceFile1369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1370", - "filePath": "resourceFile1370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1371", - "filePath": "resourceFile1371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1372", - "filePath": "resourceFile1372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1373", - "filePath": "resourceFile1373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1374", - "filePath": "resourceFile1374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1375", - "filePath": "resourceFile1375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1376", - "filePath": "resourceFile1376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1377", - "filePath": "resourceFile1377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1378", - "filePath": "resourceFile1378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1379", - "filePath": "resourceFile1379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1380", - "filePath": "resourceFile1380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1381", - "filePath": "resourceFile1381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1382", - "filePath": "resourceFile1382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1383", - "filePath": "resourceFile1383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1384", - "filePath": "resourceFile1384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1385", - "filePath": "resourceFile1385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1386", - "filePath": "resourceFile1386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1387", - "filePath": "resourceFile1387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1388", - "filePath": "resourceFile1388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1389", - "filePath": "resourceFile1389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1390", - "filePath": "resourceFile1390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1391", - "filePath": "resourceFile1391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1392", - "filePath": "resourceFile1392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1393", - "filePath": "resourceFile1393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1394", - "filePath": "resourceFile1394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1395", - "filePath": "resourceFile1395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1396", - "filePath": "resourceFile1396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1397", - "filePath": "resourceFile1397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1398", - "filePath": "resourceFile1398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1399", - "filePath": "resourceFile1399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1400", - "filePath": "resourceFile1400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1401", - "filePath": "resourceFile1401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1402", - "filePath": "resourceFile1402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1403", - "filePath": "resourceFile1403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1404", - "filePath": "resourceFile1404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1405", - "filePath": "resourceFile1405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1406", - "filePath": "resourceFile1406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1407", - "filePath": "resourceFile1407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1408", - "filePath": "resourceFile1408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1409", - "filePath": "resourceFile1409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1410", - "filePath": "resourceFile1410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1411", - "filePath": "resourceFile1411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1412", - "filePath": "resourceFile1412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1413", - "filePath": "resourceFile1413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1414", - "filePath": "resourceFile1414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1415", - "filePath": "resourceFile1415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1416", - "filePath": "resourceFile1416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1417", - "filePath": "resourceFile1417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1418", - "filePath": "resourceFile1418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1419", - "filePath": "resourceFile1419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1420", - "filePath": "resourceFile1420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1421", - "filePath": "resourceFile1421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1422", - "filePath": "resourceFile1422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1423", - "filePath": "resourceFile1423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1424", - "filePath": "resourceFile1424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1425", - "filePath": "resourceFile1425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1426", - "filePath": "resourceFile1426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1427", - "filePath": "resourceFile1427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1428", - "filePath": "resourceFile1428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1429", - "filePath": "resourceFile1429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1430", - "filePath": "resourceFile1430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1431", - "filePath": "resourceFile1431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1432", - "filePath": "resourceFile1432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1433", - "filePath": "resourceFile1433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1434", - "filePath": "resourceFile1434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1435", - "filePath": "resourceFile1435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1436", - "filePath": "resourceFile1436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1437", - "filePath": "resourceFile1437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1438", - "filePath": "resourceFile1438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1439", - "filePath": "resourceFile1439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1440", - "filePath": "resourceFile1440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1441", - "filePath": "resourceFile1441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1442", - "filePath": "resourceFile1442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1443", - "filePath": "resourceFile1443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1444", - "filePath": "resourceFile1444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1445", - "filePath": "resourceFile1445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1446", - "filePath": "resourceFile1446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1447", - "filePath": "resourceFile1447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1448", - "filePath": "resourceFile1448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1449", - "filePath": "resourceFile1449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1450", - "filePath": "resourceFile1450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1451", - "filePath": "resourceFile1451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1452", - "filePath": "resourceFile1452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1453", - "filePath": "resourceFile1453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1454", - "filePath": "resourceFile1454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1455", - "filePath": "resourceFile1455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1456", - "filePath": "resourceFile1456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1457", - "filePath": "resourceFile1457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1458", - "filePath": "resourceFile1458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1459", - "filePath": "resourceFile1459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1460", - "filePath": "resourceFile1460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1461", - "filePath": "resourceFile1461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1462", - "filePath": "resourceFile1462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1463", - "filePath": "resourceFile1463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1464", - "filePath": "resourceFile1464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1465", - "filePath": "resourceFile1465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1466", - "filePath": "resourceFile1466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1467", - "filePath": "resourceFile1467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1468", - "filePath": "resourceFile1468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1469", - "filePath": "resourceFile1469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1470", - "filePath": "resourceFile1470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1471", - "filePath": "resourceFile1471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1472", - "filePath": "resourceFile1472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1473", - "filePath": "resourceFile1473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1474", - "filePath": "resourceFile1474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1475", - "filePath": "resourceFile1475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1476", - "filePath": "resourceFile1476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1477", - "filePath": "resourceFile1477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1478", - "filePath": "resourceFile1478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1479", - "filePath": "resourceFile1479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1480", - "filePath": "resourceFile1480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1481", - "filePath": "resourceFile1481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1482", - "filePath": "resourceFile1482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1483", - "filePath": "resourceFile1483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1484", - "filePath": "resourceFile1484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1485", - "filePath": "resourceFile1485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1486", - "filePath": "resourceFile1486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1487", - "filePath": "resourceFile1487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1488", - "filePath": "resourceFile1488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1489", - "filePath": "resourceFile1489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1490", - "filePath": "resourceFile1490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1491", - "filePath": "resourceFile1491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1492", - "filePath": "resourceFile1492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1493", - "filePath": "resourceFile1493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1494", - "filePath": "resourceFile1494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1495", - "filePath": "resourceFile1495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1496", - "filePath": "resourceFile1496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1497", - "filePath": "resourceFile1497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1498", - "filePath": "resourceFile1498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1499", - "filePath": "resourceFile1499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1500", - "filePath": "resourceFile1500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1501", - "filePath": "resourceFile1501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1502", - "filePath": "resourceFile1502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1503", - "filePath": "resourceFile1503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1504", - "filePath": "resourceFile1504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1505", - "filePath": "resourceFile1505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1506", - "filePath": "resourceFile1506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1507", - "filePath": "resourceFile1507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1508", - "filePath": "resourceFile1508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1509", - "filePath": "resourceFile1509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1510", - "filePath": "resourceFile1510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1511", - "filePath": "resourceFile1511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1512", - "filePath": "resourceFile1512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1513", - "filePath": "resourceFile1513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1514", - "filePath": "resourceFile1514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1515", - "filePath": "resourceFile1515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1516", - "filePath": "resourceFile1516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1517", - "filePath": "resourceFile1517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1518", - "filePath": "resourceFile1518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1519", - "filePath": "resourceFile1519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1520", - "filePath": "resourceFile1520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1521", - "filePath": "resourceFile1521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1522", - "filePath": "resourceFile1522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1523", - "filePath": "resourceFile1523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1524", - "filePath": "resourceFile1524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1525", - "filePath": "resourceFile1525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1526", - "filePath": "resourceFile1526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1527", - "filePath": "resourceFile1527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1528", - "filePath": "resourceFile1528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1529", - "filePath": "resourceFile1529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1530", - "filePath": "resourceFile1530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1531", - "filePath": "resourceFile1531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1532", - "filePath": "resourceFile1532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1533", - "filePath": "resourceFile1533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1534", - "filePath": "resourceFile1534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1535", - "filePath": "resourceFile1535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1536", - "filePath": "resourceFile1536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1537", - "filePath": "resourceFile1537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1538", - "filePath": "resourceFile1538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1539", - "filePath": "resourceFile1539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1540", - "filePath": "resourceFile1540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1541", - "filePath": "resourceFile1541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1542", - "filePath": "resourceFile1542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1543", - "filePath": "resourceFile1543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1544", - "filePath": "resourceFile1544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1545", - "filePath": "resourceFile1545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1546", - "filePath": "resourceFile1546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1547", - "filePath": "resourceFile1547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1548", - "filePath": "resourceFile1548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1549", - "filePath": "resourceFile1549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1550", - "filePath": "resourceFile1550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1551", - "filePath": "resourceFile1551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1552", - "filePath": "resourceFile1552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1553", - "filePath": "resourceFile1553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1554", - "filePath": "resourceFile1554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1555", - "filePath": "resourceFile1555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1556", - "filePath": "resourceFile1556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1557", - "filePath": "resourceFile1557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1558", - "filePath": "resourceFile1558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1559", - "filePath": "resourceFile1559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1560", - "filePath": "resourceFile1560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1561", - "filePath": "resourceFile1561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1562", - "filePath": "resourceFile1562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1563", - "filePath": "resourceFile1563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1564", - "filePath": "resourceFile1564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1565", - "filePath": "resourceFile1565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1566", - "filePath": "resourceFile1566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1567", - "filePath": "resourceFile1567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1568", - "filePath": "resourceFile1568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1569", - "filePath": "resourceFile1569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1570", - "filePath": "resourceFile1570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1571", - "filePath": "resourceFile1571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1572", - "filePath": "resourceFile1572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1573", - "filePath": "resourceFile1573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1574", - "filePath": "resourceFile1574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1575", - "filePath": "resourceFile1575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1576", - "filePath": "resourceFile1576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1577", - "filePath": "resourceFile1577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1578", - "filePath": "resourceFile1578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1579", - "filePath": "resourceFile1579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1580", - "filePath": "resourceFile1580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1581", - "filePath": "resourceFile1581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1582", - "filePath": "resourceFile1582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1583", - "filePath": "resourceFile1583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1584", - "filePath": "resourceFile1584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1585", - "filePath": "resourceFile1585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1586", - "filePath": "resourceFile1586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1587", - "filePath": "resourceFile1587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1588", - "filePath": "resourceFile1588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1589", - "filePath": "resourceFile1589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1590", - "filePath": "resourceFile1590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1591", - "filePath": "resourceFile1591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1592", - "filePath": "resourceFile1592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1593", - "filePath": "resourceFile1593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1594", - "filePath": "resourceFile1594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1595", - "filePath": "resourceFile1595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1596", - "filePath": "resourceFile1596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1597", - "filePath": "resourceFile1597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1598", - "filePath": "resourceFile1598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1599", - "filePath": "resourceFile1599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1600", - "filePath": "resourceFile1600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1601", - "filePath": "resourceFile1601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1602", - "filePath": "resourceFile1602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1603", - "filePath": "resourceFile1603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1604", - "filePath": "resourceFile1604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1605", - "filePath": "resourceFile1605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1606", - "filePath": "resourceFile1606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1607", - "filePath": "resourceFile1607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1608", - "filePath": "resourceFile1608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1609", - "filePath": "resourceFile1609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1610", - "filePath": "resourceFile1610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1611", - "filePath": "resourceFile1611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1612", - "filePath": "resourceFile1612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1613", - "filePath": "resourceFile1613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1614", - "filePath": "resourceFile1614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1615", - "filePath": "resourceFile1615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1616", - "filePath": "resourceFile1616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1617", - "filePath": "resourceFile1617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1618", - "filePath": "resourceFile1618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1619", - "filePath": "resourceFile1619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1620", - "filePath": "resourceFile1620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1621", - "filePath": "resourceFile1621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1622", - "filePath": "resourceFile1622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1623", - "filePath": "resourceFile1623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1624", - "filePath": "resourceFile1624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1625", - "filePath": "resourceFile1625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1626", - "filePath": "resourceFile1626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1627", - "filePath": "resourceFile1627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1628", - "filePath": "resourceFile1628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1629", - "filePath": "resourceFile1629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1630", - "filePath": "resourceFile1630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1631", - "filePath": "resourceFile1631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1632", - "filePath": "resourceFile1632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1633", - "filePath": "resourceFile1633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1634", - "filePath": "resourceFile1634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1635", - "filePath": "resourceFile1635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1636", - "filePath": "resourceFile1636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1637", - "filePath": "resourceFile1637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1638", - "filePath": "resourceFile1638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1639", - "filePath": "resourceFile1639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1640", - "filePath": "resourceFile1640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1641", - "filePath": "resourceFile1641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1642", - "filePath": "resourceFile1642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1643", - "filePath": "resourceFile1643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1644", - "filePath": "resourceFile1644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1645", - "filePath": "resourceFile1645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1646", - "filePath": "resourceFile1646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1647", - "filePath": "resourceFile1647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1648", - "filePath": "resourceFile1648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1649", - "filePath": "resourceFile1649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1650", - "filePath": "resourceFile1650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1651", - "filePath": "resourceFile1651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1652", - "filePath": "resourceFile1652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1653", - "filePath": "resourceFile1653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1654", - "filePath": "resourceFile1654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1655", - "filePath": "resourceFile1655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1656", - "filePath": "resourceFile1656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1657", - "filePath": "resourceFile1657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1658", - "filePath": "resourceFile1658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1659", - "filePath": "resourceFile1659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1660", - "filePath": "resourceFile1660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1661", - "filePath": "resourceFile1661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1662", - "filePath": "resourceFile1662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1663", - "filePath": "resourceFile1663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1664", - "filePath": "resourceFile1664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1665", - "filePath": "resourceFile1665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1666", - "filePath": "resourceFile1666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1667", - "filePath": "resourceFile1667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1668", - "filePath": "resourceFile1668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1669", - "filePath": "resourceFile1669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1670", - "filePath": "resourceFile1670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1671", - "filePath": "resourceFile1671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1672", - "filePath": "resourceFile1672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1673", - "filePath": "resourceFile1673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1674", - "filePath": "resourceFile1674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1675", - "filePath": "resourceFile1675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1676", - "filePath": "resourceFile1676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1677", - "filePath": "resourceFile1677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1678", - "filePath": "resourceFile1678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1679", - "filePath": "resourceFile1679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1680", - "filePath": "resourceFile1680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1681", - "filePath": "resourceFile1681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1682", - "filePath": "resourceFile1682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1683", - "filePath": "resourceFile1683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1684", - "filePath": "resourceFile1684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1685", - "filePath": "resourceFile1685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1686", - "filePath": "resourceFile1686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1687", - "filePath": "resourceFile1687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1688", - "filePath": "resourceFile1688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1689", - "filePath": "resourceFile1689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1690", - "filePath": "resourceFile1690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1691", - "filePath": "resourceFile1691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1692", - "filePath": "resourceFile1692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1693", - "filePath": "resourceFile1693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1694", - "filePath": "resourceFile1694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1695", - "filePath": "resourceFile1695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1696", - "filePath": "resourceFile1696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1697", - "filePath": "resourceFile1697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1698", - "filePath": "resourceFile1698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1699", - "filePath": "resourceFile1699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1700", - "filePath": "resourceFile1700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1701", - "filePath": "resourceFile1701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1702", - "filePath": "resourceFile1702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1703", - "filePath": "resourceFile1703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1704", - "filePath": "resourceFile1704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1705", - "filePath": "resourceFile1705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1706", - "filePath": "resourceFile1706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1707", - "filePath": "resourceFile1707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1708", - "filePath": "resourceFile1708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1709", - "filePath": "resourceFile1709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1710", - "filePath": "resourceFile1710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1711", - "filePath": "resourceFile1711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1712", - "filePath": "resourceFile1712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1713", - "filePath": "resourceFile1713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1714", - "filePath": "resourceFile1714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1715", - "filePath": "resourceFile1715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1716", - "filePath": "resourceFile1716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1717", - "filePath": "resourceFile1717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1718", - "filePath": "resourceFile1718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1719", - "filePath": "resourceFile1719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1720", - "filePath": "resourceFile1720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1721", - "filePath": "resourceFile1721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1722", - "filePath": "resourceFile1722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1723", - "filePath": "resourceFile1723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1724", - "filePath": "resourceFile1724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1725", - "filePath": "resourceFile1725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1726", - "filePath": "resourceFile1726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1727", - "filePath": "resourceFile1727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1728", - "filePath": "resourceFile1728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1729", - "filePath": "resourceFile1729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1730", - "filePath": "resourceFile1730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1731", - "filePath": "resourceFile1731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1732", - "filePath": "resourceFile1732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1733", - "filePath": "resourceFile1733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1734", - "filePath": "resourceFile1734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1735", - "filePath": "resourceFile1735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1736", - "filePath": "resourceFile1736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1737", - "filePath": "resourceFile1737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1738", - "filePath": "resourceFile1738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1739", - "filePath": "resourceFile1739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1740", - "filePath": "resourceFile1740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1741", - "filePath": "resourceFile1741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1742", - "filePath": "resourceFile1742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1743", - "filePath": "resourceFile1743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1744", - "filePath": "resourceFile1744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1745", - "filePath": "resourceFile1745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1746", - "filePath": "resourceFile1746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1747", - "filePath": "resourceFile1747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1748", - "filePath": "resourceFile1748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1749", - "filePath": "resourceFile1749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1750", - "filePath": "resourceFile1750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1751", - "filePath": "resourceFile1751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1752", - "filePath": "resourceFile1752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1753", - "filePath": "resourceFile1753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1754", - "filePath": "resourceFile1754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1755", - "filePath": "resourceFile1755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1756", - "filePath": "resourceFile1756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1757", - "filePath": "resourceFile1757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1758", - "filePath": "resourceFile1758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1759", - "filePath": "resourceFile1759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1760", - "filePath": "resourceFile1760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1761", - "filePath": "resourceFile1761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1762", - "filePath": "resourceFile1762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1763", - "filePath": "resourceFile1763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1764", - "filePath": "resourceFile1764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1765", - "filePath": "resourceFile1765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1766", - "filePath": "resourceFile1766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1767", - "filePath": "resourceFile1767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1768", - "filePath": "resourceFile1768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1769", - "filePath": "resourceFile1769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1770", - "filePath": "resourceFile1770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1771", - "filePath": "resourceFile1771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1772", - "filePath": "resourceFile1772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1773", - "filePath": "resourceFile1773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1774", - "filePath": "resourceFile1774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1775", - "filePath": "resourceFile1775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1776", - "filePath": "resourceFile1776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1777", - "filePath": "resourceFile1777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1778", - "filePath": "resourceFile1778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1779", - "filePath": "resourceFile1779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1780", - "filePath": "resourceFile1780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1781", - "filePath": "resourceFile1781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1782", - "filePath": "resourceFile1782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1783", - "filePath": "resourceFile1783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1784", - "filePath": "resourceFile1784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1785", - "filePath": "resourceFile1785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1786", - "filePath": "resourceFile1786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1787", - "filePath": "resourceFile1787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1788", - "filePath": "resourceFile1788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1789", - "filePath": "resourceFile1789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1790", - "filePath": "resourceFile1790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1791", - "filePath": "resourceFile1791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1792", - "filePath": "resourceFile1792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1793", - "filePath": "resourceFile1793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1794", - "filePath": "resourceFile1794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1795", - "filePath": "resourceFile1795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1796", - "filePath": "resourceFile1796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1797", - "filePath": "resourceFile1797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1798", - "filePath": "resourceFile1798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1799", - "filePath": "resourceFile1799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1800", - "filePath": "resourceFile1800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1801", - "filePath": "resourceFile1801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1802", - "filePath": "resourceFile1802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1803", - "filePath": "resourceFile1803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1804", - "filePath": "resourceFile1804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1805", - "filePath": "resourceFile1805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1806", - "filePath": "resourceFile1806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1807", - "filePath": "resourceFile1807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1808", - "filePath": "resourceFile1808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1809", - "filePath": "resourceFile1809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1810", - "filePath": "resourceFile1810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1811", - "filePath": "resourceFile1811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1812", - "filePath": "resourceFile1812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1813", - "filePath": "resourceFile1813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1814", - "filePath": "resourceFile1814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1815", - "filePath": "resourceFile1815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1816", - "filePath": "resourceFile1816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1817", - "filePath": "resourceFile1817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1818", - "filePath": "resourceFile1818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1819", - "filePath": "resourceFile1819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1820", - "filePath": "resourceFile1820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1821", - "filePath": "resourceFile1821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1822", - "filePath": "resourceFile1822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1823", - "filePath": "resourceFile1823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1824", - "filePath": "resourceFile1824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1825", - "filePath": "resourceFile1825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1826", - "filePath": "resourceFile1826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1827", - "filePath": "resourceFile1827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1828", - "filePath": "resourceFile1828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1829", - "filePath": "resourceFile1829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1830", - "filePath": "resourceFile1830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1831", - "filePath": "resourceFile1831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1832", - "filePath": "resourceFile1832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1833", - "filePath": "resourceFile1833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1834", - "filePath": "resourceFile1834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1835", - "filePath": "resourceFile1835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1836", - "filePath": "resourceFile1836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1837", - "filePath": "resourceFile1837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1838", - "filePath": "resourceFile1838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1839", - "filePath": "resourceFile1839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1840", - "filePath": "resourceFile1840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1841", - "filePath": "resourceFile1841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1842", - "filePath": "resourceFile1842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1843", - "filePath": "resourceFile1843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1844", - "filePath": "resourceFile1844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1845", - "filePath": "resourceFile1845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1846", - "filePath": "resourceFile1846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1847", - "filePath": "resourceFile1847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1848", - "filePath": "resourceFile1848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1849", - "filePath": "resourceFile1849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1850", - "filePath": "resourceFile1850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1851", - "filePath": "resourceFile1851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1852", - "filePath": "resourceFile1852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1853", - "filePath": "resourceFile1853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1854", - "filePath": "resourceFile1854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1855", - "filePath": "resourceFile1855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1856", - "filePath": "resourceFile1856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1857", - "filePath": "resourceFile1857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1858", - "filePath": "resourceFile1858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1859", - "filePath": "resourceFile1859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1860", - "filePath": "resourceFile1860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1861", - "filePath": "resourceFile1861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1862", - "filePath": "resourceFile1862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1863", - "filePath": "resourceFile1863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1864", - "filePath": "resourceFile1864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1865", - "filePath": "resourceFile1865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1866", - "filePath": "resourceFile1866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1867", - "filePath": "resourceFile1867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1868", - "filePath": "resourceFile1868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1869", - "filePath": "resourceFile1869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1870", - "filePath": "resourceFile1870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1871", - "filePath": "resourceFile1871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1872", - "filePath": "resourceFile1872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1873", - "filePath": "resourceFile1873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1874", - "filePath": "resourceFile1874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1875", - "filePath": "resourceFile1875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1876", - "filePath": "resourceFile1876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1877", - "filePath": "resourceFile1877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1878", - "filePath": "resourceFile1878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1879", - "filePath": "resourceFile1879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1880", - "filePath": "resourceFile1880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1881", - "filePath": "resourceFile1881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1882", - "filePath": "resourceFile1882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1883", - "filePath": "resourceFile1883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1884", - "filePath": "resourceFile1884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1885", - "filePath": "resourceFile1885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1886", - "filePath": "resourceFile1886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1887", - "filePath": "resourceFile1887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1888", - "filePath": "resourceFile1888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1889", - "filePath": "resourceFile1889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1890", - "filePath": "resourceFile1890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1891", - "filePath": "resourceFile1891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1892", - "filePath": "resourceFile1892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1893", - "filePath": "resourceFile1893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1894", - "filePath": "resourceFile1894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1895", - "filePath": "resourceFile1895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1896", - "filePath": "resourceFile1896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1897", - "filePath": "resourceFile1897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1898", - "filePath": "resourceFile1898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1899", - "filePath": "resourceFile1899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1900", - "filePath": "resourceFile1900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1901", - "filePath": "resourceFile1901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1902", - "filePath": "resourceFile1902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1903", - "filePath": "resourceFile1903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1904", - "filePath": "resourceFile1904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1905", - "filePath": "resourceFile1905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1906", - "filePath": "resourceFile1906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1907", - "filePath": "resourceFile1907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1908", - "filePath": "resourceFile1908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1909", - "filePath": "resourceFile1909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1910", - "filePath": "resourceFile1910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1911", - "filePath": "resourceFile1911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1912", - "filePath": "resourceFile1912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1913", - "filePath": "resourceFile1913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1914", - "filePath": "resourceFile1914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1915", - "filePath": "resourceFile1915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1916", - "filePath": "resourceFile1916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1917", - "filePath": "resourceFile1917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1918", - "filePath": "resourceFile1918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1919", - "filePath": "resourceFile1919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1920", - "filePath": "resourceFile1920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1921", - "filePath": "resourceFile1921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1922", - "filePath": "resourceFile1922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1923", - "filePath": "resourceFile1923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1924", - "filePath": "resourceFile1924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1925", - "filePath": "resourceFile1925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1926", - "filePath": "resourceFile1926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1927", - "filePath": "resourceFile1927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1928", - "filePath": "resourceFile1928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1929", - "filePath": "resourceFile1929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1930", - "filePath": "resourceFile1930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1931", - "filePath": "resourceFile1931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1932", - "filePath": "resourceFile1932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1933", - "filePath": "resourceFile1933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1934", - "filePath": "resourceFile1934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1935", - "filePath": "resourceFile1935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1936", - "filePath": "resourceFile1936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1937", - "filePath": "resourceFile1937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1938", - "filePath": "resourceFile1938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1939", - "filePath": "resourceFile1939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1940", - "filePath": "resourceFile1940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1941", - "filePath": "resourceFile1941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1942", - "filePath": "resourceFile1942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1943", - "filePath": "resourceFile1943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1944", - "filePath": "resourceFile1944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1945", - "filePath": "resourceFile1945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1946", - "filePath": "resourceFile1946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1947", - "filePath": "resourceFile1947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1948", - "filePath": "resourceFile1948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1949", - "filePath": "resourceFile1949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1950", - "filePath": "resourceFile1950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1951", - "filePath": "resourceFile1951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1952", - "filePath": "resourceFile1952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1953", - "filePath": "resourceFile1953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1954", - "filePath": "resourceFile1954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1955", - "filePath": "resourceFile1955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1956", - "filePath": "resourceFile1956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1957", - "filePath": "resourceFile1957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1958", - "filePath": "resourceFile1958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1959", - "filePath": "resourceFile1959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1960", - "filePath": "resourceFile1960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1961", - "filePath": "resourceFile1961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1962", - "filePath": "resourceFile1962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1963", - "filePath": "resourceFile1963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1964", - "filePath": "resourceFile1964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1965", - "filePath": "resourceFile1965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1966", - "filePath": "resourceFile1966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1967", - "filePath": "resourceFile1967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1968", - "filePath": "resourceFile1968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1969", - "filePath": "resourceFile1969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1970", - "filePath": "resourceFile1970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1971", - "filePath": "resourceFile1971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1972", - "filePath": "resourceFile1972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1973", - "filePath": "resourceFile1973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1974", - "filePath": "resourceFile1974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1975", - "filePath": "resourceFile1975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1976", - "filePath": "resourceFile1976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1977", - "filePath": "resourceFile1977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1978", - "filePath": "resourceFile1978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1979", - "filePath": "resourceFile1979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1980", - "filePath": "resourceFile1980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1981", - "filePath": "resourceFile1981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1982", - "filePath": "resourceFile1982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1983", - "filePath": "resourceFile1983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1984", - "filePath": "resourceFile1984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1985", - "filePath": "resourceFile1985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1986", - "filePath": "resourceFile1986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1987", - "filePath": "resourceFile1987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1988", - "filePath": "resourceFile1988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1989", - "filePath": "resourceFile1989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1990", - "filePath": "resourceFile1990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1991", - "filePath": "resourceFile1991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1992", - "filePath": "resourceFile1992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1993", - "filePath": "resourceFile1993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1994", - "filePath": "resourceFile1994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1995", - "filePath": "resourceFile1995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1996", - "filePath": "resourceFile1996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1997", - "filePath": "resourceFile1997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1998", - "filePath": "resourceFile1998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1999", - "filePath": "resourceFile1999"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2000", - "filePath": "resourceFile2000"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2001", - "filePath": "resourceFile2001"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2002", - "filePath": "resourceFile2002"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2003", - "filePath": "resourceFile2003"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2004", - "filePath": "resourceFile2004"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2005", - "filePath": "resourceFile2005"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2006", - "filePath": "resourceFile2006"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2007", - "filePath": "resourceFile2007"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2008", - "filePath": "resourceFile2008"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2009", - "filePath": "resourceFile2009"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2010", - "filePath": "resourceFile2010"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2011", - "filePath": "resourceFile2011"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2012", - "filePath": "resourceFile2012"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2013", - "filePath": "resourceFile2013"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2014", - "filePath": "resourceFile2014"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2015", - "filePath": "resourceFile2015"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2016", - "filePath": "resourceFile2016"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2017", - "filePath": "resourceFile2017"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2018", - "filePath": "resourceFile2018"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2019", - "filePath": "resourceFile2019"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2020", - "filePath": "resourceFile2020"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2021", - "filePath": "resourceFile2021"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2022", - "filePath": "resourceFile2022"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2023", - "filePath": "resourceFile2023"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2024", - "filePath": "resourceFile2024"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2025", - "filePath": "resourceFile2025"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2026", - "filePath": "resourceFile2026"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2027", - "filePath": "resourceFile2027"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2028", - "filePath": "resourceFile2028"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2029", - "filePath": "resourceFile2029"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2030", - "filePath": "resourceFile2030"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2031", - "filePath": "resourceFile2031"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2032", - "filePath": "resourceFile2032"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2033", - "filePath": "resourceFile2033"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2034", - "filePath": "resourceFile2034"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2035", - "filePath": "resourceFile2035"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2036", - "filePath": "resourceFile2036"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2037", - "filePath": "resourceFile2037"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2038", - "filePath": "resourceFile2038"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2039", - "filePath": "resourceFile2039"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2040", - "filePath": "resourceFile2040"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2041", - "filePath": "resourceFile2041"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2042", - "filePath": "resourceFile2042"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2043", - "filePath": "resourceFile2043"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2044", - "filePath": "resourceFile2044"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2045", - "filePath": "resourceFile2045"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2046", - "filePath": "resourceFile2046"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2047", - "filePath": "resourceFile2047"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2048", - "filePath": "resourceFile2048"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2049", - "filePath": "resourceFile2049"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2050", - "filePath": "resourceFile2050"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2051", - "filePath": "resourceFile2051"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2052", - "filePath": "resourceFile2052"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2053", - "filePath": "resourceFile2053"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2054", - "filePath": "resourceFile2054"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2055", - "filePath": "resourceFile2055"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2056", - "filePath": "resourceFile2056"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2057", - "filePath": "resourceFile2057"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2058", - "filePath": "resourceFile2058"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2059", - "filePath": "resourceFile2059"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2060", - "filePath": "resourceFile2060"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2061", - "filePath": "resourceFile2061"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2062", - "filePath": "resourceFile2062"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2063", - "filePath": "resourceFile2063"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2064", - "filePath": "resourceFile2064"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2065", - "filePath": "resourceFile2065"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2066", - "filePath": "resourceFile2066"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2067", - "filePath": "resourceFile2067"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2068", - "filePath": "resourceFile2068"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2069", - "filePath": "resourceFile2069"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2070", - "filePath": "resourceFile2070"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2071", - "filePath": "resourceFile2071"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2072", - "filePath": "resourceFile2072"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2073", - "filePath": "resourceFile2073"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2074", - "filePath": "resourceFile2074"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2075", - "filePath": "resourceFile2075"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2076", - "filePath": "resourceFile2076"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2077", - "filePath": "resourceFile2077"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2078", - "filePath": "resourceFile2078"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2079", - "filePath": "resourceFile2079"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2080", - "filePath": "resourceFile2080"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2081", - "filePath": "resourceFile2081"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2082", - "filePath": "resourceFile2082"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2083", - "filePath": "resourceFile2083"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2084", - "filePath": "resourceFile2084"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2085", - "filePath": "resourceFile2085"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2086", - "filePath": "resourceFile2086"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2087", - "filePath": "resourceFile2087"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2088", - "filePath": "resourceFile2088"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2089", - "filePath": "resourceFile2089"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2090", - "filePath": "resourceFile2090"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2091", - "filePath": "resourceFile2091"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2092", - "filePath": "resourceFile2092"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2093", - "filePath": "resourceFile2093"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2094", - "filePath": "resourceFile2094"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2095", - "filePath": "resourceFile2095"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2096", - "filePath": "resourceFile2096"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2097", - "filePath": "resourceFile2097"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2098", - "filePath": "resourceFile2098"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2099", - "filePath": "resourceFile2099"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2100", - "filePath": "resourceFile2100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2101", - "filePath": "resourceFile2101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2102", - "filePath": "resourceFile2102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2103", - "filePath": "resourceFile2103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2104", - "filePath": "resourceFile2104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2105", - "filePath": "resourceFile2105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2106", - "filePath": "resourceFile2106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2107", - "filePath": "resourceFile2107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2108", - "filePath": "resourceFile2108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2109", - "filePath": "resourceFile2109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2110", - "filePath": "resourceFile2110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2111", - "filePath": "resourceFile2111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2112", - "filePath": "resourceFile2112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2113", - "filePath": "resourceFile2113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2114", - "filePath": "resourceFile2114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2115", - "filePath": "resourceFile2115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2116", - "filePath": "resourceFile2116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2117", - "filePath": "resourceFile2117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2118", - "filePath": "resourceFile2118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2119", - "filePath": "resourceFile2119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2120", - "filePath": "resourceFile2120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2121", - "filePath": "resourceFile2121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2122", - "filePath": "resourceFile2122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2123", - "filePath": "resourceFile2123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2124", - "filePath": "resourceFile2124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2125", - "filePath": "resourceFile2125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2126", - "filePath": "resourceFile2126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2127", - "filePath": "resourceFile2127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2128", - "filePath": "resourceFile2128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2129", - "filePath": "resourceFile2129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2130", - "filePath": "resourceFile2130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2131", - "filePath": "resourceFile2131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2132", - "filePath": "resourceFile2132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2133", - "filePath": "resourceFile2133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2134", - "filePath": "resourceFile2134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2135", - "filePath": "resourceFile2135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2136", - "filePath": "resourceFile2136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2137", - "filePath": "resourceFile2137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2138", - "filePath": "resourceFile2138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2139", - "filePath": "resourceFile2139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2140", - "filePath": "resourceFile2140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2141", - "filePath": "resourceFile2141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2142", - "filePath": "resourceFile2142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2143", - "filePath": "resourceFile2143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2144", - "filePath": "resourceFile2144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2145", - "filePath": "resourceFile2145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2146", - "filePath": "resourceFile2146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2147", - "filePath": "resourceFile2147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2148", - "filePath": "resourceFile2148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2149", - "filePath": "resourceFile2149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2150", - "filePath": "resourceFile2150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2151", - "filePath": "resourceFile2151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2152", - "filePath": "resourceFile2152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2153", - "filePath": "resourceFile2153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2154", - "filePath": "resourceFile2154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2155", - "filePath": "resourceFile2155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2156", - "filePath": "resourceFile2156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2157", - "filePath": "resourceFile2157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2158", - "filePath": "resourceFile2158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2159", - "filePath": "resourceFile2159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2160", - "filePath": "resourceFile2160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2161", - "filePath": "resourceFile2161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2162", - "filePath": "resourceFile2162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2163", - "filePath": "resourceFile2163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2164", - "filePath": "resourceFile2164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2165", - "filePath": "resourceFile2165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2166", - "filePath": "resourceFile2166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2167", - "filePath": "resourceFile2167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2168", - "filePath": "resourceFile2168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2169", - "filePath": "resourceFile2169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2170", - "filePath": "resourceFile2170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2171", - "filePath": "resourceFile2171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2172", - "filePath": "resourceFile2172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2173", - "filePath": "resourceFile2173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2174", - "filePath": "resourceFile2174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2175", - "filePath": "resourceFile2175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2176", - "filePath": "resourceFile2176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2177", - "filePath": "resourceFile2177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2178", - "filePath": "resourceFile2178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2179", - "filePath": "resourceFile2179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2180", - "filePath": "resourceFile2180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2181", - "filePath": "resourceFile2181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2182", - "filePath": "resourceFile2182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2183", - "filePath": "resourceFile2183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2184", - "filePath": "resourceFile2184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2185", - "filePath": "resourceFile2185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2186", - "filePath": "resourceFile2186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2187", - "filePath": "resourceFile2187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2188", - "filePath": "resourceFile2188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2189", - "filePath": "resourceFile2189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2190", - "filePath": "resourceFile2190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2191", - "filePath": "resourceFile2191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2192", - "filePath": "resourceFile2192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2193", - "filePath": "resourceFile2193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2194", - "filePath": "resourceFile2194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2195", - "filePath": "resourceFile2195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2196", - "filePath": "resourceFile2196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2197", - "filePath": "resourceFile2197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2198", - "filePath": "resourceFile2198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2199", - "filePath": "resourceFile2199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2200", - "filePath": "resourceFile2200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2201", - "filePath": "resourceFile2201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2202", - "filePath": "resourceFile2202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2203", - "filePath": "resourceFile2203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2204", - "filePath": "resourceFile2204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2205", - "filePath": "resourceFile2205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2206", - "filePath": "resourceFile2206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2207", - "filePath": "resourceFile2207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2208", - "filePath": "resourceFile2208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2209", - "filePath": "resourceFile2209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2210", - "filePath": "resourceFile2210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2211", - "filePath": "resourceFile2211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2212", - "filePath": "resourceFile2212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2213", - "filePath": "resourceFile2213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2214", - "filePath": "resourceFile2214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2215", - "filePath": "resourceFile2215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2216", - "filePath": "resourceFile2216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2217", - "filePath": "resourceFile2217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2218", - "filePath": "resourceFile2218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2219", - "filePath": "resourceFile2219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2220", - "filePath": "resourceFile2220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2221", - "filePath": "resourceFile2221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2222", - "filePath": "resourceFile2222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2223", - "filePath": "resourceFile2223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2224", - "filePath": "resourceFile2224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2225", - "filePath": "resourceFile2225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2226", - "filePath": "resourceFile2226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2227", - "filePath": "resourceFile2227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2228", - "filePath": "resourceFile2228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2229", - "filePath": "resourceFile2229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2230", - "filePath": "resourceFile2230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2231", - "filePath": "resourceFile2231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2232", - "filePath": "resourceFile2232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2233", - "filePath": "resourceFile2233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2234", - "filePath": "resourceFile2234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2235", - "filePath": "resourceFile2235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2236", - "filePath": "resourceFile2236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2237", - "filePath": "resourceFile2237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2238", - "filePath": "resourceFile2238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2239", - "filePath": "resourceFile2239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2240", - "filePath": "resourceFile2240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2241", - "filePath": "resourceFile2241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2242", - "filePath": "resourceFile2242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2243", - "filePath": "resourceFile2243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2244", - "filePath": "resourceFile2244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2245", - "filePath": "resourceFile2245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2246", - "filePath": "resourceFile2246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2247", - "filePath": "resourceFile2247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2248", - "filePath": "resourceFile2248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2249", - "filePath": "resourceFile2249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2250", - "filePath": "resourceFile2250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2251", - "filePath": "resourceFile2251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2252", - "filePath": "resourceFile2252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2253", - "filePath": "resourceFile2253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2254", - "filePath": "resourceFile2254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2255", - "filePath": "resourceFile2255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2256", - "filePath": "resourceFile2256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2257", - "filePath": "resourceFile2257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2258", - "filePath": "resourceFile2258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2259", - "filePath": "resourceFile2259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2260", - "filePath": "resourceFile2260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2261", - "filePath": "resourceFile2261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2262", - "filePath": "resourceFile2262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2263", - "filePath": "resourceFile2263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2264", - "filePath": "resourceFile2264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2265", - "filePath": "resourceFile2265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2266", - "filePath": "resourceFile2266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2267", - "filePath": "resourceFile2267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2268", - "filePath": "resourceFile2268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2269", - "filePath": "resourceFile2269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2270", - "filePath": "resourceFile2270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2271", - "filePath": "resourceFile2271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2272", - "filePath": "resourceFile2272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2273", - "filePath": "resourceFile2273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2274", - "filePath": "resourceFile2274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2275", - "filePath": "resourceFile2275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2276", - "filePath": "resourceFile2276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2277", - "filePath": "resourceFile2277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2278", - "filePath": "resourceFile2278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2279", - "filePath": "resourceFile2279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2280", - "filePath": "resourceFile2280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2281", - "filePath": "resourceFile2281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2282", - "filePath": "resourceFile2282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2283", - "filePath": "resourceFile2283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2284", - "filePath": "resourceFile2284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2285", - "filePath": "resourceFile2285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2286", - "filePath": "resourceFile2286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2287", - "filePath": "resourceFile2287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2288", - "filePath": "resourceFile2288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2289", - "filePath": "resourceFile2289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2290", - "filePath": "resourceFile2290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2291", - "filePath": "resourceFile2291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2292", - "filePath": "resourceFile2292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2293", - "filePath": "resourceFile2293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2294", - "filePath": "resourceFile2294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2295", - "filePath": "resourceFile2295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2296", - "filePath": "resourceFile2296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2297", - "filePath": "resourceFile2297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2298", - "filePath": "resourceFile2298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2299", - "filePath": "resourceFile2299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2300", - "filePath": "resourceFile2300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2301", - "filePath": "resourceFile2301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2302", - "filePath": "resourceFile2302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2303", - "filePath": "resourceFile2303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2304", - "filePath": "resourceFile2304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2305", - "filePath": "resourceFile2305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2306", - "filePath": "resourceFile2306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2307", - "filePath": "resourceFile2307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2308", - "filePath": "resourceFile2308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2309", - "filePath": "resourceFile2309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2310", - "filePath": "resourceFile2310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2311", - "filePath": "resourceFile2311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2312", - "filePath": "resourceFile2312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2313", - "filePath": "resourceFile2313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2314", - "filePath": "resourceFile2314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2315", - "filePath": "resourceFile2315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2316", - "filePath": "resourceFile2316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2317", - "filePath": "resourceFile2317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2318", - "filePath": "resourceFile2318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2319", - "filePath": "resourceFile2319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2320", - "filePath": "resourceFile2320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2321", - "filePath": "resourceFile2321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2322", - "filePath": "resourceFile2322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2323", - "filePath": "resourceFile2323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2324", - "filePath": "resourceFile2324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2325", - "filePath": "resourceFile2325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2326", - "filePath": "resourceFile2326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2327", - "filePath": "resourceFile2327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2328", - "filePath": "resourceFile2328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2329", - "filePath": "resourceFile2329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2330", - "filePath": "resourceFile2330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2331", - "filePath": "resourceFile2331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2332", - "filePath": "resourceFile2332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2333", - "filePath": "resourceFile2333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2334", - "filePath": "resourceFile2334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2335", - "filePath": "resourceFile2335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2336", - "filePath": "resourceFile2336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2337", - "filePath": "resourceFile2337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2338", - "filePath": "resourceFile2338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2339", - "filePath": "resourceFile2339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2340", - "filePath": "resourceFile2340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2341", - "filePath": "resourceFile2341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2342", - "filePath": "resourceFile2342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2343", - "filePath": "resourceFile2343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2344", - "filePath": "resourceFile2344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2345", - "filePath": "resourceFile2345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2346", - "filePath": "resourceFile2346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2347", - "filePath": "resourceFile2347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2348", - "filePath": "resourceFile2348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2349", - "filePath": "resourceFile2349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2350", - "filePath": "resourceFile2350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2351", - "filePath": "resourceFile2351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2352", - "filePath": "resourceFile2352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2353", - "filePath": "resourceFile2353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2354", - "filePath": "resourceFile2354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2355", - "filePath": "resourceFile2355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2356", - "filePath": "resourceFile2356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2357", - "filePath": "resourceFile2357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2358", - "filePath": "resourceFile2358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2359", - "filePath": "resourceFile2359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2360", - "filePath": "resourceFile2360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2361", - "filePath": "resourceFile2361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2362", - "filePath": "resourceFile2362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2363", - "filePath": "resourceFile2363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2364", - "filePath": "resourceFile2364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2365", - "filePath": "resourceFile2365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2366", - "filePath": "resourceFile2366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2367", - "filePath": "resourceFile2367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2368", - "filePath": "resourceFile2368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2369", - "filePath": "resourceFile2369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2370", - "filePath": "resourceFile2370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2371", - "filePath": "resourceFile2371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2372", - "filePath": "resourceFile2372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2373", - "filePath": "resourceFile2373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2374", - "filePath": "resourceFile2374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2375", - "filePath": "resourceFile2375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2376", - "filePath": "resourceFile2376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2377", - "filePath": "resourceFile2377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2378", - "filePath": "resourceFile2378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2379", - "filePath": "resourceFile2379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2380", - "filePath": "resourceFile2380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2381", - "filePath": "resourceFile2381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2382", - "filePath": "resourceFile2382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2383", - "filePath": "resourceFile2383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2384", - "filePath": "resourceFile2384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2385", - "filePath": "resourceFile2385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2386", - "filePath": "resourceFile2386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2387", - "filePath": "resourceFile2387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2388", - "filePath": "resourceFile2388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2389", - "filePath": "resourceFile2389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2390", - "filePath": "resourceFile2390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2391", - "filePath": "resourceFile2391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2392", - "filePath": "resourceFile2392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2393", - "filePath": "resourceFile2393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2394", - "filePath": "resourceFile2394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2395", - "filePath": "resourceFile2395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2396", - "filePath": "resourceFile2396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2397", - "filePath": "resourceFile2397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2398", - "filePath": "resourceFile2398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2399", - "filePath": "resourceFile2399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2400", - "filePath": "resourceFile2400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2401", - "filePath": "resourceFile2401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2402", - "filePath": "resourceFile2402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2403", - "filePath": "resourceFile2403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2404", - "filePath": "resourceFile2404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2405", - "filePath": "resourceFile2405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2406", - "filePath": "resourceFile2406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2407", - "filePath": "resourceFile2407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2408", - "filePath": "resourceFile2408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2409", - "filePath": "resourceFile2409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2410", - "filePath": "resourceFile2410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2411", - "filePath": "resourceFile2411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2412", - "filePath": "resourceFile2412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2413", - "filePath": "resourceFile2413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2414", - "filePath": "resourceFile2414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2415", - "filePath": "resourceFile2415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2416", - "filePath": "resourceFile2416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2417", - "filePath": "resourceFile2417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2418", - "filePath": "resourceFile2418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2419", - "filePath": "resourceFile2419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2420", - "filePath": "resourceFile2420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2421", - "filePath": "resourceFile2421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2422", - "filePath": "resourceFile2422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2423", - "filePath": "resourceFile2423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2424", - "filePath": "resourceFile2424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2425", - "filePath": "resourceFile2425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2426", - "filePath": "resourceFile2426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2427", - "filePath": "resourceFile2427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2428", - "filePath": "resourceFile2428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2429", - "filePath": "resourceFile2429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2430", - "filePath": "resourceFile2430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2431", - "filePath": "resourceFile2431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2432", - "filePath": "resourceFile2432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2433", - "filePath": "resourceFile2433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2434", - "filePath": "resourceFile2434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2435", - "filePath": "resourceFile2435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2436", - "filePath": "resourceFile2436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2437", - "filePath": "resourceFile2437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2438", - "filePath": "resourceFile2438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2439", - "filePath": "resourceFile2439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2440", - "filePath": "resourceFile2440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2441", - "filePath": "resourceFile2441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2442", - "filePath": "resourceFile2442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2443", - "filePath": "resourceFile2443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2444", - "filePath": "resourceFile2444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2445", - "filePath": "resourceFile2445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2446", - "filePath": "resourceFile2446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2447", - "filePath": "resourceFile2447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2448", - "filePath": "resourceFile2448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2449", - "filePath": "resourceFile2449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2450", - "filePath": "resourceFile2450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2451", - "filePath": "resourceFile2451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2452", - "filePath": "resourceFile2452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2453", - "filePath": "resourceFile2453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2454", - "filePath": "resourceFile2454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2455", - "filePath": "resourceFile2455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2456", - "filePath": "resourceFile2456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2457", - "filePath": "resourceFile2457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2458", - "filePath": "resourceFile2458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2459", - "filePath": "resourceFile2459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2460", - "filePath": "resourceFile2460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2461", - "filePath": "resourceFile2461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2462", - "filePath": "resourceFile2462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2463", - "filePath": "resourceFile2463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2464", - "filePath": "resourceFile2464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2465", - "filePath": "resourceFile2465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2466", - "filePath": "resourceFile2466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2467", - "filePath": "resourceFile2467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2468", - "filePath": "resourceFile2468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2469", - "filePath": "resourceFile2469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2470", - "filePath": "resourceFile2470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2471", - "filePath": "resourceFile2471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2472", - "filePath": "resourceFile2472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2473", - "filePath": "resourceFile2473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2474", - "filePath": "resourceFile2474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2475", - "filePath": "resourceFile2475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2476", - "filePath": "resourceFile2476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2477", - "filePath": "resourceFile2477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2478", - "filePath": "resourceFile2478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2479", - "filePath": "resourceFile2479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2480", - "filePath": "resourceFile2480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2481", - "filePath": "resourceFile2481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2482", - "filePath": "resourceFile2482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2483", - "filePath": "resourceFile2483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2484", - "filePath": "resourceFile2484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2485", - "filePath": "resourceFile2485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2486", - "filePath": "resourceFile2486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2487", - "filePath": "resourceFile2487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2488", - "filePath": "resourceFile2488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2489", - "filePath": "resourceFile2489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2490", - "filePath": "resourceFile2490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2491", - "filePath": "resourceFile2491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2492", - "filePath": "resourceFile2492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2493", - "filePath": "resourceFile2493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2494", - "filePath": "resourceFile2494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2495", - "filePath": "resourceFile2495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2496", - "filePath": "resourceFile2496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2497", - "filePath": "resourceFile2497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2498", - "filePath": "resourceFile2498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2499", - "filePath": "resourceFile2499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2500", - "filePath": "resourceFile2500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2501", - "filePath": "resourceFile2501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2502", - "filePath": "resourceFile2502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2503", - "filePath": "resourceFile2503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2504", - "filePath": "resourceFile2504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2505", - "filePath": "resourceFile2505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2506", - "filePath": "resourceFile2506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2507", - "filePath": "resourceFile2507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2508", - "filePath": "resourceFile2508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2509", - "filePath": "resourceFile2509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2510", - "filePath": "resourceFile2510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2511", - "filePath": "resourceFile2511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2512", - "filePath": "resourceFile2512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2513", - "filePath": "resourceFile2513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2514", - "filePath": "resourceFile2514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2515", - "filePath": "resourceFile2515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2516", - "filePath": "resourceFile2516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2517", - "filePath": "resourceFile2517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2518", - "filePath": "resourceFile2518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2519", - "filePath": "resourceFile2519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2520", - "filePath": "resourceFile2520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2521", - "filePath": "resourceFile2521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2522", - "filePath": "resourceFile2522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2523", - "filePath": "resourceFile2523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2524", - "filePath": "resourceFile2524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2525", - "filePath": "resourceFile2525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2526", - "filePath": "resourceFile2526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2527", - "filePath": "resourceFile2527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2528", - "filePath": "resourceFile2528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2529", - "filePath": "resourceFile2529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2530", - "filePath": "resourceFile2530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2531", - "filePath": "resourceFile2531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2532", - "filePath": "resourceFile2532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2533", - "filePath": "resourceFile2533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2534", - "filePath": "resourceFile2534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2535", - "filePath": "resourceFile2535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2536", - "filePath": "resourceFile2536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2537", - "filePath": "resourceFile2537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2538", - "filePath": "resourceFile2538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2539", - "filePath": "resourceFile2539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2540", - "filePath": "resourceFile2540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2541", - "filePath": "resourceFile2541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2542", - "filePath": "resourceFile2542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2543", - "filePath": "resourceFile2543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2544", - "filePath": "resourceFile2544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2545", - "filePath": "resourceFile2545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2546", - "filePath": "resourceFile2546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2547", - "filePath": "resourceFile2547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2548", - "filePath": "resourceFile2548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2549", - "filePath": "resourceFile2549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2550", - "filePath": "resourceFile2550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2551", - "filePath": "resourceFile2551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2552", - "filePath": "resourceFile2552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2553", - "filePath": "resourceFile2553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2554", - "filePath": "resourceFile2554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2555", - "filePath": "resourceFile2555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2556", - "filePath": "resourceFile2556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2557", - "filePath": "resourceFile2557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2558", - "filePath": "resourceFile2558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2559", - "filePath": "resourceFile2559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2560", - "filePath": "resourceFile2560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2561", - "filePath": "resourceFile2561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2562", - "filePath": "resourceFile2562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2563", - "filePath": "resourceFile2563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2564", - "filePath": "resourceFile2564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2565", - "filePath": "resourceFile2565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2566", - "filePath": "resourceFile2566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2567", - "filePath": "resourceFile2567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2568", - "filePath": "resourceFile2568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2569", - "filePath": "resourceFile2569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2570", - "filePath": "resourceFile2570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2571", - "filePath": "resourceFile2571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2572", - "filePath": "resourceFile2572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2573", - "filePath": "resourceFile2573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2574", - "filePath": "resourceFile2574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2575", - "filePath": "resourceFile2575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2576", - "filePath": "resourceFile2576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2577", - "filePath": "resourceFile2577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2578", - "filePath": "resourceFile2578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2579", - "filePath": "resourceFile2579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2580", - "filePath": "resourceFile2580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2581", - "filePath": "resourceFile2581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2582", - "filePath": "resourceFile2582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2583", - "filePath": "resourceFile2583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2584", - "filePath": "resourceFile2584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2585", - "filePath": "resourceFile2585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2586", - "filePath": "resourceFile2586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2587", - "filePath": "resourceFile2587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2588", - "filePath": "resourceFile2588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2589", - "filePath": "resourceFile2589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2590", - "filePath": "resourceFile2590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2591", - "filePath": "resourceFile2591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2592", - "filePath": "resourceFile2592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2593", - "filePath": "resourceFile2593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2594", - "filePath": "resourceFile2594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2595", - "filePath": "resourceFile2595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2596", - "filePath": "resourceFile2596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2597", - "filePath": "resourceFile2597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2598", - "filePath": "resourceFile2598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2599", - "filePath": "resourceFile2599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2600", - "filePath": "resourceFile2600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2601", - "filePath": "resourceFile2601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2602", - "filePath": "resourceFile2602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2603", - "filePath": "resourceFile2603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2604", - "filePath": "resourceFile2604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2605", - "filePath": "resourceFile2605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2606", - "filePath": "resourceFile2606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2607", - "filePath": "resourceFile2607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2608", - "filePath": "resourceFile2608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2609", - "filePath": "resourceFile2609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2610", - "filePath": "resourceFile2610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2611", - "filePath": "resourceFile2611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2612", - "filePath": "resourceFile2612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2613", - "filePath": "resourceFile2613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2614", - "filePath": "resourceFile2614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2615", - "filePath": "resourceFile2615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2616", - "filePath": "resourceFile2616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2617", - "filePath": "resourceFile2617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2618", - "filePath": "resourceFile2618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2619", - "filePath": "resourceFile2619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2620", - "filePath": "resourceFile2620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2621", - "filePath": "resourceFile2621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2622", - "filePath": "resourceFile2622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2623", - "filePath": "resourceFile2623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2624", - "filePath": "resourceFile2624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2625", - "filePath": "resourceFile2625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2626", - "filePath": "resourceFile2626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2627", - "filePath": "resourceFile2627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2628", - "filePath": "resourceFile2628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2629", - "filePath": "resourceFile2629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2630", - "filePath": "resourceFile2630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2631", - "filePath": "resourceFile2631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2632", - "filePath": "resourceFile2632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2633", - "filePath": "resourceFile2633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2634", - "filePath": "resourceFile2634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2635", - "filePath": "resourceFile2635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2636", - "filePath": "resourceFile2636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2637", - "filePath": "resourceFile2637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2638", - "filePath": "resourceFile2638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2639", - "filePath": "resourceFile2639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2640", - "filePath": "resourceFile2640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2641", - "filePath": "resourceFile2641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2642", - "filePath": "resourceFile2642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2643", - "filePath": "resourceFile2643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2644", - "filePath": "resourceFile2644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2645", - "filePath": "resourceFile2645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2646", - "filePath": "resourceFile2646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2647", - "filePath": "resourceFile2647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2648", - "filePath": "resourceFile2648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2649", - "filePath": "resourceFile2649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2650", - "filePath": "resourceFile2650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2651", - "filePath": "resourceFile2651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2652", - "filePath": "resourceFile2652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2653", - "filePath": "resourceFile2653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2654", - "filePath": "resourceFile2654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2655", - "filePath": "resourceFile2655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2656", - "filePath": "resourceFile2656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2657", - "filePath": "resourceFile2657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2658", - "filePath": "resourceFile2658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2659", - "filePath": "resourceFile2659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2660", - "filePath": "resourceFile2660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2661", - "filePath": "resourceFile2661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2662", - "filePath": "resourceFile2662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2663", - "filePath": "resourceFile2663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2664", - "filePath": "resourceFile2664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2665", - "filePath": "resourceFile2665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2666", - "filePath": "resourceFile2666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2667", - "filePath": "resourceFile2667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2668", - "filePath": "resourceFile2668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2669", - "filePath": "resourceFile2669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2670", - "filePath": "resourceFile2670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2671", - "filePath": "resourceFile2671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2672", - "filePath": "resourceFile2672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2673", - "filePath": "resourceFile2673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2674", - "filePath": "resourceFile2674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2675", - "filePath": "resourceFile2675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2676", - "filePath": "resourceFile2676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2677", - "filePath": "resourceFile2677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2678", - "filePath": "resourceFile2678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2679", - "filePath": "resourceFile2679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2680", - "filePath": "resourceFile2680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2681", - "filePath": "resourceFile2681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2682", - "filePath": "resourceFile2682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2683", - "filePath": "resourceFile2683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2684", - "filePath": "resourceFile2684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2685", - "filePath": "resourceFile2685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2686", - "filePath": "resourceFile2686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2687", - "filePath": "resourceFile2687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2688", - "filePath": "resourceFile2688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2689", - "filePath": "resourceFile2689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2690", - "filePath": "resourceFile2690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2691", - "filePath": "resourceFile2691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2692", - "filePath": "resourceFile2692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2693", - "filePath": "resourceFile2693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2694", - "filePath": "resourceFile2694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2695", - "filePath": "resourceFile2695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2696", - "filePath": "resourceFile2696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2697", - "filePath": "resourceFile2697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2698", - "filePath": "resourceFile2698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2699", - "filePath": "resourceFile2699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2700", - "filePath": "resourceFile2700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2701", - "filePath": "resourceFile2701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2702", - "filePath": "resourceFile2702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2703", - "filePath": "resourceFile2703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2704", - "filePath": "resourceFile2704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2705", - "filePath": "resourceFile2705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2706", - "filePath": "resourceFile2706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2707", - "filePath": "resourceFile2707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2708", - "filePath": "resourceFile2708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2709", - "filePath": "resourceFile2709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2710", - "filePath": "resourceFile2710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2711", - "filePath": "resourceFile2711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2712", - "filePath": "resourceFile2712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2713", - "filePath": "resourceFile2713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2714", - "filePath": "resourceFile2714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2715", - "filePath": "resourceFile2715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2716", - "filePath": "resourceFile2716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2717", - "filePath": "resourceFile2717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2718", - "filePath": "resourceFile2718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2719", - "filePath": "resourceFile2719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2720", - "filePath": "resourceFile2720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2721", - "filePath": "resourceFile2721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2722", - "filePath": "resourceFile2722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2723", - "filePath": "resourceFile2723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2724", - "filePath": "resourceFile2724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2725", - "filePath": "resourceFile2725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2726", - "filePath": "resourceFile2726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2727", - "filePath": "resourceFile2727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2728", - "filePath": "resourceFile2728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2729", - "filePath": "resourceFile2729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2730", - "filePath": "resourceFile2730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2731", - "filePath": "resourceFile2731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2732", - "filePath": "resourceFile2732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2733", - "filePath": "resourceFile2733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2734", - "filePath": "resourceFile2734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2735", - "filePath": "resourceFile2735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2736", - "filePath": "resourceFile2736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2737", - "filePath": "resourceFile2737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2738", - "filePath": "resourceFile2738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2739", - "filePath": "resourceFile2739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2740", - "filePath": "resourceFile2740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2741", - "filePath": "resourceFile2741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2742", - "filePath": "resourceFile2742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2743", - "filePath": "resourceFile2743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2744", - "filePath": "resourceFile2744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2745", - "filePath": "resourceFile2745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2746", - "filePath": "resourceFile2746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2747", - "filePath": "resourceFile2747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2748", - "filePath": "resourceFile2748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2749", - "filePath": "resourceFile2749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2750", - "filePath": "resourceFile2750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2751", - "filePath": "resourceFile2751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2752", - "filePath": "resourceFile2752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2753", - "filePath": "resourceFile2753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2754", - "filePath": "resourceFile2754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2755", - "filePath": "resourceFile2755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2756", - "filePath": "resourceFile2756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2757", - "filePath": "resourceFile2757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2758", - "filePath": "resourceFile2758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2759", - "filePath": "resourceFile2759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2760", - "filePath": "resourceFile2760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2761", - "filePath": "resourceFile2761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2762", - "filePath": "resourceFile2762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2763", - "filePath": "resourceFile2763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2764", - "filePath": "resourceFile2764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2765", - "filePath": "resourceFile2765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2766", - "filePath": "resourceFile2766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2767", - "filePath": "resourceFile2767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2768", - "filePath": "resourceFile2768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2769", - "filePath": "resourceFile2769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2770", - "filePath": "resourceFile2770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2771", - "filePath": "resourceFile2771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2772", - "filePath": "resourceFile2772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2773", - "filePath": "resourceFile2773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2774", - "filePath": "resourceFile2774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2775", - "filePath": "resourceFile2775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2776", - "filePath": "resourceFile2776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2777", - "filePath": "resourceFile2777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2778", - "filePath": "resourceFile2778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2779", - "filePath": "resourceFile2779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2780", - "filePath": "resourceFile2780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2781", - "filePath": "resourceFile2781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2782", - "filePath": "resourceFile2782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2783", - "filePath": "resourceFile2783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2784", - "filePath": "resourceFile2784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2785", - "filePath": "resourceFile2785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2786", - "filePath": "resourceFile2786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2787", - "filePath": "resourceFile2787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2788", - "filePath": "resourceFile2788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2789", - "filePath": "resourceFile2789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2790", - "filePath": "resourceFile2790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2791", - "filePath": "resourceFile2791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2792", - "filePath": "resourceFile2792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2793", - "filePath": "resourceFile2793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2794", - "filePath": "resourceFile2794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2795", - "filePath": "resourceFile2795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2796", - "filePath": "resourceFile2796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2797", - "filePath": "resourceFile2797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2798", - "filePath": "resourceFile2798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2799", - "filePath": "resourceFile2799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2800", - "filePath": "resourceFile2800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2801", - "filePath": "resourceFile2801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2802", - "filePath": "resourceFile2802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2803", - "filePath": "resourceFile2803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2804", - "filePath": "resourceFile2804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2805", - "filePath": "resourceFile2805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2806", - "filePath": "resourceFile2806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2807", - "filePath": "resourceFile2807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2808", - "filePath": "resourceFile2808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2809", - "filePath": "resourceFile2809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2810", - "filePath": "resourceFile2810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2811", - "filePath": "resourceFile2811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2812", - "filePath": "resourceFile2812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2813", - "filePath": "resourceFile2813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2814", - "filePath": "resourceFile2814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2815", - "filePath": "resourceFile2815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2816", - "filePath": "resourceFile2816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2817", - "filePath": "resourceFile2817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2818", - "filePath": "resourceFile2818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2819", - "filePath": "resourceFile2819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2820", - "filePath": "resourceFile2820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2821", - "filePath": "resourceFile2821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2822", - "filePath": "resourceFile2822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2823", - "filePath": "resourceFile2823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2824", - "filePath": "resourceFile2824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2825", - "filePath": "resourceFile2825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2826", - "filePath": "resourceFile2826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2827", - "filePath": "resourceFile2827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2828", - "filePath": "resourceFile2828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2829", - "filePath": "resourceFile2829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2830", - "filePath": "resourceFile2830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2831", - "filePath": "resourceFile2831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2832", - "filePath": "resourceFile2832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2833", - "filePath": "resourceFile2833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2834", - "filePath": "resourceFile2834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2835", - "filePath": "resourceFile2835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2836", - "filePath": "resourceFile2836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2837", - "filePath": "resourceFile2837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2838", - "filePath": "resourceFile2838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2839", - "filePath": "resourceFile2839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2840", - "filePath": "resourceFile2840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2841", - "filePath": "resourceFile2841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2842", - "filePath": "resourceFile2842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2843", - "filePath": "resourceFile2843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2844", - "filePath": "resourceFile2844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2845", - "filePath": "resourceFile2845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2846", - "filePath": "resourceFile2846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2847", - "filePath": "resourceFile2847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2848", - "filePath": "resourceFile2848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2849", - "filePath": "resourceFile2849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2850", - "filePath": "resourceFile2850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2851", - "filePath": "resourceFile2851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2852", - "filePath": "resourceFile2852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2853", - "filePath": "resourceFile2853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2854", - "filePath": "resourceFile2854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2855", - "filePath": "resourceFile2855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2856", - "filePath": "resourceFile2856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2857", - "filePath": "resourceFile2857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2858", - "filePath": "resourceFile2858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2859", - "filePath": "resourceFile2859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2860", - "filePath": "resourceFile2860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2861", - "filePath": "resourceFile2861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2862", - "filePath": "resourceFile2862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2863", - "filePath": "resourceFile2863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2864", - "filePath": "resourceFile2864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2865", - "filePath": "resourceFile2865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2866", - "filePath": "resourceFile2866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2867", - "filePath": "resourceFile2867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2868", - "filePath": "resourceFile2868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2869", - "filePath": "resourceFile2869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2870", - "filePath": "resourceFile2870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2871", - "filePath": "resourceFile2871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2872", - "filePath": "resourceFile2872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2873", - "filePath": "resourceFile2873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2874", - "filePath": "resourceFile2874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2875", - "filePath": "resourceFile2875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2876", - "filePath": "resourceFile2876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2877", - "filePath": "resourceFile2877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2878", - "filePath": "resourceFile2878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2879", - "filePath": "resourceFile2879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2880", - "filePath": "resourceFile2880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2881", - "filePath": "resourceFile2881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2882", - "filePath": "resourceFile2882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2883", - "filePath": "resourceFile2883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2884", - "filePath": "resourceFile2884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2885", - "filePath": "resourceFile2885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2886", - "filePath": "resourceFile2886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2887", - "filePath": "resourceFile2887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2888", - "filePath": "resourceFile2888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2889", - "filePath": "resourceFile2889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2890", - "filePath": "resourceFile2890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2891", - "filePath": "resourceFile2891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2892", - "filePath": "resourceFile2892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2893", - "filePath": "resourceFile2893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2894", - "filePath": "resourceFile2894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2895", - "filePath": "resourceFile2895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2896", - "filePath": "resourceFile2896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2897", - "filePath": "resourceFile2897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2898", - "filePath": "resourceFile2898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2899", - "filePath": "resourceFile2899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2900", - "filePath": "resourceFile2900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2901", - "filePath": "resourceFile2901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2902", - "filePath": "resourceFile2902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2903", - "filePath": "resourceFile2903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2904", - "filePath": "resourceFile2904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2905", - "filePath": "resourceFile2905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2906", - "filePath": "resourceFile2906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2907", - "filePath": "resourceFile2907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2908", - "filePath": "resourceFile2908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2909", - "filePath": "resourceFile2909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2910", - "filePath": "resourceFile2910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2911", - "filePath": "resourceFile2911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2912", - "filePath": "resourceFile2912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2913", - "filePath": "resourceFile2913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2914", - "filePath": "resourceFile2914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2915", - "filePath": "resourceFile2915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2916", - "filePath": "resourceFile2916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2917", - "filePath": "resourceFile2917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2918", - "filePath": "resourceFile2918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2919", - "filePath": "resourceFile2919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2920", - "filePath": "resourceFile2920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2921", - "filePath": "resourceFile2921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2922", - "filePath": "resourceFile2922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2923", - "filePath": "resourceFile2923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2924", - "filePath": "resourceFile2924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2925", - "filePath": "resourceFile2925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2926", - "filePath": "resourceFile2926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2927", - "filePath": "resourceFile2927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2928", - "filePath": "resourceFile2928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2929", - "filePath": "resourceFile2929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2930", - "filePath": "resourceFile2930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2931", - "filePath": "resourceFile2931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2932", - "filePath": "resourceFile2932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2933", - "filePath": "resourceFile2933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2934", - "filePath": "resourceFile2934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2935", - "filePath": "resourceFile2935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2936", - "filePath": "resourceFile2936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2937", - "filePath": "resourceFile2937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2938", - "filePath": "resourceFile2938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2939", - "filePath": "resourceFile2939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2940", - "filePath": "resourceFile2940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2941", - "filePath": "resourceFile2941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2942", - "filePath": "resourceFile2942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2943", - "filePath": "resourceFile2943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2944", - "filePath": "resourceFile2944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2945", - "filePath": "resourceFile2945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2946", - "filePath": "resourceFile2946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2947", - "filePath": "resourceFile2947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2948", - "filePath": "resourceFile2948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2949", - "filePath": "resourceFile2949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2950", - "filePath": "resourceFile2950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2951", - "filePath": "resourceFile2951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2952", - "filePath": "resourceFile2952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2953", - "filePath": "resourceFile2953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2954", - "filePath": "resourceFile2954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2955", - "filePath": "resourceFile2955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2956", - "filePath": "resourceFile2956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2957", - "filePath": "resourceFile2957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2958", - "filePath": "resourceFile2958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2959", - "filePath": "resourceFile2959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2960", - "filePath": "resourceFile2960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2961", - "filePath": "resourceFile2961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2962", - "filePath": "resourceFile2962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2963", - "filePath": "resourceFile2963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2964", - "filePath": "resourceFile2964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2965", - "filePath": "resourceFile2965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2966", - "filePath": "resourceFile2966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2967", - "filePath": "resourceFile2967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2968", - "filePath": "resourceFile2968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2969", - "filePath": "resourceFile2969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2970", - "filePath": "resourceFile2970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2971", - "filePath": "resourceFile2971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2972", - "filePath": "resourceFile2972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2973", - "filePath": "resourceFile2973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2974", - "filePath": "resourceFile2974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2975", - "filePath": "resourceFile2975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2976", - "filePath": "resourceFile2976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2977", - "filePath": "resourceFile2977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2978", - "filePath": "resourceFile2978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2979", - "filePath": "resourceFile2979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2980", - "filePath": "resourceFile2980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2981", - "filePath": "resourceFile2981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2982", - "filePath": "resourceFile2982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2983", - "filePath": "resourceFile2983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2984", - "filePath": "resourceFile2984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2985", - "filePath": "resourceFile2985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2986", - "filePath": "resourceFile2986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2987", - "filePath": "resourceFile2987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2988", - "filePath": "resourceFile2988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2989", - "filePath": "resourceFile2989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2990", - "filePath": "resourceFile2990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2991", - "filePath": "resourceFile2991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2992", - "filePath": "resourceFile2992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2993", - "filePath": "resourceFile2993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2994", - "filePath": "resourceFile2994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2995", - "filePath": "resourceFile2995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2996", - "filePath": "resourceFile2996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2997", - "filePath": "resourceFile2997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2998", - "filePath": "resourceFile2998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2999", - "filePath": "resourceFile2999"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3000", - "filePath": "resourceFile3000"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3001", - "filePath": "resourceFile3001"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3002", - "filePath": "resourceFile3002"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3003", - "filePath": "resourceFile3003"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3004", - "filePath": "resourceFile3004"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3005", - "filePath": "resourceFile3005"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3006", - "filePath": "resourceFile3006"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3007", - "filePath": "resourceFile3007"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3008", - "filePath": "resourceFile3008"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3009", - "filePath": "resourceFile3009"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3010", - "filePath": "resourceFile3010"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3011", - "filePath": "resourceFile3011"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3012", - "filePath": "resourceFile3012"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3013", - "filePath": "resourceFile3013"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3014", - "filePath": "resourceFile3014"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3015", - "filePath": "resourceFile3015"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3016", - "filePath": "resourceFile3016"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3017", - "filePath": "resourceFile3017"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3018", - "filePath": "resourceFile3018"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3019", - "filePath": "resourceFile3019"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3020", - "filePath": "resourceFile3020"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3021", - "filePath": "resourceFile3021"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3022", - "filePath": "resourceFile3022"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3023", - "filePath": "resourceFile3023"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3024", - "filePath": "resourceFile3024"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3025", - "filePath": "resourceFile3025"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3026", - "filePath": "resourceFile3026"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3027", - "filePath": "resourceFile3027"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3028", - "filePath": "resourceFile3028"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3029", - "filePath": "resourceFile3029"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3030", - "filePath": "resourceFile3030"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3031", - "filePath": "resourceFile3031"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3032", - "filePath": "resourceFile3032"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3033", - "filePath": "resourceFile3033"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3034", - "filePath": "resourceFile3034"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3035", - "filePath": "resourceFile3035"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3036", - "filePath": "resourceFile3036"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3037", - "filePath": "resourceFile3037"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3038", - "filePath": "resourceFile3038"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3039", - "filePath": "resourceFile3039"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3040", - "filePath": "resourceFile3040"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3041", - "filePath": "resourceFile3041"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3042", - "filePath": "resourceFile3042"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3043", - "filePath": "resourceFile3043"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3044", - "filePath": "resourceFile3044"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3045", - "filePath": "resourceFile3045"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3046", - "filePath": "resourceFile3046"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3047", - "filePath": "resourceFile3047"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3048", - "filePath": "resourceFile3048"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3049", - "filePath": "resourceFile3049"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3050", - "filePath": "resourceFile3050"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3051", - "filePath": "resourceFile3051"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3052", - "filePath": "resourceFile3052"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3053", - "filePath": "resourceFile3053"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3054", - "filePath": "resourceFile3054"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3055", - "filePath": "resourceFile3055"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3056", - "filePath": "resourceFile3056"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3057", - "filePath": "resourceFile3057"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3058", - "filePath": "resourceFile3058"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3059", - "filePath": "resourceFile3059"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3060", - "filePath": "resourceFile3060"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3061", - "filePath": "resourceFile3061"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3062", - "filePath": "resourceFile3062"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3063", - "filePath": "resourceFile3063"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3064", - "filePath": "resourceFile3064"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3065", - "filePath": "resourceFile3065"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3066", - "filePath": "resourceFile3066"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3067", - "filePath": "resourceFile3067"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3068", - "filePath": "resourceFile3068"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3069", - "filePath": "resourceFile3069"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3070", - "filePath": "resourceFile3070"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3071", - "filePath": "resourceFile3071"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3072", - "filePath": "resourceFile3072"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3073", - "filePath": "resourceFile3073"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3074", - "filePath": "resourceFile3074"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3075", - "filePath": "resourceFile3075"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3076", - "filePath": "resourceFile3076"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3077", - "filePath": "resourceFile3077"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3078", - "filePath": "resourceFile3078"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3079", - "filePath": "resourceFile3079"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3080", - "filePath": "resourceFile3080"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3081", - "filePath": "resourceFile3081"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3082", - "filePath": "resourceFile3082"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3083", - "filePath": "resourceFile3083"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3084", - "filePath": "resourceFile3084"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3085", - "filePath": "resourceFile3085"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3086", - "filePath": "resourceFile3086"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3087", - "filePath": "resourceFile3087"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3088", - "filePath": "resourceFile3088"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3089", - "filePath": "resourceFile3089"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3090", - "filePath": "resourceFile3090"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3091", - "filePath": "resourceFile3091"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3092", - "filePath": "resourceFile3092"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3093", - "filePath": "resourceFile3093"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3094", - "filePath": "resourceFile3094"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3095", - "filePath": "resourceFile3095"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3096", - "filePath": "resourceFile3096"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3097", - "filePath": "resourceFile3097"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3098", - "filePath": "resourceFile3098"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3099", - "filePath": "resourceFile3099"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3100", - "filePath": "resourceFile3100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3101", - "filePath": "resourceFile3101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3102", - "filePath": "resourceFile3102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3103", - "filePath": "resourceFile3103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3104", - "filePath": "resourceFile3104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3105", - "filePath": "resourceFile3105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3106", - "filePath": "resourceFile3106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3107", - "filePath": "resourceFile3107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3108", - "filePath": "resourceFile3108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3109", - "filePath": "resourceFile3109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3110", - "filePath": "resourceFile3110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3111", - "filePath": "resourceFile3111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3112", - "filePath": "resourceFile3112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3113", - "filePath": "resourceFile3113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3114", - "filePath": "resourceFile3114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3115", - "filePath": "resourceFile3115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3116", - "filePath": "resourceFile3116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3117", - "filePath": "resourceFile3117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3118", - "filePath": "resourceFile3118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3119", - "filePath": "resourceFile3119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3120", - "filePath": "resourceFile3120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3121", - "filePath": "resourceFile3121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3122", - "filePath": "resourceFile3122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3123", - "filePath": "resourceFile3123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3124", - "filePath": "resourceFile3124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3125", - "filePath": "resourceFile3125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3126", - "filePath": "resourceFile3126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3127", - "filePath": "resourceFile3127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3128", - "filePath": "resourceFile3128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3129", - "filePath": "resourceFile3129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3130", - "filePath": "resourceFile3130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3131", - "filePath": "resourceFile3131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3132", - "filePath": "resourceFile3132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3133", - "filePath": "resourceFile3133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3134", - "filePath": "resourceFile3134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3135", - "filePath": "resourceFile3135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3136", - "filePath": "resourceFile3136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3137", - "filePath": "resourceFile3137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3138", - "filePath": "resourceFile3138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3139", - "filePath": "resourceFile3139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3140", - "filePath": "resourceFile3140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3141", - "filePath": "resourceFile3141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3142", - "filePath": "resourceFile3142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3143", - "filePath": "resourceFile3143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3144", - "filePath": "resourceFile3144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3145", - "filePath": "resourceFile3145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3146", - "filePath": "resourceFile3146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3147", - "filePath": "resourceFile3147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3148", - "filePath": "resourceFile3148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3149", - "filePath": "resourceFile3149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3150", - "filePath": "resourceFile3150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3151", - "filePath": "resourceFile3151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3152", - "filePath": "resourceFile3152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3153", - "filePath": "resourceFile3153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3154", - "filePath": "resourceFile3154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3155", - "filePath": "resourceFile3155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3156", - "filePath": "resourceFile3156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3157", - "filePath": "resourceFile3157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3158", - "filePath": "resourceFile3158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3159", - "filePath": "resourceFile3159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3160", - "filePath": "resourceFile3160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3161", - "filePath": "resourceFile3161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3162", - "filePath": "resourceFile3162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3163", - "filePath": "resourceFile3163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3164", - "filePath": "resourceFile3164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3165", - "filePath": "resourceFile3165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3166", - "filePath": "resourceFile3166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3167", - "filePath": "resourceFile3167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3168", - "filePath": "resourceFile3168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3169", - "filePath": "resourceFile3169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3170", - "filePath": "resourceFile3170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3171", - "filePath": "resourceFile3171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3172", - "filePath": "resourceFile3172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3173", - "filePath": "resourceFile3173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3174", - "filePath": "resourceFile3174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3175", - "filePath": "resourceFile3175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3176", - "filePath": "resourceFile3176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3177", - "filePath": "resourceFile3177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3178", - "filePath": "resourceFile3178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3179", - "filePath": "resourceFile3179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3180", - "filePath": "resourceFile3180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3181", - "filePath": "resourceFile3181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3182", - "filePath": "resourceFile3182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3183", - "filePath": "resourceFile3183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3184", - "filePath": "resourceFile3184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3185", - "filePath": "resourceFile3185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3186", - "filePath": "resourceFile3186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3187", - "filePath": "resourceFile3187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3188", - "filePath": "resourceFile3188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3189", - "filePath": "resourceFile3189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3190", - "filePath": "resourceFile3190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3191", - "filePath": "resourceFile3191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3192", - "filePath": "resourceFile3192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3193", - "filePath": "resourceFile3193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3194", - "filePath": "resourceFile3194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3195", - "filePath": "resourceFile3195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3196", - "filePath": "resourceFile3196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3197", - "filePath": "resourceFile3197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3198", - "filePath": "resourceFile3198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3199", - "filePath": "resourceFile3199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3200", - "filePath": "resourceFile3200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3201", - "filePath": "resourceFile3201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3202", - "filePath": "resourceFile3202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3203", - "filePath": "resourceFile3203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3204", - "filePath": "resourceFile3204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3205", - "filePath": "resourceFile3205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3206", - "filePath": "resourceFile3206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3207", - "filePath": "resourceFile3207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3208", - "filePath": "resourceFile3208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3209", - "filePath": "resourceFile3209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3210", - "filePath": "resourceFile3210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3211", - "filePath": "resourceFile3211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3212", - "filePath": "resourceFile3212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3213", - "filePath": "resourceFile3213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3214", - "filePath": "resourceFile3214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3215", - "filePath": "resourceFile3215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3216", - "filePath": "resourceFile3216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3217", - "filePath": "resourceFile3217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3218", - "filePath": "resourceFile3218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3219", - "filePath": "resourceFile3219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3220", - "filePath": "resourceFile3220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3221", - "filePath": "resourceFile3221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3222", - "filePath": "resourceFile3222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3223", - "filePath": "resourceFile3223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3224", - "filePath": "resourceFile3224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3225", - "filePath": "resourceFile3225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3226", - "filePath": "resourceFile3226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3227", - "filePath": "resourceFile3227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3228", - "filePath": "resourceFile3228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3229", - "filePath": "resourceFile3229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3230", - "filePath": "resourceFile3230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3231", - "filePath": "resourceFile3231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3232", - "filePath": "resourceFile3232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3233", - "filePath": "resourceFile3233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3234", - "filePath": "resourceFile3234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3235", - "filePath": "resourceFile3235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3236", - "filePath": "resourceFile3236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3237", - "filePath": "resourceFile3237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3238", - "filePath": "resourceFile3238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3239", - "filePath": "resourceFile3239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3240", - "filePath": "resourceFile3240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3241", - "filePath": "resourceFile3241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3242", - "filePath": "resourceFile3242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3243", - "filePath": "resourceFile3243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3244", - "filePath": "resourceFile3244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3245", - "filePath": "resourceFile3245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3246", - "filePath": "resourceFile3246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3247", - "filePath": "resourceFile3247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3248", - "filePath": "resourceFile3248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3249", - "filePath": "resourceFile3249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3250", - "filePath": "resourceFile3250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3251", - "filePath": "resourceFile3251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3252", - "filePath": "resourceFile3252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3253", - "filePath": "resourceFile3253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3254", - "filePath": "resourceFile3254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3255", - "filePath": "resourceFile3255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3256", - "filePath": "resourceFile3256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3257", - "filePath": "resourceFile3257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3258", - "filePath": "resourceFile3258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3259", - "filePath": "resourceFile3259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3260", - "filePath": "resourceFile3260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3261", - "filePath": "resourceFile3261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3262", - "filePath": "resourceFile3262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3263", - "filePath": "resourceFile3263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3264", - "filePath": "resourceFile3264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3265", - "filePath": "resourceFile3265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3266", - "filePath": "resourceFile3266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3267", - "filePath": "resourceFile3267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3268", - "filePath": "resourceFile3268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3269", - "filePath": "resourceFile3269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3270", - "filePath": "resourceFile3270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3271", - "filePath": "resourceFile3271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3272", - "filePath": "resourceFile3272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3273", - "filePath": "resourceFile3273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3274", - "filePath": "resourceFile3274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3275", - "filePath": "resourceFile3275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3276", - "filePath": "resourceFile3276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3277", - "filePath": "resourceFile3277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3278", - "filePath": "resourceFile3278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3279", - "filePath": "resourceFile3279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3280", - "filePath": "resourceFile3280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3281", - "filePath": "resourceFile3281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3282", - "filePath": "resourceFile3282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3283", - "filePath": "resourceFile3283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3284", - "filePath": "resourceFile3284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3285", - "filePath": "resourceFile3285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3286", - "filePath": "resourceFile3286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3287", - "filePath": "resourceFile3287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3288", - "filePath": "resourceFile3288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3289", - "filePath": "resourceFile3289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3290", - "filePath": "resourceFile3290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3291", - "filePath": "resourceFile3291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3292", - "filePath": "resourceFile3292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3293", - "filePath": "resourceFile3293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3294", - "filePath": "resourceFile3294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3295", - "filePath": "resourceFile3295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3296", - "filePath": "resourceFile3296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3297", - "filePath": "resourceFile3297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3298", - "filePath": "resourceFile3298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3299", - "filePath": "resourceFile3299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3300", - "filePath": "resourceFile3300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3301", - "filePath": "resourceFile3301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3302", - "filePath": "resourceFile3302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3303", - "filePath": "resourceFile3303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3304", - "filePath": "resourceFile3304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3305", - "filePath": "resourceFile3305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3306", - "filePath": "resourceFile3306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3307", - "filePath": "resourceFile3307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3308", - "filePath": "resourceFile3308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3309", - "filePath": "resourceFile3309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3310", - "filePath": "resourceFile3310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3311", - "filePath": "resourceFile3311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3312", - "filePath": "resourceFile3312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3313", - "filePath": "resourceFile3313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3314", - "filePath": "resourceFile3314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3315", - "filePath": "resourceFile3315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3316", - "filePath": "resourceFile3316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3317", - "filePath": "resourceFile3317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3318", - "filePath": "resourceFile3318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3319", - "filePath": "resourceFile3319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3320", - "filePath": "resourceFile3320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3321", - "filePath": "resourceFile3321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3322", - "filePath": "resourceFile3322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3323", - "filePath": "resourceFile3323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3324", - "filePath": "resourceFile3324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3325", - "filePath": "resourceFile3325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3326", - "filePath": "resourceFile3326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3327", - "filePath": "resourceFile3327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3328", - "filePath": "resourceFile3328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3329", - "filePath": "resourceFile3329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3330", - "filePath": "resourceFile3330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3331", - "filePath": "resourceFile3331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3332", - "filePath": "resourceFile3332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3333", - "filePath": "resourceFile3333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3334", - "filePath": "resourceFile3334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3335", - "filePath": "resourceFile3335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3336", - "filePath": "resourceFile3336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3337", - "filePath": "resourceFile3337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3338", - "filePath": "resourceFile3338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3339", - "filePath": "resourceFile3339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3340", - "filePath": "resourceFile3340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3341", - "filePath": "resourceFile3341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3342", - "filePath": "resourceFile3342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3343", - "filePath": "resourceFile3343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3344", - "filePath": "resourceFile3344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3345", - "filePath": "resourceFile3345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3346", - "filePath": "resourceFile3346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3347", - "filePath": "resourceFile3347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3348", - "filePath": "resourceFile3348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3349", - "filePath": "resourceFile3349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3350", - "filePath": "resourceFile3350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3351", - "filePath": "resourceFile3351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3352", - "filePath": "resourceFile3352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3353", - "filePath": "resourceFile3353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3354", - "filePath": "resourceFile3354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3355", - "filePath": "resourceFile3355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3356", - "filePath": "resourceFile3356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3357", - "filePath": "resourceFile3357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3358", - "filePath": "resourceFile3358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3359", - "filePath": "resourceFile3359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3360", - "filePath": "resourceFile3360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3361", - "filePath": "resourceFile3361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3362", - "filePath": "resourceFile3362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3363", - "filePath": "resourceFile3363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3364", - "filePath": "resourceFile3364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3365", - "filePath": "resourceFile3365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3366", - "filePath": "resourceFile3366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3367", - "filePath": "resourceFile3367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3368", - "filePath": "resourceFile3368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3369", - "filePath": "resourceFile3369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3370", - "filePath": "resourceFile3370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3371", - "filePath": "resourceFile3371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3372", - "filePath": "resourceFile3372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3373", - "filePath": "resourceFile3373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3374", - "filePath": "resourceFile3374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3375", - "filePath": "resourceFile3375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3376", - "filePath": "resourceFile3376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3377", - "filePath": "resourceFile3377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3378", - "filePath": "resourceFile3378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3379", - "filePath": "resourceFile3379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3380", - "filePath": "resourceFile3380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3381", - "filePath": "resourceFile3381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3382", - "filePath": "resourceFile3382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3383", - "filePath": "resourceFile3383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3384", - "filePath": "resourceFile3384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3385", - "filePath": "resourceFile3385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3386", - "filePath": "resourceFile3386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3387", - "filePath": "resourceFile3387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3388", - "filePath": "resourceFile3388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3389", - "filePath": "resourceFile3389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3390", - "filePath": "resourceFile3390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3391", - "filePath": "resourceFile3391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3392", - "filePath": "resourceFile3392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3393", - "filePath": "resourceFile3393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3394", - "filePath": "resourceFile3394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3395", - "filePath": "resourceFile3395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3396", - "filePath": "resourceFile3396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3397", - "filePath": "resourceFile3397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3398", - "filePath": "resourceFile3398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3399", - "filePath": "resourceFile3399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3400", - "filePath": "resourceFile3400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3401", - "filePath": "resourceFile3401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3402", - "filePath": "resourceFile3402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3403", - "filePath": "resourceFile3403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3404", - "filePath": "resourceFile3404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3405", - "filePath": "resourceFile3405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3406", - "filePath": "resourceFile3406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3407", - "filePath": "resourceFile3407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3408", - "filePath": "resourceFile3408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3409", - "filePath": "resourceFile3409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3410", - "filePath": "resourceFile3410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3411", - "filePath": "resourceFile3411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3412", - "filePath": "resourceFile3412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3413", - "filePath": "resourceFile3413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3414", - "filePath": "resourceFile3414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3415", - "filePath": "resourceFile3415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3416", - "filePath": "resourceFile3416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3417", - "filePath": "resourceFile3417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3418", - "filePath": "resourceFile3418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3419", - "filePath": "resourceFile3419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3420", - "filePath": "resourceFile3420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3421", - "filePath": "resourceFile3421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3422", - "filePath": "resourceFile3422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3423", - "filePath": "resourceFile3423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3424", - "filePath": "resourceFile3424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3425", - "filePath": "resourceFile3425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3426", - "filePath": "resourceFile3426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3427", - "filePath": "resourceFile3427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3428", - "filePath": "resourceFile3428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3429", - "filePath": "resourceFile3429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3430", - "filePath": "resourceFile3430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3431", - "filePath": "resourceFile3431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3432", - "filePath": "resourceFile3432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3433", - "filePath": "resourceFile3433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3434", - "filePath": "resourceFile3434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3435", - "filePath": "resourceFile3435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3436", - "filePath": "resourceFile3436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3437", - "filePath": "resourceFile3437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3438", - "filePath": "resourceFile3438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3439", - "filePath": "resourceFile3439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3440", - "filePath": "resourceFile3440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3441", - "filePath": "resourceFile3441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3442", - "filePath": "resourceFile3442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3443", - "filePath": "resourceFile3443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3444", - "filePath": "resourceFile3444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3445", - "filePath": "resourceFile3445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3446", - "filePath": "resourceFile3446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3447", - "filePath": "resourceFile3447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3448", - "filePath": "resourceFile3448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3449", - "filePath": "resourceFile3449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3450", - "filePath": "resourceFile3450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3451", - "filePath": "resourceFile3451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3452", - "filePath": "resourceFile3452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3453", - "filePath": "resourceFile3453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3454", - "filePath": "resourceFile3454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3455", - "filePath": "resourceFile3455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3456", - "filePath": "resourceFile3456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3457", - "filePath": "resourceFile3457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3458", - "filePath": "resourceFile3458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3459", - "filePath": "resourceFile3459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3460", - "filePath": "resourceFile3460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3461", - "filePath": "resourceFile3461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3462", - "filePath": "resourceFile3462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3463", - "filePath": "resourceFile3463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3464", - "filePath": "resourceFile3464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3465", - "filePath": "resourceFile3465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3466", - "filePath": "resourceFile3466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3467", - "filePath": "resourceFile3467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3468", - "filePath": "resourceFile3468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3469", - "filePath": "resourceFile3469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3470", - "filePath": "resourceFile3470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3471", - "filePath": "resourceFile3471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3472", - "filePath": "resourceFile3472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3473", - "filePath": "resourceFile3473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3474", - "filePath": "resourceFile3474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3475", - "filePath": "resourceFile3475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3476", - "filePath": "resourceFile3476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3477", - "filePath": "resourceFile3477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3478", - "filePath": "resourceFile3478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3479", - "filePath": "resourceFile3479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3480", - "filePath": "resourceFile3480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3481", - "filePath": "resourceFile3481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3482", - "filePath": "resourceFile3482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3483", - "filePath": "resourceFile3483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3484", - "filePath": "resourceFile3484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3485", - "filePath": "resourceFile3485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3486", - "filePath": "resourceFile3486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3487", - "filePath": "resourceFile3487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3488", - "filePath": "resourceFile3488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3489", - "filePath": "resourceFile3489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3490", - "filePath": "resourceFile3490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3491", - "filePath": "resourceFile3491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3492", - "filePath": "resourceFile3492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3493", - "filePath": "resourceFile3493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3494", - "filePath": "resourceFile3494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3495", - "filePath": "resourceFile3495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3496", - "filePath": "resourceFile3496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3497", - "filePath": "resourceFile3497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3498", - "filePath": "resourceFile3498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3499", - "filePath": "resourceFile3499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3500", - "filePath": "resourceFile3500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3501", - "filePath": "resourceFile3501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3502", - "filePath": "resourceFile3502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3503", - "filePath": "resourceFile3503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3504", - "filePath": "resourceFile3504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3505", - "filePath": "resourceFile3505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3506", - "filePath": "resourceFile3506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3507", - "filePath": "resourceFile3507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3508", - "filePath": "resourceFile3508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3509", - "filePath": "resourceFile3509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3510", - "filePath": "resourceFile3510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3511", - "filePath": "resourceFile3511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3512", - "filePath": "resourceFile3512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3513", - "filePath": "resourceFile3513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3514", - "filePath": "resourceFile3514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3515", - "filePath": "resourceFile3515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3516", - "filePath": "resourceFile3516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3517", - "filePath": "resourceFile3517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3518", - "filePath": "resourceFile3518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3519", - "filePath": "resourceFile3519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3520", - "filePath": "resourceFile3520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3521", - "filePath": "resourceFile3521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3522", - "filePath": "resourceFile3522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3523", - "filePath": "resourceFile3523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3524", - "filePath": "resourceFile3524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3525", - "filePath": "resourceFile3525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3526", - "filePath": "resourceFile3526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3527", - "filePath": "resourceFile3527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3528", - "filePath": "resourceFile3528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3529", - "filePath": "resourceFile3529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3530", - "filePath": "resourceFile3530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3531", - "filePath": "resourceFile3531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3532", - "filePath": "resourceFile3532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3533", - "filePath": "resourceFile3533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3534", - "filePath": "resourceFile3534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3535", - "filePath": "resourceFile3535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3536", - "filePath": "resourceFile3536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3537", - "filePath": "resourceFile3537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3538", - "filePath": "resourceFile3538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3539", - "filePath": "resourceFile3539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3540", - "filePath": "resourceFile3540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3541", - "filePath": "resourceFile3541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3542", - "filePath": "resourceFile3542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3543", - "filePath": "resourceFile3543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3544", - "filePath": "resourceFile3544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3545", - "filePath": "resourceFile3545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3546", - "filePath": "resourceFile3546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3547", - "filePath": "resourceFile3547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3548", - "filePath": "resourceFile3548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3549", - "filePath": "resourceFile3549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3550", - "filePath": "resourceFile3550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3551", - "filePath": "resourceFile3551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3552", - "filePath": "resourceFile3552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3553", - "filePath": "resourceFile3553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3554", - "filePath": "resourceFile3554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3555", - "filePath": "resourceFile3555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3556", - "filePath": "resourceFile3556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3557", - "filePath": "resourceFile3557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3558", - "filePath": "resourceFile3558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3559", - "filePath": "resourceFile3559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3560", - "filePath": "resourceFile3560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3561", - "filePath": "resourceFile3561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3562", - "filePath": "resourceFile3562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3563", - "filePath": "resourceFile3563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3564", - "filePath": "resourceFile3564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3565", - "filePath": "resourceFile3565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3566", - "filePath": "resourceFile3566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3567", - "filePath": "resourceFile3567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3568", - "filePath": "resourceFile3568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3569", - "filePath": "resourceFile3569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3570", - "filePath": "resourceFile3570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3571", - "filePath": "resourceFile3571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3572", - "filePath": "resourceFile3572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3573", - "filePath": "resourceFile3573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3574", - "filePath": "resourceFile3574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3575", - "filePath": "resourceFile3575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3576", - "filePath": "resourceFile3576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3577", - "filePath": "resourceFile3577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3578", - "filePath": "resourceFile3578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3579", - "filePath": "resourceFile3579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3580", - "filePath": "resourceFile3580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3581", - "filePath": "resourceFile3581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3582", - "filePath": "resourceFile3582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3583", - "filePath": "resourceFile3583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3584", - "filePath": "resourceFile3584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3585", - "filePath": "resourceFile3585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3586", - "filePath": "resourceFile3586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3587", - "filePath": "resourceFile3587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3588", - "filePath": "resourceFile3588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3589", - "filePath": "resourceFile3589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3590", - "filePath": "resourceFile3590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3591", - "filePath": "resourceFile3591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3592", - "filePath": "resourceFile3592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3593", - "filePath": "resourceFile3593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3594", - "filePath": "resourceFile3594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3595", - "filePath": "resourceFile3595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3596", - "filePath": "resourceFile3596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3597", - "filePath": "resourceFile3597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3598", - "filePath": "resourceFile3598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3599", - "filePath": "resourceFile3599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3600", - "filePath": "resourceFile3600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3601", - "filePath": "resourceFile3601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3602", - "filePath": "resourceFile3602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3603", - "filePath": "resourceFile3603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3604", - "filePath": "resourceFile3604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3605", - "filePath": "resourceFile3605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3606", - "filePath": "resourceFile3606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3607", - "filePath": "resourceFile3607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3608", - "filePath": "resourceFile3608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3609", - "filePath": "resourceFile3609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3610", - "filePath": "resourceFile3610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3611", - "filePath": "resourceFile3611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3612", - "filePath": "resourceFile3612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3613", - "filePath": "resourceFile3613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3614", - "filePath": "resourceFile3614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3615", - "filePath": "resourceFile3615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3616", - "filePath": "resourceFile3616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3617", - "filePath": "resourceFile3617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3618", - "filePath": "resourceFile3618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3619", - "filePath": "resourceFile3619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3620", - "filePath": "resourceFile3620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3621", - "filePath": "resourceFile3621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3622", - "filePath": "resourceFile3622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3623", - "filePath": "resourceFile3623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3624", - "filePath": "resourceFile3624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3625", - "filePath": "resourceFile3625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3626", - "filePath": "resourceFile3626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3627", - "filePath": "resourceFile3627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3628", - "filePath": "resourceFile3628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3629", - "filePath": "resourceFile3629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3630", - "filePath": "resourceFile3630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3631", - "filePath": "resourceFile3631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3632", - "filePath": "resourceFile3632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3633", - "filePath": "resourceFile3633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3634", - "filePath": "resourceFile3634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3635", - "filePath": "resourceFile3635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3636", - "filePath": "resourceFile3636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3637", - "filePath": "resourceFile3637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3638", - "filePath": "resourceFile3638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3639", - "filePath": "resourceFile3639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3640", - "filePath": "resourceFile3640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3641", - "filePath": "resourceFile3641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3642", - "filePath": "resourceFile3642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3643", - "filePath": "resourceFile3643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3644", - "filePath": "resourceFile3644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3645", - "filePath": "resourceFile3645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3646", - "filePath": "resourceFile3646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3647", - "filePath": "resourceFile3647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3648", - "filePath": "resourceFile3648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3649", - "filePath": "resourceFile3649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3650", - "filePath": "resourceFile3650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3651", - "filePath": "resourceFile3651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3652", - "filePath": "resourceFile3652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3653", - "filePath": "resourceFile3653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3654", - "filePath": "resourceFile3654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3655", - "filePath": "resourceFile3655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3656", - "filePath": "resourceFile3656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3657", - "filePath": "resourceFile3657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3658", - "filePath": "resourceFile3658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3659", - "filePath": "resourceFile3659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3660", - "filePath": "resourceFile3660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3661", - "filePath": "resourceFile3661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3662", - "filePath": "resourceFile3662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3663", - "filePath": "resourceFile3663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3664", - "filePath": "resourceFile3664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3665", - "filePath": "resourceFile3665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3666", - "filePath": "resourceFile3666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3667", - "filePath": "resourceFile3667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3668", - "filePath": "resourceFile3668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3669", - "filePath": "resourceFile3669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3670", - "filePath": "resourceFile3670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3671", - "filePath": "resourceFile3671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3672", - "filePath": "resourceFile3672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3673", - "filePath": "resourceFile3673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3674", - "filePath": "resourceFile3674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3675", - "filePath": "resourceFile3675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3676", - "filePath": "resourceFile3676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3677", - "filePath": "resourceFile3677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3678", - "filePath": "resourceFile3678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3679", - "filePath": "resourceFile3679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3680", - "filePath": "resourceFile3680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3681", - "filePath": "resourceFile3681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3682", - "filePath": "resourceFile3682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3683", - "filePath": "resourceFile3683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3684", - "filePath": "resourceFile3684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3685", - "filePath": "resourceFile3685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3686", - "filePath": "resourceFile3686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3687", - "filePath": "resourceFile3687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3688", - "filePath": "resourceFile3688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3689", - "filePath": "resourceFile3689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3690", - "filePath": "resourceFile3690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3691", - "filePath": "resourceFile3691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3692", - "filePath": "resourceFile3692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3693", - "filePath": "resourceFile3693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3694", - "filePath": "resourceFile3694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3695", - "filePath": "resourceFile3695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3696", - "filePath": "resourceFile3696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3697", - "filePath": "resourceFile3697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3698", - "filePath": "resourceFile3698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3699", - "filePath": "resourceFile3699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3700", - "filePath": "resourceFile3700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3701", - "filePath": "resourceFile3701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3702", - "filePath": "resourceFile3702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3703", - "filePath": "resourceFile3703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3704", - "filePath": "resourceFile3704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3705", - "filePath": "resourceFile3705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3706", - "filePath": "resourceFile3706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3707", - "filePath": "resourceFile3707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3708", - "filePath": "resourceFile3708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3709", - "filePath": "resourceFile3709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3710", - "filePath": "resourceFile3710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3711", - "filePath": "resourceFile3711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3712", - "filePath": "resourceFile3712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3713", - "filePath": "resourceFile3713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3714", - "filePath": "resourceFile3714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3715", - "filePath": "resourceFile3715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3716", - "filePath": "resourceFile3716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3717", - "filePath": "resourceFile3717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3718", - "filePath": "resourceFile3718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3719", - "filePath": "resourceFile3719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3720", - "filePath": "resourceFile3720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3721", - "filePath": "resourceFile3721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3722", - "filePath": "resourceFile3722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3723", - "filePath": "resourceFile3723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3724", - "filePath": "resourceFile3724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3725", - "filePath": "resourceFile3725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3726", - "filePath": "resourceFile3726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3727", - "filePath": "resourceFile3727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3728", - "filePath": "resourceFile3728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3729", - "filePath": "resourceFile3729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3730", - "filePath": "resourceFile3730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3731", - "filePath": "resourceFile3731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3732", - "filePath": "resourceFile3732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3733", - "filePath": "resourceFile3733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3734", - "filePath": "resourceFile3734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3735", - "filePath": "resourceFile3735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3736", - "filePath": "resourceFile3736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3737", - "filePath": "resourceFile3737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3738", - "filePath": "resourceFile3738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3739", - "filePath": "resourceFile3739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3740", - "filePath": "resourceFile3740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3741", - "filePath": "resourceFile3741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3742", - "filePath": "resourceFile3742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3743", - "filePath": "resourceFile3743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3744", - "filePath": "resourceFile3744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3745", - "filePath": "resourceFile3745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3746", - "filePath": "resourceFile3746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3747", - "filePath": "resourceFile3747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3748", - "filePath": "resourceFile3748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3749", - "filePath": "resourceFile3749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3750", - "filePath": "resourceFile3750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3751", - "filePath": "resourceFile3751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3752", - "filePath": "resourceFile3752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3753", - "filePath": "resourceFile3753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3754", - "filePath": "resourceFile3754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3755", - "filePath": "resourceFile3755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3756", - "filePath": "resourceFile3756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3757", - "filePath": "resourceFile3757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3758", - "filePath": "resourceFile3758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3759", - "filePath": "resourceFile3759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3760", - "filePath": "resourceFile3760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3761", - "filePath": "resourceFile3761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3762", - "filePath": "resourceFile3762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3763", - "filePath": "resourceFile3763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3764", - "filePath": "resourceFile3764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3765", - "filePath": "resourceFile3765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3766", - "filePath": "resourceFile3766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3767", - "filePath": "resourceFile3767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3768", - "filePath": "resourceFile3768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3769", - "filePath": "resourceFile3769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3770", - "filePath": "resourceFile3770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3771", - "filePath": "resourceFile3771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3772", - "filePath": "resourceFile3772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3773", - "filePath": "resourceFile3773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3774", - "filePath": "resourceFile3774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3775", - "filePath": "resourceFile3775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3776", - "filePath": "resourceFile3776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3777", - "filePath": "resourceFile3777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3778", - "filePath": "resourceFile3778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3779", - "filePath": "resourceFile3779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3780", - "filePath": "resourceFile3780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3781", - "filePath": "resourceFile3781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3782", - "filePath": "resourceFile3782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3783", - "filePath": "resourceFile3783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3784", - "filePath": "resourceFile3784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3785", - "filePath": "resourceFile3785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3786", - "filePath": "resourceFile3786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3787", - "filePath": "resourceFile3787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3788", - "filePath": "resourceFile3788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3789", - "filePath": "resourceFile3789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3790", - "filePath": "resourceFile3790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3791", - "filePath": "resourceFile3791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3792", - "filePath": "resourceFile3792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3793", - "filePath": "resourceFile3793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3794", - "filePath": "resourceFile3794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3795", - "filePath": "resourceFile3795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3796", - "filePath": "resourceFile3796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3797", - "filePath": "resourceFile3797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3798", - "filePath": "resourceFile3798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3799", - "filePath": "resourceFile3799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3800", - "filePath": "resourceFile3800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3801", - "filePath": "resourceFile3801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3802", - "filePath": "resourceFile3802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3803", - "filePath": "resourceFile3803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3804", - "filePath": "resourceFile3804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3805", - "filePath": "resourceFile3805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3806", - "filePath": "resourceFile3806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3807", - "filePath": "resourceFile3807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3808", - "filePath": "resourceFile3808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3809", - "filePath": "resourceFile3809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3810", - "filePath": "resourceFile3810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3811", - "filePath": "resourceFile3811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3812", - "filePath": "resourceFile3812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3813", - "filePath": "resourceFile3813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3814", - "filePath": "resourceFile3814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3815", - "filePath": "resourceFile3815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3816", - "filePath": "resourceFile3816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3817", - "filePath": "resourceFile3817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3818", - "filePath": "resourceFile3818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3819", - "filePath": "resourceFile3819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3820", - "filePath": "resourceFile3820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3821", - "filePath": "resourceFile3821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3822", - "filePath": "resourceFile3822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3823", - "filePath": "resourceFile3823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3824", - "filePath": "resourceFile3824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3825", - "filePath": "resourceFile3825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3826", - "filePath": "resourceFile3826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3827", - "filePath": "resourceFile3827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3828", - "filePath": "resourceFile3828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3829", - "filePath": "resourceFile3829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3830", - "filePath": "resourceFile3830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3831", - "filePath": "resourceFile3831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3832", - "filePath": "resourceFile3832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3833", - "filePath": "resourceFile3833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3834", - "filePath": "resourceFile3834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3835", - "filePath": "resourceFile3835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3836", - "filePath": "resourceFile3836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3837", - "filePath": "resourceFile3837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3838", - "filePath": "resourceFile3838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3839", - "filePath": "resourceFile3839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3840", - "filePath": "resourceFile3840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3841", - "filePath": "resourceFile3841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3842", - "filePath": "resourceFile3842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3843", - "filePath": "resourceFile3843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3844", - "filePath": "resourceFile3844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3845", - "filePath": "resourceFile3845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3846", - "filePath": "resourceFile3846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3847", - "filePath": "resourceFile3847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3848", - "filePath": "resourceFile3848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3849", - "filePath": "resourceFile3849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3850", - "filePath": "resourceFile3850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3851", - "filePath": "resourceFile3851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3852", - "filePath": "resourceFile3852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3853", - "filePath": "resourceFile3853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3854", - "filePath": "resourceFile3854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3855", - "filePath": "resourceFile3855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3856", - "filePath": "resourceFile3856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3857", - "filePath": "resourceFile3857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3858", - "filePath": "resourceFile3858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3859", - "filePath": "resourceFile3859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3860", - "filePath": "resourceFile3860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3861", - "filePath": "resourceFile3861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3862", - "filePath": "resourceFile3862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3863", - "filePath": "resourceFile3863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3864", - "filePath": "resourceFile3864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3865", - "filePath": "resourceFile3865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3866", - "filePath": "resourceFile3866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3867", - "filePath": "resourceFile3867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3868", - "filePath": "resourceFile3868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3869", - "filePath": "resourceFile3869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3870", - "filePath": "resourceFile3870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3871", - "filePath": "resourceFile3871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3872", - "filePath": "resourceFile3872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3873", - "filePath": "resourceFile3873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3874", - "filePath": "resourceFile3874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3875", - "filePath": "resourceFile3875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3876", - "filePath": "resourceFile3876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3877", - "filePath": "resourceFile3877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3878", - "filePath": "resourceFile3878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3879", - "filePath": "resourceFile3879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3880", - "filePath": "resourceFile3880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3881", - "filePath": "resourceFile3881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3882", - "filePath": "resourceFile3882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3883", - "filePath": "resourceFile3883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3884", - "filePath": "resourceFile3884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3885", - "filePath": "resourceFile3885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3886", - "filePath": "resourceFile3886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3887", - "filePath": "resourceFile3887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3888", - "filePath": "resourceFile3888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3889", - "filePath": "resourceFile3889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3890", - "filePath": "resourceFile3890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3891", - "filePath": "resourceFile3891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3892", - "filePath": "resourceFile3892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3893", - "filePath": "resourceFile3893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3894", - "filePath": "resourceFile3894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3895", - "filePath": "resourceFile3895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3896", - "filePath": "resourceFile3896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3897", - "filePath": "resourceFile3897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3898", - "filePath": "resourceFile3898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3899", - "filePath": "resourceFile3899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3900", - "filePath": "resourceFile3900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3901", - "filePath": "resourceFile3901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3902", - "filePath": "resourceFile3902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3903", - "filePath": "resourceFile3903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3904", - "filePath": "resourceFile3904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3905", - "filePath": "resourceFile3905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3906", - "filePath": "resourceFile3906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3907", - "filePath": "resourceFile3907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3908", - "filePath": "resourceFile3908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3909", - "filePath": "resourceFile3909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3910", - "filePath": "resourceFile3910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3911", - "filePath": "resourceFile3911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3912", - "filePath": "resourceFile3912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3913", - "filePath": "resourceFile3913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3914", - "filePath": "resourceFile3914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3915", - "filePath": "resourceFile3915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3916", - "filePath": "resourceFile3916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3917", - "filePath": "resourceFile3917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3918", - "filePath": "resourceFile3918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3919", - "filePath": "resourceFile3919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3920", - "filePath": "resourceFile3920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3921", - "filePath": "resourceFile3921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3922", - "filePath": "resourceFile3922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3923", - "filePath": "resourceFile3923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3924", - "filePath": "resourceFile3924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3925", - "filePath": "resourceFile3925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3926", - "filePath": "resourceFile3926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3927", - "filePath": "resourceFile3927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3928", - "filePath": "resourceFile3928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3929", - "filePath": "resourceFile3929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3930", - "filePath": "resourceFile3930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3931", - "filePath": "resourceFile3931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3932", - "filePath": "resourceFile3932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3933", - "filePath": "resourceFile3933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3934", - "filePath": "resourceFile3934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3935", - "filePath": "resourceFile3935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3936", - "filePath": "resourceFile3936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3937", - "filePath": "resourceFile3937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3938", - "filePath": "resourceFile3938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3939", - "filePath": "resourceFile3939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3940", - "filePath": "resourceFile3940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3941", - "filePath": "resourceFile3941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3942", - "filePath": "resourceFile3942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3943", - "filePath": "resourceFile3943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3944", - "filePath": "resourceFile3944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3945", - "filePath": "resourceFile3945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3946", - "filePath": "resourceFile3946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3947", - "filePath": "resourceFile3947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3948", - "filePath": "resourceFile3948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3949", - "filePath": "resourceFile3949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3950", - "filePath": "resourceFile3950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3951", - "filePath": "resourceFile3951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3952", - "filePath": "resourceFile3952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3953", - "filePath": "resourceFile3953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3954", - "filePath": "resourceFile3954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3955", - "filePath": "resourceFile3955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3956", - "filePath": "resourceFile3956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3957", - "filePath": "resourceFile3957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3958", - "filePath": "resourceFile3958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3959", - "filePath": "resourceFile3959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3960", - "filePath": "resourceFile3960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3961", - "filePath": "resourceFile3961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3962", - "filePath": "resourceFile3962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3963", - "filePath": "resourceFile3963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3964", - "filePath": "resourceFile3964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3965", - "filePath": "resourceFile3965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3966", - "filePath": "resourceFile3966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3967", - "filePath": "resourceFile3967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3968", - "filePath": "resourceFile3968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3969", - "filePath": "resourceFile3969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3970", - "filePath": "resourceFile3970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3971", - "filePath": "resourceFile3971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3972", - "filePath": "resourceFile3972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3973", - "filePath": "resourceFile3973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3974", - "filePath": "resourceFile3974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3975", - "filePath": "resourceFile3975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3976", - "filePath": "resourceFile3976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3977", - "filePath": "resourceFile3977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3978", - "filePath": "resourceFile3978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3979", - "filePath": "resourceFile3979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3980", - "filePath": "resourceFile3980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3981", - "filePath": "resourceFile3981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3982", - "filePath": "resourceFile3982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3983", - "filePath": "resourceFile3983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3984", - "filePath": "resourceFile3984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3985", - "filePath": "resourceFile3985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3986", - "filePath": "resourceFile3986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3987", - "filePath": "resourceFile3987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3988", - "filePath": "resourceFile3988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3989", - "filePath": "resourceFile3989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3990", - "filePath": "resourceFile3990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3991", - "filePath": "resourceFile3991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3992", - "filePath": "resourceFile3992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3993", - "filePath": "resourceFile3993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3994", - "filePath": "resourceFile3994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3995", - "filePath": "resourceFile3995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3996", - "filePath": "resourceFile3996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3997", - "filePath": "resourceFile3997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3998", - "filePath": "resourceFile3998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3999", - "filePath": "resourceFile3999"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4000", - "filePath": "resourceFile4000"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4001", - "filePath": "resourceFile4001"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4002", - "filePath": "resourceFile4002"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4003", - "filePath": "resourceFile4003"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4004", - "filePath": "resourceFile4004"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4005", - "filePath": "resourceFile4005"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4006", - "filePath": "resourceFile4006"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4007", - "filePath": "resourceFile4007"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4008", - "filePath": "resourceFile4008"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4009", - "filePath": "resourceFile4009"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4010", - "filePath": "resourceFile4010"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4011", - "filePath": "resourceFile4011"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4012", - "filePath": "resourceFile4012"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4013", - "filePath": "resourceFile4013"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4014", - "filePath": "resourceFile4014"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4015", - "filePath": "resourceFile4015"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4016", - "filePath": "resourceFile4016"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4017", - "filePath": "resourceFile4017"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4018", - "filePath": "resourceFile4018"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4019", - "filePath": "resourceFile4019"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4020", - "filePath": "resourceFile4020"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4021", - "filePath": "resourceFile4021"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4022", - "filePath": "resourceFile4022"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4023", - "filePath": "resourceFile4023"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4024", - "filePath": "resourceFile4024"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4025", - "filePath": "resourceFile4025"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4026", - "filePath": "resourceFile4026"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4027", - "filePath": "resourceFile4027"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4028", - "filePath": "resourceFile4028"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4029", - "filePath": "resourceFile4029"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4030", - "filePath": "resourceFile4030"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4031", - "filePath": "resourceFile4031"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4032", - "filePath": "resourceFile4032"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4033", - "filePath": "resourceFile4033"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4034", - "filePath": "resourceFile4034"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4035", - "filePath": "resourceFile4035"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4036", - "filePath": "resourceFile4036"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4037", - "filePath": "resourceFile4037"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4038", - "filePath": "resourceFile4038"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4039", - "filePath": "resourceFile4039"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4040", - "filePath": "resourceFile4040"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4041", - "filePath": "resourceFile4041"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4042", - "filePath": "resourceFile4042"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4043", - "filePath": "resourceFile4043"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4044", - "filePath": "resourceFile4044"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4045", - "filePath": "resourceFile4045"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4046", - "filePath": "resourceFile4046"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4047", - "filePath": "resourceFile4047"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4048", - "filePath": "resourceFile4048"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4049", - "filePath": "resourceFile4049"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4050", - "filePath": "resourceFile4050"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4051", - "filePath": "resourceFile4051"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4052", - "filePath": "resourceFile4052"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4053", - "filePath": "resourceFile4053"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4054", - "filePath": "resourceFile4054"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4055", - "filePath": "resourceFile4055"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4056", - "filePath": "resourceFile4056"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4057", - "filePath": "resourceFile4057"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4058", - "filePath": "resourceFile4058"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4059", - "filePath": "resourceFile4059"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4060", - "filePath": "resourceFile4060"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4061", - "filePath": "resourceFile4061"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4062", - "filePath": "resourceFile4062"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4063", - "filePath": "resourceFile4063"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4064", - "filePath": "resourceFile4064"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4065", - "filePath": "resourceFile4065"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4066", - "filePath": "resourceFile4066"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4067", - "filePath": "resourceFile4067"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4068", - "filePath": "resourceFile4068"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4069", - "filePath": "resourceFile4069"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4070", - "filePath": "resourceFile4070"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4071", - "filePath": "resourceFile4071"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4072", - "filePath": "resourceFile4072"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4073", - "filePath": "resourceFile4073"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4074", - "filePath": "resourceFile4074"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4075", - "filePath": "resourceFile4075"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4076", - "filePath": "resourceFile4076"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4077", - "filePath": "resourceFile4077"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4078", - "filePath": "resourceFile4078"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4079", - "filePath": "resourceFile4079"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4080", - "filePath": "resourceFile4080"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4081", - "filePath": "resourceFile4081"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4082", - "filePath": "resourceFile4082"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4083", - "filePath": "resourceFile4083"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4084", - "filePath": "resourceFile4084"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4085", - "filePath": "resourceFile4085"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4086", - "filePath": "resourceFile4086"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4087", - "filePath": "resourceFile4087"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4088", - "filePath": "resourceFile4088"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4089", - "filePath": "resourceFile4089"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4090", - "filePath": "resourceFile4090"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4091", - "filePath": "resourceFile4091"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4092", - "filePath": "resourceFile4092"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4093", - "filePath": "resourceFile4093"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4094", - "filePath": "resourceFile4094"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4095", - "filePath": "resourceFile4095"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4096", - "filePath": "resourceFile4096"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4097", - "filePath": "resourceFile4097"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4098", - "filePath": "resourceFile4098"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4099", - "filePath": "resourceFile4099"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4100", - "filePath": "resourceFile4100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4101", - "filePath": "resourceFile4101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4102", - "filePath": "resourceFile4102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4103", - "filePath": "resourceFile4103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4104", - "filePath": "resourceFile4104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4105", - "filePath": "resourceFile4105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4106", - "filePath": "resourceFile4106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4107", - "filePath": "resourceFile4107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4108", - "filePath": "resourceFile4108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4109", - "filePath": "resourceFile4109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4110", - "filePath": "resourceFile4110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4111", - "filePath": "resourceFile4111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4112", - "filePath": "resourceFile4112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4113", - "filePath": "resourceFile4113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4114", - "filePath": "resourceFile4114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4115", - "filePath": "resourceFile4115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4116", - "filePath": "resourceFile4116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4117", - "filePath": "resourceFile4117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4118", - "filePath": "resourceFile4118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4119", - "filePath": "resourceFile4119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4120", - "filePath": "resourceFile4120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4121", - "filePath": "resourceFile4121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4122", - "filePath": "resourceFile4122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4123", - "filePath": "resourceFile4123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4124", - "filePath": "resourceFile4124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4125", - "filePath": "resourceFile4125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4126", - "filePath": "resourceFile4126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4127", - "filePath": "resourceFile4127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4128", - "filePath": "resourceFile4128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4129", - "filePath": "resourceFile4129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4130", - "filePath": "resourceFile4130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4131", - "filePath": "resourceFile4131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4132", - "filePath": "resourceFile4132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4133", - "filePath": "resourceFile4133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4134", - "filePath": "resourceFile4134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4135", - "filePath": "resourceFile4135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4136", - "filePath": "resourceFile4136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4137", - "filePath": "resourceFile4137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4138", - "filePath": "resourceFile4138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4139", - "filePath": "resourceFile4139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4140", - "filePath": "resourceFile4140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4141", - "filePath": "resourceFile4141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4142", - "filePath": "resourceFile4142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4143", - "filePath": "resourceFile4143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4144", - "filePath": "resourceFile4144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4145", - "filePath": "resourceFile4145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4146", - "filePath": "resourceFile4146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4147", - "filePath": "resourceFile4147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4148", - "filePath": "resourceFile4148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4149", - "filePath": "resourceFile4149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4150", - "filePath": "resourceFile4150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4151", - "filePath": "resourceFile4151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4152", - "filePath": "resourceFile4152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4153", - "filePath": "resourceFile4153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4154", - "filePath": "resourceFile4154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4155", - "filePath": "resourceFile4155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4156", - "filePath": "resourceFile4156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4157", - "filePath": "resourceFile4157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4158", - "filePath": "resourceFile4158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4159", - "filePath": "resourceFile4159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4160", - "filePath": "resourceFile4160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4161", - "filePath": "resourceFile4161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4162", - "filePath": "resourceFile4162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4163", - "filePath": "resourceFile4163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4164", - "filePath": "resourceFile4164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4165", - "filePath": "resourceFile4165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4166", - "filePath": "resourceFile4166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4167", - "filePath": "resourceFile4167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4168", - "filePath": "resourceFile4168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4169", - "filePath": "resourceFile4169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4170", - "filePath": "resourceFile4170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4171", - "filePath": "resourceFile4171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4172", - "filePath": "resourceFile4172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4173", - "filePath": "resourceFile4173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4174", - "filePath": "resourceFile4174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4175", - "filePath": "resourceFile4175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4176", - "filePath": "resourceFile4176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4177", - "filePath": "resourceFile4177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4178", - "filePath": "resourceFile4178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4179", - "filePath": "resourceFile4179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4180", - "filePath": "resourceFile4180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4181", - "filePath": "resourceFile4181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4182", - "filePath": "resourceFile4182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4183", - "filePath": "resourceFile4183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4184", - "filePath": "resourceFile4184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4185", - "filePath": "resourceFile4185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4186", - "filePath": "resourceFile4186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4187", - "filePath": "resourceFile4187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4188", - "filePath": "resourceFile4188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4189", - "filePath": "resourceFile4189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4190", - "filePath": "resourceFile4190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4191", - "filePath": "resourceFile4191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4192", - "filePath": "resourceFile4192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4193", - "filePath": "resourceFile4193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4194", - "filePath": "resourceFile4194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4195", - "filePath": "resourceFile4195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4196", - "filePath": "resourceFile4196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4197", - "filePath": "resourceFile4197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4198", - "filePath": "resourceFile4198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4199", - "filePath": "resourceFile4199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4200", - "filePath": "resourceFile4200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4201", - "filePath": "resourceFile4201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4202", - "filePath": "resourceFile4202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4203", - "filePath": "resourceFile4203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4204", - "filePath": "resourceFile4204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4205", - "filePath": "resourceFile4205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4206", - "filePath": "resourceFile4206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4207", - "filePath": "resourceFile4207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4208", - "filePath": "resourceFile4208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4209", - "filePath": "resourceFile4209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4210", - "filePath": "resourceFile4210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4211", - "filePath": "resourceFile4211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4212", - "filePath": "resourceFile4212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4213", - "filePath": "resourceFile4213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4214", - "filePath": "resourceFile4214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4215", - "filePath": "resourceFile4215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4216", - "filePath": "resourceFile4216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4217", - "filePath": "resourceFile4217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4218", - "filePath": "resourceFile4218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4219", - "filePath": "resourceFile4219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4220", - "filePath": "resourceFile4220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4221", - "filePath": "resourceFile4221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4222", - "filePath": "resourceFile4222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4223", - "filePath": "resourceFile4223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4224", - "filePath": "resourceFile4224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4225", - "filePath": "resourceFile4225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4226", - "filePath": "resourceFile4226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4227", - "filePath": "resourceFile4227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4228", - "filePath": "resourceFile4228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4229", - "filePath": "resourceFile4229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4230", - "filePath": "resourceFile4230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4231", - "filePath": "resourceFile4231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4232", - "filePath": "resourceFile4232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4233", - "filePath": "resourceFile4233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4234", - "filePath": "resourceFile4234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4235", - "filePath": "resourceFile4235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4236", - "filePath": "resourceFile4236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4237", - "filePath": "resourceFile4237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4238", - "filePath": "resourceFile4238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4239", - "filePath": "resourceFile4239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4240", - "filePath": "resourceFile4240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4241", - "filePath": "resourceFile4241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4242", - "filePath": "resourceFile4242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4243", - "filePath": "resourceFile4243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4244", - "filePath": "resourceFile4244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4245", - "filePath": "resourceFile4245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4246", - "filePath": "resourceFile4246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4247", - "filePath": "resourceFile4247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4248", - "filePath": "resourceFile4248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4249", - "filePath": "resourceFile4249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4250", - "filePath": "resourceFile4250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4251", - "filePath": "resourceFile4251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4252", - "filePath": "resourceFile4252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4253", - "filePath": "resourceFile4253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4254", - "filePath": "resourceFile4254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4255", - "filePath": "resourceFile4255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4256", - "filePath": "resourceFile4256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4257", - "filePath": "resourceFile4257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4258", - "filePath": "resourceFile4258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4259", - "filePath": "resourceFile4259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4260", - "filePath": "resourceFile4260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4261", - "filePath": "resourceFile4261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4262", - "filePath": "resourceFile4262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4263", - "filePath": "resourceFile4263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4264", - "filePath": "resourceFile4264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4265", - "filePath": "resourceFile4265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4266", - "filePath": "resourceFile4266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4267", - "filePath": "resourceFile4267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4268", - "filePath": "resourceFile4268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4269", - "filePath": "resourceFile4269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4270", - "filePath": "resourceFile4270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4271", - "filePath": "resourceFile4271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4272", - "filePath": "resourceFile4272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4273", - "filePath": "resourceFile4273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4274", - "filePath": "resourceFile4274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4275", - "filePath": "resourceFile4275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4276", - "filePath": "resourceFile4276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4277", - "filePath": "resourceFile4277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4278", - "filePath": "resourceFile4278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4279", - "filePath": "resourceFile4279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4280", - "filePath": "resourceFile4280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4281", - "filePath": "resourceFile4281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4282", - "filePath": "resourceFile4282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4283", - "filePath": "resourceFile4283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4284", - "filePath": "resourceFile4284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4285", - "filePath": "resourceFile4285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4286", - "filePath": "resourceFile4286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4287", - "filePath": "resourceFile4287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4288", - "filePath": "resourceFile4288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4289", - "filePath": "resourceFile4289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4290", - "filePath": "resourceFile4290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4291", - "filePath": "resourceFile4291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4292", - "filePath": "resourceFile4292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4293", - "filePath": "resourceFile4293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4294", - "filePath": "resourceFile4294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4295", - "filePath": "resourceFile4295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4296", - "filePath": "resourceFile4296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4297", - "filePath": "resourceFile4297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4298", - "filePath": "resourceFile4298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4299", - "filePath": "resourceFile4299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4300", - "filePath": "resourceFile4300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4301", - "filePath": "resourceFile4301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4302", - "filePath": "resourceFile4302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4303", - "filePath": "resourceFile4303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4304", - "filePath": "resourceFile4304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4305", - "filePath": "resourceFile4305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4306", - "filePath": "resourceFile4306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4307", - "filePath": "resourceFile4307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4308", - "filePath": "resourceFile4308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4309", - "filePath": "resourceFile4309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4310", - "filePath": "resourceFile4310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4311", - "filePath": "resourceFile4311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4312", - "filePath": "resourceFile4312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4313", - "filePath": "resourceFile4313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4314", - "filePath": "resourceFile4314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4315", - "filePath": "resourceFile4315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4316", - "filePath": "resourceFile4316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4317", - "filePath": "resourceFile4317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4318", - "filePath": "resourceFile4318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4319", - "filePath": "resourceFile4319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4320", - "filePath": "resourceFile4320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4321", - "filePath": "resourceFile4321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4322", - "filePath": "resourceFile4322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4323", - "filePath": "resourceFile4323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4324", - "filePath": "resourceFile4324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4325", - "filePath": "resourceFile4325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4326", - "filePath": "resourceFile4326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4327", - "filePath": "resourceFile4327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4328", - "filePath": "resourceFile4328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4329", - "filePath": "resourceFile4329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4330", - "filePath": "resourceFile4330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4331", - "filePath": "resourceFile4331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4332", - "filePath": "resourceFile4332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4333", - "filePath": "resourceFile4333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4334", - "filePath": "resourceFile4334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4335", - "filePath": "resourceFile4335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4336", - "filePath": "resourceFile4336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4337", - "filePath": "resourceFile4337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4338", - "filePath": "resourceFile4338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4339", - "filePath": "resourceFile4339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4340", - "filePath": "resourceFile4340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4341", - "filePath": "resourceFile4341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4342", - "filePath": "resourceFile4342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4343", - "filePath": "resourceFile4343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4344", - "filePath": "resourceFile4344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4345", - "filePath": "resourceFile4345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4346", - "filePath": "resourceFile4346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4347", - "filePath": "resourceFile4347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4348", - "filePath": "resourceFile4348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4349", - "filePath": "resourceFile4349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4350", - "filePath": "resourceFile4350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4351", - "filePath": "resourceFile4351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4352", - "filePath": "resourceFile4352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4353", - "filePath": "resourceFile4353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4354", - "filePath": "resourceFile4354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4355", - "filePath": "resourceFile4355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4356", - "filePath": "resourceFile4356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4357", - "filePath": "resourceFile4357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4358", - "filePath": "resourceFile4358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4359", - "filePath": "resourceFile4359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4360", - "filePath": "resourceFile4360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4361", - "filePath": "resourceFile4361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4362", - "filePath": "resourceFile4362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4363", - "filePath": "resourceFile4363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4364", - "filePath": "resourceFile4364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4365", - "filePath": "resourceFile4365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4366", - "filePath": "resourceFile4366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4367", - "filePath": "resourceFile4367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4368", - "filePath": "resourceFile4368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4369", - "filePath": "resourceFile4369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4370", - "filePath": "resourceFile4370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4371", - "filePath": "resourceFile4371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4372", - "filePath": "resourceFile4372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4373", - "filePath": "resourceFile4373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4374", - "filePath": "resourceFile4374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4375", - "filePath": "resourceFile4375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4376", - "filePath": "resourceFile4376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4377", - "filePath": "resourceFile4377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4378", - "filePath": "resourceFile4378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4379", - "filePath": "resourceFile4379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4380", - "filePath": "resourceFile4380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4381", - "filePath": "resourceFile4381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4382", - "filePath": "resourceFile4382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4383", - "filePath": "resourceFile4383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4384", - "filePath": "resourceFile4384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4385", - "filePath": "resourceFile4385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4386", - "filePath": "resourceFile4386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4387", - "filePath": "resourceFile4387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4388", - "filePath": "resourceFile4388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4389", - "filePath": "resourceFile4389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4390", - "filePath": "resourceFile4390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4391", - "filePath": "resourceFile4391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4392", - "filePath": "resourceFile4392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4393", - "filePath": "resourceFile4393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4394", - "filePath": "resourceFile4394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4395", - "filePath": "resourceFile4395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4396", - "filePath": "resourceFile4396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4397", - "filePath": "resourceFile4397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4398", - "filePath": "resourceFile4398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4399", - "filePath": "resourceFile4399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4400", - "filePath": "resourceFile4400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4401", - "filePath": "resourceFile4401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4402", - "filePath": "resourceFile4402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4403", - "filePath": "resourceFile4403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4404", - "filePath": "resourceFile4404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4405", - "filePath": "resourceFile4405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4406", - "filePath": "resourceFile4406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4407", - "filePath": "resourceFile4407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4408", - "filePath": "resourceFile4408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4409", - "filePath": "resourceFile4409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4410", - "filePath": "resourceFile4410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4411", - "filePath": "resourceFile4411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4412", - "filePath": "resourceFile4412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4413", - "filePath": "resourceFile4413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4414", - "filePath": "resourceFile4414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4415", - "filePath": "resourceFile4415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4416", - "filePath": "resourceFile4416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4417", - "filePath": "resourceFile4417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4418", - "filePath": "resourceFile4418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4419", - "filePath": "resourceFile4419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4420", - "filePath": "resourceFile4420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4421", - "filePath": "resourceFile4421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4422", - "filePath": "resourceFile4422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4423", - "filePath": "resourceFile4423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4424", - "filePath": "resourceFile4424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4425", - "filePath": "resourceFile4425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4426", - "filePath": "resourceFile4426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4427", - "filePath": "resourceFile4427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4428", - "filePath": "resourceFile4428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4429", - "filePath": "resourceFile4429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4430", - "filePath": "resourceFile4430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4431", - "filePath": "resourceFile4431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4432", - "filePath": "resourceFile4432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4433", - "filePath": "resourceFile4433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4434", - "filePath": "resourceFile4434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4435", - "filePath": "resourceFile4435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4436", - "filePath": "resourceFile4436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4437", - "filePath": "resourceFile4437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4438", - "filePath": "resourceFile4438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4439", - "filePath": "resourceFile4439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4440", - "filePath": "resourceFile4440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4441", - "filePath": "resourceFile4441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4442", - "filePath": "resourceFile4442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4443", - "filePath": "resourceFile4443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4444", - "filePath": "resourceFile4444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4445", - "filePath": "resourceFile4445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4446", - "filePath": "resourceFile4446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4447", - "filePath": "resourceFile4447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4448", - "filePath": "resourceFile4448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4449", - "filePath": "resourceFile4449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4450", - "filePath": "resourceFile4450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4451", - "filePath": "resourceFile4451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4452", - "filePath": "resourceFile4452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4453", - "filePath": "resourceFile4453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4454", - "filePath": "resourceFile4454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4455", - "filePath": "resourceFile4455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4456", - "filePath": "resourceFile4456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4457", - "filePath": "resourceFile4457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4458", - "filePath": "resourceFile4458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4459", - "filePath": "resourceFile4459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4460", - "filePath": "resourceFile4460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4461", - "filePath": "resourceFile4461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4462", - "filePath": "resourceFile4462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4463", - "filePath": "resourceFile4463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4464", - "filePath": "resourceFile4464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4465", - "filePath": "resourceFile4465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4466", - "filePath": "resourceFile4466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4467", - "filePath": "resourceFile4467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4468", - "filePath": "resourceFile4468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4469", - "filePath": "resourceFile4469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4470", - "filePath": "resourceFile4470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4471", - "filePath": "resourceFile4471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4472", - "filePath": "resourceFile4472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4473", - "filePath": "resourceFile4473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4474", - "filePath": "resourceFile4474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4475", - "filePath": "resourceFile4475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4476", - "filePath": "resourceFile4476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4477", - "filePath": "resourceFile4477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4478", - "filePath": "resourceFile4478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4479", - "filePath": "resourceFile4479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4480", - "filePath": "resourceFile4480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4481", - "filePath": "resourceFile4481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4482", - "filePath": "resourceFile4482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4483", - "filePath": "resourceFile4483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4484", - "filePath": "resourceFile4484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4485", - "filePath": "resourceFile4485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4486", - "filePath": "resourceFile4486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4487", - "filePath": "resourceFile4487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4488", - "filePath": "resourceFile4488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4489", - "filePath": "resourceFile4489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4490", - "filePath": "resourceFile4490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4491", - "filePath": "resourceFile4491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4492", - "filePath": "resourceFile4492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4493", - "filePath": "resourceFile4493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4494", - "filePath": "resourceFile4494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4495", - "filePath": "resourceFile4495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4496", - "filePath": "resourceFile4496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4497", - "filePath": "resourceFile4497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4498", - "filePath": "resourceFile4498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4499", - "filePath": "resourceFile4499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4500", - "filePath": "resourceFile4500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4501", - "filePath": "resourceFile4501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4502", - "filePath": "resourceFile4502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4503", - "filePath": "resourceFile4503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4504", - "filePath": "resourceFile4504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4505", - "filePath": "resourceFile4505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4506", - "filePath": "resourceFile4506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4507", - "filePath": "resourceFile4507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4508", - "filePath": "resourceFile4508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4509", - "filePath": "resourceFile4509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4510", - "filePath": "resourceFile4510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4511", - "filePath": "resourceFile4511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4512", - "filePath": "resourceFile4512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4513", - "filePath": "resourceFile4513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4514", - "filePath": "resourceFile4514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4515", - "filePath": "resourceFile4515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4516", - "filePath": "resourceFile4516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4517", - "filePath": "resourceFile4517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4518", - "filePath": "resourceFile4518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4519", - "filePath": "resourceFile4519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4520", - "filePath": "resourceFile4520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4521", - "filePath": "resourceFile4521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4522", - "filePath": "resourceFile4522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4523", - "filePath": "resourceFile4523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4524", - "filePath": "resourceFile4524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4525", - "filePath": "resourceFile4525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4526", - "filePath": "resourceFile4526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4527", - "filePath": "resourceFile4527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4528", - "filePath": "resourceFile4528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4529", - "filePath": "resourceFile4529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4530", - "filePath": "resourceFile4530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4531", - "filePath": "resourceFile4531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4532", - "filePath": "resourceFile4532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4533", - "filePath": "resourceFile4533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4534", - "filePath": "resourceFile4534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4535", - "filePath": "resourceFile4535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4536", - "filePath": "resourceFile4536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4537", - "filePath": "resourceFile4537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4538", - "filePath": "resourceFile4538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4539", - "filePath": "resourceFile4539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4540", - "filePath": "resourceFile4540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4541", - "filePath": "resourceFile4541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4542", - "filePath": "resourceFile4542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4543", - "filePath": "resourceFile4543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4544", - "filePath": "resourceFile4544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4545", - "filePath": "resourceFile4545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4546", - "filePath": "resourceFile4546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4547", - "filePath": "resourceFile4547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4548", - "filePath": "resourceFile4548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4549", - "filePath": "resourceFile4549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4550", - "filePath": "resourceFile4550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4551", - "filePath": "resourceFile4551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4552", - "filePath": "resourceFile4552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4553", - "filePath": "resourceFile4553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4554", - "filePath": "resourceFile4554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4555", - "filePath": "resourceFile4555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4556", - "filePath": "resourceFile4556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4557", - "filePath": "resourceFile4557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4558", - "filePath": "resourceFile4558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4559", - "filePath": "resourceFile4559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4560", - "filePath": "resourceFile4560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4561", - "filePath": "resourceFile4561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4562", - "filePath": "resourceFile4562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4563", - "filePath": "resourceFile4563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4564", - "filePath": "resourceFile4564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4565", - "filePath": "resourceFile4565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4566", - "filePath": "resourceFile4566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4567", - "filePath": "resourceFile4567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4568", - "filePath": "resourceFile4568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4569", - "filePath": "resourceFile4569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4570", - "filePath": "resourceFile4570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4571", - "filePath": "resourceFile4571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4572", - "filePath": "resourceFile4572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4573", - "filePath": "resourceFile4573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4574", - "filePath": "resourceFile4574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4575", - "filePath": "resourceFile4575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4576", - "filePath": "resourceFile4576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4577", - "filePath": "resourceFile4577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4578", - "filePath": "resourceFile4578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4579", - "filePath": "resourceFile4579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4580", - "filePath": "resourceFile4580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4581", - "filePath": "resourceFile4581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4582", - "filePath": "resourceFile4582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4583", - "filePath": "resourceFile4583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4584", - "filePath": "resourceFile4584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4585", - "filePath": "resourceFile4585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4586", - "filePath": "resourceFile4586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4587", - "filePath": "resourceFile4587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4588", - "filePath": "resourceFile4588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4589", - "filePath": "resourceFile4589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4590", - "filePath": "resourceFile4590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4591", - "filePath": "resourceFile4591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4592", - "filePath": "resourceFile4592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4593", - "filePath": "resourceFile4593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4594", - "filePath": "resourceFile4594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4595", - "filePath": "resourceFile4595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4596", - "filePath": "resourceFile4596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4597", - "filePath": "resourceFile4597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4598", - "filePath": "resourceFile4598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4599", - "filePath": "resourceFile4599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4600", - "filePath": "resourceFile4600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4601", - "filePath": "resourceFile4601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4602", - "filePath": "resourceFile4602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4603", - "filePath": "resourceFile4603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4604", - "filePath": "resourceFile4604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4605", - "filePath": "resourceFile4605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4606", - "filePath": "resourceFile4606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4607", - "filePath": "resourceFile4607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4608", - "filePath": "resourceFile4608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4609", - "filePath": "resourceFile4609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4610", - "filePath": "resourceFile4610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4611", - "filePath": "resourceFile4611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4612", - "filePath": "resourceFile4612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4613", - "filePath": "resourceFile4613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4614", - "filePath": "resourceFile4614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4615", - "filePath": "resourceFile4615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4616", - "filePath": "resourceFile4616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4617", - "filePath": "resourceFile4617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4618", - "filePath": "resourceFile4618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4619", - "filePath": "resourceFile4619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4620", - "filePath": "resourceFile4620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4621", - "filePath": "resourceFile4621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4622", - "filePath": "resourceFile4622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4623", - "filePath": "resourceFile4623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4624", - "filePath": "resourceFile4624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4625", - "filePath": "resourceFile4625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4626", - "filePath": "resourceFile4626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4627", - "filePath": "resourceFile4627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4628", - "filePath": "resourceFile4628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4629", - "filePath": "resourceFile4629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4630", - "filePath": "resourceFile4630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4631", - "filePath": "resourceFile4631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4632", - "filePath": "resourceFile4632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4633", - "filePath": "resourceFile4633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4634", - "filePath": "resourceFile4634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4635", - "filePath": "resourceFile4635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4636", - "filePath": "resourceFile4636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4637", - "filePath": "resourceFile4637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4638", - "filePath": "resourceFile4638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4639", - "filePath": "resourceFile4639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4640", - "filePath": "resourceFile4640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4641", - "filePath": "resourceFile4641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4642", - "filePath": "resourceFile4642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4643", - "filePath": "resourceFile4643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4644", - "filePath": "resourceFile4644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4645", - "filePath": "resourceFile4645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4646", - "filePath": "resourceFile4646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4647", - "filePath": "resourceFile4647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4648", - "filePath": "resourceFile4648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4649", - "filePath": "resourceFile4649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4650", - "filePath": "resourceFile4650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4651", - "filePath": "resourceFile4651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4652", - "filePath": "resourceFile4652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4653", - "filePath": "resourceFile4653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4654", - "filePath": "resourceFile4654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4655", - "filePath": "resourceFile4655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4656", - "filePath": "resourceFile4656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4657", - "filePath": "resourceFile4657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4658", - "filePath": "resourceFile4658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4659", - "filePath": "resourceFile4659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4660", - "filePath": "resourceFile4660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4661", - "filePath": "resourceFile4661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4662", - "filePath": "resourceFile4662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4663", - "filePath": "resourceFile4663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4664", - "filePath": "resourceFile4664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4665", - "filePath": "resourceFile4665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4666", - "filePath": "resourceFile4666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4667", - "filePath": "resourceFile4667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4668", - "filePath": "resourceFile4668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4669", - "filePath": "resourceFile4669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4670", - "filePath": "resourceFile4670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4671", - "filePath": "resourceFile4671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4672", - "filePath": "resourceFile4672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4673", - "filePath": "resourceFile4673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4674", - "filePath": "resourceFile4674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4675", - "filePath": "resourceFile4675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4676", - "filePath": "resourceFile4676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4677", - "filePath": "resourceFile4677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4678", - "filePath": "resourceFile4678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4679", - "filePath": "resourceFile4679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4680", - "filePath": "resourceFile4680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4681", - "filePath": "resourceFile4681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4682", - "filePath": "resourceFile4682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4683", - "filePath": "resourceFile4683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4684", - "filePath": "resourceFile4684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4685", - "filePath": "resourceFile4685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4686", - "filePath": "resourceFile4686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4687", - "filePath": "resourceFile4687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4688", - "filePath": "resourceFile4688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4689", - "filePath": "resourceFile4689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4690", - "filePath": "resourceFile4690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4691", - "filePath": "resourceFile4691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4692", - "filePath": "resourceFile4692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4693", - "filePath": "resourceFile4693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4694", - "filePath": "resourceFile4694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4695", - "filePath": "resourceFile4695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4696", - "filePath": "resourceFile4696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4697", - "filePath": "resourceFile4697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4698", - "filePath": "resourceFile4698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4699", - "filePath": "resourceFile4699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4700", - "filePath": "resourceFile4700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4701", - "filePath": "resourceFile4701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4702", - "filePath": "resourceFile4702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4703", - "filePath": "resourceFile4703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4704", - "filePath": "resourceFile4704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4705", - "filePath": "resourceFile4705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4706", - "filePath": "resourceFile4706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4707", - "filePath": "resourceFile4707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4708", - "filePath": "resourceFile4708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4709", - "filePath": "resourceFile4709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4710", - "filePath": "resourceFile4710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4711", - "filePath": "resourceFile4711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4712", - "filePath": "resourceFile4712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4713", - "filePath": "resourceFile4713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4714", - "filePath": "resourceFile4714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4715", - "filePath": "resourceFile4715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4716", - "filePath": "resourceFile4716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4717", - "filePath": "resourceFile4717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4718", - "filePath": "resourceFile4718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4719", - "filePath": "resourceFile4719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4720", - "filePath": "resourceFile4720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4721", - "filePath": "resourceFile4721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4722", - "filePath": "resourceFile4722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4723", - "filePath": "resourceFile4723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4724", - "filePath": "resourceFile4724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4725", - "filePath": "resourceFile4725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4726", - "filePath": "resourceFile4726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4727", - "filePath": "resourceFile4727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4728", - "filePath": "resourceFile4728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4729", - "filePath": "resourceFile4729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4730", - "filePath": "resourceFile4730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4731", - "filePath": "resourceFile4731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4732", - "filePath": "resourceFile4732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4733", - "filePath": "resourceFile4733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4734", - "filePath": "resourceFile4734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4735", - "filePath": "resourceFile4735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4736", - "filePath": "resourceFile4736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4737", - "filePath": "resourceFile4737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4738", - "filePath": "resourceFile4738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4739", - "filePath": "resourceFile4739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4740", - "filePath": "resourceFile4740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4741", - "filePath": "resourceFile4741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4742", - "filePath": "resourceFile4742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4743", - "filePath": "resourceFile4743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4744", - "filePath": "resourceFile4744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4745", - "filePath": "resourceFile4745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4746", - "filePath": "resourceFile4746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4747", - "filePath": "resourceFile4747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4748", - "filePath": "resourceFile4748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4749", - "filePath": "resourceFile4749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4750", - "filePath": "resourceFile4750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4751", - "filePath": "resourceFile4751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4752", - "filePath": "resourceFile4752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4753", - "filePath": "resourceFile4753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4754", - "filePath": "resourceFile4754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4755", - "filePath": "resourceFile4755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4756", - "filePath": "resourceFile4756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4757", - "filePath": "resourceFile4757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4758", - "filePath": "resourceFile4758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4759", - "filePath": "resourceFile4759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4760", - "filePath": "resourceFile4760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4761", - "filePath": "resourceFile4761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4762", - "filePath": "resourceFile4762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4763", - "filePath": "resourceFile4763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4764", - "filePath": "resourceFile4764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4765", - "filePath": "resourceFile4765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4766", - "filePath": "resourceFile4766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4767", - "filePath": "resourceFile4767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4768", - "filePath": "resourceFile4768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4769", - "filePath": "resourceFile4769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4770", - "filePath": "resourceFile4770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4771", - "filePath": "resourceFile4771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4772", - "filePath": "resourceFile4772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4773", - "filePath": "resourceFile4773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4774", - "filePath": "resourceFile4774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4775", - "filePath": "resourceFile4775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4776", - "filePath": "resourceFile4776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4777", - "filePath": "resourceFile4777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4778", - "filePath": "resourceFile4778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4779", - "filePath": "resourceFile4779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4780", - "filePath": "resourceFile4780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4781", - "filePath": "resourceFile4781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4782", - "filePath": "resourceFile4782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4783", - "filePath": "resourceFile4783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4784", - "filePath": "resourceFile4784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4785", - "filePath": "resourceFile4785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4786", - "filePath": "resourceFile4786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4787", - "filePath": "resourceFile4787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4788", - "filePath": "resourceFile4788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4789", - "filePath": "resourceFile4789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4790", - "filePath": "resourceFile4790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4791", - "filePath": "resourceFile4791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4792", - "filePath": "resourceFile4792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4793", - "filePath": "resourceFile4793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4794", - "filePath": "resourceFile4794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4795", - "filePath": "resourceFile4795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4796", - "filePath": "resourceFile4796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4797", - "filePath": "resourceFile4797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4798", - "filePath": "resourceFile4798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4799", - "filePath": "resourceFile4799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4800", - "filePath": "resourceFile4800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4801", - "filePath": "resourceFile4801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4802", - "filePath": "resourceFile4802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4803", - "filePath": "resourceFile4803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4804", - "filePath": "resourceFile4804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4805", - "filePath": "resourceFile4805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4806", - "filePath": "resourceFile4806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4807", - "filePath": "resourceFile4807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4808", - "filePath": "resourceFile4808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4809", - "filePath": "resourceFile4809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4810", - "filePath": "resourceFile4810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4811", - "filePath": "resourceFile4811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4812", - "filePath": "resourceFile4812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4813", - "filePath": "resourceFile4813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4814", - "filePath": "resourceFile4814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4815", - "filePath": "resourceFile4815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4816", - "filePath": "resourceFile4816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4817", - "filePath": "resourceFile4817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4818", - "filePath": "resourceFile4818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4819", - "filePath": "resourceFile4819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4820", - "filePath": "resourceFile4820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4821", - "filePath": "resourceFile4821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4822", - "filePath": "resourceFile4822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4823", - "filePath": "resourceFile4823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4824", - "filePath": "resourceFile4824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4825", - "filePath": "resourceFile4825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4826", - "filePath": "resourceFile4826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4827", - "filePath": "resourceFile4827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4828", - "filePath": "resourceFile4828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4829", - "filePath": "resourceFile4829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4830", - "filePath": "resourceFile4830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4831", - "filePath": "resourceFile4831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4832", - "filePath": "resourceFile4832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4833", - "filePath": "resourceFile4833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4834", - "filePath": "resourceFile4834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4835", - "filePath": "resourceFile4835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4836", - "filePath": "resourceFile4836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4837", - "filePath": "resourceFile4837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4838", - "filePath": "resourceFile4838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4839", - "filePath": "resourceFile4839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4840", - "filePath": "resourceFile4840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4841", - "filePath": "resourceFile4841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4842", - "filePath": "resourceFile4842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4843", - "filePath": "resourceFile4843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4844", - "filePath": "resourceFile4844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4845", - "filePath": "resourceFile4845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4846", - "filePath": "resourceFile4846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4847", - "filePath": "resourceFile4847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4848", - "filePath": "resourceFile4848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4849", - "filePath": "resourceFile4849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4850", - "filePath": "resourceFile4850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4851", - "filePath": "resourceFile4851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4852", - "filePath": "resourceFile4852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4853", - "filePath": "resourceFile4853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4854", - "filePath": "resourceFile4854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4855", - "filePath": "resourceFile4855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4856", - "filePath": "resourceFile4856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4857", - "filePath": "resourceFile4857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4858", - "filePath": "resourceFile4858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4859", - "filePath": "resourceFile4859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4860", - "filePath": "resourceFile4860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4861", - "filePath": "resourceFile4861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4862", - "filePath": "resourceFile4862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4863", - "filePath": "resourceFile4863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4864", - "filePath": "resourceFile4864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4865", - "filePath": "resourceFile4865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4866", - "filePath": "resourceFile4866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4867", - "filePath": "resourceFile4867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4868", - "filePath": "resourceFile4868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4869", - "filePath": "resourceFile4869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4870", - "filePath": "resourceFile4870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4871", - "filePath": "resourceFile4871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4872", - "filePath": "resourceFile4872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4873", - "filePath": "resourceFile4873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4874", - "filePath": "resourceFile4874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4875", - "filePath": "resourceFile4875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4876", - "filePath": "resourceFile4876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4877", - "filePath": "resourceFile4877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4878", - "filePath": "resourceFile4878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4879", - "filePath": "resourceFile4879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4880", - "filePath": "resourceFile4880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4881", - "filePath": "resourceFile4881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4882", - "filePath": "resourceFile4882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4883", - "filePath": "resourceFile4883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4884", - "filePath": "resourceFile4884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4885", - "filePath": "resourceFile4885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4886", - "filePath": "resourceFile4886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4887", - "filePath": "resourceFile4887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4888", - "filePath": "resourceFile4888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4889", - "filePath": "resourceFile4889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4890", - "filePath": "resourceFile4890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4891", - "filePath": "resourceFile4891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4892", - "filePath": "resourceFile4892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4893", - "filePath": "resourceFile4893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4894", - "filePath": "resourceFile4894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4895", - "filePath": "resourceFile4895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4896", - "filePath": "resourceFile4896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4897", - "filePath": "resourceFile4897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4898", - "filePath": "resourceFile4898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4899", - "filePath": "resourceFile4899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4900", - "filePath": "resourceFile4900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4901", - "filePath": "resourceFile4901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4902", - "filePath": "resourceFile4902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4903", - "filePath": "resourceFile4903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4904", - "filePath": "resourceFile4904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4905", - "filePath": "resourceFile4905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4906", - "filePath": "resourceFile4906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4907", - "filePath": "resourceFile4907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4908", - "filePath": "resourceFile4908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4909", - "filePath": "resourceFile4909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4910", - "filePath": "resourceFile4910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4911", - "filePath": "resourceFile4911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4912", - "filePath": "resourceFile4912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4913", - "filePath": "resourceFile4913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4914", - "filePath": "resourceFile4914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4915", - "filePath": "resourceFile4915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4916", - "filePath": "resourceFile4916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4917", - "filePath": "resourceFile4917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4918", - "filePath": "resourceFile4918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4919", - "filePath": "resourceFile4919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4920", - "filePath": "resourceFile4920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4921", - "filePath": "resourceFile4921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4922", - "filePath": "resourceFile4922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4923", - "filePath": "resourceFile4923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4924", - "filePath": "resourceFile4924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4925", - "filePath": "resourceFile4925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4926", - "filePath": "resourceFile4926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4927", - "filePath": "resourceFile4927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4928", - "filePath": "resourceFile4928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4929", - "filePath": "resourceFile4929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4930", - "filePath": "resourceFile4930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4931", - "filePath": "resourceFile4931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4932", - "filePath": "resourceFile4932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4933", - "filePath": "resourceFile4933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4934", - "filePath": "resourceFile4934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4935", - "filePath": "resourceFile4935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4936", - "filePath": "resourceFile4936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4937", - "filePath": "resourceFile4937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4938", - "filePath": "resourceFile4938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4939", - "filePath": "resourceFile4939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4940", - "filePath": "resourceFile4940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4941", - "filePath": "resourceFile4941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4942", - "filePath": "resourceFile4942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4943", - "filePath": "resourceFile4943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4944", - "filePath": "resourceFile4944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4945", - "filePath": "resourceFile4945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4946", - "filePath": "resourceFile4946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4947", - "filePath": "resourceFile4947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4948", - "filePath": "resourceFile4948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4949", - "filePath": "resourceFile4949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4950", - "filePath": "resourceFile4950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4951", - "filePath": "resourceFile4951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4952", - "filePath": "resourceFile4952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4953", - "filePath": "resourceFile4953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4954", - "filePath": "resourceFile4954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4955", - "filePath": "resourceFile4955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4956", - "filePath": "resourceFile4956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4957", - "filePath": "resourceFile4957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4958", - "filePath": "resourceFile4958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4959", - "filePath": "resourceFile4959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4960", - "filePath": "resourceFile4960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4961", - "filePath": "resourceFile4961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4962", - "filePath": "resourceFile4962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4963", - "filePath": "resourceFile4963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4964", - "filePath": "resourceFile4964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4965", - "filePath": "resourceFile4965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4966", - "filePath": "resourceFile4966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4967", - "filePath": "resourceFile4967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4968", - "filePath": "resourceFile4968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4969", - "filePath": "resourceFile4969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4970", - "filePath": "resourceFile4970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4971", - "filePath": "resourceFile4971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4972", - "filePath": "resourceFile4972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4973", - "filePath": "resourceFile4973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4974", - "filePath": "resourceFile4974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4975", - "filePath": "resourceFile4975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4976", - "filePath": "resourceFile4976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4977", - "filePath": "resourceFile4977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4978", - "filePath": "resourceFile4978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4979", - "filePath": "resourceFile4979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4980", - "filePath": "resourceFile4980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4981", - "filePath": "resourceFile4981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4982", - "filePath": "resourceFile4982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4983", - "filePath": "resourceFile4983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4984", - "filePath": "resourceFile4984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4985", - "filePath": "resourceFile4985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4986", - "filePath": "resourceFile4986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4987", - "filePath": "resourceFile4987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4988", - "filePath": "resourceFile4988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4989", - "filePath": "resourceFile4989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4990", - "filePath": "resourceFile4990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4991", - "filePath": "resourceFile4991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4992", - "filePath": "resourceFile4992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4993", - "filePath": "resourceFile4993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4994", - "filePath": "resourceFile4994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4995", - "filePath": "resourceFile4995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4996", - "filePath": "resourceFile4996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4997", - "filePath": "resourceFile4997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4998", - "filePath": "resourceFile4998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4999", - "filePath": "resourceFile4999"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5000", - "filePath": "resourceFile5000"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5001", - "filePath": "resourceFile5001"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5002", - "filePath": "resourceFile5002"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5003", - "filePath": "resourceFile5003"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5004", - "filePath": "resourceFile5004"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5005", - "filePath": "resourceFile5005"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5006", - "filePath": "resourceFile5006"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5007", - "filePath": "resourceFile5007"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5008", - "filePath": "resourceFile5008"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5009", - "filePath": "resourceFile5009"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5010", - "filePath": "resourceFile5010"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5011", - "filePath": "resourceFile5011"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5012", - "filePath": "resourceFile5012"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5013", - "filePath": "resourceFile5013"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5014", - "filePath": "resourceFile5014"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5015", - "filePath": "resourceFile5015"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5016", - "filePath": "resourceFile5016"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5017", - "filePath": "resourceFile5017"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5018", - "filePath": "resourceFile5018"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5019", - "filePath": "resourceFile5019"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5020", - "filePath": "resourceFile5020"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5021", - "filePath": "resourceFile5021"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5022", - "filePath": "resourceFile5022"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5023", - "filePath": "resourceFile5023"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5024", - "filePath": "resourceFile5024"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5025", - "filePath": "resourceFile5025"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5026", - "filePath": "resourceFile5026"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5027", - "filePath": "resourceFile5027"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5028", - "filePath": "resourceFile5028"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5029", - "filePath": "resourceFile5029"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5030", - "filePath": "resourceFile5030"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5031", - "filePath": "resourceFile5031"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5032", - "filePath": "resourceFile5032"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5033", - "filePath": "resourceFile5033"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5034", - "filePath": "resourceFile5034"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5035", - "filePath": "resourceFile5035"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5036", - "filePath": "resourceFile5036"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5037", - "filePath": "resourceFile5037"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5038", - "filePath": "resourceFile5038"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5039", - "filePath": "resourceFile5039"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5040", - "filePath": "resourceFile5040"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5041", - "filePath": "resourceFile5041"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5042", - "filePath": "resourceFile5042"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5043", - "filePath": "resourceFile5043"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5044", - "filePath": "resourceFile5044"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5045", - "filePath": "resourceFile5045"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5046", - "filePath": "resourceFile5046"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5047", - "filePath": "resourceFile5047"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5048", - "filePath": "resourceFile5048"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5049", - "filePath": "resourceFile5049"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5050", - "filePath": "resourceFile5050"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5051", - "filePath": "resourceFile5051"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5052", - "filePath": "resourceFile5052"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5053", - "filePath": "resourceFile5053"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5054", - "filePath": "resourceFile5054"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5055", - "filePath": "resourceFile5055"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5056", - "filePath": "resourceFile5056"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5057", - "filePath": "resourceFile5057"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5058", - "filePath": "resourceFile5058"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5059", - "filePath": "resourceFile5059"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5060", - "filePath": "resourceFile5060"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5061", - "filePath": "resourceFile5061"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5062", - "filePath": "resourceFile5062"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5063", - "filePath": "resourceFile5063"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5064", - "filePath": "resourceFile5064"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5065", - "filePath": "resourceFile5065"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5066", - "filePath": "resourceFile5066"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5067", - "filePath": "resourceFile5067"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5068", - "filePath": "resourceFile5068"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5069", - "filePath": "resourceFile5069"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5070", - "filePath": "resourceFile5070"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5071", - "filePath": "resourceFile5071"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5072", - "filePath": "resourceFile5072"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5073", - "filePath": "resourceFile5073"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5074", - "filePath": "resourceFile5074"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5075", - "filePath": "resourceFile5075"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5076", - "filePath": "resourceFile5076"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5077", - "filePath": "resourceFile5077"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5078", - "filePath": "resourceFile5078"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5079", - "filePath": "resourceFile5079"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5080", - "filePath": "resourceFile5080"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5081", - "filePath": "resourceFile5081"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5082", - "filePath": "resourceFile5082"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5083", - "filePath": "resourceFile5083"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5084", - "filePath": "resourceFile5084"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5085", - "filePath": "resourceFile5085"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5086", - "filePath": "resourceFile5086"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5087", - "filePath": "resourceFile5087"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5088", - "filePath": "resourceFile5088"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5089", - "filePath": "resourceFile5089"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5090", - "filePath": "resourceFile5090"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5091", - "filePath": "resourceFile5091"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5092", - "filePath": "resourceFile5092"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5093", - "filePath": "resourceFile5093"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5094", - "filePath": "resourceFile5094"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5095", - "filePath": "resourceFile5095"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5096", - "filePath": "resourceFile5096"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5097", - "filePath": "resourceFile5097"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5098", - "filePath": "resourceFile5098"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5099", - "filePath": "resourceFile5099"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5100", - "filePath": "resourceFile5100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5101", - "filePath": "resourceFile5101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5102", - "filePath": "resourceFile5102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5103", - "filePath": "resourceFile5103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5104", - "filePath": "resourceFile5104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5105", - "filePath": "resourceFile5105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5106", - "filePath": "resourceFile5106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5107", - "filePath": "resourceFile5107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5108", - "filePath": "resourceFile5108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5109", - "filePath": "resourceFile5109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5110", - "filePath": "resourceFile5110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5111", - "filePath": "resourceFile5111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5112", - "filePath": "resourceFile5112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5113", - "filePath": "resourceFile5113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5114", - "filePath": "resourceFile5114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5115", - "filePath": "resourceFile5115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5116", - "filePath": "resourceFile5116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5117", - "filePath": "resourceFile5117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5118", - "filePath": "resourceFile5118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5119", - "filePath": "resourceFile5119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5120", - "filePath": "resourceFile5120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5121", - "filePath": "resourceFile5121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5122", - "filePath": "resourceFile5122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5123", - "filePath": "resourceFile5123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5124", - "filePath": "resourceFile5124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5125", - "filePath": "resourceFile5125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5126", - "filePath": "resourceFile5126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5127", - "filePath": "resourceFile5127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5128", - "filePath": "resourceFile5128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5129", - "filePath": "resourceFile5129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5130", - "filePath": "resourceFile5130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5131", - "filePath": "resourceFile5131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5132", - "filePath": "resourceFile5132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5133", - "filePath": "resourceFile5133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5134", - "filePath": "resourceFile5134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5135", - "filePath": "resourceFile5135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5136", - "filePath": "resourceFile5136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5137", - "filePath": "resourceFile5137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5138", - "filePath": "resourceFile5138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5139", - "filePath": "resourceFile5139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5140", - "filePath": "resourceFile5140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5141", - "filePath": "resourceFile5141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5142", - "filePath": "resourceFile5142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5143", - "filePath": "resourceFile5143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5144", - "filePath": "resourceFile5144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5145", - "filePath": "resourceFile5145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5146", - "filePath": "resourceFile5146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5147", - "filePath": "resourceFile5147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5148", - "filePath": "resourceFile5148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5149", - "filePath": "resourceFile5149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5150", - "filePath": "resourceFile5150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5151", - "filePath": "resourceFile5151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5152", - "filePath": "resourceFile5152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5153", - "filePath": "resourceFile5153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5154", - "filePath": "resourceFile5154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5155", - "filePath": "resourceFile5155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5156", - "filePath": "resourceFile5156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5157", - "filePath": "resourceFile5157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5158", - "filePath": "resourceFile5158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5159", - "filePath": "resourceFile5159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5160", - "filePath": "resourceFile5160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5161", - "filePath": "resourceFile5161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5162", - "filePath": "resourceFile5162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5163", - "filePath": "resourceFile5163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5164", - "filePath": "resourceFile5164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5165", - "filePath": "resourceFile5165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5166", - "filePath": "resourceFile5166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5167", - "filePath": "resourceFile5167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5168", - "filePath": "resourceFile5168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5169", - "filePath": "resourceFile5169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5170", - "filePath": "resourceFile5170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5171", - "filePath": "resourceFile5171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5172", - "filePath": "resourceFile5172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5173", - "filePath": "resourceFile5173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5174", - "filePath": "resourceFile5174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5175", - "filePath": "resourceFile5175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5176", - "filePath": "resourceFile5176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5177", - "filePath": "resourceFile5177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5178", - "filePath": "resourceFile5178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5179", - "filePath": "resourceFile5179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5180", - "filePath": "resourceFile5180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5181", - "filePath": "resourceFile5181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5182", - "filePath": "resourceFile5182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5183", - "filePath": "resourceFile5183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5184", - "filePath": "resourceFile5184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5185", - "filePath": "resourceFile5185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5186", - "filePath": "resourceFile5186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5187", - "filePath": "resourceFile5187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5188", - "filePath": "resourceFile5188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5189", - "filePath": "resourceFile5189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5190", - "filePath": "resourceFile5190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5191", - "filePath": "resourceFile5191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5192", - "filePath": "resourceFile5192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5193", - "filePath": "resourceFile5193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5194", - "filePath": "resourceFile5194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5195", - "filePath": "resourceFile5195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5196", - "filePath": "resourceFile5196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5197", - "filePath": "resourceFile5197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5198", - "filePath": "resourceFile5198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5199", - "filePath": "resourceFile5199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5200", - "filePath": "resourceFile5200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5201", - "filePath": "resourceFile5201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5202", - "filePath": "resourceFile5202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5203", - "filePath": "resourceFile5203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5204", - "filePath": "resourceFile5204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5205", - "filePath": "resourceFile5205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5206", - "filePath": "resourceFile5206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5207", - "filePath": "resourceFile5207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5208", - "filePath": "resourceFile5208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5209", - "filePath": "resourceFile5209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5210", - "filePath": "resourceFile5210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5211", - "filePath": "resourceFile5211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5212", - "filePath": "resourceFile5212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5213", - "filePath": "resourceFile5213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5214", - "filePath": "resourceFile5214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5215", - "filePath": "resourceFile5215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5216", - "filePath": "resourceFile5216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5217", - "filePath": "resourceFile5217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5218", - "filePath": "resourceFile5218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5219", - "filePath": "resourceFile5219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5220", - "filePath": "resourceFile5220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5221", - "filePath": "resourceFile5221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5222", - "filePath": "resourceFile5222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5223", - "filePath": "resourceFile5223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5224", - "filePath": "resourceFile5224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5225", - "filePath": "resourceFile5225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5226", - "filePath": "resourceFile5226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5227", - "filePath": "resourceFile5227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5228", - "filePath": "resourceFile5228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5229", - "filePath": "resourceFile5229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5230", - "filePath": "resourceFile5230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5231", - "filePath": "resourceFile5231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5232", - "filePath": "resourceFile5232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5233", - "filePath": "resourceFile5233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5234", - "filePath": "resourceFile5234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5235", - "filePath": "resourceFile5235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5236", - "filePath": "resourceFile5236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5237", - "filePath": "resourceFile5237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5238", - "filePath": "resourceFile5238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5239", - "filePath": "resourceFile5239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5240", - "filePath": "resourceFile5240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5241", - "filePath": "resourceFile5241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5242", - "filePath": "resourceFile5242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5243", - "filePath": "resourceFile5243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5244", - "filePath": "resourceFile5244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5245", - "filePath": "resourceFile5245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5246", - "filePath": "resourceFile5246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5247", - "filePath": "resourceFile5247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5248", - "filePath": "resourceFile5248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5249", - "filePath": "resourceFile5249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5250", - "filePath": "resourceFile5250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5251", - "filePath": "resourceFile5251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5252", - "filePath": "resourceFile5252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5253", - "filePath": "resourceFile5253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5254", - "filePath": "resourceFile5254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5255", - "filePath": "resourceFile5255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5256", - "filePath": "resourceFile5256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5257", - "filePath": "resourceFile5257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5258", - "filePath": "resourceFile5258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5259", - "filePath": "resourceFile5259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5260", - "filePath": "resourceFile5260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5261", - "filePath": "resourceFile5261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5262", - "filePath": "resourceFile5262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5263", - "filePath": "resourceFile5263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5264", - "filePath": "resourceFile5264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5265", - "filePath": "resourceFile5265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5266", - "filePath": "resourceFile5266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5267", - "filePath": "resourceFile5267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5268", - "filePath": "resourceFile5268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5269", - "filePath": "resourceFile5269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5270", - "filePath": "resourceFile5270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5271", - "filePath": "resourceFile5271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5272", - "filePath": "resourceFile5272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5273", - "filePath": "resourceFile5273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5274", - "filePath": "resourceFile5274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5275", - "filePath": "resourceFile5275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5276", - "filePath": "resourceFile5276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5277", - "filePath": "resourceFile5277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5278", - "filePath": "resourceFile5278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5279", - "filePath": "resourceFile5279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5280", - "filePath": "resourceFile5280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5281", - "filePath": "resourceFile5281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5282", - "filePath": "resourceFile5282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5283", - "filePath": "resourceFile5283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5284", - "filePath": "resourceFile5284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5285", - "filePath": "resourceFile5285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5286", - "filePath": "resourceFile5286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5287", - "filePath": "resourceFile5287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5288", - "filePath": "resourceFile5288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5289", - "filePath": "resourceFile5289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5290", - "filePath": "resourceFile5290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5291", - "filePath": "resourceFile5291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5292", - "filePath": "resourceFile5292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5293", - "filePath": "resourceFile5293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5294", - "filePath": "resourceFile5294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5295", - "filePath": "resourceFile5295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5296", - "filePath": "resourceFile5296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5297", - "filePath": "resourceFile5297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5298", - "filePath": "resourceFile5298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5299", - "filePath": "resourceFile5299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5300", - "filePath": "resourceFile5300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5301", - "filePath": "resourceFile5301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5302", - "filePath": "resourceFile5302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5303", - "filePath": "resourceFile5303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5304", - "filePath": "resourceFile5304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5305", - "filePath": "resourceFile5305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5306", - "filePath": "resourceFile5306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5307", - "filePath": "resourceFile5307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5308", - "filePath": "resourceFile5308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5309", - "filePath": "resourceFile5309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5310", - "filePath": "resourceFile5310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5311", - "filePath": "resourceFile5311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5312", - "filePath": "resourceFile5312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5313", - "filePath": "resourceFile5313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5314", - "filePath": "resourceFile5314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5315", - "filePath": "resourceFile5315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5316", - "filePath": "resourceFile5316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5317", - "filePath": "resourceFile5317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5318", - "filePath": "resourceFile5318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5319", - "filePath": "resourceFile5319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5320", - "filePath": "resourceFile5320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5321", - "filePath": "resourceFile5321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5322", - "filePath": "resourceFile5322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5323", - "filePath": "resourceFile5323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5324", - "filePath": "resourceFile5324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5325", - "filePath": "resourceFile5325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5326", - "filePath": "resourceFile5326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5327", - "filePath": "resourceFile5327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5328", - "filePath": "resourceFile5328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5329", - "filePath": "resourceFile5329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5330", - "filePath": "resourceFile5330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5331", - "filePath": "resourceFile5331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5332", - "filePath": "resourceFile5332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5333", - "filePath": "resourceFile5333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5334", - "filePath": "resourceFile5334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5335", - "filePath": "resourceFile5335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5336", - "filePath": "resourceFile5336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5337", - "filePath": "resourceFile5337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5338", - "filePath": "resourceFile5338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5339", - "filePath": "resourceFile5339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5340", - "filePath": "resourceFile5340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5341", - "filePath": "resourceFile5341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5342", - "filePath": "resourceFile5342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5343", - "filePath": "resourceFile5343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5344", - "filePath": "resourceFile5344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5345", - "filePath": "resourceFile5345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5346", - "filePath": "resourceFile5346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5347", - "filePath": "resourceFile5347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5348", - "filePath": "resourceFile5348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5349", - "filePath": "resourceFile5349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5350", - "filePath": "resourceFile5350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5351", - "filePath": "resourceFile5351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5352", - "filePath": "resourceFile5352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5353", - "filePath": "resourceFile5353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5354", - "filePath": "resourceFile5354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5355", - "filePath": "resourceFile5355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5356", - "filePath": "resourceFile5356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5357", - "filePath": "resourceFile5357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5358", - "filePath": "resourceFile5358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5359", - "filePath": "resourceFile5359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5360", - "filePath": "resourceFile5360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5361", - "filePath": "resourceFile5361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5362", - "filePath": "resourceFile5362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5363", - "filePath": "resourceFile5363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5364", - "filePath": "resourceFile5364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5365", - "filePath": "resourceFile5365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5366", - "filePath": "resourceFile5366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5367", - "filePath": "resourceFile5367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5368", - "filePath": "resourceFile5368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5369", - "filePath": "resourceFile5369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5370", - "filePath": "resourceFile5370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5371", - "filePath": "resourceFile5371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5372", - "filePath": "resourceFile5372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5373", - "filePath": "resourceFile5373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5374", - "filePath": "resourceFile5374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5375", - "filePath": "resourceFile5375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5376", - "filePath": "resourceFile5376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5377", - "filePath": "resourceFile5377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5378", - "filePath": "resourceFile5378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5379", - "filePath": "resourceFile5379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5380", - "filePath": "resourceFile5380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5381", - "filePath": "resourceFile5381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5382", - "filePath": "resourceFile5382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5383", - "filePath": "resourceFile5383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5384", - "filePath": "resourceFile5384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5385", - "filePath": "resourceFile5385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5386", - "filePath": "resourceFile5386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5387", - "filePath": "resourceFile5387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5388", - "filePath": "resourceFile5388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5389", - "filePath": "resourceFile5389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5390", - "filePath": "resourceFile5390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5391", - "filePath": "resourceFile5391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5392", - "filePath": "resourceFile5392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5393", - "filePath": "resourceFile5393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5394", - "filePath": "resourceFile5394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5395", - "filePath": "resourceFile5395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5396", - "filePath": "resourceFile5396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5397", - "filePath": "resourceFile5397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5398", - "filePath": "resourceFile5398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5399", - "filePath": "resourceFile5399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5400", - "filePath": "resourceFile5400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5401", - "filePath": "resourceFile5401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5402", - "filePath": "resourceFile5402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5403", - "filePath": "resourceFile5403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5404", - "filePath": "resourceFile5404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5405", - "filePath": "resourceFile5405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5406", - "filePath": "resourceFile5406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5407", - "filePath": "resourceFile5407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5408", - "filePath": "resourceFile5408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5409", - "filePath": "resourceFile5409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5410", - "filePath": "resourceFile5410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5411", - "filePath": "resourceFile5411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5412", - "filePath": "resourceFile5412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5413", - "filePath": "resourceFile5413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5414", - "filePath": "resourceFile5414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5415", - "filePath": "resourceFile5415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5416", - "filePath": "resourceFile5416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5417", - "filePath": "resourceFile5417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5418", - "filePath": "resourceFile5418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5419", - "filePath": "resourceFile5419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5420", - "filePath": "resourceFile5420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5421", - "filePath": "resourceFile5421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5422", - "filePath": "resourceFile5422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5423", - "filePath": "resourceFile5423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5424", - "filePath": "resourceFile5424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5425", - "filePath": "resourceFile5425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5426", - "filePath": "resourceFile5426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5427", - "filePath": "resourceFile5427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5428", - "filePath": "resourceFile5428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5429", - "filePath": "resourceFile5429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5430", - "filePath": "resourceFile5430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5431", - "filePath": "resourceFile5431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5432", - "filePath": "resourceFile5432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5433", - "filePath": "resourceFile5433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5434", - "filePath": "resourceFile5434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5435", - "filePath": "resourceFile5435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5436", - "filePath": "resourceFile5436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5437", - "filePath": "resourceFile5437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5438", - "filePath": "resourceFile5438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5439", - "filePath": "resourceFile5439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5440", - "filePath": "resourceFile5440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5441", - "filePath": "resourceFile5441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5442", - "filePath": "resourceFile5442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5443", - "filePath": "resourceFile5443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5444", - "filePath": "resourceFile5444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5445", - "filePath": "resourceFile5445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5446", - "filePath": "resourceFile5446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5447", - "filePath": "resourceFile5447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5448", - "filePath": "resourceFile5448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5449", - "filePath": "resourceFile5449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5450", - "filePath": "resourceFile5450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5451", - "filePath": "resourceFile5451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5452", - "filePath": "resourceFile5452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5453", - "filePath": "resourceFile5453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5454", - "filePath": "resourceFile5454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5455", - "filePath": "resourceFile5455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5456", - "filePath": "resourceFile5456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5457", - "filePath": "resourceFile5457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5458", - "filePath": "resourceFile5458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5459", - "filePath": "resourceFile5459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5460", - "filePath": "resourceFile5460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5461", - "filePath": "resourceFile5461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5462", - "filePath": "resourceFile5462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5463", - "filePath": "resourceFile5463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5464", - "filePath": "resourceFile5464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5465", - "filePath": "resourceFile5465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5466", - "filePath": "resourceFile5466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5467", - "filePath": "resourceFile5467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5468", - "filePath": "resourceFile5468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5469", - "filePath": "resourceFile5469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5470", - "filePath": "resourceFile5470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5471", - "filePath": "resourceFile5471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5472", - "filePath": "resourceFile5472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5473", - "filePath": "resourceFile5473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5474", - "filePath": "resourceFile5474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5475", - "filePath": "resourceFile5475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5476", - "filePath": "resourceFile5476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5477", - "filePath": "resourceFile5477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5478", - "filePath": "resourceFile5478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5479", - "filePath": "resourceFile5479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5480", - "filePath": "resourceFile5480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5481", - "filePath": "resourceFile5481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5482", - "filePath": "resourceFile5482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5483", - "filePath": "resourceFile5483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5484", - "filePath": "resourceFile5484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5485", - "filePath": "resourceFile5485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5486", - "filePath": "resourceFile5486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5487", - "filePath": "resourceFile5487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5488", - "filePath": "resourceFile5488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5489", - "filePath": "resourceFile5489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5490", - "filePath": "resourceFile5490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5491", - "filePath": "resourceFile5491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5492", - "filePath": "resourceFile5492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5493", - "filePath": "resourceFile5493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5494", - "filePath": "resourceFile5494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5495", - "filePath": "resourceFile5495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5496", - "filePath": "resourceFile5496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5497", - "filePath": "resourceFile5497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5498", - "filePath": "resourceFile5498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5499", - "filePath": "resourceFile5499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5500", - "filePath": "resourceFile5500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5501", - "filePath": "resourceFile5501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5502", - "filePath": "resourceFile5502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5503", - "filePath": "resourceFile5503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5504", - "filePath": "resourceFile5504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5505", - "filePath": "resourceFile5505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5506", - "filePath": "resourceFile5506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5507", - "filePath": "resourceFile5507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5508", - "filePath": "resourceFile5508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5509", - "filePath": "resourceFile5509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5510", - "filePath": "resourceFile5510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5511", - "filePath": "resourceFile5511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5512", - "filePath": "resourceFile5512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5513", - "filePath": "resourceFile5513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5514", - "filePath": "resourceFile5514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5515", - "filePath": "resourceFile5515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5516", - "filePath": "resourceFile5516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5517", - "filePath": "resourceFile5517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5518", - "filePath": "resourceFile5518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5519", - "filePath": "resourceFile5519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5520", - "filePath": "resourceFile5520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5521", - "filePath": "resourceFile5521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5522", - "filePath": "resourceFile5522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5523", - "filePath": "resourceFile5523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5524", - "filePath": "resourceFile5524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5525", - "filePath": "resourceFile5525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5526", - "filePath": "resourceFile5526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5527", - "filePath": "resourceFile5527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5528", - "filePath": "resourceFile5528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5529", - "filePath": "resourceFile5529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5530", - "filePath": "resourceFile5530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5531", - "filePath": "resourceFile5531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5532", - "filePath": "resourceFile5532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5533", - "filePath": "resourceFile5533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5534", - "filePath": "resourceFile5534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5535", - "filePath": "resourceFile5535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5536", - "filePath": "resourceFile5536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5537", - "filePath": "resourceFile5537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5538", - "filePath": "resourceFile5538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5539", - "filePath": "resourceFile5539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5540", - "filePath": "resourceFile5540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5541", - "filePath": "resourceFile5541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5542", - "filePath": "resourceFile5542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5543", - "filePath": "resourceFile5543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5544", - "filePath": "resourceFile5544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5545", - "filePath": "resourceFile5545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5546", - "filePath": "resourceFile5546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5547", - "filePath": "resourceFile5547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5548", - "filePath": "resourceFile5548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5549", - "filePath": "resourceFile5549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5550", - "filePath": "resourceFile5550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5551", - "filePath": "resourceFile5551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5552", - "filePath": "resourceFile5552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5553", - "filePath": "resourceFile5553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5554", - "filePath": "resourceFile5554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5555", - "filePath": "resourceFile5555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5556", - "filePath": "resourceFile5556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5557", - "filePath": "resourceFile5557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5558", - "filePath": "resourceFile5558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5559", - "filePath": "resourceFile5559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5560", - "filePath": "resourceFile5560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5561", - "filePath": "resourceFile5561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5562", - "filePath": "resourceFile5562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5563", - "filePath": "resourceFile5563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5564", - "filePath": "resourceFile5564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5565", - "filePath": "resourceFile5565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5566", - "filePath": "resourceFile5566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5567", - "filePath": "resourceFile5567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5568", - "filePath": "resourceFile5568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5569", - "filePath": "resourceFile5569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5570", - "filePath": "resourceFile5570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5571", - "filePath": "resourceFile5571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5572", - "filePath": "resourceFile5572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5573", - "filePath": "resourceFile5573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5574", - "filePath": "resourceFile5574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5575", - "filePath": "resourceFile5575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5576", - "filePath": "resourceFile5576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5577", - "filePath": "resourceFile5577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5578", - "filePath": "resourceFile5578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5579", - "filePath": "resourceFile5579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5580", - "filePath": "resourceFile5580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5581", - "filePath": "resourceFile5581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5582", - "filePath": "resourceFile5582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5583", - "filePath": "resourceFile5583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5584", - "filePath": "resourceFile5584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5585", - "filePath": "resourceFile5585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5586", - "filePath": "resourceFile5586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5587", - "filePath": "resourceFile5587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5588", - "filePath": "resourceFile5588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5589", - "filePath": "resourceFile5589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5590", - "filePath": "resourceFile5590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5591", - "filePath": "resourceFile5591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5592", - "filePath": "resourceFile5592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5593", - "filePath": "resourceFile5593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5594", - "filePath": "resourceFile5594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5595", - "filePath": "resourceFile5595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5596", - "filePath": "resourceFile5596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5597", - "filePath": "resourceFile5597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5598", - "filePath": "resourceFile5598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5599", - "filePath": "resourceFile5599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5600", - "filePath": "resourceFile5600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5601", - "filePath": "resourceFile5601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5602", - "filePath": "resourceFile5602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5603", - "filePath": "resourceFile5603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5604", - "filePath": "resourceFile5604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5605", - "filePath": "resourceFile5605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5606", - "filePath": "resourceFile5606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5607", - "filePath": "resourceFile5607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5608", - "filePath": "resourceFile5608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5609", - "filePath": "resourceFile5609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5610", - "filePath": "resourceFile5610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5611", - "filePath": "resourceFile5611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5612", - "filePath": "resourceFile5612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5613", - "filePath": "resourceFile5613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5614", - "filePath": "resourceFile5614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5615", - "filePath": "resourceFile5615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5616", - "filePath": "resourceFile5616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5617", - "filePath": "resourceFile5617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5618", - "filePath": "resourceFile5618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5619", - "filePath": "resourceFile5619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5620", - "filePath": "resourceFile5620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5621", - "filePath": "resourceFile5621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5622", - "filePath": "resourceFile5622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5623", - "filePath": "resourceFile5623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5624", - "filePath": "resourceFile5624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5625", - "filePath": "resourceFile5625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5626", - "filePath": "resourceFile5626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5627", - "filePath": "resourceFile5627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5628", - "filePath": "resourceFile5628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5629", - "filePath": "resourceFile5629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5630", - "filePath": "resourceFile5630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5631", - "filePath": "resourceFile5631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5632", - "filePath": "resourceFile5632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5633", - "filePath": "resourceFile5633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5634", - "filePath": "resourceFile5634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5635", - "filePath": "resourceFile5635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5636", - "filePath": "resourceFile5636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5637", - "filePath": "resourceFile5637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5638", - "filePath": "resourceFile5638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5639", - "filePath": "resourceFile5639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5640", - "filePath": "resourceFile5640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5641", - "filePath": "resourceFile5641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5642", - "filePath": "resourceFile5642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5643", - "filePath": "resourceFile5643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5644", - "filePath": "resourceFile5644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5645", - "filePath": "resourceFile5645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5646", - "filePath": "resourceFile5646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5647", - "filePath": "resourceFile5647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5648", - "filePath": "resourceFile5648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5649", - "filePath": "resourceFile5649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5650", - "filePath": "resourceFile5650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5651", - "filePath": "resourceFile5651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5652", - "filePath": "resourceFile5652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5653", - "filePath": "resourceFile5653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5654", - "filePath": "resourceFile5654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5655", - "filePath": "resourceFile5655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5656", - "filePath": "resourceFile5656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5657", - "filePath": "resourceFile5657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5658", - "filePath": "resourceFile5658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5659", - "filePath": "resourceFile5659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5660", - "filePath": "resourceFile5660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5661", - "filePath": "resourceFile5661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5662", - "filePath": "resourceFile5662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5663", - "filePath": "resourceFile5663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5664", - "filePath": "resourceFile5664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5665", - "filePath": "resourceFile5665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5666", - "filePath": "resourceFile5666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5667", - "filePath": "resourceFile5667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5668", - "filePath": "resourceFile5668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5669", - "filePath": "resourceFile5669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5670", - "filePath": "resourceFile5670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5671", - "filePath": "resourceFile5671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5672", - "filePath": "resourceFile5672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5673", - "filePath": "resourceFile5673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5674", - "filePath": "resourceFile5674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5675", - "filePath": "resourceFile5675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5676", - "filePath": "resourceFile5676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5677", - "filePath": "resourceFile5677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5678", - "filePath": "resourceFile5678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5679", - "filePath": "resourceFile5679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5680", - "filePath": "resourceFile5680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5681", - "filePath": "resourceFile5681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5682", - "filePath": "resourceFile5682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5683", - "filePath": "resourceFile5683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5684", - "filePath": "resourceFile5684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5685", - "filePath": "resourceFile5685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5686", - "filePath": "resourceFile5686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5687", - "filePath": "resourceFile5687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5688", - "filePath": "resourceFile5688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5689", - "filePath": "resourceFile5689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5690", - "filePath": "resourceFile5690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5691", - "filePath": "resourceFile5691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5692", - "filePath": "resourceFile5692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5693", - "filePath": "resourceFile5693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5694", - "filePath": "resourceFile5694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5695", - "filePath": "resourceFile5695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5696", - "filePath": "resourceFile5696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5697", - "filePath": "resourceFile5697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5698", - "filePath": "resourceFile5698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5699", - "filePath": "resourceFile5699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5700", - "filePath": "resourceFile5700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5701", - "filePath": "resourceFile5701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5702", - "filePath": "resourceFile5702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5703", - "filePath": "resourceFile5703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5704", - "filePath": "resourceFile5704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5705", - "filePath": "resourceFile5705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5706", - "filePath": "resourceFile5706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5707", - "filePath": "resourceFile5707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5708", - "filePath": "resourceFile5708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5709", - "filePath": "resourceFile5709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5710", - "filePath": "resourceFile5710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5711", - "filePath": "resourceFile5711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5712", - "filePath": "resourceFile5712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5713", - "filePath": "resourceFile5713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5714", - "filePath": "resourceFile5714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5715", - "filePath": "resourceFile5715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5716", - "filePath": "resourceFile5716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5717", - "filePath": "resourceFile5717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5718", - "filePath": "resourceFile5718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5719", - "filePath": "resourceFile5719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5720", - "filePath": "resourceFile5720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5721", - "filePath": "resourceFile5721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5722", - "filePath": "resourceFile5722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5723", - "filePath": "resourceFile5723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5724", - "filePath": "resourceFile5724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5725", - "filePath": "resourceFile5725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5726", - "filePath": "resourceFile5726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5727", - "filePath": "resourceFile5727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5728", - "filePath": "resourceFile5728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5729", - "filePath": "resourceFile5729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5730", - "filePath": "resourceFile5730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5731", - "filePath": "resourceFile5731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5732", - "filePath": "resourceFile5732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5733", - "filePath": "resourceFile5733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5734", - "filePath": "resourceFile5734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5735", - "filePath": "resourceFile5735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5736", - "filePath": "resourceFile5736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5737", - "filePath": "resourceFile5737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5738", - "filePath": "resourceFile5738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5739", - "filePath": "resourceFile5739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5740", - "filePath": "resourceFile5740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5741", - "filePath": "resourceFile5741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5742", - "filePath": "resourceFile5742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5743", - "filePath": "resourceFile5743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5744", - "filePath": "resourceFile5744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5745", - "filePath": "resourceFile5745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5746", - "filePath": "resourceFile5746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5747", - "filePath": "resourceFile5747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5748", - "filePath": "resourceFile5748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5749", - "filePath": "resourceFile5749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5750", - "filePath": "resourceFile5750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5751", - "filePath": "resourceFile5751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5752", - "filePath": "resourceFile5752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5753", - "filePath": "resourceFile5753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5754", - "filePath": "resourceFile5754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5755", - "filePath": "resourceFile5755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5756", - "filePath": "resourceFile5756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5757", - "filePath": "resourceFile5757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5758", - "filePath": "resourceFile5758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5759", - "filePath": "resourceFile5759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5760", - "filePath": "resourceFile5760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5761", - "filePath": "resourceFile5761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5762", - "filePath": "resourceFile5762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5763", - "filePath": "resourceFile5763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5764", - "filePath": "resourceFile5764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5765", - "filePath": "resourceFile5765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5766", - "filePath": "resourceFile5766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5767", - "filePath": "resourceFile5767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5768", - "filePath": "resourceFile5768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5769", - "filePath": "resourceFile5769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5770", - "filePath": "resourceFile5770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5771", - "filePath": "resourceFile5771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5772", - "filePath": "resourceFile5772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5773", - "filePath": "resourceFile5773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5774", - "filePath": "resourceFile5774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5775", - "filePath": "resourceFile5775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5776", - "filePath": "resourceFile5776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5777", - "filePath": "resourceFile5777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5778", - "filePath": "resourceFile5778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5779", - "filePath": "resourceFile5779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5780", - "filePath": "resourceFile5780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5781", - "filePath": "resourceFile5781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5782", - "filePath": "resourceFile5782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5783", - "filePath": "resourceFile5783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5784", - "filePath": "resourceFile5784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5785", - "filePath": "resourceFile5785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5786", - "filePath": "resourceFile5786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5787", - "filePath": "resourceFile5787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5788", - "filePath": "resourceFile5788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5789", - "filePath": "resourceFile5789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5790", - "filePath": "resourceFile5790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5791", - "filePath": "resourceFile5791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5792", - "filePath": "resourceFile5792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5793", - "filePath": "resourceFile5793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5794", - "filePath": "resourceFile5794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5795", - "filePath": "resourceFile5795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5796", - "filePath": "resourceFile5796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5797", - "filePath": "resourceFile5797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5798", - "filePath": "resourceFile5798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5799", - "filePath": "resourceFile5799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5800", - "filePath": "resourceFile5800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5801", - "filePath": "resourceFile5801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5802", - "filePath": "resourceFile5802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5803", - "filePath": "resourceFile5803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5804", - "filePath": "resourceFile5804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5805", - "filePath": "resourceFile5805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5806", - "filePath": "resourceFile5806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5807", - "filePath": "resourceFile5807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5808", - "filePath": "resourceFile5808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5809", - "filePath": "resourceFile5809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5810", - "filePath": "resourceFile5810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5811", - "filePath": "resourceFile5811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5812", - "filePath": "resourceFile5812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5813", - "filePath": "resourceFile5813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5814", - "filePath": "resourceFile5814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5815", - "filePath": "resourceFile5815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5816", - "filePath": "resourceFile5816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5817", - "filePath": "resourceFile5817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5818", - "filePath": "resourceFile5818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5819", - "filePath": "resourceFile5819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5820", - "filePath": "resourceFile5820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5821", - "filePath": "resourceFile5821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5822", - "filePath": "resourceFile5822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5823", - "filePath": "resourceFile5823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5824", - "filePath": "resourceFile5824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5825", - "filePath": "resourceFile5825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5826", - "filePath": "resourceFile5826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5827", - "filePath": "resourceFile5827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5828", - "filePath": "resourceFile5828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5829", - "filePath": "resourceFile5829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5830", - "filePath": "resourceFile5830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5831", - "filePath": "resourceFile5831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5832", - "filePath": "resourceFile5832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5833", - "filePath": "resourceFile5833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5834", - "filePath": "resourceFile5834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5835", - "filePath": "resourceFile5835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5836", - "filePath": "resourceFile5836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5837", - "filePath": "resourceFile5837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5838", - "filePath": "resourceFile5838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5839", - "filePath": "resourceFile5839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5840", - "filePath": "resourceFile5840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5841", - "filePath": "resourceFile5841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5842", - "filePath": "resourceFile5842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5843", - "filePath": "resourceFile5843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5844", - "filePath": "resourceFile5844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5845", - "filePath": "resourceFile5845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5846", - "filePath": "resourceFile5846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5847", - "filePath": "resourceFile5847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5848", - "filePath": "resourceFile5848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5849", - "filePath": "resourceFile5849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5850", - "filePath": "resourceFile5850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5851", - "filePath": "resourceFile5851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5852", - "filePath": "resourceFile5852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5853", - "filePath": "resourceFile5853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5854", - "filePath": "resourceFile5854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5855", - "filePath": "resourceFile5855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5856", - "filePath": "resourceFile5856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5857", - "filePath": "resourceFile5857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5858", - "filePath": "resourceFile5858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5859", - "filePath": "resourceFile5859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5860", - "filePath": "resourceFile5860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5861", - "filePath": "resourceFile5861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5862", - "filePath": "resourceFile5862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5863", - "filePath": "resourceFile5863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5864", - "filePath": "resourceFile5864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5865", - "filePath": "resourceFile5865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5866", - "filePath": "resourceFile5866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5867", - "filePath": "resourceFile5867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5868", - "filePath": "resourceFile5868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5869", - "filePath": "resourceFile5869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5870", - "filePath": "resourceFile5870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5871", - "filePath": "resourceFile5871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5872", - "filePath": "resourceFile5872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5873", - "filePath": "resourceFile5873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5874", - "filePath": "resourceFile5874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5875", - "filePath": "resourceFile5875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5876", - "filePath": "resourceFile5876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5877", - "filePath": "resourceFile5877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5878", - "filePath": "resourceFile5878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5879", - "filePath": "resourceFile5879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5880", - "filePath": "resourceFile5880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5881", - "filePath": "resourceFile5881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5882", - "filePath": "resourceFile5882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5883", - "filePath": "resourceFile5883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5884", - "filePath": "resourceFile5884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5885", - "filePath": "resourceFile5885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5886", - "filePath": "resourceFile5886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5887", - "filePath": "resourceFile5887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5888", - "filePath": "resourceFile5888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5889", - "filePath": "resourceFile5889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5890", - "filePath": "resourceFile5890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5891", - "filePath": "resourceFile5891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5892", - "filePath": "resourceFile5892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5893", - "filePath": "resourceFile5893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5894", - "filePath": "resourceFile5894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5895", - "filePath": "resourceFile5895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5896", - "filePath": "resourceFile5896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5897", - "filePath": "resourceFile5897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5898", - "filePath": "resourceFile5898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5899", - "filePath": "resourceFile5899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5900", - "filePath": "resourceFile5900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5901", - "filePath": "resourceFile5901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5902", - "filePath": "resourceFile5902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5903", - "filePath": "resourceFile5903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5904", - "filePath": "resourceFile5904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5905", - "filePath": "resourceFile5905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5906", - "filePath": "resourceFile5906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5907", - "filePath": "resourceFile5907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5908", - "filePath": "resourceFile5908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5909", - "filePath": "resourceFile5909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5910", - "filePath": "resourceFile5910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5911", - "filePath": "resourceFile5911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5912", - "filePath": "resourceFile5912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5913", - "filePath": "resourceFile5913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5914", - "filePath": "resourceFile5914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5915", - "filePath": "resourceFile5915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5916", - "filePath": "resourceFile5916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5917", - "filePath": "resourceFile5917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5918", - "filePath": "resourceFile5918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5919", - "filePath": "resourceFile5919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5920", - "filePath": "resourceFile5920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5921", - "filePath": "resourceFile5921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5922", - "filePath": "resourceFile5922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5923", - "filePath": "resourceFile5923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5924", - "filePath": "resourceFile5924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5925", - "filePath": "resourceFile5925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5926", - "filePath": "resourceFile5926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5927", - "filePath": "resourceFile5927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5928", - "filePath": "resourceFile5928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5929", - "filePath": "resourceFile5929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5930", - "filePath": "resourceFile5930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5931", - "filePath": "resourceFile5931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5932", - "filePath": "resourceFile5932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5933", - "filePath": "resourceFile5933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5934", - "filePath": "resourceFile5934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5935", - "filePath": "resourceFile5935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5936", - "filePath": "resourceFile5936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5937", - "filePath": "resourceFile5937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5938", - "filePath": "resourceFile5938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5939", - "filePath": "resourceFile5939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5940", - "filePath": "resourceFile5940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5941", - "filePath": "resourceFile5941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5942", - "filePath": "resourceFile5942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5943", - "filePath": "resourceFile5943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5944", - "filePath": "resourceFile5944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5945", - "filePath": "resourceFile5945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5946", - "filePath": "resourceFile5946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5947", - "filePath": "resourceFile5947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5948", - "filePath": "resourceFile5948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5949", - "filePath": "resourceFile5949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5950", - "filePath": "resourceFile5950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5951", - "filePath": "resourceFile5951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5952", - "filePath": "resourceFile5952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5953", - "filePath": "resourceFile5953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5954", - "filePath": "resourceFile5954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5955", - "filePath": "resourceFile5955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5956", - "filePath": "resourceFile5956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5957", - "filePath": "resourceFile5957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5958", - "filePath": "resourceFile5958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5959", - "filePath": "resourceFile5959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5960", - "filePath": "resourceFile5960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5961", - "filePath": "resourceFile5961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5962", - "filePath": "resourceFile5962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5963", - "filePath": "resourceFile5963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5964", - "filePath": "resourceFile5964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5965", - "filePath": "resourceFile5965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5966", - "filePath": "resourceFile5966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5967", - "filePath": "resourceFile5967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5968", - "filePath": "resourceFile5968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5969", - "filePath": "resourceFile5969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5970", - "filePath": "resourceFile5970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5971", - "filePath": "resourceFile5971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5972", - "filePath": "resourceFile5972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5973", - "filePath": "resourceFile5973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5974", - "filePath": "resourceFile5974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5975", - "filePath": "resourceFile5975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5976", - "filePath": "resourceFile5976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5977", - "filePath": "resourceFile5977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5978", - "filePath": "resourceFile5978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5979", - "filePath": "resourceFile5979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5980", - "filePath": "resourceFile5980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5981", - "filePath": "resourceFile5981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5982", - "filePath": "resourceFile5982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5983", - "filePath": "resourceFile5983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5984", - "filePath": "resourceFile5984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5985", - "filePath": "resourceFile5985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5986", - "filePath": "resourceFile5986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5987", - "filePath": "resourceFile5987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5988", - "filePath": "resourceFile5988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5989", - "filePath": "resourceFile5989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5990", - "filePath": "resourceFile5990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5991", - "filePath": "resourceFile5991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5992", - "filePath": "resourceFile5992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5993", - "filePath": "resourceFile5993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5994", - "filePath": "resourceFile5994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5995", - "filePath": "resourceFile5995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5996", - "filePath": "resourceFile5996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5997", - "filePath": "resourceFile5997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5998", - "filePath": "resourceFile5998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5999", - "filePath": "resourceFile5999"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6000", - "filePath": "resourceFile6000"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6001", - "filePath": "resourceFile6001"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6002", - "filePath": "resourceFile6002"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6003", - "filePath": "resourceFile6003"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6004", - "filePath": "resourceFile6004"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6005", - "filePath": "resourceFile6005"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6006", - "filePath": "resourceFile6006"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6007", - "filePath": "resourceFile6007"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6008", - "filePath": "resourceFile6008"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6009", - "filePath": "resourceFile6009"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6010", - "filePath": "resourceFile6010"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6011", - "filePath": "resourceFile6011"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6012", - "filePath": "resourceFile6012"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6013", - "filePath": "resourceFile6013"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6014", - "filePath": "resourceFile6014"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6015", - "filePath": "resourceFile6015"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6016", - "filePath": "resourceFile6016"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6017", - "filePath": "resourceFile6017"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6018", - "filePath": "resourceFile6018"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6019", - "filePath": "resourceFile6019"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6020", - "filePath": "resourceFile6020"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6021", - "filePath": "resourceFile6021"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6022", - "filePath": "resourceFile6022"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6023", - "filePath": "resourceFile6023"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6024", - "filePath": "resourceFile6024"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6025", - "filePath": "resourceFile6025"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6026", - "filePath": "resourceFile6026"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6027", - "filePath": "resourceFile6027"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6028", - "filePath": "resourceFile6028"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6029", - "filePath": "resourceFile6029"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6030", - "filePath": "resourceFile6030"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6031", - "filePath": "resourceFile6031"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6032", - "filePath": "resourceFile6032"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6033", - "filePath": "resourceFile6033"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6034", - "filePath": "resourceFile6034"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6035", - "filePath": "resourceFile6035"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6036", - "filePath": "resourceFile6036"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6037", - "filePath": "resourceFile6037"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6038", - "filePath": "resourceFile6038"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6039", - "filePath": "resourceFile6039"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6040", - "filePath": "resourceFile6040"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6041", - "filePath": "resourceFile6041"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6042", - "filePath": "resourceFile6042"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6043", - "filePath": "resourceFile6043"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6044", - "filePath": "resourceFile6044"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6045", - "filePath": "resourceFile6045"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6046", - "filePath": "resourceFile6046"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6047", - "filePath": "resourceFile6047"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6048", - "filePath": "resourceFile6048"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6049", - "filePath": "resourceFile6049"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6050", - "filePath": "resourceFile6050"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6051", - "filePath": "resourceFile6051"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6052", - "filePath": "resourceFile6052"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6053", - "filePath": "resourceFile6053"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6054", - "filePath": "resourceFile6054"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6055", - "filePath": "resourceFile6055"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6056", - "filePath": "resourceFile6056"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6057", - "filePath": "resourceFile6057"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6058", - "filePath": "resourceFile6058"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6059", - "filePath": "resourceFile6059"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6060", - "filePath": "resourceFile6060"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6061", - "filePath": "resourceFile6061"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6062", - "filePath": "resourceFile6062"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6063", - "filePath": "resourceFile6063"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6064", - "filePath": "resourceFile6064"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6065", - "filePath": "resourceFile6065"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6066", - "filePath": "resourceFile6066"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6067", - "filePath": "resourceFile6067"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6068", - "filePath": "resourceFile6068"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6069", - "filePath": "resourceFile6069"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6070", - "filePath": "resourceFile6070"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6071", - "filePath": "resourceFile6071"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6072", - "filePath": "resourceFile6072"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6073", - "filePath": "resourceFile6073"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6074", - "filePath": "resourceFile6074"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6075", - "filePath": "resourceFile6075"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6076", - "filePath": "resourceFile6076"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6077", - "filePath": "resourceFile6077"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6078", - "filePath": "resourceFile6078"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6079", - "filePath": "resourceFile6079"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6080", - "filePath": "resourceFile6080"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6081", - "filePath": "resourceFile6081"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6082", - "filePath": "resourceFile6082"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6083", - "filePath": "resourceFile6083"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6084", - "filePath": "resourceFile6084"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6085", - "filePath": "resourceFile6085"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6086", - "filePath": "resourceFile6086"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6087", - "filePath": "resourceFile6087"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6088", - "filePath": "resourceFile6088"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6089", - "filePath": "resourceFile6089"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6090", - "filePath": "resourceFile6090"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6091", - "filePath": "resourceFile6091"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6092", - "filePath": "resourceFile6092"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6093", - "filePath": "resourceFile6093"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6094", - "filePath": "resourceFile6094"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6095", - "filePath": "resourceFile6095"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6096", - "filePath": "resourceFile6096"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6097", - "filePath": "resourceFile6097"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6098", - "filePath": "resourceFile6098"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6099", - "filePath": "resourceFile6099"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6100", - "filePath": "resourceFile6100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6101", - "filePath": "resourceFile6101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6102", - "filePath": "resourceFile6102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6103", - "filePath": "resourceFile6103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6104", - "filePath": "resourceFile6104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6105", - "filePath": "resourceFile6105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6106", - "filePath": "resourceFile6106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6107", - "filePath": "resourceFile6107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6108", - "filePath": "resourceFile6108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6109", - "filePath": "resourceFile6109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6110", - "filePath": "resourceFile6110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6111", - "filePath": "resourceFile6111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6112", - "filePath": "resourceFile6112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6113", - "filePath": "resourceFile6113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6114", - "filePath": "resourceFile6114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6115", - "filePath": "resourceFile6115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6116", - "filePath": "resourceFile6116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6117", - "filePath": "resourceFile6117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6118", - "filePath": "resourceFile6118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6119", - "filePath": "resourceFile6119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6120", - "filePath": "resourceFile6120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6121", - "filePath": "resourceFile6121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6122", - "filePath": "resourceFile6122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6123", - "filePath": "resourceFile6123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6124", - "filePath": "resourceFile6124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6125", - "filePath": "resourceFile6125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6126", - "filePath": "resourceFile6126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6127", - "filePath": "resourceFile6127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6128", - "filePath": "resourceFile6128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6129", - "filePath": "resourceFile6129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6130", - "filePath": "resourceFile6130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6131", - "filePath": "resourceFile6131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6132", - "filePath": "resourceFile6132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6133", - "filePath": "resourceFile6133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6134", - "filePath": "resourceFile6134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6135", - "filePath": "resourceFile6135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6136", - "filePath": "resourceFile6136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6137", - "filePath": "resourceFile6137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6138", - "filePath": "resourceFile6138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6139", - "filePath": "resourceFile6139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6140", - "filePath": "resourceFile6140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6141", - "filePath": "resourceFile6141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6142", - "filePath": "resourceFile6142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6143", - "filePath": "resourceFile6143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6144", - "filePath": "resourceFile6144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6145", - "filePath": "resourceFile6145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6146", - "filePath": "resourceFile6146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6147", - "filePath": "resourceFile6147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6148", - "filePath": "resourceFile6148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6149", - "filePath": "resourceFile6149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6150", - "filePath": "resourceFile6150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6151", - "filePath": "resourceFile6151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6152", - "filePath": "resourceFile6152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6153", - "filePath": "resourceFile6153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6154", - "filePath": "resourceFile6154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6155", - "filePath": "resourceFile6155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6156", - "filePath": "resourceFile6156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6157", - "filePath": "resourceFile6157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6158", - "filePath": "resourceFile6158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6159", - "filePath": "resourceFile6159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6160", - "filePath": "resourceFile6160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6161", - "filePath": "resourceFile6161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6162", - "filePath": "resourceFile6162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6163", - "filePath": "resourceFile6163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6164", - "filePath": "resourceFile6164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6165", - "filePath": "resourceFile6165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6166", - "filePath": "resourceFile6166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6167", - "filePath": "resourceFile6167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6168", - "filePath": "resourceFile6168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6169", - "filePath": "resourceFile6169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6170", - "filePath": "resourceFile6170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6171", - "filePath": "resourceFile6171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6172", - "filePath": "resourceFile6172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6173", - "filePath": "resourceFile6173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6174", - "filePath": "resourceFile6174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6175", - "filePath": "resourceFile6175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6176", - "filePath": "resourceFile6176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6177", - "filePath": "resourceFile6177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6178", - "filePath": "resourceFile6178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6179", - "filePath": "resourceFile6179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6180", - "filePath": "resourceFile6180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6181", - "filePath": "resourceFile6181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6182", - "filePath": "resourceFile6182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6183", - "filePath": "resourceFile6183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6184", - "filePath": "resourceFile6184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6185", - "filePath": "resourceFile6185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6186", - "filePath": "resourceFile6186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6187", - "filePath": "resourceFile6187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6188", - "filePath": "resourceFile6188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6189", - "filePath": "resourceFile6189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6190", - "filePath": "resourceFile6190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6191", - "filePath": "resourceFile6191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6192", - "filePath": "resourceFile6192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6193", - "filePath": "resourceFile6193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6194", - "filePath": "resourceFile6194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6195", - "filePath": "resourceFile6195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6196", - "filePath": "resourceFile6196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6197", - "filePath": "resourceFile6197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6198", - "filePath": "resourceFile6198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6199", - "filePath": "resourceFile6199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6200", - "filePath": "resourceFile6200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6201", - "filePath": "resourceFile6201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6202", - "filePath": "resourceFile6202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6203", - "filePath": "resourceFile6203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6204", - "filePath": "resourceFile6204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6205", - "filePath": "resourceFile6205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6206", - "filePath": "resourceFile6206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6207", - "filePath": "resourceFile6207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6208", - "filePath": "resourceFile6208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6209", - "filePath": "resourceFile6209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6210", - "filePath": "resourceFile6210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6211", - "filePath": "resourceFile6211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6212", - "filePath": "resourceFile6212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6213", - "filePath": "resourceFile6213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6214", - "filePath": "resourceFile6214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6215", - "filePath": "resourceFile6215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6216", - "filePath": "resourceFile6216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6217", - "filePath": "resourceFile6217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6218", - "filePath": "resourceFile6218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6219", - "filePath": "resourceFile6219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6220", - "filePath": "resourceFile6220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6221", - "filePath": "resourceFile6221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6222", - "filePath": "resourceFile6222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6223", - "filePath": "resourceFile6223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6224", - "filePath": "resourceFile6224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6225", - "filePath": "resourceFile6225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6226", - "filePath": "resourceFile6226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6227", - "filePath": "resourceFile6227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6228", - "filePath": "resourceFile6228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6229", - "filePath": "resourceFile6229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6230", - "filePath": "resourceFile6230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6231", - "filePath": "resourceFile6231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6232", - "filePath": "resourceFile6232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6233", - "filePath": "resourceFile6233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6234", - "filePath": "resourceFile6234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6235", - "filePath": "resourceFile6235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6236", - "filePath": "resourceFile6236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6237", - "filePath": "resourceFile6237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6238", - "filePath": "resourceFile6238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6239", - "filePath": "resourceFile6239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6240", - "filePath": "resourceFile6240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6241", - "filePath": "resourceFile6241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6242", - "filePath": "resourceFile6242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6243", - "filePath": "resourceFile6243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6244", - "filePath": "resourceFile6244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6245", - "filePath": "resourceFile6245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6246", - "filePath": "resourceFile6246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6247", - "filePath": "resourceFile6247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6248", - "filePath": "resourceFile6248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6249", - "filePath": "resourceFile6249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6250", - "filePath": "resourceFile6250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6251", - "filePath": "resourceFile6251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6252", - "filePath": "resourceFile6252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6253", - "filePath": "resourceFile6253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6254", - "filePath": "resourceFile6254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6255", - "filePath": "resourceFile6255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6256", - "filePath": "resourceFile6256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6257", - "filePath": "resourceFile6257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6258", - "filePath": "resourceFile6258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6259", - "filePath": "resourceFile6259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6260", - "filePath": "resourceFile6260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6261", - "filePath": "resourceFile6261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6262", - "filePath": "resourceFile6262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6263", - "filePath": "resourceFile6263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6264", - "filePath": "resourceFile6264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6265", - "filePath": "resourceFile6265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6266", - "filePath": "resourceFile6266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6267", - "filePath": "resourceFile6267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6268", - "filePath": "resourceFile6268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6269", - "filePath": "resourceFile6269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6270", - "filePath": "resourceFile6270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6271", - "filePath": "resourceFile6271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6272", - "filePath": "resourceFile6272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6273", - "filePath": "resourceFile6273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6274", - "filePath": "resourceFile6274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6275", - "filePath": "resourceFile6275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6276", - "filePath": "resourceFile6276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6277", - "filePath": "resourceFile6277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6278", - "filePath": "resourceFile6278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6279", - "filePath": "resourceFile6279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6280", - "filePath": "resourceFile6280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6281", - "filePath": "resourceFile6281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6282", - "filePath": "resourceFile6282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6283", - "filePath": "resourceFile6283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6284", - "filePath": "resourceFile6284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6285", - "filePath": "resourceFile6285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6286", - "filePath": "resourceFile6286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6287", - "filePath": "resourceFile6287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6288", - "filePath": "resourceFile6288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6289", - "filePath": "resourceFile6289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6290", - "filePath": "resourceFile6290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6291", - "filePath": "resourceFile6291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6292", - "filePath": "resourceFile6292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6293", - "filePath": "resourceFile6293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6294", - "filePath": "resourceFile6294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6295", - "filePath": "resourceFile6295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6296", - "filePath": "resourceFile6296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6297", - "filePath": "resourceFile6297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6298", - "filePath": "resourceFile6298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6299", - "filePath": "resourceFile6299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6300", - "filePath": "resourceFile6300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6301", - "filePath": "resourceFile6301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6302", - "filePath": "resourceFile6302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6303", - "filePath": "resourceFile6303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6304", - "filePath": "resourceFile6304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6305", - "filePath": "resourceFile6305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6306", - "filePath": "resourceFile6306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6307", - "filePath": "resourceFile6307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6308", - "filePath": "resourceFile6308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6309", - "filePath": "resourceFile6309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6310", - "filePath": "resourceFile6310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6311", - "filePath": "resourceFile6311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6312", - "filePath": "resourceFile6312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6313", - "filePath": "resourceFile6313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6314", - "filePath": "resourceFile6314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6315", - "filePath": "resourceFile6315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6316", - "filePath": "resourceFile6316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6317", - "filePath": "resourceFile6317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6318", - "filePath": "resourceFile6318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6319", - "filePath": "resourceFile6319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6320", - "filePath": "resourceFile6320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6321", - "filePath": "resourceFile6321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6322", - "filePath": "resourceFile6322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6323", - "filePath": "resourceFile6323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6324", - "filePath": "resourceFile6324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6325", - "filePath": "resourceFile6325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6326", - "filePath": "resourceFile6326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6327", - "filePath": "resourceFile6327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6328", - "filePath": "resourceFile6328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6329", - "filePath": "resourceFile6329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6330", - "filePath": "resourceFile6330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6331", - "filePath": "resourceFile6331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6332", - "filePath": "resourceFile6332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6333", - "filePath": "resourceFile6333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6334", - "filePath": "resourceFile6334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6335", - "filePath": "resourceFile6335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6336", - "filePath": "resourceFile6336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6337", - "filePath": "resourceFile6337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6338", - "filePath": "resourceFile6338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6339", - "filePath": "resourceFile6339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6340", - "filePath": "resourceFile6340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6341", - "filePath": "resourceFile6341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6342", - "filePath": "resourceFile6342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6343", - "filePath": "resourceFile6343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6344", - "filePath": "resourceFile6344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6345", - "filePath": "resourceFile6345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6346", - "filePath": "resourceFile6346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6347", - "filePath": "resourceFile6347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6348", - "filePath": "resourceFile6348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6349", - "filePath": "resourceFile6349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6350", - "filePath": "resourceFile6350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6351", - "filePath": "resourceFile6351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6352", - "filePath": "resourceFile6352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6353", - "filePath": "resourceFile6353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6354", - "filePath": "resourceFile6354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6355", - "filePath": "resourceFile6355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6356", - "filePath": "resourceFile6356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6357", - "filePath": "resourceFile6357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6358", - "filePath": "resourceFile6358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6359", - "filePath": "resourceFile6359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6360", - "filePath": "resourceFile6360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6361", - "filePath": "resourceFile6361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6362", - "filePath": "resourceFile6362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6363", - "filePath": "resourceFile6363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6364", - "filePath": "resourceFile6364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6365", - "filePath": "resourceFile6365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6366", - "filePath": "resourceFile6366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6367", - "filePath": "resourceFile6367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6368", - "filePath": "resourceFile6368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6369", - "filePath": "resourceFile6369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6370", - "filePath": "resourceFile6370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6371", - "filePath": "resourceFile6371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6372", - "filePath": "resourceFile6372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6373", - "filePath": "resourceFile6373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6374", - "filePath": "resourceFile6374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6375", - "filePath": "resourceFile6375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6376", - "filePath": "resourceFile6376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6377", - "filePath": "resourceFile6377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6378", - "filePath": "resourceFile6378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6379", - "filePath": "resourceFile6379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6380", - "filePath": "resourceFile6380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6381", - "filePath": "resourceFile6381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6382", - "filePath": "resourceFile6382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6383", - "filePath": "resourceFile6383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6384", - "filePath": "resourceFile6384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6385", - "filePath": "resourceFile6385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6386", - "filePath": "resourceFile6386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6387", - "filePath": "resourceFile6387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6388", - "filePath": "resourceFile6388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6389", - "filePath": "resourceFile6389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6390", - "filePath": "resourceFile6390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6391", - "filePath": "resourceFile6391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6392", - "filePath": "resourceFile6392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6393", - "filePath": "resourceFile6393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6394", - "filePath": "resourceFile6394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6395", - "filePath": "resourceFile6395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6396", - "filePath": "resourceFile6396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6397", - "filePath": "resourceFile6397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6398", - "filePath": "resourceFile6398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6399", - "filePath": "resourceFile6399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6400", - "filePath": "resourceFile6400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6401", - "filePath": "resourceFile6401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6402", - "filePath": "resourceFile6402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6403", - "filePath": "resourceFile6403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6404", - "filePath": "resourceFile6404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6405", - "filePath": "resourceFile6405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6406", - "filePath": "resourceFile6406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6407", - "filePath": "resourceFile6407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6408", - "filePath": "resourceFile6408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6409", - "filePath": "resourceFile6409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6410", - "filePath": "resourceFile6410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6411", - "filePath": "resourceFile6411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6412", - "filePath": "resourceFile6412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6413", - "filePath": "resourceFile6413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6414", - "filePath": "resourceFile6414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6415", - "filePath": "resourceFile6415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6416", - "filePath": "resourceFile6416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6417", - "filePath": "resourceFile6417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6418", - "filePath": "resourceFile6418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6419", - "filePath": "resourceFile6419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6420", - "filePath": "resourceFile6420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6421", - "filePath": "resourceFile6421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6422", - "filePath": "resourceFile6422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6423", - "filePath": "resourceFile6423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6424", - "filePath": "resourceFile6424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6425", - "filePath": "resourceFile6425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6426", - "filePath": "resourceFile6426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6427", - "filePath": "resourceFile6427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6428", - "filePath": "resourceFile6428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6429", - "filePath": "resourceFile6429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6430", - "filePath": "resourceFile6430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6431", - "filePath": "resourceFile6431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6432", - "filePath": "resourceFile6432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6433", - "filePath": "resourceFile6433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6434", - "filePath": "resourceFile6434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6435", - "filePath": "resourceFile6435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6436", - "filePath": "resourceFile6436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6437", - "filePath": "resourceFile6437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6438", - "filePath": "resourceFile6438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6439", - "filePath": "resourceFile6439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6440", - "filePath": "resourceFile6440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6441", - "filePath": "resourceFile6441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6442", - "filePath": "resourceFile6442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6443", - "filePath": "resourceFile6443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6444", - "filePath": "resourceFile6444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6445", - "filePath": "resourceFile6445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6446", - "filePath": "resourceFile6446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6447", - "filePath": "resourceFile6447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6448", - "filePath": "resourceFile6448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6449", - "filePath": "resourceFile6449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6450", - "filePath": "resourceFile6450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6451", - "filePath": "resourceFile6451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6452", - "filePath": "resourceFile6452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6453", - "filePath": "resourceFile6453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6454", - "filePath": "resourceFile6454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6455", - "filePath": "resourceFile6455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6456", - "filePath": "resourceFile6456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6457", - "filePath": "resourceFile6457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6458", - "filePath": "resourceFile6458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6459", - "filePath": "resourceFile6459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6460", - "filePath": "resourceFile6460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6461", - "filePath": "resourceFile6461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6462", - "filePath": "resourceFile6462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6463", - "filePath": "resourceFile6463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6464", - "filePath": "resourceFile6464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6465", - "filePath": "resourceFile6465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6466", - "filePath": "resourceFile6466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6467", - "filePath": "resourceFile6467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6468", - "filePath": "resourceFile6468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6469", - "filePath": "resourceFile6469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6470", - "filePath": "resourceFile6470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6471", - "filePath": "resourceFile6471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6472", - "filePath": "resourceFile6472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6473", - "filePath": "resourceFile6473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6474", - "filePath": "resourceFile6474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6475", - "filePath": "resourceFile6475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6476", - "filePath": "resourceFile6476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6477", - "filePath": "resourceFile6477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6478", - "filePath": "resourceFile6478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6479", - "filePath": "resourceFile6479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6480", - "filePath": "resourceFile6480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6481", - "filePath": "resourceFile6481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6482", - "filePath": "resourceFile6482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6483", - "filePath": "resourceFile6483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6484", - "filePath": "resourceFile6484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6485", - "filePath": "resourceFile6485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6486", - "filePath": "resourceFile6486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6487", - "filePath": "resourceFile6487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6488", - "filePath": "resourceFile6488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6489", - "filePath": "resourceFile6489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6490", - "filePath": "resourceFile6490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6491", - "filePath": "resourceFile6491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6492", - "filePath": "resourceFile6492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6493", - "filePath": "resourceFile6493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6494", - "filePath": "resourceFile6494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6495", - "filePath": "resourceFile6495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6496", - "filePath": "resourceFile6496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6497", - "filePath": "resourceFile6497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6498", - "filePath": "resourceFile6498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6499", - "filePath": "resourceFile6499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6500", - "filePath": "resourceFile6500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6501", - "filePath": "resourceFile6501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6502", - "filePath": "resourceFile6502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6503", - "filePath": "resourceFile6503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6504", - "filePath": "resourceFile6504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6505", - "filePath": "resourceFile6505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6506", - "filePath": "resourceFile6506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6507", - "filePath": "resourceFile6507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6508", - "filePath": "resourceFile6508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6509", - "filePath": "resourceFile6509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6510", - "filePath": "resourceFile6510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6511", - "filePath": "resourceFile6511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6512", - "filePath": "resourceFile6512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6513", - "filePath": "resourceFile6513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6514", - "filePath": "resourceFile6514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6515", - "filePath": "resourceFile6515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6516", - "filePath": "resourceFile6516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6517", - "filePath": "resourceFile6517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6518", - "filePath": "resourceFile6518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6519", - "filePath": "resourceFile6519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6520", - "filePath": "resourceFile6520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6521", - "filePath": "resourceFile6521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6522", - "filePath": "resourceFile6522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6523", - "filePath": "resourceFile6523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6524", - "filePath": "resourceFile6524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6525", - "filePath": "resourceFile6525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6526", - "filePath": "resourceFile6526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6527", - "filePath": "resourceFile6527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6528", - "filePath": "resourceFile6528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6529", - "filePath": "resourceFile6529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6530", - "filePath": "resourceFile6530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6531", - "filePath": "resourceFile6531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6532", - "filePath": "resourceFile6532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6533", - "filePath": "resourceFile6533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6534", - "filePath": "resourceFile6534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6535", - "filePath": "resourceFile6535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6536", - "filePath": "resourceFile6536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6537", - "filePath": "resourceFile6537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6538", - "filePath": "resourceFile6538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6539", - "filePath": "resourceFile6539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6540", - "filePath": "resourceFile6540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6541", - "filePath": "resourceFile6541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6542", - "filePath": "resourceFile6542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6543", - "filePath": "resourceFile6543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6544", - "filePath": "resourceFile6544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6545", - "filePath": "resourceFile6545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6546", - "filePath": "resourceFile6546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6547", - "filePath": "resourceFile6547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6548", - "filePath": "resourceFile6548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6549", - "filePath": "resourceFile6549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6550", - "filePath": "resourceFile6550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6551", - "filePath": "resourceFile6551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6552", - "filePath": "resourceFile6552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6553", - "filePath": "resourceFile6553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6554", - "filePath": "resourceFile6554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6555", - "filePath": "resourceFile6555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6556", - "filePath": "resourceFile6556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6557", - "filePath": "resourceFile6557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6558", - "filePath": "resourceFile6558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6559", - "filePath": "resourceFile6559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6560", - "filePath": "resourceFile6560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6561", - "filePath": "resourceFile6561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6562", - "filePath": "resourceFile6562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6563", - "filePath": "resourceFile6563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6564", - "filePath": "resourceFile6564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6565", - "filePath": "resourceFile6565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6566", - "filePath": "resourceFile6566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6567", - "filePath": "resourceFile6567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6568", - "filePath": "resourceFile6568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6569", - "filePath": "resourceFile6569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6570", - "filePath": "resourceFile6570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6571", - "filePath": "resourceFile6571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6572", - "filePath": "resourceFile6572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6573", - "filePath": "resourceFile6573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6574", - "filePath": "resourceFile6574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6575", - "filePath": "resourceFile6575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6576", - "filePath": "resourceFile6576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6577", - "filePath": "resourceFile6577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6578", - "filePath": "resourceFile6578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6579", - "filePath": "resourceFile6579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6580", - "filePath": "resourceFile6580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6581", - "filePath": "resourceFile6581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6582", - "filePath": "resourceFile6582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6583", - "filePath": "resourceFile6583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6584", - "filePath": "resourceFile6584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6585", - "filePath": "resourceFile6585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6586", - "filePath": "resourceFile6586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6587", - "filePath": "resourceFile6587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6588", - "filePath": "resourceFile6588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6589", - "filePath": "resourceFile6589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6590", - "filePath": "resourceFile6590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6591", - "filePath": "resourceFile6591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6592", - "filePath": "resourceFile6592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6593", - "filePath": "resourceFile6593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6594", - "filePath": "resourceFile6594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6595", - "filePath": "resourceFile6595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6596", - "filePath": "resourceFile6596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6597", - "filePath": "resourceFile6597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6598", - "filePath": "resourceFile6598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6599", - "filePath": "resourceFile6599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6600", - "filePath": "resourceFile6600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6601", - "filePath": "resourceFile6601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6602", - "filePath": "resourceFile6602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6603", - "filePath": "resourceFile6603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6604", - "filePath": "resourceFile6604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6605", - "filePath": "resourceFile6605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6606", - "filePath": "resourceFile6606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6607", - "filePath": "resourceFile6607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6608", - "filePath": "resourceFile6608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6609", - "filePath": "resourceFile6609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6610", - "filePath": "resourceFile6610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6611", - "filePath": "resourceFile6611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6612", - "filePath": "resourceFile6612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6613", - "filePath": "resourceFile6613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6614", - "filePath": "resourceFile6614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6615", - "filePath": "resourceFile6615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6616", - "filePath": "resourceFile6616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6617", - "filePath": "resourceFile6617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6618", - "filePath": "resourceFile6618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6619", - "filePath": "resourceFile6619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6620", - "filePath": "resourceFile6620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6621", - "filePath": "resourceFile6621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6622", - "filePath": "resourceFile6622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6623", - "filePath": "resourceFile6623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6624", - "filePath": "resourceFile6624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6625", - "filePath": "resourceFile6625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6626", - "filePath": "resourceFile6626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6627", - "filePath": "resourceFile6627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6628", - "filePath": "resourceFile6628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6629", - "filePath": "resourceFile6629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6630", - "filePath": "resourceFile6630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6631", - "filePath": "resourceFile6631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6632", - "filePath": "resourceFile6632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6633", - "filePath": "resourceFile6633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6634", - "filePath": "resourceFile6634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6635", - "filePath": "resourceFile6635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6636", - "filePath": "resourceFile6636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6637", - "filePath": "resourceFile6637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6638", - "filePath": "resourceFile6638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6639", - "filePath": "resourceFile6639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6640", - "filePath": "resourceFile6640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6641", - "filePath": "resourceFile6641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6642", - "filePath": "resourceFile6642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6643", - "filePath": "resourceFile6643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6644", - "filePath": "resourceFile6644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6645", - "filePath": "resourceFile6645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6646", - "filePath": "resourceFile6646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6647", - "filePath": "resourceFile6647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6648", - "filePath": "resourceFile6648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6649", - "filePath": "resourceFile6649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6650", - "filePath": "resourceFile6650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6651", - "filePath": "resourceFile6651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6652", - "filePath": "resourceFile6652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6653", - "filePath": "resourceFile6653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6654", - "filePath": "resourceFile6654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6655", - "filePath": "resourceFile6655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6656", - "filePath": "resourceFile6656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6657", - "filePath": "resourceFile6657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6658", - "filePath": "resourceFile6658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6659", - "filePath": "resourceFile6659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6660", - "filePath": "resourceFile6660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6661", - "filePath": "resourceFile6661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6662", - "filePath": "resourceFile6662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6663", - "filePath": "resourceFile6663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6664", - "filePath": "resourceFile6664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6665", - "filePath": "resourceFile6665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6666", - "filePath": "resourceFile6666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6667", - "filePath": "resourceFile6667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6668", - "filePath": "resourceFile6668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6669", - "filePath": "resourceFile6669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6670", - "filePath": "resourceFile6670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6671", - "filePath": "resourceFile6671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6672", - "filePath": "resourceFile6672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6673", - "filePath": "resourceFile6673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6674", - "filePath": "resourceFile6674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6675", - "filePath": "resourceFile6675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6676", - "filePath": "resourceFile6676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6677", - "filePath": "resourceFile6677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6678", - "filePath": "resourceFile6678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6679", - "filePath": "resourceFile6679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6680", - "filePath": "resourceFile6680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6681", - "filePath": "resourceFile6681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6682", - "filePath": "resourceFile6682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6683", - "filePath": "resourceFile6683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6684", - "filePath": "resourceFile6684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6685", - "filePath": "resourceFile6685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6686", - "filePath": "resourceFile6686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6687", - "filePath": "resourceFile6687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6688", - "filePath": "resourceFile6688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6689", - "filePath": "resourceFile6689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6690", - "filePath": "resourceFile6690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6691", - "filePath": "resourceFile6691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6692", - "filePath": "resourceFile6692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6693", - "filePath": "resourceFile6693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6694", - "filePath": "resourceFile6694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6695", - "filePath": "resourceFile6695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6696", - "filePath": "resourceFile6696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6697", - "filePath": "resourceFile6697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6698", - "filePath": "resourceFile6698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6699", - "filePath": "resourceFile6699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6700", - "filePath": "resourceFile6700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6701", - "filePath": "resourceFile6701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6702", - "filePath": "resourceFile6702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6703", - "filePath": "resourceFile6703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6704", - "filePath": "resourceFile6704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6705", - "filePath": "resourceFile6705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6706", - "filePath": "resourceFile6706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6707", - "filePath": "resourceFile6707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6708", - "filePath": "resourceFile6708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6709", - "filePath": "resourceFile6709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6710", - "filePath": "resourceFile6710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6711", - "filePath": "resourceFile6711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6712", - "filePath": "resourceFile6712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6713", - "filePath": "resourceFile6713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6714", - "filePath": "resourceFile6714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6715", - "filePath": "resourceFile6715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6716", - "filePath": "resourceFile6716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6717", - "filePath": "resourceFile6717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6718", - "filePath": "resourceFile6718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6719", - "filePath": "resourceFile6719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6720", - "filePath": "resourceFile6720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6721", - "filePath": "resourceFile6721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6722", - "filePath": "resourceFile6722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6723", - "filePath": "resourceFile6723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6724", - "filePath": "resourceFile6724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6725", - "filePath": "resourceFile6725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6726", - "filePath": "resourceFile6726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6727", - "filePath": "resourceFile6727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6728", - "filePath": "resourceFile6728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6729", - "filePath": "resourceFile6729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6730", - "filePath": "resourceFile6730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6731", - "filePath": "resourceFile6731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6732", - "filePath": "resourceFile6732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6733", - "filePath": "resourceFile6733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6734", - "filePath": "resourceFile6734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6735", - "filePath": "resourceFile6735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6736", - "filePath": "resourceFile6736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6737", - "filePath": "resourceFile6737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6738", - "filePath": "resourceFile6738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6739", - "filePath": "resourceFile6739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6740", - "filePath": "resourceFile6740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6741", - "filePath": "resourceFile6741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6742", - "filePath": "resourceFile6742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6743", - "filePath": "resourceFile6743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6744", - "filePath": "resourceFile6744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6745", - "filePath": "resourceFile6745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6746", - "filePath": "resourceFile6746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6747", - "filePath": "resourceFile6747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6748", - "filePath": "resourceFile6748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6749", - "filePath": "resourceFile6749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6750", - "filePath": "resourceFile6750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6751", - "filePath": "resourceFile6751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6752", - "filePath": "resourceFile6752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6753", - "filePath": "resourceFile6753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6754", - "filePath": "resourceFile6754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6755", - "filePath": "resourceFile6755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6756", - "filePath": "resourceFile6756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6757", - "filePath": "resourceFile6757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6758", - "filePath": "resourceFile6758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6759", - "filePath": "resourceFile6759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6760", - "filePath": "resourceFile6760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6761", - "filePath": "resourceFile6761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6762", - "filePath": "resourceFile6762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6763", - "filePath": "resourceFile6763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6764", - "filePath": "resourceFile6764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6765", - "filePath": "resourceFile6765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6766", - "filePath": "resourceFile6766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6767", - "filePath": "resourceFile6767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6768", - "filePath": "resourceFile6768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6769", - "filePath": "resourceFile6769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6770", - "filePath": "resourceFile6770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6771", - "filePath": "resourceFile6771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6772", - "filePath": "resourceFile6772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6773", - "filePath": "resourceFile6773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6774", - "filePath": "resourceFile6774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6775", - "filePath": "resourceFile6775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6776", - "filePath": "resourceFile6776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6777", - "filePath": "resourceFile6777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6778", - "filePath": "resourceFile6778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6779", - "filePath": "resourceFile6779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6780", - "filePath": "resourceFile6780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6781", - "filePath": "resourceFile6781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6782", - "filePath": "resourceFile6782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6783", - "filePath": "resourceFile6783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6784", - "filePath": "resourceFile6784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6785", - "filePath": "resourceFile6785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6786", - "filePath": "resourceFile6786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6787", - "filePath": "resourceFile6787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6788", - "filePath": "resourceFile6788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6789", - "filePath": "resourceFile6789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6790", - "filePath": "resourceFile6790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6791", - "filePath": "resourceFile6791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6792", - "filePath": "resourceFile6792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6793", - "filePath": "resourceFile6793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6794", - "filePath": "resourceFile6794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6795", - "filePath": "resourceFile6795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6796", - "filePath": "resourceFile6796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6797", - "filePath": "resourceFile6797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6798", - "filePath": "resourceFile6798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6799", - "filePath": "resourceFile6799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6800", - "filePath": "resourceFile6800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6801", - "filePath": "resourceFile6801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6802", - "filePath": "resourceFile6802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6803", - "filePath": "resourceFile6803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6804", - "filePath": "resourceFile6804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6805", - "filePath": "resourceFile6805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6806", - "filePath": "resourceFile6806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6807", - "filePath": "resourceFile6807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6808", - "filePath": "resourceFile6808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6809", - "filePath": "resourceFile6809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6810", - "filePath": "resourceFile6810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6811", - "filePath": "resourceFile6811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6812", - "filePath": "resourceFile6812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6813", - "filePath": "resourceFile6813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6814", - "filePath": "resourceFile6814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6815", - "filePath": "resourceFile6815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6816", - "filePath": "resourceFile6816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6817", - "filePath": "resourceFile6817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6818", - "filePath": "resourceFile6818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6819", - "filePath": "resourceFile6819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6820", - "filePath": "resourceFile6820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6821", - "filePath": "resourceFile6821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6822", - "filePath": "resourceFile6822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6823", - "filePath": "resourceFile6823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6824", - "filePath": "resourceFile6824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6825", - "filePath": "resourceFile6825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6826", - "filePath": "resourceFile6826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6827", - "filePath": "resourceFile6827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6828", - "filePath": "resourceFile6828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6829", - "filePath": "resourceFile6829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6830", - "filePath": "resourceFile6830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6831", - "filePath": "resourceFile6831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6832", - "filePath": "resourceFile6832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6833", - "filePath": "resourceFile6833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6834", - "filePath": "resourceFile6834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6835", - "filePath": "resourceFile6835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6836", - "filePath": "resourceFile6836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6837", - "filePath": "resourceFile6837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6838", - "filePath": "resourceFile6838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6839", - "filePath": "resourceFile6839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6840", - "filePath": "resourceFile6840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6841", - "filePath": "resourceFile6841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6842", - "filePath": "resourceFile6842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6843", - "filePath": "resourceFile6843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6844", - "filePath": "resourceFile6844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6845", - "filePath": "resourceFile6845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6846", - "filePath": "resourceFile6846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6847", - "filePath": "resourceFile6847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6848", - "filePath": "resourceFile6848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6849", - "filePath": "resourceFile6849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6850", - "filePath": "resourceFile6850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6851", - "filePath": "resourceFile6851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6852", - "filePath": "resourceFile6852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6853", - "filePath": "resourceFile6853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6854", - "filePath": "resourceFile6854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6855", - "filePath": "resourceFile6855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6856", - "filePath": "resourceFile6856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6857", - "filePath": "resourceFile6857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6858", - "filePath": "resourceFile6858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6859", - "filePath": "resourceFile6859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6860", - "filePath": "resourceFile6860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6861", - "filePath": "resourceFile6861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6862", - "filePath": "resourceFile6862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6863", - "filePath": "resourceFile6863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6864", - "filePath": "resourceFile6864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6865", - "filePath": "resourceFile6865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6866", - "filePath": "resourceFile6866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6867", - "filePath": "resourceFile6867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6868", - "filePath": "resourceFile6868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6869", - "filePath": "resourceFile6869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6870", - "filePath": "resourceFile6870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6871", - "filePath": "resourceFile6871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6872", - "filePath": "resourceFile6872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6873", - "filePath": "resourceFile6873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6874", - "filePath": "resourceFile6874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6875", - "filePath": "resourceFile6875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6876", - "filePath": "resourceFile6876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6877", - "filePath": "resourceFile6877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6878", - "filePath": "resourceFile6878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6879", - "filePath": "resourceFile6879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6880", - "filePath": "resourceFile6880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6881", - "filePath": "resourceFile6881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6882", - "filePath": "resourceFile6882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6883", - "filePath": "resourceFile6883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6884", - "filePath": "resourceFile6884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6885", - "filePath": "resourceFile6885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6886", - "filePath": "resourceFile6886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6887", - "filePath": "resourceFile6887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6888", - "filePath": "resourceFile6888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6889", - "filePath": "resourceFile6889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6890", - "filePath": "resourceFile6890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6891", - "filePath": "resourceFile6891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6892", - "filePath": "resourceFile6892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6893", - "filePath": "resourceFile6893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6894", - "filePath": "resourceFile6894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6895", - "filePath": "resourceFile6895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6896", - "filePath": "resourceFile6896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6897", - "filePath": "resourceFile6897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6898", - "filePath": "resourceFile6898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6899", - "filePath": "resourceFile6899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6900", - "filePath": "resourceFile6900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6901", - "filePath": "resourceFile6901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6902", - "filePath": "resourceFile6902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6903", - "filePath": "resourceFile6903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6904", - "filePath": "resourceFile6904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6905", - "filePath": "resourceFile6905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6906", - "filePath": "resourceFile6906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6907", - "filePath": "resourceFile6907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6908", - "filePath": "resourceFile6908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6909", - "filePath": "resourceFile6909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6910", - "filePath": "resourceFile6910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6911", - "filePath": "resourceFile6911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6912", - "filePath": "resourceFile6912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6913", - "filePath": "resourceFile6913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6914", - "filePath": "resourceFile6914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6915", - "filePath": "resourceFile6915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6916", - "filePath": "resourceFile6916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6917", - "filePath": "resourceFile6917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6918", - "filePath": "resourceFile6918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6919", - "filePath": "resourceFile6919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6920", - "filePath": "resourceFile6920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6921", - "filePath": "resourceFile6921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6922", - "filePath": "resourceFile6922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6923", - "filePath": "resourceFile6923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6924", - "filePath": "resourceFile6924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6925", - "filePath": "resourceFile6925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6926", - "filePath": "resourceFile6926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6927", - "filePath": "resourceFile6927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6928", - "filePath": "resourceFile6928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6929", - "filePath": "resourceFile6929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6930", - "filePath": "resourceFile6930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6931", - "filePath": "resourceFile6931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6932", - "filePath": "resourceFile6932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6933", - "filePath": "resourceFile6933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6934", - "filePath": "resourceFile6934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6935", - "filePath": "resourceFile6935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6936", - "filePath": "resourceFile6936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6937", - "filePath": "resourceFile6937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6938", - "filePath": "resourceFile6938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6939", - "filePath": "resourceFile6939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6940", - "filePath": "resourceFile6940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6941", - "filePath": "resourceFile6941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6942", - "filePath": "resourceFile6942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6943", - "filePath": "resourceFile6943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6944", - "filePath": "resourceFile6944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6945", - "filePath": "resourceFile6945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6946", - "filePath": "resourceFile6946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6947", - "filePath": "resourceFile6947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6948", - "filePath": "resourceFile6948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6949", - "filePath": "resourceFile6949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6950", - "filePath": "resourceFile6950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6951", - "filePath": "resourceFile6951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6952", - "filePath": "resourceFile6952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6953", - "filePath": "resourceFile6953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6954", - "filePath": "resourceFile6954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6955", - "filePath": "resourceFile6955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6956", - "filePath": "resourceFile6956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6957", - "filePath": "resourceFile6957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6958", - "filePath": "resourceFile6958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6959", - "filePath": "resourceFile6959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6960", - "filePath": "resourceFile6960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6961", - "filePath": "resourceFile6961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6962", - "filePath": "resourceFile6962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6963", - "filePath": "resourceFile6963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6964", - "filePath": "resourceFile6964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6965", - "filePath": "resourceFile6965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6966", - "filePath": "resourceFile6966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6967", - "filePath": "resourceFile6967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6968", - "filePath": "resourceFile6968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6969", - "filePath": "resourceFile6969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6970", - "filePath": "resourceFile6970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6971", - "filePath": "resourceFile6971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6972", - "filePath": "resourceFile6972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6973", - "filePath": "resourceFile6973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6974", - "filePath": "resourceFile6974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6975", - "filePath": "resourceFile6975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6976", - "filePath": "resourceFile6976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6977", - "filePath": "resourceFile6977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6978", - "filePath": "resourceFile6978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6979", - "filePath": "resourceFile6979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6980", - "filePath": "resourceFile6980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6981", - "filePath": "resourceFile6981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6982", - "filePath": "resourceFile6982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6983", - "filePath": "resourceFile6983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6984", - "filePath": "resourceFile6984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6985", - "filePath": "resourceFile6985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6986", - "filePath": "resourceFile6986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6987", - "filePath": "resourceFile6987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6988", - "filePath": "resourceFile6988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6989", - "filePath": "resourceFile6989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6990", - "filePath": "resourceFile6990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6991", - "filePath": "resourceFile6991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6992", - "filePath": "resourceFile6992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6993", - "filePath": "resourceFile6993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6994", - "filePath": "resourceFile6994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6995", - "filePath": "resourceFile6995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6996", - "filePath": "resourceFile6996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6997", - "filePath": "resourceFile6997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6998", - "filePath": "resourceFile6998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6999", - "filePath": "resourceFile6999"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7000", - "filePath": "resourceFile7000"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7001", - "filePath": "resourceFile7001"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7002", - "filePath": "resourceFile7002"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7003", - "filePath": "resourceFile7003"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7004", - "filePath": "resourceFile7004"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7005", - "filePath": "resourceFile7005"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7006", - "filePath": "resourceFile7006"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7007", - "filePath": "resourceFile7007"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7008", - "filePath": "resourceFile7008"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7009", - "filePath": "resourceFile7009"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7010", - "filePath": "resourceFile7010"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7011", - "filePath": "resourceFile7011"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7012", - "filePath": "resourceFile7012"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7013", - "filePath": "resourceFile7013"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7014", - "filePath": "resourceFile7014"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7015", - "filePath": "resourceFile7015"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7016", - "filePath": "resourceFile7016"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7017", - "filePath": "resourceFile7017"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7018", - "filePath": "resourceFile7018"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7019", - "filePath": "resourceFile7019"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7020", - "filePath": "resourceFile7020"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7021", - "filePath": "resourceFile7021"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7022", - "filePath": "resourceFile7022"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7023", - "filePath": "resourceFile7023"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7024", - "filePath": "resourceFile7024"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7025", - "filePath": "resourceFile7025"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7026", - "filePath": "resourceFile7026"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7027", - "filePath": "resourceFile7027"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7028", - "filePath": "resourceFile7028"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7029", - "filePath": "resourceFile7029"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7030", - "filePath": "resourceFile7030"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7031", - "filePath": "resourceFile7031"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7032", - "filePath": "resourceFile7032"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7033", - "filePath": "resourceFile7033"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7034", - "filePath": "resourceFile7034"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7035", - "filePath": "resourceFile7035"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7036", - "filePath": "resourceFile7036"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7037", - "filePath": "resourceFile7037"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7038", - "filePath": "resourceFile7038"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7039", - "filePath": "resourceFile7039"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7040", - "filePath": "resourceFile7040"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7041", - "filePath": "resourceFile7041"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7042", - "filePath": "resourceFile7042"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7043", - "filePath": "resourceFile7043"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7044", - "filePath": "resourceFile7044"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7045", - "filePath": "resourceFile7045"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7046", - "filePath": "resourceFile7046"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7047", - "filePath": "resourceFile7047"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7048", - "filePath": "resourceFile7048"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7049", - "filePath": "resourceFile7049"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7050", - "filePath": "resourceFile7050"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7051", - "filePath": "resourceFile7051"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7052", - "filePath": "resourceFile7052"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7053", - "filePath": "resourceFile7053"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7054", - "filePath": "resourceFile7054"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7055", - "filePath": "resourceFile7055"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7056", - "filePath": "resourceFile7056"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7057", - "filePath": "resourceFile7057"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7058", - "filePath": "resourceFile7058"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7059", - "filePath": "resourceFile7059"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7060", - "filePath": "resourceFile7060"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7061", - "filePath": "resourceFile7061"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7062", - "filePath": "resourceFile7062"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7063", - "filePath": "resourceFile7063"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7064", - "filePath": "resourceFile7064"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7065", - "filePath": "resourceFile7065"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7066", - "filePath": "resourceFile7066"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7067", - "filePath": "resourceFile7067"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7068", - "filePath": "resourceFile7068"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7069", - "filePath": "resourceFile7069"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7070", - "filePath": "resourceFile7070"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7071", - "filePath": "resourceFile7071"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7072", - "filePath": "resourceFile7072"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7073", - "filePath": "resourceFile7073"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7074", - "filePath": "resourceFile7074"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7075", - "filePath": "resourceFile7075"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7076", - "filePath": "resourceFile7076"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7077", - "filePath": "resourceFile7077"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7078", - "filePath": "resourceFile7078"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7079", - "filePath": "resourceFile7079"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7080", - "filePath": "resourceFile7080"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7081", - "filePath": "resourceFile7081"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7082", - "filePath": "resourceFile7082"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7083", - "filePath": "resourceFile7083"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7084", - "filePath": "resourceFile7084"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7085", - "filePath": "resourceFile7085"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7086", - "filePath": "resourceFile7086"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7087", - "filePath": "resourceFile7087"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7088", - "filePath": "resourceFile7088"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7089", - "filePath": "resourceFile7089"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7090", - "filePath": "resourceFile7090"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7091", - "filePath": "resourceFile7091"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7092", - "filePath": "resourceFile7092"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7093", - "filePath": "resourceFile7093"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7094", - "filePath": "resourceFile7094"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7095", - "filePath": "resourceFile7095"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7096", - "filePath": "resourceFile7096"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7097", - "filePath": "resourceFile7097"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7098", - "filePath": "resourceFile7098"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7099", - "filePath": "resourceFile7099"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7100", - "filePath": "resourceFile7100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7101", - "filePath": "resourceFile7101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7102", - "filePath": "resourceFile7102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7103", - "filePath": "resourceFile7103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7104", - "filePath": "resourceFile7104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7105", - "filePath": "resourceFile7105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7106", - "filePath": "resourceFile7106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7107", - "filePath": "resourceFile7107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7108", - "filePath": "resourceFile7108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7109", - "filePath": "resourceFile7109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7110", - "filePath": "resourceFile7110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7111", - "filePath": "resourceFile7111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7112", - "filePath": "resourceFile7112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7113", - "filePath": "resourceFile7113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7114", - "filePath": "resourceFile7114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7115", - "filePath": "resourceFile7115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7116", - "filePath": "resourceFile7116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7117", - "filePath": "resourceFile7117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7118", - "filePath": "resourceFile7118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7119", - "filePath": "resourceFile7119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7120", - "filePath": "resourceFile7120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7121", - "filePath": "resourceFile7121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7122", - "filePath": "resourceFile7122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7123", - "filePath": "resourceFile7123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7124", - "filePath": "resourceFile7124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7125", - "filePath": "resourceFile7125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7126", - "filePath": "resourceFile7126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7127", - "filePath": "resourceFile7127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7128", - "filePath": "resourceFile7128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7129", - "filePath": "resourceFile7129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7130", - "filePath": "resourceFile7130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7131", - "filePath": "resourceFile7131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7132", - "filePath": "resourceFile7132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7133", - "filePath": "resourceFile7133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7134", - "filePath": "resourceFile7134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7135", - "filePath": "resourceFile7135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7136", - "filePath": "resourceFile7136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7137", - "filePath": "resourceFile7137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7138", - "filePath": "resourceFile7138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7139", - "filePath": "resourceFile7139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7140", - "filePath": "resourceFile7140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7141", - "filePath": "resourceFile7141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7142", - "filePath": "resourceFile7142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7143", - "filePath": "resourceFile7143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7144", - "filePath": "resourceFile7144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7145", - "filePath": "resourceFile7145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7146", - "filePath": "resourceFile7146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7147", - "filePath": "resourceFile7147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7148", - "filePath": "resourceFile7148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7149", - "filePath": "resourceFile7149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7150", - "filePath": "resourceFile7150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7151", - "filePath": "resourceFile7151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7152", - "filePath": "resourceFile7152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7153", - "filePath": "resourceFile7153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7154", - "filePath": "resourceFile7154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7155", - "filePath": "resourceFile7155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7156", - "filePath": "resourceFile7156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7157", - "filePath": "resourceFile7157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7158", - "filePath": "resourceFile7158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7159", - "filePath": "resourceFile7159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7160", - "filePath": "resourceFile7160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7161", - "filePath": "resourceFile7161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7162", - "filePath": "resourceFile7162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7163", - "filePath": "resourceFile7163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7164", - "filePath": "resourceFile7164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7165", - "filePath": "resourceFile7165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7166", - "filePath": "resourceFile7166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7167", - "filePath": "resourceFile7167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7168", - "filePath": "resourceFile7168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7169", - "filePath": "resourceFile7169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7170", - "filePath": "resourceFile7170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7171", - "filePath": "resourceFile7171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7172", - "filePath": "resourceFile7172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7173", - "filePath": "resourceFile7173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7174", - "filePath": "resourceFile7174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7175", - "filePath": "resourceFile7175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7176", - "filePath": "resourceFile7176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7177", - "filePath": "resourceFile7177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7178", - "filePath": "resourceFile7178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7179", - "filePath": "resourceFile7179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7180", - "filePath": "resourceFile7180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7181", - "filePath": "resourceFile7181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7182", - "filePath": "resourceFile7182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7183", - "filePath": "resourceFile7183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7184", - "filePath": "resourceFile7184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7185", - "filePath": "resourceFile7185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7186", - "filePath": "resourceFile7186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7187", - "filePath": "resourceFile7187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7188", - "filePath": "resourceFile7188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7189", - "filePath": "resourceFile7189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7190", - "filePath": "resourceFile7190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7191", - "filePath": "resourceFile7191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7192", - "filePath": "resourceFile7192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7193", - "filePath": "resourceFile7193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7194", - "filePath": "resourceFile7194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7195", - "filePath": "resourceFile7195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7196", - "filePath": "resourceFile7196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7197", - "filePath": "resourceFile7197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7198", - "filePath": "resourceFile7198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7199", - "filePath": "resourceFile7199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7200", - "filePath": "resourceFile7200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7201", - "filePath": "resourceFile7201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7202", - "filePath": "resourceFile7202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7203", - "filePath": "resourceFile7203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7204", - "filePath": "resourceFile7204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7205", - "filePath": "resourceFile7205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7206", - "filePath": "resourceFile7206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7207", - "filePath": "resourceFile7207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7208", - "filePath": "resourceFile7208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7209", - "filePath": "resourceFile7209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7210", - "filePath": "resourceFile7210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7211", - "filePath": "resourceFile7211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7212", - "filePath": "resourceFile7212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7213", - "filePath": "resourceFile7213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7214", - "filePath": "resourceFile7214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7215", - "filePath": "resourceFile7215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7216", - "filePath": "resourceFile7216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7217", - "filePath": "resourceFile7217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7218", - "filePath": "resourceFile7218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7219", - "filePath": "resourceFile7219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7220", - "filePath": "resourceFile7220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7221", - "filePath": "resourceFile7221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7222", - "filePath": "resourceFile7222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7223", - "filePath": "resourceFile7223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7224", - "filePath": "resourceFile7224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7225", - "filePath": "resourceFile7225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7226", - "filePath": "resourceFile7226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7227", - "filePath": "resourceFile7227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7228", - "filePath": "resourceFile7228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7229", - "filePath": "resourceFile7229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7230", - "filePath": "resourceFile7230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7231", - "filePath": "resourceFile7231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7232", - "filePath": "resourceFile7232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7233", - "filePath": "resourceFile7233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7234", - "filePath": "resourceFile7234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7235", - "filePath": "resourceFile7235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7236", - "filePath": "resourceFile7236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7237", - "filePath": "resourceFile7237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7238", - "filePath": "resourceFile7238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7239", - "filePath": "resourceFile7239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7240", - "filePath": "resourceFile7240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7241", - "filePath": "resourceFile7241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7242", - "filePath": "resourceFile7242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7243", - "filePath": "resourceFile7243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7244", - "filePath": "resourceFile7244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7245", - "filePath": "resourceFile7245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7246", - "filePath": "resourceFile7246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7247", - "filePath": "resourceFile7247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7248", - "filePath": "resourceFile7248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7249", - "filePath": "resourceFile7249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7250", - "filePath": "resourceFile7250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7251", - "filePath": "resourceFile7251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7252", - "filePath": "resourceFile7252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7253", - "filePath": "resourceFile7253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7254", - "filePath": "resourceFile7254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7255", - "filePath": "resourceFile7255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7256", - "filePath": "resourceFile7256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7257", - "filePath": "resourceFile7257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7258", - "filePath": "resourceFile7258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7259", - "filePath": "resourceFile7259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7260", - "filePath": "resourceFile7260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7261", - "filePath": "resourceFile7261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7262", - "filePath": "resourceFile7262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7263", - "filePath": "resourceFile7263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7264", - "filePath": "resourceFile7264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7265", - "filePath": "resourceFile7265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7266", - "filePath": "resourceFile7266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7267", - "filePath": "resourceFile7267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7268", - "filePath": "resourceFile7268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7269", - "filePath": "resourceFile7269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7270", - "filePath": "resourceFile7270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7271", - "filePath": "resourceFile7271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7272", - "filePath": "resourceFile7272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7273", - "filePath": "resourceFile7273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7274", - "filePath": "resourceFile7274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7275", - "filePath": "resourceFile7275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7276", - "filePath": "resourceFile7276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7277", - "filePath": "resourceFile7277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7278", - "filePath": "resourceFile7278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7279", - "filePath": "resourceFile7279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7280", - "filePath": "resourceFile7280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7281", - "filePath": "resourceFile7281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7282", - "filePath": "resourceFile7282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7283", - "filePath": "resourceFile7283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7284", - "filePath": "resourceFile7284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7285", - "filePath": "resourceFile7285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7286", - "filePath": "resourceFile7286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7287", - "filePath": "resourceFile7287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7288", - "filePath": "resourceFile7288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7289", - "filePath": "resourceFile7289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7290", - "filePath": "resourceFile7290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7291", - "filePath": "resourceFile7291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7292", - "filePath": "resourceFile7292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7293", - "filePath": "resourceFile7293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7294", - "filePath": "resourceFile7294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7295", - "filePath": "resourceFile7295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7296", - "filePath": "resourceFile7296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7297", - "filePath": "resourceFile7297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7298", - "filePath": "resourceFile7298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7299", - "filePath": "resourceFile7299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7300", - "filePath": "resourceFile7300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7301", - "filePath": "resourceFile7301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7302", - "filePath": "resourceFile7302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7303", - "filePath": "resourceFile7303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7304", - "filePath": "resourceFile7304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7305", - "filePath": "resourceFile7305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7306", - "filePath": "resourceFile7306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7307", - "filePath": "resourceFile7307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7308", - "filePath": "resourceFile7308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7309", - "filePath": "resourceFile7309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7310", - "filePath": "resourceFile7310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7311", - "filePath": "resourceFile7311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7312", - "filePath": "resourceFile7312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7313", - "filePath": "resourceFile7313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7314", - "filePath": "resourceFile7314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7315", - "filePath": "resourceFile7315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7316", - "filePath": "resourceFile7316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7317", - "filePath": "resourceFile7317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7318", - "filePath": "resourceFile7318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7319", - "filePath": "resourceFile7319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7320", - "filePath": "resourceFile7320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7321", - "filePath": "resourceFile7321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7322", - "filePath": "resourceFile7322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7323", - "filePath": "resourceFile7323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7324", - "filePath": "resourceFile7324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7325", - "filePath": "resourceFile7325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7326", - "filePath": "resourceFile7326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7327", - "filePath": "resourceFile7327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7328", - "filePath": "resourceFile7328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7329", - "filePath": "resourceFile7329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7330", - "filePath": "resourceFile7330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7331", - "filePath": "resourceFile7331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7332", - "filePath": "resourceFile7332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7333", - "filePath": "resourceFile7333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7334", - "filePath": "resourceFile7334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7335", - "filePath": "resourceFile7335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7336", - "filePath": "resourceFile7336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7337", - "filePath": "resourceFile7337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7338", - "filePath": "resourceFile7338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7339", - "filePath": "resourceFile7339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7340", - "filePath": "resourceFile7340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7341", - "filePath": "resourceFile7341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7342", - "filePath": "resourceFile7342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7343", - "filePath": "resourceFile7343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7344", - "filePath": "resourceFile7344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7345", - "filePath": "resourceFile7345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7346", - "filePath": "resourceFile7346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7347", - "filePath": "resourceFile7347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7348", - "filePath": "resourceFile7348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7349", - "filePath": "resourceFile7349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7350", - "filePath": "resourceFile7350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7351", - "filePath": "resourceFile7351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7352", - "filePath": "resourceFile7352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7353", - "filePath": "resourceFile7353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7354", - "filePath": "resourceFile7354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7355", - "filePath": "resourceFile7355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7356", - "filePath": "resourceFile7356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7357", - "filePath": "resourceFile7357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7358", - "filePath": "resourceFile7358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7359", - "filePath": "resourceFile7359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7360", - "filePath": "resourceFile7360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7361", - "filePath": "resourceFile7361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7362", - "filePath": "resourceFile7362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7363", - "filePath": "resourceFile7363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7364", - "filePath": "resourceFile7364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7365", - "filePath": "resourceFile7365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7366", - "filePath": "resourceFile7366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7367", - "filePath": "resourceFile7367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7368", - "filePath": "resourceFile7368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7369", - "filePath": "resourceFile7369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7370", - "filePath": "resourceFile7370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7371", - "filePath": "resourceFile7371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7372", - "filePath": "resourceFile7372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7373", - "filePath": "resourceFile7373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7374", - "filePath": "resourceFile7374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7375", - "filePath": "resourceFile7375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7376", - "filePath": "resourceFile7376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7377", - "filePath": "resourceFile7377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7378", - "filePath": "resourceFile7378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7379", - "filePath": "resourceFile7379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7380", - "filePath": "resourceFile7380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7381", - "filePath": "resourceFile7381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7382", - "filePath": "resourceFile7382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7383", - "filePath": "resourceFile7383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7384", - "filePath": "resourceFile7384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7385", - "filePath": "resourceFile7385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7386", - "filePath": "resourceFile7386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7387", - "filePath": "resourceFile7387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7388", - "filePath": "resourceFile7388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7389", - "filePath": "resourceFile7389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7390", - "filePath": "resourceFile7390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7391", - "filePath": "resourceFile7391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7392", - "filePath": "resourceFile7392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7393", - "filePath": "resourceFile7393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7394", - "filePath": "resourceFile7394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7395", - "filePath": "resourceFile7395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7396", - "filePath": "resourceFile7396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7397", - "filePath": "resourceFile7397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7398", - "filePath": "resourceFile7398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7399", - "filePath": "resourceFile7399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7400", - "filePath": "resourceFile7400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7401", - "filePath": "resourceFile7401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7402", - "filePath": "resourceFile7402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7403", - "filePath": "resourceFile7403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7404", - "filePath": "resourceFile7404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7405", - "filePath": "resourceFile7405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7406", - "filePath": "resourceFile7406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7407", - "filePath": "resourceFile7407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7408", - "filePath": "resourceFile7408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7409", - "filePath": "resourceFile7409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7410", - "filePath": "resourceFile7410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7411", - "filePath": "resourceFile7411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7412", - "filePath": "resourceFile7412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7413", - "filePath": "resourceFile7413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7414", - "filePath": "resourceFile7414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7415", - "filePath": "resourceFile7415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7416", - "filePath": "resourceFile7416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7417", - "filePath": "resourceFile7417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7418", - "filePath": "resourceFile7418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7419", - "filePath": "resourceFile7419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7420", - "filePath": "resourceFile7420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7421", - "filePath": "resourceFile7421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7422", - "filePath": "resourceFile7422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7423", - "filePath": "resourceFile7423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7424", - "filePath": "resourceFile7424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7425", - "filePath": "resourceFile7425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7426", - "filePath": "resourceFile7426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7427", - "filePath": "resourceFile7427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7428", - "filePath": "resourceFile7428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7429", - "filePath": "resourceFile7429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7430", - "filePath": "resourceFile7430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7431", - "filePath": "resourceFile7431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7432", - "filePath": "resourceFile7432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7433", - "filePath": "resourceFile7433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7434", - "filePath": "resourceFile7434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7435", - "filePath": "resourceFile7435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7436", - "filePath": "resourceFile7436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7437", - "filePath": "resourceFile7437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7438", - "filePath": "resourceFile7438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7439", - "filePath": "resourceFile7439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7440", - "filePath": "resourceFile7440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7441", - "filePath": "resourceFile7441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7442", - "filePath": "resourceFile7442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7443", - "filePath": "resourceFile7443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7444", - "filePath": "resourceFile7444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7445", - "filePath": "resourceFile7445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7446", - "filePath": "resourceFile7446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7447", - "filePath": "resourceFile7447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7448", - "filePath": "resourceFile7448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7449", - "filePath": "resourceFile7449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7450", - "filePath": "resourceFile7450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7451", - "filePath": "resourceFile7451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7452", - "filePath": "resourceFile7452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7453", - "filePath": "resourceFile7453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7454", - "filePath": "resourceFile7454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7455", - "filePath": "resourceFile7455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7456", - "filePath": "resourceFile7456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7457", - "filePath": "resourceFile7457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7458", - "filePath": "resourceFile7458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7459", - "filePath": "resourceFile7459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7460", - "filePath": "resourceFile7460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7461", - "filePath": "resourceFile7461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7462", - "filePath": "resourceFile7462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7463", - "filePath": "resourceFile7463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7464", - "filePath": "resourceFile7464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7465", - "filePath": "resourceFile7465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7466", - "filePath": "resourceFile7466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7467", - "filePath": "resourceFile7467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7468", - "filePath": "resourceFile7468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7469", - "filePath": "resourceFile7469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7470", - "filePath": "resourceFile7470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7471", - "filePath": "resourceFile7471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7472", - "filePath": "resourceFile7472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7473", - "filePath": "resourceFile7473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7474", - "filePath": "resourceFile7474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7475", - "filePath": "resourceFile7475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7476", - "filePath": "resourceFile7476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7477", - "filePath": "resourceFile7477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7478", - "filePath": "resourceFile7478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7479", - "filePath": "resourceFile7479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7480", - "filePath": "resourceFile7480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7481", - "filePath": "resourceFile7481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7482", - "filePath": "resourceFile7482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7483", - "filePath": "resourceFile7483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7484", - "filePath": "resourceFile7484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7485", - "filePath": "resourceFile7485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7486", - "filePath": "resourceFile7486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7487", - "filePath": "resourceFile7487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7488", - "filePath": "resourceFile7488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7489", - "filePath": "resourceFile7489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7490", - "filePath": "resourceFile7490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7491", - "filePath": "resourceFile7491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7492", - "filePath": "resourceFile7492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7493", - "filePath": "resourceFile7493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7494", - "filePath": "resourceFile7494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7495", - "filePath": "resourceFile7495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7496", - "filePath": "resourceFile7496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7497", - "filePath": "resourceFile7497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7498", - "filePath": "resourceFile7498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7499", - "filePath": "resourceFile7499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7500", - "filePath": "resourceFile7500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7501", - "filePath": "resourceFile7501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7502", - "filePath": "resourceFile7502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7503", - "filePath": "resourceFile7503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7504", - "filePath": "resourceFile7504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7505", - "filePath": "resourceFile7505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7506", - "filePath": "resourceFile7506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7507", - "filePath": "resourceFile7507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7508", - "filePath": "resourceFile7508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7509", - "filePath": "resourceFile7509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7510", - "filePath": "resourceFile7510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7511", - "filePath": "resourceFile7511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7512", - "filePath": "resourceFile7512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7513", - "filePath": "resourceFile7513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7514", - "filePath": "resourceFile7514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7515", - "filePath": "resourceFile7515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7516", - "filePath": "resourceFile7516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7517", - "filePath": "resourceFile7517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7518", - "filePath": "resourceFile7518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7519", - "filePath": "resourceFile7519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7520", - "filePath": "resourceFile7520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7521", - "filePath": "resourceFile7521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7522", - "filePath": "resourceFile7522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7523", - "filePath": "resourceFile7523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7524", - "filePath": "resourceFile7524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7525", - "filePath": "resourceFile7525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7526", - "filePath": "resourceFile7526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7527", - "filePath": "resourceFile7527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7528", - "filePath": "resourceFile7528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7529", - "filePath": "resourceFile7529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7530", - "filePath": "resourceFile7530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7531", - "filePath": "resourceFile7531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7532", - "filePath": "resourceFile7532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7533", - "filePath": "resourceFile7533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7534", - "filePath": "resourceFile7534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7535", - "filePath": "resourceFile7535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7536", - "filePath": "resourceFile7536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7537", - "filePath": "resourceFile7537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7538", - "filePath": "resourceFile7538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7539", - "filePath": "resourceFile7539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7540", - "filePath": "resourceFile7540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7541", - "filePath": "resourceFile7541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7542", - "filePath": "resourceFile7542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7543", - "filePath": "resourceFile7543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7544", - "filePath": "resourceFile7544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7545", - "filePath": "resourceFile7545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7546", - "filePath": "resourceFile7546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7547", - "filePath": "resourceFile7547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7548", - "filePath": "resourceFile7548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7549", - "filePath": "resourceFile7549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7550", - "filePath": "resourceFile7550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7551", - "filePath": "resourceFile7551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7552", - "filePath": "resourceFile7552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7553", - "filePath": "resourceFile7553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7554", - "filePath": "resourceFile7554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7555", - "filePath": "resourceFile7555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7556", - "filePath": "resourceFile7556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7557", - "filePath": "resourceFile7557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7558", - "filePath": "resourceFile7558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7559", - "filePath": "resourceFile7559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7560", - "filePath": "resourceFile7560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7561", - "filePath": "resourceFile7561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7562", - "filePath": "resourceFile7562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7563", - "filePath": "resourceFile7563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7564", - "filePath": "resourceFile7564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7565", - "filePath": "resourceFile7565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7566", - "filePath": "resourceFile7566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7567", - "filePath": "resourceFile7567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7568", - "filePath": "resourceFile7568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7569", - "filePath": "resourceFile7569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7570", - "filePath": "resourceFile7570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7571", - "filePath": "resourceFile7571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7572", - "filePath": "resourceFile7572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7573", - "filePath": "resourceFile7573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7574", - "filePath": "resourceFile7574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7575", - "filePath": "resourceFile7575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7576", - "filePath": "resourceFile7576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7577", - "filePath": "resourceFile7577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7578", - "filePath": "resourceFile7578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7579", - "filePath": "resourceFile7579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7580", - "filePath": "resourceFile7580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7581", - "filePath": "resourceFile7581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7582", - "filePath": "resourceFile7582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7583", - "filePath": "resourceFile7583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7584", - "filePath": "resourceFile7584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7585", - "filePath": "resourceFile7585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7586", - "filePath": "resourceFile7586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7587", - "filePath": "resourceFile7587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7588", - "filePath": "resourceFile7588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7589", - "filePath": "resourceFile7589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7590", - "filePath": "resourceFile7590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7591", - "filePath": "resourceFile7591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7592", - "filePath": "resourceFile7592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7593", - "filePath": "resourceFile7593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7594", - "filePath": "resourceFile7594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7595", - "filePath": "resourceFile7595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7596", - "filePath": "resourceFile7596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7597", - "filePath": "resourceFile7597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7598", - "filePath": "resourceFile7598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7599", - "filePath": "resourceFile7599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7600", - "filePath": "resourceFile7600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7601", - "filePath": "resourceFile7601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7602", - "filePath": "resourceFile7602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7603", - "filePath": "resourceFile7603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7604", - "filePath": "resourceFile7604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7605", - "filePath": "resourceFile7605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7606", - "filePath": "resourceFile7606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7607", - "filePath": "resourceFile7607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7608", - "filePath": "resourceFile7608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7609", - "filePath": "resourceFile7609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7610", - "filePath": "resourceFile7610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7611", - "filePath": "resourceFile7611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7612", - "filePath": "resourceFile7612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7613", - "filePath": "resourceFile7613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7614", - "filePath": "resourceFile7614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7615", - "filePath": "resourceFile7615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7616", - "filePath": "resourceFile7616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7617", - "filePath": "resourceFile7617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7618", - "filePath": "resourceFile7618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7619", - "filePath": "resourceFile7619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7620", - "filePath": "resourceFile7620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7621", - "filePath": "resourceFile7621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7622", - "filePath": "resourceFile7622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7623", - "filePath": "resourceFile7623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7624", - "filePath": "resourceFile7624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7625", - "filePath": "resourceFile7625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7626", - "filePath": "resourceFile7626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7627", - "filePath": "resourceFile7627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7628", - "filePath": "resourceFile7628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7629", - "filePath": "resourceFile7629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7630", - "filePath": "resourceFile7630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7631", - "filePath": "resourceFile7631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7632", - "filePath": "resourceFile7632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7633", - "filePath": "resourceFile7633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7634", - "filePath": "resourceFile7634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7635", - "filePath": "resourceFile7635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7636", - "filePath": "resourceFile7636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7637", - "filePath": "resourceFile7637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7638", - "filePath": "resourceFile7638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7639", - "filePath": "resourceFile7639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7640", - "filePath": "resourceFile7640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7641", - "filePath": "resourceFile7641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7642", - "filePath": "resourceFile7642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7643", - "filePath": "resourceFile7643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7644", - "filePath": "resourceFile7644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7645", - "filePath": "resourceFile7645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7646", - "filePath": "resourceFile7646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7647", - "filePath": "resourceFile7647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7648", - "filePath": "resourceFile7648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7649", - "filePath": "resourceFile7649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7650", - "filePath": "resourceFile7650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7651", - "filePath": "resourceFile7651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7652", - "filePath": "resourceFile7652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7653", - "filePath": "resourceFile7653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7654", - "filePath": "resourceFile7654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7655", - "filePath": "resourceFile7655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7656", - "filePath": "resourceFile7656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7657", - "filePath": "resourceFile7657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7658", - "filePath": "resourceFile7658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7659", - "filePath": "resourceFile7659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7660", - "filePath": "resourceFile7660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7661", - "filePath": "resourceFile7661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7662", - "filePath": "resourceFile7662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7663", - "filePath": "resourceFile7663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7664", - "filePath": "resourceFile7664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7665", - "filePath": "resourceFile7665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7666", - "filePath": "resourceFile7666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7667", - "filePath": "resourceFile7667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7668", - "filePath": "resourceFile7668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7669", - "filePath": "resourceFile7669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7670", - "filePath": "resourceFile7670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7671", - "filePath": "resourceFile7671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7672", - "filePath": "resourceFile7672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7673", - "filePath": "resourceFile7673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7674", - "filePath": "resourceFile7674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7675", - "filePath": "resourceFile7675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7676", - "filePath": "resourceFile7676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7677", - "filePath": "resourceFile7677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7678", - "filePath": "resourceFile7678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7679", - "filePath": "resourceFile7679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7680", - "filePath": "resourceFile7680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7681", - "filePath": "resourceFile7681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7682", - "filePath": "resourceFile7682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7683", - "filePath": "resourceFile7683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7684", - "filePath": "resourceFile7684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7685", - "filePath": "resourceFile7685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7686", - "filePath": "resourceFile7686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7687", - "filePath": "resourceFile7687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7688", - "filePath": "resourceFile7688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7689", - "filePath": "resourceFile7689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7690", - "filePath": "resourceFile7690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7691", - "filePath": "resourceFile7691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7692", - "filePath": "resourceFile7692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7693", - "filePath": "resourceFile7693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7694", - "filePath": "resourceFile7694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7695", - "filePath": "resourceFile7695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7696", - "filePath": "resourceFile7696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7697", - "filePath": "resourceFile7697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7698", - "filePath": "resourceFile7698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7699", - "filePath": "resourceFile7699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7700", - "filePath": "resourceFile7700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7701", - "filePath": "resourceFile7701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7702", - "filePath": "resourceFile7702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7703", - "filePath": "resourceFile7703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7704", - "filePath": "resourceFile7704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7705", - "filePath": "resourceFile7705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7706", - "filePath": "resourceFile7706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7707", - "filePath": "resourceFile7707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7708", - "filePath": "resourceFile7708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7709", - "filePath": "resourceFile7709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7710", - "filePath": "resourceFile7710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7711", - "filePath": "resourceFile7711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7712", - "filePath": "resourceFile7712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7713", - "filePath": "resourceFile7713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7714", - "filePath": "resourceFile7714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7715", - "filePath": "resourceFile7715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7716", - "filePath": "resourceFile7716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7717", - "filePath": "resourceFile7717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7718", - "filePath": "resourceFile7718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7719", - "filePath": "resourceFile7719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7720", - "filePath": "resourceFile7720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7721", - "filePath": "resourceFile7721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7722", - "filePath": "resourceFile7722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7723", - "filePath": "resourceFile7723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7724", - "filePath": "resourceFile7724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7725", - "filePath": "resourceFile7725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7726", - "filePath": "resourceFile7726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7727", - "filePath": "resourceFile7727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7728", - "filePath": "resourceFile7728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7729", - "filePath": "resourceFile7729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7730", - "filePath": "resourceFile7730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7731", - "filePath": "resourceFile7731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7732", - "filePath": "resourceFile7732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7733", - "filePath": "resourceFile7733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7734", - "filePath": "resourceFile7734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7735", - "filePath": "resourceFile7735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7736", - "filePath": "resourceFile7736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7737", - "filePath": "resourceFile7737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7738", - "filePath": "resourceFile7738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7739", - "filePath": "resourceFile7739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7740", - "filePath": "resourceFile7740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7741", - "filePath": "resourceFile7741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7742", - "filePath": "resourceFile7742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7743", - "filePath": "resourceFile7743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7744", - "filePath": "resourceFile7744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7745", - "filePath": "resourceFile7745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7746", - "filePath": "resourceFile7746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7747", - "filePath": "resourceFile7747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7748", - "filePath": "resourceFile7748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7749", - "filePath": "resourceFile7749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7750", - "filePath": "resourceFile7750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7751", - "filePath": "resourceFile7751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7752", - "filePath": "resourceFile7752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7753", - "filePath": "resourceFile7753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7754", - "filePath": "resourceFile7754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7755", - "filePath": "resourceFile7755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7756", - "filePath": "resourceFile7756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7757", - "filePath": "resourceFile7757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7758", - "filePath": "resourceFile7758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7759", - "filePath": "resourceFile7759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7760", - "filePath": "resourceFile7760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7761", - "filePath": "resourceFile7761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7762", - "filePath": "resourceFile7762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7763", - "filePath": "resourceFile7763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7764", - "filePath": "resourceFile7764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7765", - "filePath": "resourceFile7765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7766", - "filePath": "resourceFile7766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7767", - "filePath": "resourceFile7767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7768", - "filePath": "resourceFile7768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7769", - "filePath": "resourceFile7769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7770", - "filePath": "resourceFile7770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7771", - "filePath": "resourceFile7771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7772", - "filePath": "resourceFile7772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7773", - "filePath": "resourceFile7773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7774", - "filePath": "resourceFile7774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7775", - "filePath": "resourceFile7775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7776", - "filePath": "resourceFile7776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7777", - "filePath": "resourceFile7777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7778", - "filePath": "resourceFile7778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7779", - "filePath": "resourceFile7779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7780", - "filePath": "resourceFile7780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7781", - "filePath": "resourceFile7781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7782", - "filePath": "resourceFile7782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7783", - "filePath": "resourceFile7783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7784", - "filePath": "resourceFile7784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7785", - "filePath": "resourceFile7785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7786", - "filePath": "resourceFile7786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7787", - "filePath": "resourceFile7787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7788", - "filePath": "resourceFile7788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7789", - "filePath": "resourceFile7789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7790", - "filePath": "resourceFile7790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7791", - "filePath": "resourceFile7791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7792", - "filePath": "resourceFile7792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7793", - "filePath": "resourceFile7793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7794", - "filePath": "resourceFile7794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7795", - "filePath": "resourceFile7795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7796", - "filePath": "resourceFile7796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7797", - "filePath": "resourceFile7797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7798", - "filePath": "resourceFile7798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7799", - "filePath": "resourceFile7799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7800", - "filePath": "resourceFile7800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7801", - "filePath": "resourceFile7801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7802", - "filePath": "resourceFile7802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7803", - "filePath": "resourceFile7803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7804", - "filePath": "resourceFile7804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7805", - "filePath": "resourceFile7805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7806", - "filePath": "resourceFile7806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7807", - "filePath": "resourceFile7807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7808", - "filePath": "resourceFile7808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7809", - "filePath": "resourceFile7809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7810", - "filePath": "resourceFile7810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7811", - "filePath": "resourceFile7811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7812", - "filePath": "resourceFile7812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7813", - "filePath": "resourceFile7813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7814", - "filePath": "resourceFile7814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7815", - "filePath": "resourceFile7815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7816", - "filePath": "resourceFile7816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7817", - "filePath": "resourceFile7817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7818", - "filePath": "resourceFile7818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7819", - "filePath": "resourceFile7819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7820", - "filePath": "resourceFile7820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7821", - "filePath": "resourceFile7821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7822", - "filePath": "resourceFile7822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7823", - "filePath": "resourceFile7823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7824", - "filePath": "resourceFile7824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7825", - "filePath": "resourceFile7825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7826", - "filePath": "resourceFile7826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7827", - "filePath": "resourceFile7827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7828", - "filePath": "resourceFile7828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7829", - "filePath": "resourceFile7829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7830", - "filePath": "resourceFile7830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7831", - "filePath": "resourceFile7831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7832", - "filePath": "resourceFile7832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7833", - "filePath": "resourceFile7833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7834", - "filePath": "resourceFile7834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7835", - "filePath": "resourceFile7835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7836", - "filePath": "resourceFile7836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7837", - "filePath": "resourceFile7837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7838", - "filePath": "resourceFile7838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7839", - "filePath": "resourceFile7839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7840", - "filePath": "resourceFile7840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7841", - "filePath": "resourceFile7841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7842", - "filePath": "resourceFile7842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7843", - "filePath": "resourceFile7843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7844", - "filePath": "resourceFile7844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7845", - "filePath": "resourceFile7845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7846", - "filePath": "resourceFile7846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7847", - "filePath": "resourceFile7847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7848", - "filePath": "resourceFile7848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7849", - "filePath": "resourceFile7849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7850", - "filePath": "resourceFile7850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7851", - "filePath": "resourceFile7851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7852", - "filePath": "resourceFile7852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7853", - "filePath": "resourceFile7853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7854", - "filePath": "resourceFile7854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7855", - "filePath": "resourceFile7855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7856", - "filePath": "resourceFile7856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7857", - "filePath": "resourceFile7857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7858", - "filePath": "resourceFile7858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7859", - "filePath": "resourceFile7859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7860", - "filePath": "resourceFile7860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7861", - "filePath": "resourceFile7861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7862", - "filePath": "resourceFile7862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7863", - "filePath": "resourceFile7863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7864", - "filePath": "resourceFile7864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7865", - "filePath": "resourceFile7865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7866", - "filePath": "resourceFile7866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7867", - "filePath": "resourceFile7867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7868", - "filePath": "resourceFile7868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7869", - "filePath": "resourceFile7869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7870", - "filePath": "resourceFile7870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7871", - "filePath": "resourceFile7871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7872", - "filePath": "resourceFile7872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7873", - "filePath": "resourceFile7873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7874", - "filePath": "resourceFile7874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7875", - "filePath": "resourceFile7875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7876", - "filePath": "resourceFile7876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7877", - "filePath": "resourceFile7877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7878", - "filePath": "resourceFile7878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7879", - "filePath": "resourceFile7879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7880", - "filePath": "resourceFile7880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7881", - "filePath": "resourceFile7881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7882", - "filePath": "resourceFile7882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7883", - "filePath": "resourceFile7883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7884", - "filePath": "resourceFile7884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7885", - "filePath": "resourceFile7885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7886", - "filePath": "resourceFile7886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7887", - "filePath": "resourceFile7887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7888", - "filePath": "resourceFile7888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7889", - "filePath": "resourceFile7889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7890", - "filePath": "resourceFile7890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7891", - "filePath": "resourceFile7891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7892", - "filePath": "resourceFile7892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7893", - "filePath": "resourceFile7893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7894", - "filePath": "resourceFile7894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7895", - "filePath": "resourceFile7895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7896", - "filePath": "resourceFile7896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7897", - "filePath": "resourceFile7897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7898", - "filePath": "resourceFile7898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7899", - "filePath": "resourceFile7899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7900", - "filePath": "resourceFile7900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7901", - "filePath": "resourceFile7901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7902", - "filePath": "resourceFile7902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7903", - "filePath": "resourceFile7903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7904", - "filePath": "resourceFile7904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7905", - "filePath": "resourceFile7905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7906", - "filePath": "resourceFile7906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7907", - "filePath": "resourceFile7907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7908", - "filePath": "resourceFile7908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7909", - "filePath": "resourceFile7909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7910", - "filePath": "resourceFile7910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7911", - "filePath": "resourceFile7911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7912", - "filePath": "resourceFile7912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7913", - "filePath": "resourceFile7913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7914", - "filePath": "resourceFile7914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7915", - "filePath": "resourceFile7915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7916", - "filePath": "resourceFile7916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7917", - "filePath": "resourceFile7917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7918", - "filePath": "resourceFile7918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7919", - "filePath": "resourceFile7919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7920", - "filePath": "resourceFile7920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7921", - "filePath": "resourceFile7921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7922", - "filePath": "resourceFile7922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7923", - "filePath": "resourceFile7923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7924", - "filePath": "resourceFile7924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7925", - "filePath": "resourceFile7925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7926", - "filePath": "resourceFile7926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7927", - "filePath": "resourceFile7927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7928", - "filePath": "resourceFile7928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7929", - "filePath": "resourceFile7929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7930", - "filePath": "resourceFile7930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7931", - "filePath": "resourceFile7931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7932", - "filePath": "resourceFile7932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7933", - "filePath": "resourceFile7933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7934", - "filePath": "resourceFile7934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7935", - "filePath": "resourceFile7935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7936", - "filePath": "resourceFile7936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7937", - "filePath": "resourceFile7937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7938", - "filePath": "resourceFile7938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7939", - "filePath": "resourceFile7939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7940", - "filePath": "resourceFile7940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7941", - "filePath": "resourceFile7941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7942", - "filePath": "resourceFile7942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7943", - "filePath": "resourceFile7943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7944", - "filePath": "resourceFile7944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7945", - "filePath": "resourceFile7945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7946", - "filePath": "resourceFile7946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7947", - "filePath": "resourceFile7947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7948", - "filePath": "resourceFile7948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7949", - "filePath": "resourceFile7949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7950", - "filePath": "resourceFile7950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7951", - "filePath": "resourceFile7951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7952", - "filePath": "resourceFile7952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7953", - "filePath": "resourceFile7953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7954", - "filePath": "resourceFile7954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7955", - "filePath": "resourceFile7955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7956", - "filePath": "resourceFile7956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7957", - "filePath": "resourceFile7957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7958", - "filePath": "resourceFile7958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7959", - "filePath": "resourceFile7959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7960", - "filePath": "resourceFile7960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7961", - "filePath": "resourceFile7961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7962", - "filePath": "resourceFile7962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7963", - "filePath": "resourceFile7963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7964", - "filePath": "resourceFile7964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7965", - "filePath": "resourceFile7965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7966", - "filePath": "resourceFile7966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7967", - "filePath": "resourceFile7967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7968", - "filePath": "resourceFile7968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7969", - "filePath": "resourceFile7969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7970", - "filePath": "resourceFile7970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7971", - "filePath": "resourceFile7971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7972", - "filePath": "resourceFile7972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7973", - "filePath": "resourceFile7973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7974", - "filePath": "resourceFile7974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7975", - "filePath": "resourceFile7975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7976", - "filePath": "resourceFile7976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7977", - "filePath": "resourceFile7977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7978", - "filePath": "resourceFile7978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7979", - "filePath": "resourceFile7979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7980", - "filePath": "resourceFile7980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7981", - "filePath": "resourceFile7981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7982", - "filePath": "resourceFile7982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7983", - "filePath": "resourceFile7983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7984", - "filePath": "resourceFile7984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7985", - "filePath": "resourceFile7985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7986", - "filePath": "resourceFile7986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7987", - "filePath": "resourceFile7987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7988", - "filePath": "resourceFile7988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7989", - "filePath": "resourceFile7989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7990", - "filePath": "resourceFile7990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7991", - "filePath": "resourceFile7991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7992", - "filePath": "resourceFile7992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7993", - "filePath": "resourceFile7993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7994", - "filePath": "resourceFile7994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7995", - "filePath": "resourceFile7995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7996", - "filePath": "resourceFile7996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7997", - "filePath": "resourceFile7997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7998", - "filePath": "resourceFile7998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7999", - "filePath": "resourceFile7999"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8000", - "filePath": "resourceFile8000"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8001", - "filePath": "resourceFile8001"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8002", - "filePath": "resourceFile8002"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8003", - "filePath": "resourceFile8003"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8004", - "filePath": "resourceFile8004"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8005", - "filePath": "resourceFile8005"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8006", - "filePath": "resourceFile8006"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8007", - "filePath": "resourceFile8007"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8008", - "filePath": "resourceFile8008"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8009", - "filePath": "resourceFile8009"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8010", - "filePath": "resourceFile8010"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8011", - "filePath": "resourceFile8011"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8012", - "filePath": "resourceFile8012"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8013", - "filePath": "resourceFile8013"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8014", - "filePath": "resourceFile8014"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8015", - "filePath": "resourceFile8015"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8016", - "filePath": "resourceFile8016"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8017", - "filePath": "resourceFile8017"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8018", - "filePath": "resourceFile8018"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8019", - "filePath": "resourceFile8019"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8020", - "filePath": "resourceFile8020"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8021", - "filePath": "resourceFile8021"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8022", - "filePath": "resourceFile8022"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8023", - "filePath": "resourceFile8023"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8024", - "filePath": "resourceFile8024"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8025", - "filePath": "resourceFile8025"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8026", - "filePath": "resourceFile8026"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8027", - "filePath": "resourceFile8027"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8028", - "filePath": "resourceFile8028"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8029", - "filePath": "resourceFile8029"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8030", - "filePath": "resourceFile8030"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8031", - "filePath": "resourceFile8031"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8032", - "filePath": "resourceFile8032"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8033", - "filePath": "resourceFile8033"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8034", - "filePath": "resourceFile8034"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8035", - "filePath": "resourceFile8035"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8036", - "filePath": "resourceFile8036"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8037", - "filePath": "resourceFile8037"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8038", - "filePath": "resourceFile8038"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8039", - "filePath": "resourceFile8039"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8040", - "filePath": "resourceFile8040"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8041", - "filePath": "resourceFile8041"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8042", - "filePath": "resourceFile8042"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8043", - "filePath": "resourceFile8043"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8044", - "filePath": "resourceFile8044"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8045", - "filePath": "resourceFile8045"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8046", - "filePath": "resourceFile8046"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8047", - "filePath": "resourceFile8047"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8048", - "filePath": "resourceFile8048"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8049", - "filePath": "resourceFile8049"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8050", - "filePath": "resourceFile8050"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8051", - "filePath": "resourceFile8051"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8052", - "filePath": "resourceFile8052"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8053", - "filePath": "resourceFile8053"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8054", - "filePath": "resourceFile8054"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8055", - "filePath": "resourceFile8055"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8056", - "filePath": "resourceFile8056"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8057", - "filePath": "resourceFile8057"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8058", - "filePath": "resourceFile8058"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8059", - "filePath": "resourceFile8059"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8060", - "filePath": "resourceFile8060"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8061", - "filePath": "resourceFile8061"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8062", - "filePath": "resourceFile8062"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8063", - "filePath": "resourceFile8063"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8064", - "filePath": "resourceFile8064"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8065", - "filePath": "resourceFile8065"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8066", - "filePath": "resourceFile8066"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8067", - "filePath": "resourceFile8067"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8068", - "filePath": "resourceFile8068"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8069", - "filePath": "resourceFile8069"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8070", - "filePath": "resourceFile8070"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8071", - "filePath": "resourceFile8071"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8072", - "filePath": "resourceFile8072"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8073", - "filePath": "resourceFile8073"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8074", - "filePath": "resourceFile8074"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8075", - "filePath": "resourceFile8075"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8076", - "filePath": "resourceFile8076"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8077", - "filePath": "resourceFile8077"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8078", - "filePath": "resourceFile8078"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8079", - "filePath": "resourceFile8079"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8080", - "filePath": "resourceFile8080"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8081", - "filePath": "resourceFile8081"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8082", - "filePath": "resourceFile8082"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8083", - "filePath": "resourceFile8083"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8084", - "filePath": "resourceFile8084"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8085", - "filePath": "resourceFile8085"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8086", - "filePath": "resourceFile8086"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8087", - "filePath": "resourceFile8087"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8088", - "filePath": "resourceFile8088"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8089", - "filePath": "resourceFile8089"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8090", - "filePath": "resourceFile8090"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8091", - "filePath": "resourceFile8091"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8092", - "filePath": "resourceFile8092"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8093", - "filePath": "resourceFile8093"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8094", - "filePath": "resourceFile8094"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8095", - "filePath": "resourceFile8095"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8096", - "filePath": "resourceFile8096"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8097", - "filePath": "resourceFile8097"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8098", - "filePath": "resourceFile8098"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8099", - "filePath": "resourceFile8099"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8100", - "filePath": "resourceFile8100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8101", - "filePath": "resourceFile8101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8102", - "filePath": "resourceFile8102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8103", - "filePath": "resourceFile8103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8104", - "filePath": "resourceFile8104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8105", - "filePath": "resourceFile8105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8106", - "filePath": "resourceFile8106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8107", - "filePath": "resourceFile8107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8108", - "filePath": "resourceFile8108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8109", - "filePath": "resourceFile8109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8110", - "filePath": "resourceFile8110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8111", - "filePath": "resourceFile8111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8112", - "filePath": "resourceFile8112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8113", - "filePath": "resourceFile8113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8114", - "filePath": "resourceFile8114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8115", - "filePath": "resourceFile8115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8116", - "filePath": "resourceFile8116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8117", - "filePath": "resourceFile8117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8118", - "filePath": "resourceFile8118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8119", - "filePath": "resourceFile8119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8120", - "filePath": "resourceFile8120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8121", - "filePath": "resourceFile8121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8122", - "filePath": "resourceFile8122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8123", - "filePath": "resourceFile8123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8124", - "filePath": "resourceFile8124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8125", - "filePath": "resourceFile8125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8126", - "filePath": "resourceFile8126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8127", - "filePath": "resourceFile8127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8128", - "filePath": "resourceFile8128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8129", - "filePath": "resourceFile8129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8130", - "filePath": "resourceFile8130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8131", - "filePath": "resourceFile8131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8132", - "filePath": "resourceFile8132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8133", - "filePath": "resourceFile8133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8134", - "filePath": "resourceFile8134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8135", - "filePath": "resourceFile8135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8136", - "filePath": "resourceFile8136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8137", - "filePath": "resourceFile8137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8138", - "filePath": "resourceFile8138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8139", - "filePath": "resourceFile8139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8140", - "filePath": "resourceFile8140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8141", - "filePath": "resourceFile8141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8142", - "filePath": "resourceFile8142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8143", - "filePath": "resourceFile8143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8144", - "filePath": "resourceFile8144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8145", - "filePath": "resourceFile8145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8146", - "filePath": "resourceFile8146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8147", - "filePath": "resourceFile8147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8148", - "filePath": "resourceFile8148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8149", - "filePath": "resourceFile8149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8150", - "filePath": "resourceFile8150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8151", - "filePath": "resourceFile8151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8152", - "filePath": "resourceFile8152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8153", - "filePath": "resourceFile8153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8154", - "filePath": "resourceFile8154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8155", - "filePath": "resourceFile8155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8156", - "filePath": "resourceFile8156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8157", - "filePath": "resourceFile8157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8158", - "filePath": "resourceFile8158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8159", - "filePath": "resourceFile8159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8160", - "filePath": "resourceFile8160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8161", - "filePath": "resourceFile8161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8162", - "filePath": "resourceFile8162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8163", - "filePath": "resourceFile8163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8164", - "filePath": "resourceFile8164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8165", - "filePath": "resourceFile8165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8166", - "filePath": "resourceFile8166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8167", - "filePath": "resourceFile8167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8168", - "filePath": "resourceFile8168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8169", - "filePath": "resourceFile8169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8170", - "filePath": "resourceFile8170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8171", - "filePath": "resourceFile8171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8172", - "filePath": "resourceFile8172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8173", - "filePath": "resourceFile8173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8174", - "filePath": "resourceFile8174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8175", - "filePath": "resourceFile8175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8176", - "filePath": "resourceFile8176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8177", - "filePath": "resourceFile8177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8178", - "filePath": "resourceFile8178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8179", - "filePath": "resourceFile8179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8180", - "filePath": "resourceFile8180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8181", - "filePath": "resourceFile8181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8182", - "filePath": "resourceFile8182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8183", - "filePath": "resourceFile8183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8184", - "filePath": "resourceFile8184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8185", - "filePath": "resourceFile8185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8186", - "filePath": "resourceFile8186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8187", - "filePath": "resourceFile8187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8188", - "filePath": "resourceFile8188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8189", - "filePath": "resourceFile8189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8190", - "filePath": "resourceFile8190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8191", - "filePath": "resourceFile8191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8192", - "filePath": "resourceFile8192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8193", - "filePath": "resourceFile8193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8194", - "filePath": "resourceFile8194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8195", - "filePath": "resourceFile8195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8196", - "filePath": "resourceFile8196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8197", - "filePath": "resourceFile8197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8198", - "filePath": "resourceFile8198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8199", - "filePath": "resourceFile8199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8200", - "filePath": "resourceFile8200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8201", - "filePath": "resourceFile8201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8202", - "filePath": "resourceFile8202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8203", - "filePath": "resourceFile8203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8204", - "filePath": "resourceFile8204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8205", - "filePath": "resourceFile8205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8206", - "filePath": "resourceFile8206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8207", - "filePath": "resourceFile8207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8208", - "filePath": "resourceFile8208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8209", - "filePath": "resourceFile8209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8210", - "filePath": "resourceFile8210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8211", - "filePath": "resourceFile8211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8212", - "filePath": "resourceFile8212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8213", - "filePath": "resourceFile8213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8214", - "filePath": "resourceFile8214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8215", - "filePath": "resourceFile8215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8216", - "filePath": "resourceFile8216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8217", - "filePath": "resourceFile8217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8218", - "filePath": "resourceFile8218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8219", - "filePath": "resourceFile8219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8220", - "filePath": "resourceFile8220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8221", - "filePath": "resourceFile8221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8222", - "filePath": "resourceFile8222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8223", - "filePath": "resourceFile8223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8224", - "filePath": "resourceFile8224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8225", - "filePath": "resourceFile8225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8226", - "filePath": "resourceFile8226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8227", - "filePath": "resourceFile8227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8228", - "filePath": "resourceFile8228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8229", - "filePath": "resourceFile8229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8230", - "filePath": "resourceFile8230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8231", - "filePath": "resourceFile8231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8232", - "filePath": "resourceFile8232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8233", - "filePath": "resourceFile8233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8234", - "filePath": "resourceFile8234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8235", - "filePath": "resourceFile8235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8236", - "filePath": "resourceFile8236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8237", - "filePath": "resourceFile8237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8238", - "filePath": "resourceFile8238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8239", - "filePath": "resourceFile8239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8240", - "filePath": "resourceFile8240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8241", - "filePath": "resourceFile8241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8242", - "filePath": "resourceFile8242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8243", - "filePath": "resourceFile8243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8244", - "filePath": "resourceFile8244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8245", - "filePath": "resourceFile8245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8246", - "filePath": "resourceFile8246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8247", - "filePath": "resourceFile8247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8248", - "filePath": "resourceFile8248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8249", - "filePath": "resourceFile8249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8250", - "filePath": "resourceFile8250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8251", - "filePath": "resourceFile8251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8252", - "filePath": "resourceFile8252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8253", - "filePath": "resourceFile8253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8254", - "filePath": "resourceFile8254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8255", - "filePath": "resourceFile8255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8256", - "filePath": "resourceFile8256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8257", - "filePath": "resourceFile8257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8258", - "filePath": "resourceFile8258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8259", - "filePath": "resourceFile8259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8260", - "filePath": "resourceFile8260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8261", - "filePath": "resourceFile8261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8262", - "filePath": "resourceFile8262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8263", - "filePath": "resourceFile8263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8264", - "filePath": "resourceFile8264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8265", - "filePath": "resourceFile8265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8266", - "filePath": "resourceFile8266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8267", - "filePath": "resourceFile8267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8268", - "filePath": "resourceFile8268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8269", - "filePath": "resourceFile8269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8270", - "filePath": "resourceFile8270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8271", - "filePath": "resourceFile8271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8272", - "filePath": "resourceFile8272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8273", - "filePath": "resourceFile8273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8274", - "filePath": "resourceFile8274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8275", - "filePath": "resourceFile8275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8276", - "filePath": "resourceFile8276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8277", - "filePath": "resourceFile8277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8278", - "filePath": "resourceFile8278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8279", - "filePath": "resourceFile8279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8280", - "filePath": "resourceFile8280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8281", - "filePath": "resourceFile8281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8282", - "filePath": "resourceFile8282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8283", - "filePath": "resourceFile8283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8284", - "filePath": "resourceFile8284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8285", - "filePath": "resourceFile8285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8286", - "filePath": "resourceFile8286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8287", - "filePath": "resourceFile8287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8288", - "filePath": "resourceFile8288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8289", - "filePath": "resourceFile8289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8290", - "filePath": "resourceFile8290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8291", - "filePath": "resourceFile8291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8292", - "filePath": "resourceFile8292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8293", - "filePath": "resourceFile8293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8294", - "filePath": "resourceFile8294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8295", - "filePath": "resourceFile8295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8296", - "filePath": "resourceFile8296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8297", - "filePath": "resourceFile8297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8298", - "filePath": "resourceFile8298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8299", - "filePath": "resourceFile8299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8300", - "filePath": "resourceFile8300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8301", - "filePath": "resourceFile8301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8302", - "filePath": "resourceFile8302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8303", - "filePath": "resourceFile8303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8304", - "filePath": "resourceFile8304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8305", - "filePath": "resourceFile8305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8306", - "filePath": "resourceFile8306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8307", - "filePath": "resourceFile8307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8308", - "filePath": "resourceFile8308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8309", - "filePath": "resourceFile8309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8310", - "filePath": "resourceFile8310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8311", - "filePath": "resourceFile8311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8312", - "filePath": "resourceFile8312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8313", - "filePath": "resourceFile8313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8314", - "filePath": "resourceFile8314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8315", - "filePath": "resourceFile8315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8316", - "filePath": "resourceFile8316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8317", - "filePath": "resourceFile8317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8318", - "filePath": "resourceFile8318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8319", - "filePath": "resourceFile8319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8320", - "filePath": "resourceFile8320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8321", - "filePath": "resourceFile8321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8322", - "filePath": "resourceFile8322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8323", - "filePath": "resourceFile8323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8324", - "filePath": "resourceFile8324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8325", - "filePath": "resourceFile8325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8326", - "filePath": "resourceFile8326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8327", - "filePath": "resourceFile8327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8328", - "filePath": "resourceFile8328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8329", - "filePath": "resourceFile8329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8330", - "filePath": "resourceFile8330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8331", - "filePath": "resourceFile8331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8332", - "filePath": "resourceFile8332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8333", - "filePath": "resourceFile8333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8334", - "filePath": "resourceFile8334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8335", - "filePath": "resourceFile8335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8336", - "filePath": "resourceFile8336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8337", - "filePath": "resourceFile8337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8338", - "filePath": "resourceFile8338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8339", - "filePath": "resourceFile8339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8340", - "filePath": "resourceFile8340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8341", - "filePath": "resourceFile8341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8342", - "filePath": "resourceFile8342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8343", - "filePath": "resourceFile8343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8344", - "filePath": "resourceFile8344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8345", - "filePath": "resourceFile8345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8346", - "filePath": "resourceFile8346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8347", - "filePath": "resourceFile8347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8348", - "filePath": "resourceFile8348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8349", - "filePath": "resourceFile8349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8350", - "filePath": "resourceFile8350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8351", - "filePath": "resourceFile8351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8352", - "filePath": "resourceFile8352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8353", - "filePath": "resourceFile8353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8354", - "filePath": "resourceFile8354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8355", - "filePath": "resourceFile8355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8356", - "filePath": "resourceFile8356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8357", - "filePath": "resourceFile8357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8358", - "filePath": "resourceFile8358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8359", - "filePath": "resourceFile8359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8360", - "filePath": "resourceFile8360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8361", - "filePath": "resourceFile8361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8362", - "filePath": "resourceFile8362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8363", - "filePath": "resourceFile8363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8364", - "filePath": "resourceFile8364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8365", - "filePath": "resourceFile8365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8366", - "filePath": "resourceFile8366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8367", - "filePath": "resourceFile8367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8368", - "filePath": "resourceFile8368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8369", - "filePath": "resourceFile8369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8370", - "filePath": "resourceFile8370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8371", - "filePath": "resourceFile8371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8372", - "filePath": "resourceFile8372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8373", - "filePath": "resourceFile8373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8374", - "filePath": "resourceFile8374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8375", - "filePath": "resourceFile8375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8376", - "filePath": "resourceFile8376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8377", - "filePath": "resourceFile8377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8378", - "filePath": "resourceFile8378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8379", - "filePath": "resourceFile8379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8380", - "filePath": "resourceFile8380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8381", - "filePath": "resourceFile8381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8382", - "filePath": "resourceFile8382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8383", - "filePath": "resourceFile8383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8384", - "filePath": "resourceFile8384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8385", - "filePath": "resourceFile8385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8386", - "filePath": "resourceFile8386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8387", - "filePath": "resourceFile8387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8388", - "filePath": "resourceFile8388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8389", - "filePath": "resourceFile8389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8390", - "filePath": "resourceFile8390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8391", - "filePath": "resourceFile8391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8392", - "filePath": "resourceFile8392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8393", - "filePath": "resourceFile8393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8394", - "filePath": "resourceFile8394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8395", - "filePath": "resourceFile8395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8396", - "filePath": "resourceFile8396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8397", - "filePath": "resourceFile8397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8398", - "filePath": "resourceFile8398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8399", - "filePath": "resourceFile8399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8400", - "filePath": "resourceFile8400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8401", - "filePath": "resourceFile8401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8402", - "filePath": "resourceFile8402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8403", - "filePath": "resourceFile8403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8404", - "filePath": "resourceFile8404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8405", - "filePath": "resourceFile8405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8406", - "filePath": "resourceFile8406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8407", - "filePath": "resourceFile8407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8408", - "filePath": "resourceFile8408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8409", - "filePath": "resourceFile8409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8410", - "filePath": "resourceFile8410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8411", - "filePath": "resourceFile8411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8412", - "filePath": "resourceFile8412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8413", - "filePath": "resourceFile8413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8414", - "filePath": "resourceFile8414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8415", - "filePath": "resourceFile8415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8416", - "filePath": "resourceFile8416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8417", - "filePath": "resourceFile8417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8418", - "filePath": "resourceFile8418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8419", - "filePath": "resourceFile8419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8420", - "filePath": "resourceFile8420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8421", - "filePath": "resourceFile8421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8422", - "filePath": "resourceFile8422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8423", - "filePath": "resourceFile8423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8424", - "filePath": "resourceFile8424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8425", - "filePath": "resourceFile8425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8426", - "filePath": "resourceFile8426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8427", - "filePath": "resourceFile8427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8428", - "filePath": "resourceFile8428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8429", - "filePath": "resourceFile8429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8430", - "filePath": "resourceFile8430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8431", - "filePath": "resourceFile8431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8432", - "filePath": "resourceFile8432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8433", - "filePath": "resourceFile8433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8434", - "filePath": "resourceFile8434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8435", - "filePath": "resourceFile8435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8436", - "filePath": "resourceFile8436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8437", - "filePath": "resourceFile8437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8438", - "filePath": "resourceFile8438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8439", - "filePath": "resourceFile8439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8440", - "filePath": "resourceFile8440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8441", - "filePath": "resourceFile8441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8442", - "filePath": "resourceFile8442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8443", - "filePath": "resourceFile8443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8444", - "filePath": "resourceFile8444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8445", - "filePath": "resourceFile8445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8446", - "filePath": "resourceFile8446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8447", - "filePath": "resourceFile8447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8448", - "filePath": "resourceFile8448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8449", - "filePath": "resourceFile8449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8450", - "filePath": "resourceFile8450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8451", - "filePath": "resourceFile8451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8452", - "filePath": "resourceFile8452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8453", - "filePath": "resourceFile8453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8454", - "filePath": "resourceFile8454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8455", - "filePath": "resourceFile8455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8456", - "filePath": "resourceFile8456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8457", - "filePath": "resourceFile8457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8458", - "filePath": "resourceFile8458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8459", - "filePath": "resourceFile8459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8460", - "filePath": "resourceFile8460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8461", - "filePath": "resourceFile8461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8462", - "filePath": "resourceFile8462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8463", - "filePath": "resourceFile8463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8464", - "filePath": "resourceFile8464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8465", - "filePath": "resourceFile8465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8466", - "filePath": "resourceFile8466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8467", - "filePath": "resourceFile8467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8468", - "filePath": "resourceFile8468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8469", - "filePath": "resourceFile8469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8470", - "filePath": "resourceFile8470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8471", - "filePath": "resourceFile8471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8472", - "filePath": "resourceFile8472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8473", - "filePath": "resourceFile8473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8474", - "filePath": "resourceFile8474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8475", - "filePath": "resourceFile8475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8476", - "filePath": "resourceFile8476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8477", - "filePath": "resourceFile8477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8478", - "filePath": "resourceFile8478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8479", - "filePath": "resourceFile8479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8480", - "filePath": "resourceFile8480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8481", - "filePath": "resourceFile8481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8482", - "filePath": "resourceFile8482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8483", - "filePath": "resourceFile8483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8484", - "filePath": "resourceFile8484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8485", - "filePath": "resourceFile8485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8486", - "filePath": "resourceFile8486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8487", - "filePath": "resourceFile8487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8488", - "filePath": "resourceFile8488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8489", - "filePath": "resourceFile8489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8490", - "filePath": "resourceFile8490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8491", - "filePath": "resourceFile8491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8492", - "filePath": "resourceFile8492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8493", - "filePath": "resourceFile8493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8494", - "filePath": "resourceFile8494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8495", - "filePath": "resourceFile8495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8496", - "filePath": "resourceFile8496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8497", - "filePath": "resourceFile8497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8498", - "filePath": "resourceFile8498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8499", - "filePath": "resourceFile8499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8500", - "filePath": "resourceFile8500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8501", - "filePath": "resourceFile8501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8502", - "filePath": "resourceFile8502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8503", - "filePath": "resourceFile8503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8504", - "filePath": "resourceFile8504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8505", - "filePath": "resourceFile8505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8506", - "filePath": "resourceFile8506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8507", - "filePath": "resourceFile8507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8508", - "filePath": "resourceFile8508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8509", - "filePath": "resourceFile8509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8510", - "filePath": "resourceFile8510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8511", - "filePath": "resourceFile8511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8512", - "filePath": "resourceFile8512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8513", - "filePath": "resourceFile8513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8514", - "filePath": "resourceFile8514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8515", - "filePath": "resourceFile8515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8516", - "filePath": "resourceFile8516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8517", - "filePath": "resourceFile8517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8518", - "filePath": "resourceFile8518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8519", - "filePath": "resourceFile8519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8520", - "filePath": "resourceFile8520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8521", - "filePath": "resourceFile8521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8522", - "filePath": "resourceFile8522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8523", - "filePath": "resourceFile8523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8524", - "filePath": "resourceFile8524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8525", - "filePath": "resourceFile8525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8526", - "filePath": "resourceFile8526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8527", - "filePath": "resourceFile8527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8528", - "filePath": "resourceFile8528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8529", - "filePath": "resourceFile8529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8530", - "filePath": "resourceFile8530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8531", - "filePath": "resourceFile8531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8532", - "filePath": "resourceFile8532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8533", - "filePath": "resourceFile8533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8534", - "filePath": "resourceFile8534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8535", - "filePath": "resourceFile8535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8536", - "filePath": "resourceFile8536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8537", - "filePath": "resourceFile8537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8538", - "filePath": "resourceFile8538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8539", - "filePath": "resourceFile8539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8540", - "filePath": "resourceFile8540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8541", - "filePath": "resourceFile8541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8542", - "filePath": "resourceFile8542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8543", - "filePath": "resourceFile8543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8544", - "filePath": "resourceFile8544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8545", - "filePath": "resourceFile8545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8546", - "filePath": "resourceFile8546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8547", - "filePath": "resourceFile8547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8548", - "filePath": "resourceFile8548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8549", - "filePath": "resourceFile8549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8550", - "filePath": "resourceFile8550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8551", - "filePath": "resourceFile8551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8552", - "filePath": "resourceFile8552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8553", - "filePath": "resourceFile8553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8554", - "filePath": "resourceFile8554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8555", - "filePath": "resourceFile8555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8556", - "filePath": "resourceFile8556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8557", - "filePath": "resourceFile8557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8558", - "filePath": "resourceFile8558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8559", - "filePath": "resourceFile8559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8560", - "filePath": "resourceFile8560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8561", - "filePath": "resourceFile8561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8562", - "filePath": "resourceFile8562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8563", - "filePath": "resourceFile8563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8564", - "filePath": "resourceFile8564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8565", - "filePath": "resourceFile8565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8566", - "filePath": "resourceFile8566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8567", - "filePath": "resourceFile8567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8568", - "filePath": "resourceFile8568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8569", - "filePath": "resourceFile8569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8570", - "filePath": "resourceFile8570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8571", - "filePath": "resourceFile8571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8572", - "filePath": "resourceFile8572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8573", - "filePath": "resourceFile8573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8574", - "filePath": "resourceFile8574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8575", - "filePath": "resourceFile8575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8576", - "filePath": "resourceFile8576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8577", - "filePath": "resourceFile8577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8578", - "filePath": "resourceFile8578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8579", - "filePath": "resourceFile8579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8580", - "filePath": "resourceFile8580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8581", - "filePath": "resourceFile8581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8582", - "filePath": "resourceFile8582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8583", - "filePath": "resourceFile8583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8584", - "filePath": "resourceFile8584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8585", - "filePath": "resourceFile8585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8586", - "filePath": "resourceFile8586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8587", - "filePath": "resourceFile8587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8588", - "filePath": "resourceFile8588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8589", - "filePath": "resourceFile8589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8590", - "filePath": "resourceFile8590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8591", - "filePath": "resourceFile8591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8592", - "filePath": "resourceFile8592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8593", - "filePath": "resourceFile8593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8594", - "filePath": "resourceFile8594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8595", - "filePath": "resourceFile8595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8596", - "filePath": "resourceFile8596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8597", - "filePath": "resourceFile8597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8598", - "filePath": "resourceFile8598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8599", - "filePath": "resourceFile8599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8600", - "filePath": "resourceFile8600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8601", - "filePath": "resourceFile8601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8602", - "filePath": "resourceFile8602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8603", - "filePath": "resourceFile8603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8604", - "filePath": "resourceFile8604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8605", - "filePath": "resourceFile8605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8606", - "filePath": "resourceFile8606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8607", - "filePath": "resourceFile8607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8608", - "filePath": "resourceFile8608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8609", - "filePath": "resourceFile8609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8610", - "filePath": "resourceFile8610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8611", - "filePath": "resourceFile8611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8612", - "filePath": "resourceFile8612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8613", - "filePath": "resourceFile8613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8614", - "filePath": "resourceFile8614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8615", - "filePath": "resourceFile8615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8616", - "filePath": "resourceFile8616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8617", - "filePath": "resourceFile8617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8618", - "filePath": "resourceFile8618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8619", - "filePath": "resourceFile8619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8620", - "filePath": "resourceFile8620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8621", - "filePath": "resourceFile8621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8622", - "filePath": "resourceFile8622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8623", - "filePath": "resourceFile8623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8624", - "filePath": "resourceFile8624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8625", - "filePath": "resourceFile8625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8626", - "filePath": "resourceFile8626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8627", - "filePath": "resourceFile8627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8628", - "filePath": "resourceFile8628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8629", - "filePath": "resourceFile8629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8630", - "filePath": "resourceFile8630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8631", - "filePath": "resourceFile8631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8632", - "filePath": "resourceFile8632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8633", - "filePath": "resourceFile8633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8634", - "filePath": "resourceFile8634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8635", - "filePath": "resourceFile8635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8636", - "filePath": "resourceFile8636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8637", - "filePath": "resourceFile8637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8638", - "filePath": "resourceFile8638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8639", - "filePath": "resourceFile8639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8640", - "filePath": "resourceFile8640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8641", - "filePath": "resourceFile8641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8642", - "filePath": "resourceFile8642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8643", - "filePath": "resourceFile8643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8644", - "filePath": "resourceFile8644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8645", - "filePath": "resourceFile8645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8646", - "filePath": "resourceFile8646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8647", - "filePath": "resourceFile8647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8648", - "filePath": "resourceFile8648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8649", - "filePath": "resourceFile8649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8650", - "filePath": "resourceFile8650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8651", - "filePath": "resourceFile8651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8652", - "filePath": "resourceFile8652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8653", - "filePath": "resourceFile8653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8654", - "filePath": "resourceFile8654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8655", - "filePath": "resourceFile8655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8656", - "filePath": "resourceFile8656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8657", - "filePath": "resourceFile8657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8658", - "filePath": "resourceFile8658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8659", - "filePath": "resourceFile8659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8660", - "filePath": "resourceFile8660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8661", - "filePath": "resourceFile8661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8662", - "filePath": "resourceFile8662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8663", - "filePath": "resourceFile8663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8664", - "filePath": "resourceFile8664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8665", - "filePath": "resourceFile8665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8666", - "filePath": "resourceFile8666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8667", - "filePath": "resourceFile8667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8668", - "filePath": "resourceFile8668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8669", - "filePath": "resourceFile8669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8670", - "filePath": "resourceFile8670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8671", - "filePath": "resourceFile8671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8672", - "filePath": "resourceFile8672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8673", - "filePath": "resourceFile8673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8674", - "filePath": "resourceFile8674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8675", - "filePath": "resourceFile8675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8676", - "filePath": "resourceFile8676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8677", - "filePath": "resourceFile8677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8678", - "filePath": "resourceFile8678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8679", - "filePath": "resourceFile8679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8680", - "filePath": "resourceFile8680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8681", - "filePath": "resourceFile8681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8682", - "filePath": "resourceFile8682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8683", - "filePath": "resourceFile8683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8684", - "filePath": "resourceFile8684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8685", - "filePath": "resourceFile8685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8686", - "filePath": "resourceFile8686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8687", - "filePath": "resourceFile8687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8688", - "filePath": "resourceFile8688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8689", - "filePath": "resourceFile8689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8690", - "filePath": "resourceFile8690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8691", - "filePath": "resourceFile8691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8692", - "filePath": "resourceFile8692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8693", - "filePath": "resourceFile8693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8694", - "filePath": "resourceFile8694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8695", - "filePath": "resourceFile8695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8696", - "filePath": "resourceFile8696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8697", - "filePath": "resourceFile8697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8698", - "filePath": "resourceFile8698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8699", - "filePath": "resourceFile8699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8700", - "filePath": "resourceFile8700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8701", - "filePath": "resourceFile8701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8702", - "filePath": "resourceFile8702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8703", - "filePath": "resourceFile8703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8704", - "filePath": "resourceFile8704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8705", - "filePath": "resourceFile8705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8706", - "filePath": "resourceFile8706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8707", - "filePath": "resourceFile8707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8708", - "filePath": "resourceFile8708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8709", - "filePath": "resourceFile8709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8710", - "filePath": "resourceFile8710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8711", - "filePath": "resourceFile8711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8712", - "filePath": "resourceFile8712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8713", - "filePath": "resourceFile8713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8714", - "filePath": "resourceFile8714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8715", - "filePath": "resourceFile8715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8716", - "filePath": "resourceFile8716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8717", - "filePath": "resourceFile8717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8718", - "filePath": "resourceFile8718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8719", - "filePath": "resourceFile8719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8720", - "filePath": "resourceFile8720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8721", - "filePath": "resourceFile8721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8722", - "filePath": "resourceFile8722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8723", - "filePath": "resourceFile8723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8724", - "filePath": "resourceFile8724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8725", - "filePath": "resourceFile8725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8726", - "filePath": "resourceFile8726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8727", - "filePath": "resourceFile8727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8728", - "filePath": "resourceFile8728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8729", - "filePath": "resourceFile8729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8730", - "filePath": "resourceFile8730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8731", - "filePath": "resourceFile8731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8732", - "filePath": "resourceFile8732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8733", - "filePath": "resourceFile8733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8734", - "filePath": "resourceFile8734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8735", - "filePath": "resourceFile8735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8736", - "filePath": "resourceFile8736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8737", - "filePath": "resourceFile8737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8738", - "filePath": "resourceFile8738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8739", - "filePath": "resourceFile8739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8740", - "filePath": "resourceFile8740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8741", - "filePath": "resourceFile8741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8742", - "filePath": "resourceFile8742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8743", - "filePath": "resourceFile8743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8744", - "filePath": "resourceFile8744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8745", - "filePath": "resourceFile8745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8746", - "filePath": "resourceFile8746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8747", - "filePath": "resourceFile8747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8748", - "filePath": "resourceFile8748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8749", - "filePath": "resourceFile8749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8750", - "filePath": "resourceFile8750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8751", - "filePath": "resourceFile8751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8752", - "filePath": "resourceFile8752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8753", - "filePath": "resourceFile8753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8754", - "filePath": "resourceFile8754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8755", - "filePath": "resourceFile8755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8756", - "filePath": "resourceFile8756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8757", - "filePath": "resourceFile8757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8758", - "filePath": "resourceFile8758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8759", - "filePath": "resourceFile8759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8760", - "filePath": "resourceFile8760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8761", - "filePath": "resourceFile8761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8762", - "filePath": "resourceFile8762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8763", - "filePath": "resourceFile8763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8764", - "filePath": "resourceFile8764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8765", - "filePath": "resourceFile8765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8766", - "filePath": "resourceFile8766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8767", - "filePath": "resourceFile8767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8768", - "filePath": "resourceFile8768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8769", - "filePath": "resourceFile8769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8770", - "filePath": "resourceFile8770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8771", - "filePath": "resourceFile8771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8772", - "filePath": "resourceFile8772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8773", - "filePath": "resourceFile8773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8774", - "filePath": "resourceFile8774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8775", - "filePath": "resourceFile8775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8776", - "filePath": "resourceFile8776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8777", - "filePath": "resourceFile8777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8778", - "filePath": "resourceFile8778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8779", - "filePath": "resourceFile8779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8780", - "filePath": "resourceFile8780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8781", - "filePath": "resourceFile8781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8782", - "filePath": "resourceFile8782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8783", - "filePath": "resourceFile8783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8784", - "filePath": "resourceFile8784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8785", - "filePath": "resourceFile8785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8786", - "filePath": "resourceFile8786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8787", - "filePath": "resourceFile8787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8788", - "filePath": "resourceFile8788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8789", - "filePath": "resourceFile8789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8790", - "filePath": "resourceFile8790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8791", - "filePath": "resourceFile8791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8792", - "filePath": "resourceFile8792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8793", - "filePath": "resourceFile8793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8794", - "filePath": "resourceFile8794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8795", - "filePath": "resourceFile8795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8796", - "filePath": "resourceFile8796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8797", - "filePath": "resourceFile8797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8798", - "filePath": "resourceFile8798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8799", - "filePath": "resourceFile8799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8800", - "filePath": "resourceFile8800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8801", - "filePath": "resourceFile8801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8802", - "filePath": "resourceFile8802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8803", - "filePath": "resourceFile8803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8804", - "filePath": "resourceFile8804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8805", - "filePath": "resourceFile8805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8806", - "filePath": "resourceFile8806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8807", - "filePath": "resourceFile8807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8808", - "filePath": "resourceFile8808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8809", - "filePath": "resourceFile8809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8810", - "filePath": "resourceFile8810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8811", - "filePath": "resourceFile8811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8812", - "filePath": "resourceFile8812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8813", - "filePath": "resourceFile8813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8814", - "filePath": "resourceFile8814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8815", - "filePath": "resourceFile8815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8816", - "filePath": "resourceFile8816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8817", - "filePath": "resourceFile8817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8818", - "filePath": "resourceFile8818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8819", - "filePath": "resourceFile8819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8820", - "filePath": "resourceFile8820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8821", - "filePath": "resourceFile8821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8822", - "filePath": "resourceFile8822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8823", - "filePath": "resourceFile8823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8824", - "filePath": "resourceFile8824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8825", - "filePath": "resourceFile8825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8826", - "filePath": "resourceFile8826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8827", - "filePath": "resourceFile8827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8828", - "filePath": "resourceFile8828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8829", - "filePath": "resourceFile8829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8830", - "filePath": "resourceFile8830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8831", - "filePath": "resourceFile8831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8832", - "filePath": "resourceFile8832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8833", - "filePath": "resourceFile8833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8834", - "filePath": "resourceFile8834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8835", - "filePath": "resourceFile8835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8836", - "filePath": "resourceFile8836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8837", - "filePath": "resourceFile8837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8838", - "filePath": "resourceFile8838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8839", - "filePath": "resourceFile8839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8840", - "filePath": "resourceFile8840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8841", - "filePath": "resourceFile8841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8842", - "filePath": "resourceFile8842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8843", - "filePath": "resourceFile8843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8844", - "filePath": "resourceFile8844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8845", - "filePath": "resourceFile8845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8846", - "filePath": "resourceFile8846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8847", - "filePath": "resourceFile8847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8848", - "filePath": "resourceFile8848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8849", - "filePath": "resourceFile8849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8850", - "filePath": "resourceFile8850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8851", - "filePath": "resourceFile8851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8852", - "filePath": "resourceFile8852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8853", - "filePath": "resourceFile8853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8854", - "filePath": "resourceFile8854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8855", - "filePath": "resourceFile8855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8856", - "filePath": "resourceFile8856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8857", - "filePath": "resourceFile8857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8858", - "filePath": "resourceFile8858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8859", - "filePath": "resourceFile8859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8860", - "filePath": "resourceFile8860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8861", - "filePath": "resourceFile8861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8862", - "filePath": "resourceFile8862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8863", - "filePath": "resourceFile8863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8864", - "filePath": "resourceFile8864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8865", - "filePath": "resourceFile8865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8866", - "filePath": "resourceFile8866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8867", - "filePath": "resourceFile8867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8868", - "filePath": "resourceFile8868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8869", - "filePath": "resourceFile8869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8870", - "filePath": "resourceFile8870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8871", - "filePath": "resourceFile8871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8872", - "filePath": "resourceFile8872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8873", - "filePath": "resourceFile8873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8874", - "filePath": "resourceFile8874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8875", - "filePath": "resourceFile8875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8876", - "filePath": "resourceFile8876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8877", - "filePath": "resourceFile8877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8878", - "filePath": "resourceFile8878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8879", - "filePath": "resourceFile8879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8880", - "filePath": "resourceFile8880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8881", - "filePath": "resourceFile8881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8882", - "filePath": "resourceFile8882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8883", - "filePath": "resourceFile8883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8884", - "filePath": "resourceFile8884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8885", - "filePath": "resourceFile8885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8886", - "filePath": "resourceFile8886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8887", - "filePath": "resourceFile8887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8888", - "filePath": "resourceFile8888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8889", - "filePath": "resourceFile8889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8890", - "filePath": "resourceFile8890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8891", - "filePath": "resourceFile8891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8892", - "filePath": "resourceFile8892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8893", - "filePath": "resourceFile8893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8894", - "filePath": "resourceFile8894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8895", - "filePath": "resourceFile8895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8896", - "filePath": "resourceFile8896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8897", - "filePath": "resourceFile8897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8898", - "filePath": "resourceFile8898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8899", - "filePath": "resourceFile8899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8900", - "filePath": "resourceFile8900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8901", - "filePath": "resourceFile8901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8902", - "filePath": "resourceFile8902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8903", - "filePath": "resourceFile8903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8904", - "filePath": "resourceFile8904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8905", - "filePath": "resourceFile8905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8906", - "filePath": "resourceFile8906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8907", - "filePath": "resourceFile8907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8908", - "filePath": "resourceFile8908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8909", - "filePath": "resourceFile8909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8910", - "filePath": "resourceFile8910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8911", - "filePath": "resourceFile8911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8912", - "filePath": "resourceFile8912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8913", - "filePath": "resourceFile8913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8914", - "filePath": "resourceFile8914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8915", - "filePath": "resourceFile8915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8916", - "filePath": "resourceFile8916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8917", - "filePath": "resourceFile8917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8918", - "filePath": "resourceFile8918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8919", - "filePath": "resourceFile8919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8920", - "filePath": "resourceFile8920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8921", - "filePath": "resourceFile8921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8922", - "filePath": "resourceFile8922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8923", - "filePath": "resourceFile8923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8924", - "filePath": "resourceFile8924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8925", - "filePath": "resourceFile8925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8926", - "filePath": "resourceFile8926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8927", - "filePath": "resourceFile8927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8928", - "filePath": "resourceFile8928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8929", - "filePath": "resourceFile8929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8930", - "filePath": "resourceFile8930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8931", - "filePath": "resourceFile8931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8932", - "filePath": "resourceFile8932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8933", - "filePath": "resourceFile8933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8934", - "filePath": "resourceFile8934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8935", - "filePath": "resourceFile8935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8936", - "filePath": "resourceFile8936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8937", - "filePath": "resourceFile8937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8938", - "filePath": "resourceFile8938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8939", - "filePath": "resourceFile8939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8940", - "filePath": "resourceFile8940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8941", - "filePath": "resourceFile8941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8942", - "filePath": "resourceFile8942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8943", - "filePath": "resourceFile8943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8944", - "filePath": "resourceFile8944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8945", - "filePath": "resourceFile8945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8946", - "filePath": "resourceFile8946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8947", - "filePath": "resourceFile8947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8948", - "filePath": "resourceFile8948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8949", - "filePath": "resourceFile8949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8950", - "filePath": "resourceFile8950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8951", - "filePath": "resourceFile8951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8952", - "filePath": "resourceFile8952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8953", - "filePath": "resourceFile8953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8954", - "filePath": "resourceFile8954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8955", - "filePath": "resourceFile8955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8956", - "filePath": "resourceFile8956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8957", - "filePath": "resourceFile8957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8958", - "filePath": "resourceFile8958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8959", - "filePath": "resourceFile8959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8960", - "filePath": "resourceFile8960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8961", - "filePath": "resourceFile8961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8962", - "filePath": "resourceFile8962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8963", - "filePath": "resourceFile8963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8964", - "filePath": "resourceFile8964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8965", - "filePath": "resourceFile8965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8966", - "filePath": "resourceFile8966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8967", - "filePath": "resourceFile8967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8968", - "filePath": "resourceFile8968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8969", - "filePath": "resourceFile8969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8970", - "filePath": "resourceFile8970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8971", - "filePath": "resourceFile8971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8972", - "filePath": "resourceFile8972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8973", - "filePath": "resourceFile8973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8974", - "filePath": "resourceFile8974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8975", - "filePath": "resourceFile8975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8976", - "filePath": "resourceFile8976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8977", - "filePath": "resourceFile8977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8978", - "filePath": "resourceFile8978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8979", - "filePath": "resourceFile8979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8980", - "filePath": "resourceFile8980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8981", - "filePath": "resourceFile8981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8982", - "filePath": "resourceFile8982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8983", - "filePath": "resourceFile8983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8984", - "filePath": "resourceFile8984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8985", - "filePath": "resourceFile8985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8986", - "filePath": "resourceFile8986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8987", - "filePath": "resourceFile8987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8988", - "filePath": "resourceFile8988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8989", - "filePath": "resourceFile8989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8990", - "filePath": "resourceFile8990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8991", - "filePath": "resourceFile8991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8992", - "filePath": "resourceFile8992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8993", - "filePath": "resourceFile8993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8994", - "filePath": "resourceFile8994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8995", - "filePath": "resourceFile8995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8996", - "filePath": "resourceFile8996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8997", - "filePath": "resourceFile8997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8998", - "filePath": "resourceFile8998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8999", - "filePath": "resourceFile8999"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9000", - "filePath": "resourceFile9000"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9001", - "filePath": "resourceFile9001"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9002", - "filePath": "resourceFile9002"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9003", - "filePath": "resourceFile9003"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9004", - "filePath": "resourceFile9004"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9005", - "filePath": "resourceFile9005"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9006", - "filePath": "resourceFile9006"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9007", - "filePath": "resourceFile9007"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9008", - "filePath": "resourceFile9008"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9009", - "filePath": "resourceFile9009"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9010", - "filePath": "resourceFile9010"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9011", - "filePath": "resourceFile9011"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9012", - "filePath": "resourceFile9012"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9013", - "filePath": "resourceFile9013"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9014", - "filePath": "resourceFile9014"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9015", - "filePath": "resourceFile9015"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9016", - "filePath": "resourceFile9016"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9017", - "filePath": "resourceFile9017"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9018", - "filePath": "resourceFile9018"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9019", - "filePath": "resourceFile9019"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9020", - "filePath": "resourceFile9020"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9021", - "filePath": "resourceFile9021"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9022", - "filePath": "resourceFile9022"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9023", - "filePath": "resourceFile9023"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9024", - "filePath": "resourceFile9024"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9025", - "filePath": "resourceFile9025"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9026", - "filePath": "resourceFile9026"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9027", - "filePath": "resourceFile9027"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9028", - "filePath": "resourceFile9028"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9029", - "filePath": "resourceFile9029"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9030", - "filePath": "resourceFile9030"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9031", - "filePath": "resourceFile9031"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9032", - "filePath": "resourceFile9032"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9033", - "filePath": "resourceFile9033"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9034", - "filePath": "resourceFile9034"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9035", - "filePath": "resourceFile9035"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9036", - "filePath": "resourceFile9036"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9037", - "filePath": "resourceFile9037"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9038", - "filePath": "resourceFile9038"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9039", - "filePath": "resourceFile9039"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9040", - "filePath": "resourceFile9040"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9041", - "filePath": "resourceFile9041"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9042", - "filePath": "resourceFile9042"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9043", - "filePath": "resourceFile9043"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9044", - "filePath": "resourceFile9044"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9045", - "filePath": "resourceFile9045"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9046", - "filePath": "resourceFile9046"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9047", - "filePath": "resourceFile9047"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9048", - "filePath": "resourceFile9048"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9049", - "filePath": "resourceFile9049"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9050", - "filePath": "resourceFile9050"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9051", - "filePath": "resourceFile9051"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9052", - "filePath": "resourceFile9052"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9053", - "filePath": "resourceFile9053"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9054", - "filePath": "resourceFile9054"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9055", - "filePath": "resourceFile9055"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9056", - "filePath": "resourceFile9056"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9057", - "filePath": "resourceFile9057"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9058", - "filePath": "resourceFile9058"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9059", - "filePath": "resourceFile9059"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9060", - "filePath": "resourceFile9060"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9061", - "filePath": "resourceFile9061"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9062", - "filePath": "resourceFile9062"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9063", - "filePath": "resourceFile9063"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9064", - "filePath": "resourceFile9064"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9065", - "filePath": "resourceFile9065"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9066", - "filePath": "resourceFile9066"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9067", - "filePath": "resourceFile9067"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9068", - "filePath": "resourceFile9068"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9069", - "filePath": "resourceFile9069"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9070", - "filePath": "resourceFile9070"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9071", - "filePath": "resourceFile9071"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9072", - "filePath": "resourceFile9072"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9073", - "filePath": "resourceFile9073"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9074", - "filePath": "resourceFile9074"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9075", - "filePath": "resourceFile9075"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9076", - "filePath": "resourceFile9076"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9077", - "filePath": "resourceFile9077"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9078", - "filePath": "resourceFile9078"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9079", - "filePath": "resourceFile9079"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9080", - "filePath": "resourceFile9080"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9081", - "filePath": "resourceFile9081"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9082", - "filePath": "resourceFile9082"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9083", - "filePath": "resourceFile9083"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9084", - "filePath": "resourceFile9084"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9085", - "filePath": "resourceFile9085"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9086", - "filePath": "resourceFile9086"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9087", - "filePath": "resourceFile9087"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9088", - "filePath": "resourceFile9088"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9089", - "filePath": "resourceFile9089"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9090", - "filePath": "resourceFile9090"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9091", - "filePath": "resourceFile9091"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9092", - "filePath": "resourceFile9092"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9093", - "filePath": "resourceFile9093"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9094", - "filePath": "resourceFile9094"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9095", - "filePath": "resourceFile9095"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9096", - "filePath": "resourceFile9096"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9097", - "filePath": "resourceFile9097"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9098", - "filePath": "resourceFile9098"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9099", - "filePath": "resourceFile9099"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9100", - "filePath": "resourceFile9100"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9101", - "filePath": "resourceFile9101"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9102", - "filePath": "resourceFile9102"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9103", - "filePath": "resourceFile9103"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9104", - "filePath": "resourceFile9104"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9105", - "filePath": "resourceFile9105"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9106", - "filePath": "resourceFile9106"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9107", - "filePath": "resourceFile9107"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9108", - "filePath": "resourceFile9108"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9109", - "filePath": "resourceFile9109"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9110", - "filePath": "resourceFile9110"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9111", - "filePath": "resourceFile9111"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9112", - "filePath": "resourceFile9112"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9113", - "filePath": "resourceFile9113"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9114", - "filePath": "resourceFile9114"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9115", - "filePath": "resourceFile9115"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9116", - "filePath": "resourceFile9116"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9117", - "filePath": "resourceFile9117"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9118", - "filePath": "resourceFile9118"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9119", - "filePath": "resourceFile9119"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9120", - "filePath": "resourceFile9120"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9121", - "filePath": "resourceFile9121"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9122", - "filePath": "resourceFile9122"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9123", - "filePath": "resourceFile9123"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9124", - "filePath": "resourceFile9124"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9125", - "filePath": "resourceFile9125"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9126", - "filePath": "resourceFile9126"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9127", - "filePath": "resourceFile9127"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9128", - "filePath": "resourceFile9128"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9129", - "filePath": "resourceFile9129"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9130", - "filePath": "resourceFile9130"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9131", - "filePath": "resourceFile9131"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9132", - "filePath": "resourceFile9132"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9133", - "filePath": "resourceFile9133"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9134", - "filePath": "resourceFile9134"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9135", - "filePath": "resourceFile9135"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9136", - "filePath": "resourceFile9136"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9137", - "filePath": "resourceFile9137"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9138", - "filePath": "resourceFile9138"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9139", - "filePath": "resourceFile9139"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9140", - "filePath": "resourceFile9140"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9141", - "filePath": "resourceFile9141"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9142", - "filePath": "resourceFile9142"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9143", - "filePath": "resourceFile9143"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9144", - "filePath": "resourceFile9144"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9145", - "filePath": "resourceFile9145"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9146", - "filePath": "resourceFile9146"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9147", - "filePath": "resourceFile9147"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9148", - "filePath": "resourceFile9148"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9149", - "filePath": "resourceFile9149"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9150", - "filePath": "resourceFile9150"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9151", - "filePath": "resourceFile9151"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9152", - "filePath": "resourceFile9152"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9153", - "filePath": "resourceFile9153"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9154", - "filePath": "resourceFile9154"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9155", - "filePath": "resourceFile9155"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9156", - "filePath": "resourceFile9156"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9157", - "filePath": "resourceFile9157"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9158", - "filePath": "resourceFile9158"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9159", - "filePath": "resourceFile9159"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9160", - "filePath": "resourceFile9160"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9161", - "filePath": "resourceFile9161"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9162", - "filePath": "resourceFile9162"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9163", - "filePath": "resourceFile9163"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9164", - "filePath": "resourceFile9164"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9165", - "filePath": "resourceFile9165"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9166", - "filePath": "resourceFile9166"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9167", - "filePath": "resourceFile9167"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9168", - "filePath": "resourceFile9168"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9169", - "filePath": "resourceFile9169"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9170", - "filePath": "resourceFile9170"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9171", - "filePath": "resourceFile9171"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9172", - "filePath": "resourceFile9172"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9173", - "filePath": "resourceFile9173"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9174", - "filePath": "resourceFile9174"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9175", - "filePath": "resourceFile9175"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9176", - "filePath": "resourceFile9176"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9177", - "filePath": "resourceFile9177"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9178", - "filePath": "resourceFile9178"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9179", - "filePath": "resourceFile9179"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9180", - "filePath": "resourceFile9180"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9181", - "filePath": "resourceFile9181"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9182", - "filePath": "resourceFile9182"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9183", - "filePath": "resourceFile9183"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9184", - "filePath": "resourceFile9184"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9185", - "filePath": "resourceFile9185"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9186", - "filePath": "resourceFile9186"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9187", - "filePath": "resourceFile9187"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9188", - "filePath": "resourceFile9188"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9189", - "filePath": "resourceFile9189"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9190", - "filePath": "resourceFile9190"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9191", - "filePath": "resourceFile9191"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9192", - "filePath": "resourceFile9192"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9193", - "filePath": "resourceFile9193"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9194", - "filePath": "resourceFile9194"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9195", - "filePath": "resourceFile9195"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9196", - "filePath": "resourceFile9196"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9197", - "filePath": "resourceFile9197"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9198", - "filePath": "resourceFile9198"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9199", - "filePath": "resourceFile9199"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9200", - "filePath": "resourceFile9200"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9201", - "filePath": "resourceFile9201"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9202", - "filePath": "resourceFile9202"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9203", - "filePath": "resourceFile9203"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9204", - "filePath": "resourceFile9204"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9205", - "filePath": "resourceFile9205"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9206", - "filePath": "resourceFile9206"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9207", - "filePath": "resourceFile9207"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9208", - "filePath": "resourceFile9208"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9209", - "filePath": "resourceFile9209"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9210", - "filePath": "resourceFile9210"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9211", - "filePath": "resourceFile9211"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9212", - "filePath": "resourceFile9212"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9213", - "filePath": "resourceFile9213"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9214", - "filePath": "resourceFile9214"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9215", - "filePath": "resourceFile9215"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9216", - "filePath": "resourceFile9216"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9217", - "filePath": "resourceFile9217"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9218", - "filePath": "resourceFile9218"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9219", - "filePath": "resourceFile9219"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9220", - "filePath": "resourceFile9220"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9221", - "filePath": "resourceFile9221"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9222", - "filePath": "resourceFile9222"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9223", - "filePath": "resourceFile9223"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9224", - "filePath": "resourceFile9224"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9225", - "filePath": "resourceFile9225"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9226", - "filePath": "resourceFile9226"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9227", - "filePath": "resourceFile9227"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9228", - "filePath": "resourceFile9228"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9229", - "filePath": "resourceFile9229"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9230", - "filePath": "resourceFile9230"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9231", - "filePath": "resourceFile9231"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9232", - "filePath": "resourceFile9232"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9233", - "filePath": "resourceFile9233"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9234", - "filePath": "resourceFile9234"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9235", - "filePath": "resourceFile9235"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9236", - "filePath": "resourceFile9236"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9237", - "filePath": "resourceFile9237"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9238", - "filePath": "resourceFile9238"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9239", - "filePath": "resourceFile9239"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9240", - "filePath": "resourceFile9240"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9241", - "filePath": "resourceFile9241"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9242", - "filePath": "resourceFile9242"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9243", - "filePath": "resourceFile9243"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9244", - "filePath": "resourceFile9244"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9245", - "filePath": "resourceFile9245"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9246", - "filePath": "resourceFile9246"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9247", - "filePath": "resourceFile9247"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9248", - "filePath": "resourceFile9248"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9249", - "filePath": "resourceFile9249"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9250", - "filePath": "resourceFile9250"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9251", - "filePath": "resourceFile9251"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9252", - "filePath": "resourceFile9252"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9253", - "filePath": "resourceFile9253"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9254", - "filePath": "resourceFile9254"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9255", - "filePath": "resourceFile9255"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9256", - "filePath": "resourceFile9256"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9257", - "filePath": "resourceFile9257"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9258", - "filePath": "resourceFile9258"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9259", - "filePath": "resourceFile9259"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9260", - "filePath": "resourceFile9260"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9261", - "filePath": "resourceFile9261"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9262", - "filePath": "resourceFile9262"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9263", - "filePath": "resourceFile9263"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9264", - "filePath": "resourceFile9264"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9265", - "filePath": "resourceFile9265"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9266", - "filePath": "resourceFile9266"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9267", - "filePath": "resourceFile9267"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9268", - "filePath": "resourceFile9268"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9269", - "filePath": "resourceFile9269"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9270", - "filePath": "resourceFile9270"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9271", - "filePath": "resourceFile9271"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9272", - "filePath": "resourceFile9272"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9273", - "filePath": "resourceFile9273"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9274", - "filePath": "resourceFile9274"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9275", - "filePath": "resourceFile9275"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9276", - "filePath": "resourceFile9276"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9277", - "filePath": "resourceFile9277"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9278", - "filePath": "resourceFile9278"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9279", - "filePath": "resourceFile9279"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9280", - "filePath": "resourceFile9280"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9281", - "filePath": "resourceFile9281"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9282", - "filePath": "resourceFile9282"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9283", - "filePath": "resourceFile9283"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9284", - "filePath": "resourceFile9284"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9285", - "filePath": "resourceFile9285"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9286", - "filePath": "resourceFile9286"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9287", - "filePath": "resourceFile9287"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9288", - "filePath": "resourceFile9288"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9289", - "filePath": "resourceFile9289"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9290", - "filePath": "resourceFile9290"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9291", - "filePath": "resourceFile9291"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9292", - "filePath": "resourceFile9292"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9293", - "filePath": "resourceFile9293"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9294", - "filePath": "resourceFile9294"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9295", - "filePath": "resourceFile9295"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9296", - "filePath": "resourceFile9296"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9297", - "filePath": "resourceFile9297"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9298", - "filePath": "resourceFile9298"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9299", - "filePath": "resourceFile9299"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9300", - "filePath": "resourceFile9300"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9301", - "filePath": "resourceFile9301"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9302", - "filePath": "resourceFile9302"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9303", - "filePath": "resourceFile9303"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9304", - "filePath": "resourceFile9304"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9305", - "filePath": "resourceFile9305"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9306", - "filePath": "resourceFile9306"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9307", - "filePath": "resourceFile9307"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9308", - "filePath": "resourceFile9308"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9309", - "filePath": "resourceFile9309"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9310", - "filePath": "resourceFile9310"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9311", - "filePath": "resourceFile9311"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9312", - "filePath": "resourceFile9312"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9313", - "filePath": "resourceFile9313"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9314", - "filePath": "resourceFile9314"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9315", - "filePath": "resourceFile9315"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9316", - "filePath": "resourceFile9316"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9317", - "filePath": "resourceFile9317"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9318", - "filePath": "resourceFile9318"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9319", - "filePath": "resourceFile9319"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9320", - "filePath": "resourceFile9320"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9321", - "filePath": "resourceFile9321"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9322", - "filePath": "resourceFile9322"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9323", - "filePath": "resourceFile9323"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9324", - "filePath": "resourceFile9324"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9325", - "filePath": "resourceFile9325"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9326", - "filePath": "resourceFile9326"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9327", - "filePath": "resourceFile9327"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9328", - "filePath": "resourceFile9328"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9329", - "filePath": "resourceFile9329"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9330", - "filePath": "resourceFile9330"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9331", - "filePath": "resourceFile9331"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9332", - "filePath": "resourceFile9332"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9333", - "filePath": "resourceFile9333"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9334", - "filePath": "resourceFile9334"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9335", - "filePath": "resourceFile9335"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9336", - "filePath": "resourceFile9336"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9337", - "filePath": "resourceFile9337"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9338", - "filePath": "resourceFile9338"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9339", - "filePath": "resourceFile9339"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9340", - "filePath": "resourceFile9340"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9341", - "filePath": "resourceFile9341"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9342", - "filePath": "resourceFile9342"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9343", - "filePath": "resourceFile9343"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9344", - "filePath": "resourceFile9344"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9345", - "filePath": "resourceFile9345"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9346", - "filePath": "resourceFile9346"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9347", - "filePath": "resourceFile9347"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9348", - "filePath": "resourceFile9348"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9349", - "filePath": "resourceFile9349"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9350", - "filePath": "resourceFile9350"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9351", - "filePath": "resourceFile9351"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9352", - "filePath": "resourceFile9352"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9353", - "filePath": "resourceFile9353"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9354", - "filePath": "resourceFile9354"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9355", - "filePath": "resourceFile9355"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9356", - "filePath": "resourceFile9356"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9357", - "filePath": "resourceFile9357"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9358", - "filePath": "resourceFile9358"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9359", - "filePath": "resourceFile9359"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9360", - "filePath": "resourceFile9360"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9361", - "filePath": "resourceFile9361"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9362", - "filePath": "resourceFile9362"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9363", - "filePath": "resourceFile9363"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9364", - "filePath": "resourceFile9364"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9365", - "filePath": "resourceFile9365"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9366", - "filePath": "resourceFile9366"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9367", - "filePath": "resourceFile9367"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9368", - "filePath": "resourceFile9368"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9369", - "filePath": "resourceFile9369"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9370", - "filePath": "resourceFile9370"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9371", - "filePath": "resourceFile9371"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9372", - "filePath": "resourceFile9372"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9373", - "filePath": "resourceFile9373"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9374", - "filePath": "resourceFile9374"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9375", - "filePath": "resourceFile9375"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9376", - "filePath": "resourceFile9376"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9377", - "filePath": "resourceFile9377"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9378", - "filePath": "resourceFile9378"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9379", - "filePath": "resourceFile9379"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9380", - "filePath": "resourceFile9380"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9381", - "filePath": "resourceFile9381"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9382", - "filePath": "resourceFile9382"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9383", - "filePath": "resourceFile9383"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9384", - "filePath": "resourceFile9384"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9385", - "filePath": "resourceFile9385"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9386", - "filePath": "resourceFile9386"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9387", - "filePath": "resourceFile9387"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9388", - "filePath": "resourceFile9388"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9389", - "filePath": "resourceFile9389"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9390", - "filePath": "resourceFile9390"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9391", - "filePath": "resourceFile9391"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9392", - "filePath": "resourceFile9392"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9393", - "filePath": "resourceFile9393"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9394", - "filePath": "resourceFile9394"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9395", - "filePath": "resourceFile9395"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9396", - "filePath": "resourceFile9396"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9397", - "filePath": "resourceFile9397"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9398", - "filePath": "resourceFile9398"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9399", - "filePath": "resourceFile9399"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9400", - "filePath": "resourceFile9400"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9401", - "filePath": "resourceFile9401"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9402", - "filePath": "resourceFile9402"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9403", - "filePath": "resourceFile9403"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9404", - "filePath": "resourceFile9404"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9405", - "filePath": "resourceFile9405"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9406", - "filePath": "resourceFile9406"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9407", - "filePath": "resourceFile9407"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9408", - "filePath": "resourceFile9408"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9409", - "filePath": "resourceFile9409"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9410", - "filePath": "resourceFile9410"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9411", - "filePath": "resourceFile9411"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9412", - "filePath": "resourceFile9412"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9413", - "filePath": "resourceFile9413"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9414", - "filePath": "resourceFile9414"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9415", - "filePath": "resourceFile9415"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9416", - "filePath": "resourceFile9416"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9417", - "filePath": "resourceFile9417"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9418", - "filePath": "resourceFile9418"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9419", - "filePath": "resourceFile9419"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9420", - "filePath": "resourceFile9420"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9421", - "filePath": "resourceFile9421"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9422", - "filePath": "resourceFile9422"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9423", - "filePath": "resourceFile9423"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9424", - "filePath": "resourceFile9424"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9425", - "filePath": "resourceFile9425"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9426", - "filePath": "resourceFile9426"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9427", - "filePath": "resourceFile9427"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9428", - "filePath": "resourceFile9428"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9429", - "filePath": "resourceFile9429"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9430", - "filePath": "resourceFile9430"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9431", - "filePath": "resourceFile9431"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9432", - "filePath": "resourceFile9432"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9433", - "filePath": "resourceFile9433"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9434", - "filePath": "resourceFile9434"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9435", - "filePath": "resourceFile9435"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9436", - "filePath": "resourceFile9436"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9437", - "filePath": "resourceFile9437"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9438", - "filePath": "resourceFile9438"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9439", - "filePath": "resourceFile9439"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9440", - "filePath": "resourceFile9440"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9441", - "filePath": "resourceFile9441"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9442", - "filePath": "resourceFile9442"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9443", - "filePath": "resourceFile9443"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9444", - "filePath": "resourceFile9444"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9445", - "filePath": "resourceFile9445"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9446", - "filePath": "resourceFile9446"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9447", - "filePath": "resourceFile9447"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9448", - "filePath": "resourceFile9448"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9449", - "filePath": "resourceFile9449"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9450", - "filePath": "resourceFile9450"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9451", - "filePath": "resourceFile9451"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9452", - "filePath": "resourceFile9452"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9453", - "filePath": "resourceFile9453"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9454", - "filePath": "resourceFile9454"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9455", - "filePath": "resourceFile9455"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9456", - "filePath": "resourceFile9456"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9457", - "filePath": "resourceFile9457"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9458", - "filePath": "resourceFile9458"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9459", - "filePath": "resourceFile9459"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9460", - "filePath": "resourceFile9460"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9461", - "filePath": "resourceFile9461"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9462", - "filePath": "resourceFile9462"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9463", - "filePath": "resourceFile9463"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9464", - "filePath": "resourceFile9464"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9465", - "filePath": "resourceFile9465"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9466", - "filePath": "resourceFile9466"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9467", - "filePath": "resourceFile9467"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9468", - "filePath": "resourceFile9468"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9469", - "filePath": "resourceFile9469"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9470", - "filePath": "resourceFile9470"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9471", - "filePath": "resourceFile9471"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9472", - "filePath": "resourceFile9472"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9473", - "filePath": "resourceFile9473"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9474", - "filePath": "resourceFile9474"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9475", - "filePath": "resourceFile9475"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9476", - "filePath": "resourceFile9476"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9477", - "filePath": "resourceFile9477"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9478", - "filePath": "resourceFile9478"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9479", - "filePath": "resourceFile9479"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9480", - "filePath": "resourceFile9480"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9481", - "filePath": "resourceFile9481"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9482", - "filePath": "resourceFile9482"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9483", - "filePath": "resourceFile9483"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9484", - "filePath": "resourceFile9484"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9485", - "filePath": "resourceFile9485"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9486", - "filePath": "resourceFile9486"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9487", - "filePath": "resourceFile9487"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9488", - "filePath": "resourceFile9488"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9489", - "filePath": "resourceFile9489"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9490", - "filePath": "resourceFile9490"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9491", - "filePath": "resourceFile9491"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9492", - "filePath": "resourceFile9492"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9493", - "filePath": "resourceFile9493"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9494", - "filePath": "resourceFile9494"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9495", - "filePath": "resourceFile9495"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9496", - "filePath": "resourceFile9496"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9497", - "filePath": "resourceFile9497"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9498", - "filePath": "resourceFile9498"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9499", - "filePath": "resourceFile9499"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9500", - "filePath": "resourceFile9500"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9501", - "filePath": "resourceFile9501"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9502", - "filePath": "resourceFile9502"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9503", - "filePath": "resourceFile9503"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9504", - "filePath": "resourceFile9504"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9505", - "filePath": "resourceFile9505"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9506", - "filePath": "resourceFile9506"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9507", - "filePath": "resourceFile9507"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9508", - "filePath": "resourceFile9508"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9509", - "filePath": "resourceFile9509"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9510", - "filePath": "resourceFile9510"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9511", - "filePath": "resourceFile9511"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9512", - "filePath": "resourceFile9512"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9513", - "filePath": "resourceFile9513"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9514", - "filePath": "resourceFile9514"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9515", - "filePath": "resourceFile9515"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9516", - "filePath": "resourceFile9516"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9517", - "filePath": "resourceFile9517"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9518", - "filePath": "resourceFile9518"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9519", - "filePath": "resourceFile9519"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9520", - "filePath": "resourceFile9520"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9521", - "filePath": "resourceFile9521"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9522", - "filePath": "resourceFile9522"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9523", - "filePath": "resourceFile9523"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9524", - "filePath": "resourceFile9524"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9525", - "filePath": "resourceFile9525"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9526", - "filePath": "resourceFile9526"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9527", - "filePath": "resourceFile9527"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9528", - "filePath": "resourceFile9528"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9529", - "filePath": "resourceFile9529"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9530", - "filePath": "resourceFile9530"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9531", - "filePath": "resourceFile9531"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9532", - "filePath": "resourceFile9532"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9533", - "filePath": "resourceFile9533"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9534", - "filePath": "resourceFile9534"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9535", - "filePath": "resourceFile9535"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9536", - "filePath": "resourceFile9536"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9537", - "filePath": "resourceFile9537"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9538", - "filePath": "resourceFile9538"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9539", - "filePath": "resourceFile9539"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9540", - "filePath": "resourceFile9540"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9541", - "filePath": "resourceFile9541"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9542", - "filePath": "resourceFile9542"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9543", - "filePath": "resourceFile9543"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9544", - "filePath": "resourceFile9544"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9545", - "filePath": "resourceFile9545"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9546", - "filePath": "resourceFile9546"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9547", - "filePath": "resourceFile9547"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9548", - "filePath": "resourceFile9548"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9549", - "filePath": "resourceFile9549"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9550", - "filePath": "resourceFile9550"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9551", - "filePath": "resourceFile9551"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9552", - "filePath": "resourceFile9552"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9553", - "filePath": "resourceFile9553"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9554", - "filePath": "resourceFile9554"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9555", - "filePath": "resourceFile9555"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9556", - "filePath": "resourceFile9556"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9557", - "filePath": "resourceFile9557"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9558", - "filePath": "resourceFile9558"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9559", - "filePath": "resourceFile9559"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9560", - "filePath": "resourceFile9560"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9561", - "filePath": "resourceFile9561"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9562", - "filePath": "resourceFile9562"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9563", - "filePath": "resourceFile9563"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9564", - "filePath": "resourceFile9564"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9565", - "filePath": "resourceFile9565"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9566", - "filePath": "resourceFile9566"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9567", - "filePath": "resourceFile9567"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9568", - "filePath": "resourceFile9568"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9569", - "filePath": "resourceFile9569"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9570", - "filePath": "resourceFile9570"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9571", - "filePath": "resourceFile9571"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9572", - "filePath": "resourceFile9572"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9573", - "filePath": "resourceFile9573"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9574", - "filePath": "resourceFile9574"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9575", - "filePath": "resourceFile9575"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9576", - "filePath": "resourceFile9576"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9577", - "filePath": "resourceFile9577"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9578", - "filePath": "resourceFile9578"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9579", - "filePath": "resourceFile9579"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9580", - "filePath": "resourceFile9580"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9581", - "filePath": "resourceFile9581"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9582", - "filePath": "resourceFile9582"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9583", - "filePath": "resourceFile9583"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9584", - "filePath": "resourceFile9584"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9585", - "filePath": "resourceFile9585"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9586", - "filePath": "resourceFile9586"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9587", - "filePath": "resourceFile9587"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9588", - "filePath": "resourceFile9588"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9589", - "filePath": "resourceFile9589"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9590", - "filePath": "resourceFile9590"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9591", - "filePath": "resourceFile9591"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9592", - "filePath": "resourceFile9592"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9593", - "filePath": "resourceFile9593"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9594", - "filePath": "resourceFile9594"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9595", - "filePath": "resourceFile9595"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9596", - "filePath": "resourceFile9596"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9597", - "filePath": "resourceFile9597"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9598", - "filePath": "resourceFile9598"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9599", - "filePath": "resourceFile9599"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9600", - "filePath": "resourceFile9600"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9601", - "filePath": "resourceFile9601"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9602", - "filePath": "resourceFile9602"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9603", - "filePath": "resourceFile9603"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9604", - "filePath": "resourceFile9604"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9605", - "filePath": "resourceFile9605"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9606", - "filePath": "resourceFile9606"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9607", - "filePath": "resourceFile9607"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9608", - "filePath": "resourceFile9608"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9609", - "filePath": "resourceFile9609"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9610", - "filePath": "resourceFile9610"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9611", - "filePath": "resourceFile9611"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9612", - "filePath": "resourceFile9612"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9613", - "filePath": "resourceFile9613"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9614", - "filePath": "resourceFile9614"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9615", - "filePath": "resourceFile9615"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9616", - "filePath": "resourceFile9616"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9617", - "filePath": "resourceFile9617"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9618", - "filePath": "resourceFile9618"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9619", - "filePath": "resourceFile9619"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9620", - "filePath": "resourceFile9620"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9621", - "filePath": "resourceFile9621"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9622", - "filePath": "resourceFile9622"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9623", - "filePath": "resourceFile9623"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9624", - "filePath": "resourceFile9624"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9625", - "filePath": "resourceFile9625"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9626", - "filePath": "resourceFile9626"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9627", - "filePath": "resourceFile9627"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9628", - "filePath": "resourceFile9628"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9629", - "filePath": "resourceFile9629"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9630", - "filePath": "resourceFile9630"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9631", - "filePath": "resourceFile9631"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9632", - "filePath": "resourceFile9632"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9633", - "filePath": "resourceFile9633"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9634", - "filePath": "resourceFile9634"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9635", - "filePath": "resourceFile9635"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9636", - "filePath": "resourceFile9636"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9637", - "filePath": "resourceFile9637"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9638", - "filePath": "resourceFile9638"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9639", - "filePath": "resourceFile9639"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9640", - "filePath": "resourceFile9640"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9641", - "filePath": "resourceFile9641"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9642", - "filePath": "resourceFile9642"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9643", - "filePath": "resourceFile9643"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9644", - "filePath": "resourceFile9644"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9645", - "filePath": "resourceFile9645"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9646", - "filePath": "resourceFile9646"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9647", - "filePath": "resourceFile9647"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9648", - "filePath": "resourceFile9648"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9649", - "filePath": "resourceFile9649"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9650", - "filePath": "resourceFile9650"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9651", - "filePath": "resourceFile9651"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9652", - "filePath": "resourceFile9652"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9653", - "filePath": "resourceFile9653"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9654", - "filePath": "resourceFile9654"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9655", - "filePath": "resourceFile9655"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9656", - "filePath": "resourceFile9656"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9657", - "filePath": "resourceFile9657"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9658", - "filePath": "resourceFile9658"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9659", - "filePath": "resourceFile9659"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9660", - "filePath": "resourceFile9660"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9661", - "filePath": "resourceFile9661"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9662", - "filePath": "resourceFile9662"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9663", - "filePath": "resourceFile9663"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9664", - "filePath": "resourceFile9664"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9665", - "filePath": "resourceFile9665"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9666", - "filePath": "resourceFile9666"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9667", - "filePath": "resourceFile9667"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9668", - "filePath": "resourceFile9668"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9669", - "filePath": "resourceFile9669"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9670", - "filePath": "resourceFile9670"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9671", - "filePath": "resourceFile9671"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9672", - "filePath": "resourceFile9672"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9673", - "filePath": "resourceFile9673"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9674", - "filePath": "resourceFile9674"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9675", - "filePath": "resourceFile9675"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9676", - "filePath": "resourceFile9676"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9677", - "filePath": "resourceFile9677"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9678", - "filePath": "resourceFile9678"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9679", - "filePath": "resourceFile9679"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9680", - "filePath": "resourceFile9680"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9681", - "filePath": "resourceFile9681"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9682", - "filePath": "resourceFile9682"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9683", - "filePath": "resourceFile9683"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9684", - "filePath": "resourceFile9684"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9685", - "filePath": "resourceFile9685"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9686", - "filePath": "resourceFile9686"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9687", - "filePath": "resourceFile9687"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9688", - "filePath": "resourceFile9688"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9689", - "filePath": "resourceFile9689"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9690", - "filePath": "resourceFile9690"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9691", - "filePath": "resourceFile9691"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9692", - "filePath": "resourceFile9692"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9693", - "filePath": "resourceFile9693"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9694", - "filePath": "resourceFile9694"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9695", - "filePath": "resourceFile9695"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9696", - "filePath": "resourceFile9696"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9697", - "filePath": "resourceFile9697"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9698", - "filePath": "resourceFile9698"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9699", - "filePath": "resourceFile9699"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9700", - "filePath": "resourceFile9700"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9701", - "filePath": "resourceFile9701"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9702", - "filePath": "resourceFile9702"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9703", - "filePath": "resourceFile9703"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9704", - "filePath": "resourceFile9704"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9705", - "filePath": "resourceFile9705"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9706", - "filePath": "resourceFile9706"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9707", - "filePath": "resourceFile9707"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9708", - "filePath": "resourceFile9708"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9709", - "filePath": "resourceFile9709"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9710", - "filePath": "resourceFile9710"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9711", - "filePath": "resourceFile9711"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9712", - "filePath": "resourceFile9712"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9713", - "filePath": "resourceFile9713"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9714", - "filePath": "resourceFile9714"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9715", - "filePath": "resourceFile9715"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9716", - "filePath": "resourceFile9716"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9717", - "filePath": "resourceFile9717"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9718", - "filePath": "resourceFile9718"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9719", - "filePath": "resourceFile9719"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9720", - "filePath": "resourceFile9720"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9721", - "filePath": "resourceFile9721"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9722", - "filePath": "resourceFile9722"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9723", - "filePath": "resourceFile9723"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9724", - "filePath": "resourceFile9724"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9725", - "filePath": "resourceFile9725"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9726", - "filePath": "resourceFile9726"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9727", - "filePath": "resourceFile9727"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9728", - "filePath": "resourceFile9728"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9729", - "filePath": "resourceFile9729"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9730", - "filePath": "resourceFile9730"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9731", - "filePath": "resourceFile9731"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9732", - "filePath": "resourceFile9732"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9733", - "filePath": "resourceFile9733"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9734", - "filePath": "resourceFile9734"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9735", - "filePath": "resourceFile9735"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9736", - "filePath": "resourceFile9736"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9737", - "filePath": "resourceFile9737"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9738", - "filePath": "resourceFile9738"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9739", - "filePath": "resourceFile9739"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9740", - "filePath": "resourceFile9740"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9741", - "filePath": "resourceFile9741"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9742", - "filePath": "resourceFile9742"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9743", - "filePath": "resourceFile9743"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9744", - "filePath": "resourceFile9744"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9745", - "filePath": "resourceFile9745"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9746", - "filePath": "resourceFile9746"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9747", - "filePath": "resourceFile9747"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9748", - "filePath": "resourceFile9748"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9749", - "filePath": "resourceFile9749"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9750", - "filePath": "resourceFile9750"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9751", - "filePath": "resourceFile9751"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9752", - "filePath": "resourceFile9752"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9753", - "filePath": "resourceFile9753"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9754", - "filePath": "resourceFile9754"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9755", - "filePath": "resourceFile9755"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9756", - "filePath": "resourceFile9756"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9757", - "filePath": "resourceFile9757"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9758", - "filePath": "resourceFile9758"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9759", - "filePath": "resourceFile9759"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9760", - "filePath": "resourceFile9760"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9761", - "filePath": "resourceFile9761"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9762", - "filePath": "resourceFile9762"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9763", - "filePath": "resourceFile9763"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9764", - "filePath": "resourceFile9764"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9765", - "filePath": "resourceFile9765"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9766", - "filePath": "resourceFile9766"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9767", - "filePath": "resourceFile9767"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9768", - "filePath": "resourceFile9768"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9769", - "filePath": "resourceFile9769"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9770", - "filePath": "resourceFile9770"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9771", - "filePath": "resourceFile9771"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9772", - "filePath": "resourceFile9772"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9773", - "filePath": "resourceFile9773"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9774", - "filePath": "resourceFile9774"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9775", - "filePath": "resourceFile9775"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9776", - "filePath": "resourceFile9776"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9777", - "filePath": "resourceFile9777"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9778", - "filePath": "resourceFile9778"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9779", - "filePath": "resourceFile9779"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9780", - "filePath": "resourceFile9780"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9781", - "filePath": "resourceFile9781"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9782", - "filePath": "resourceFile9782"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9783", - "filePath": "resourceFile9783"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9784", - "filePath": "resourceFile9784"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9785", - "filePath": "resourceFile9785"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9786", - "filePath": "resourceFile9786"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9787", - "filePath": "resourceFile9787"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9788", - "filePath": "resourceFile9788"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9789", - "filePath": "resourceFile9789"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9790", - "filePath": "resourceFile9790"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9791", - "filePath": "resourceFile9791"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9792", - "filePath": "resourceFile9792"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9793", - "filePath": "resourceFile9793"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9794", - "filePath": "resourceFile9794"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9795", - "filePath": "resourceFile9795"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9796", - "filePath": "resourceFile9796"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9797", - "filePath": "resourceFile9797"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9798", - "filePath": "resourceFile9798"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9799", - "filePath": "resourceFile9799"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9800", - "filePath": "resourceFile9800"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9801", - "filePath": "resourceFile9801"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9802", - "filePath": "resourceFile9802"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9803", - "filePath": "resourceFile9803"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9804", - "filePath": "resourceFile9804"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9805", - "filePath": "resourceFile9805"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9806", - "filePath": "resourceFile9806"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9807", - "filePath": "resourceFile9807"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9808", - "filePath": "resourceFile9808"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9809", - "filePath": "resourceFile9809"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9810", - "filePath": "resourceFile9810"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9811", - "filePath": "resourceFile9811"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9812", - "filePath": "resourceFile9812"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9813", - "filePath": "resourceFile9813"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9814", - "filePath": "resourceFile9814"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9815", - "filePath": "resourceFile9815"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9816", - "filePath": "resourceFile9816"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9817", - "filePath": "resourceFile9817"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9818", - "filePath": "resourceFile9818"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9819", - "filePath": "resourceFile9819"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9820", - "filePath": "resourceFile9820"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9821", - "filePath": "resourceFile9821"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9822", - "filePath": "resourceFile9822"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9823", - "filePath": "resourceFile9823"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9824", - "filePath": "resourceFile9824"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9825", - "filePath": "resourceFile9825"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9826", - "filePath": "resourceFile9826"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9827", - "filePath": "resourceFile9827"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9828", - "filePath": "resourceFile9828"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9829", - "filePath": "resourceFile9829"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9830", - "filePath": "resourceFile9830"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9831", - "filePath": "resourceFile9831"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9832", - "filePath": "resourceFile9832"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9833", - "filePath": "resourceFile9833"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9834", - "filePath": "resourceFile9834"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9835", - "filePath": "resourceFile9835"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9836", - "filePath": "resourceFile9836"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9837", - "filePath": "resourceFile9837"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9838", - "filePath": "resourceFile9838"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9839", - "filePath": "resourceFile9839"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9840", - "filePath": "resourceFile9840"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9841", - "filePath": "resourceFile9841"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9842", - "filePath": "resourceFile9842"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9843", - "filePath": "resourceFile9843"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9844", - "filePath": "resourceFile9844"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9845", - "filePath": "resourceFile9845"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9846", - "filePath": "resourceFile9846"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9847", - "filePath": "resourceFile9847"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9848", - "filePath": "resourceFile9848"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9849", - "filePath": "resourceFile9849"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9850", - "filePath": "resourceFile9850"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9851", - "filePath": "resourceFile9851"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9852", - "filePath": "resourceFile9852"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9853", - "filePath": "resourceFile9853"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9854", - "filePath": "resourceFile9854"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9855", - "filePath": "resourceFile9855"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9856", - "filePath": "resourceFile9856"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9857", - "filePath": "resourceFile9857"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9858", - "filePath": "resourceFile9858"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9859", - "filePath": "resourceFile9859"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9860", - "filePath": "resourceFile9860"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9861", - "filePath": "resourceFile9861"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9862", - "filePath": "resourceFile9862"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9863", - "filePath": "resourceFile9863"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9864", - "filePath": "resourceFile9864"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9865", - "filePath": "resourceFile9865"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9866", - "filePath": "resourceFile9866"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9867", - "filePath": "resourceFile9867"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9868", - "filePath": "resourceFile9868"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9869", - "filePath": "resourceFile9869"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9870", - "filePath": "resourceFile9870"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9871", - "filePath": "resourceFile9871"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9872", - "filePath": "resourceFile9872"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9873", - "filePath": "resourceFile9873"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9874", - "filePath": "resourceFile9874"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9875", - "filePath": "resourceFile9875"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9876", - "filePath": "resourceFile9876"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9877", - "filePath": "resourceFile9877"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9878", - "filePath": "resourceFile9878"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9879", - "filePath": "resourceFile9879"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9880", - "filePath": "resourceFile9880"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9881", - "filePath": "resourceFile9881"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9882", - "filePath": "resourceFile9882"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9883", - "filePath": "resourceFile9883"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9884", - "filePath": "resourceFile9884"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9885", - "filePath": "resourceFile9885"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9886", - "filePath": "resourceFile9886"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9887", - "filePath": "resourceFile9887"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9888", - "filePath": "resourceFile9888"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9889", - "filePath": "resourceFile9889"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9890", - "filePath": "resourceFile9890"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9891", - "filePath": "resourceFile9891"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9892", - "filePath": "resourceFile9892"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9893", - "filePath": "resourceFile9893"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9894", - "filePath": "resourceFile9894"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9895", - "filePath": "resourceFile9895"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9896", - "filePath": "resourceFile9896"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9897", - "filePath": "resourceFile9897"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9898", - "filePath": "resourceFile9898"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9899", - "filePath": "resourceFile9899"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9900", - "filePath": "resourceFile9900"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9901", - "filePath": "resourceFile9901"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9902", - "filePath": "resourceFile9902"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9903", - "filePath": "resourceFile9903"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9904", - "filePath": "resourceFile9904"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9905", - "filePath": "resourceFile9905"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9906", - "filePath": "resourceFile9906"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9907", - "filePath": "resourceFile9907"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9908", - "filePath": "resourceFile9908"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9909", - "filePath": "resourceFile9909"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9910", - "filePath": "resourceFile9910"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9911", - "filePath": "resourceFile9911"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9912", - "filePath": "resourceFile9912"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9913", - "filePath": "resourceFile9913"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9914", - "filePath": "resourceFile9914"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9915", - "filePath": "resourceFile9915"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9916", - "filePath": "resourceFile9916"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9917", - "filePath": "resourceFile9917"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9918", - "filePath": "resourceFile9918"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9919", - "filePath": "resourceFile9919"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9920", - "filePath": "resourceFile9920"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9921", - "filePath": "resourceFile9921"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9922", - "filePath": "resourceFile9922"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9923", - "filePath": "resourceFile9923"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9924", - "filePath": "resourceFile9924"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9925", - "filePath": "resourceFile9925"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9926", - "filePath": "resourceFile9926"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9927", - "filePath": "resourceFile9927"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9928", - "filePath": "resourceFile9928"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9929", - "filePath": "resourceFile9929"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9930", - "filePath": "resourceFile9930"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9931", - "filePath": "resourceFile9931"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9932", - "filePath": "resourceFile9932"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9933", - "filePath": "resourceFile9933"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9934", - "filePath": "resourceFile9934"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9935", - "filePath": "resourceFile9935"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9936", - "filePath": "resourceFile9936"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9937", - "filePath": "resourceFile9937"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9938", - "filePath": "resourceFile9938"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9939", - "filePath": "resourceFile9939"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9940", - "filePath": "resourceFile9940"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9941", - "filePath": "resourceFile9941"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9942", - "filePath": "resourceFile9942"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9943", - "filePath": "resourceFile9943"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9944", - "filePath": "resourceFile9944"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9945", - "filePath": "resourceFile9945"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9946", - "filePath": "resourceFile9946"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9947", - "filePath": "resourceFile9947"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9948", - "filePath": "resourceFile9948"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9949", - "filePath": "resourceFile9949"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9950", - "filePath": "resourceFile9950"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9951", - "filePath": "resourceFile9951"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9952", - "filePath": "resourceFile9952"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9953", - "filePath": "resourceFile9953"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9954", - "filePath": "resourceFile9954"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9955", - "filePath": "resourceFile9955"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9956", - "filePath": "resourceFile9956"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9957", - "filePath": "resourceFile9957"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9958", - "filePath": "resourceFile9958"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9959", - "filePath": "resourceFile9959"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9960", - "filePath": "resourceFile9960"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9961", - "filePath": "resourceFile9961"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9962", - "filePath": "resourceFile9962"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9963", - "filePath": "resourceFile9963"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9964", - "filePath": "resourceFile9964"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9965", - "filePath": "resourceFile9965"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9966", - "filePath": "resourceFile9966"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9967", - "filePath": "resourceFile9967"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9968", - "filePath": "resourceFile9968"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9969", - "filePath": "resourceFile9969"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9970", - "filePath": "resourceFile9970"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9971", - "filePath": "resourceFile9971"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9972", - "filePath": "resourceFile9972"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9973", - "filePath": "resourceFile9973"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9974", - "filePath": "resourceFile9974"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9975", - "filePath": "resourceFile9975"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9976", - "filePath": "resourceFile9976"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9977", - "filePath": "resourceFile9977"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9978", - "filePath": "resourceFile9978"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9979", - "filePath": "resourceFile9979"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9980", - "filePath": "resourceFile9980"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9981", - "filePath": "resourceFile9981"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9982", - "filePath": "resourceFile9982"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9983", - "filePath": "resourceFile9983"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9984", - "filePath": "resourceFile9984"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9985", - "filePath": "resourceFile9985"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9986", - "filePath": "resourceFile9986"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9987", - "filePath": "resourceFile9987"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9988", - "filePath": "resourceFile9988"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9989", - "filePath": "resourceFile9989"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9990", - "filePath": "resourceFile9990"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9991", - "filePath": "resourceFile9991"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9992", - "filePath": "resourceFile9992"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9993", - "filePath": "resourceFile9993"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9994", - "filePath": "resourceFile9994"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9995", - "filePath": "resourceFile9995"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9996", - "filePath": "resourceFile9996"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9997", - "filePath": "resourceFile9997"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9998", - "filePath": "resourceFile9998"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9999", - "filePath": "resourceFile9999"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile100", + "filePath": "resourceFile100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile101", + "filePath": "resourceFile101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile102", + "filePath": "resourceFile102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile103", + "filePath": "resourceFile103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile104", + "filePath": "resourceFile104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile105", + "filePath": "resourceFile105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile106", + "filePath": "resourceFile106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile107", + "filePath": "resourceFile107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile108", + "filePath": "resourceFile108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile109", + "filePath": "resourceFile109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile110", + "filePath": "resourceFile110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile111", + "filePath": "resourceFile111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile112", + "filePath": "resourceFile112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile113", + "filePath": "resourceFile113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile114", + "filePath": "resourceFile114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile115", + "filePath": "resourceFile115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile116", + "filePath": "resourceFile116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile117", + "filePath": "resourceFile117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile118", + "filePath": "resourceFile118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile119", + "filePath": "resourceFile119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile120", + "filePath": "resourceFile120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile121", + "filePath": "resourceFile121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile122", + "filePath": "resourceFile122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile123", + "filePath": "resourceFile123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile124", + "filePath": "resourceFile124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile125", + "filePath": "resourceFile125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile126", + "filePath": "resourceFile126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile127", + "filePath": "resourceFile127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile128", + "filePath": "resourceFile128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile129", + "filePath": "resourceFile129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile130", + "filePath": "resourceFile130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile131", + "filePath": "resourceFile131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile132", + "filePath": "resourceFile132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile133", + "filePath": "resourceFile133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile134", + "filePath": "resourceFile134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile135", + "filePath": "resourceFile135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile136", + "filePath": "resourceFile136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile137", + "filePath": "resourceFile137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile138", + "filePath": "resourceFile138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile139", + "filePath": "resourceFile139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile140", + "filePath": "resourceFile140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile141", + "filePath": "resourceFile141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile142", + "filePath": "resourceFile142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile143", + "filePath": "resourceFile143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile144", + "filePath": "resourceFile144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile145", + "filePath": "resourceFile145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile146", + "filePath": "resourceFile146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile147", + "filePath": "resourceFile147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile148", + "filePath": "resourceFile148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile149", + "filePath": "resourceFile149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile150", + "filePath": "resourceFile150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile151", + "filePath": "resourceFile151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile152", + "filePath": "resourceFile152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile153", + "filePath": "resourceFile153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile154", + "filePath": "resourceFile154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile155", + "filePath": "resourceFile155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile156", + "filePath": "resourceFile156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile157", + "filePath": "resourceFile157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile158", + "filePath": "resourceFile158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile159", + "filePath": "resourceFile159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile160", + "filePath": "resourceFile160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile161", + "filePath": "resourceFile161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile162", + "filePath": "resourceFile162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile163", + "filePath": "resourceFile163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile164", + "filePath": "resourceFile164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile165", + "filePath": "resourceFile165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile166", + "filePath": "resourceFile166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile167", + "filePath": "resourceFile167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile168", + "filePath": "resourceFile168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile169", + "filePath": "resourceFile169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile170", + "filePath": "resourceFile170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile171", + "filePath": "resourceFile171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile172", + "filePath": "resourceFile172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile173", + "filePath": "resourceFile173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile174", + "filePath": "resourceFile174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile175", + "filePath": "resourceFile175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile176", + "filePath": "resourceFile176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile177", + "filePath": "resourceFile177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile178", + "filePath": "resourceFile178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile179", + "filePath": "resourceFile179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile180", + "filePath": "resourceFile180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile181", + "filePath": "resourceFile181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile182", + "filePath": "resourceFile182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile183", + "filePath": "resourceFile183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile184", + "filePath": "resourceFile184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile185", + "filePath": "resourceFile185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile186", + "filePath": "resourceFile186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile187", + "filePath": "resourceFile187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile188", + "filePath": "resourceFile188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile189", + "filePath": "resourceFile189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile190", + "filePath": "resourceFile190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile191", + "filePath": "resourceFile191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile192", + "filePath": "resourceFile192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile193", + "filePath": "resourceFile193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile194", + "filePath": "resourceFile194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile195", + "filePath": "resourceFile195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile196", + "filePath": "resourceFile196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile197", + "filePath": "resourceFile197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile198", + "filePath": "resourceFile198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile199", + "filePath": "resourceFile199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile200", + "filePath": "resourceFile200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile201", + "filePath": "resourceFile201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile202", + "filePath": "resourceFile202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile203", + "filePath": "resourceFile203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile204", + "filePath": "resourceFile204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile205", + "filePath": "resourceFile205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile206", + "filePath": "resourceFile206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile207", + "filePath": "resourceFile207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile208", + "filePath": "resourceFile208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile209", + "filePath": "resourceFile209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile210", + "filePath": "resourceFile210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile211", + "filePath": "resourceFile211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile212", + "filePath": "resourceFile212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile213", + "filePath": "resourceFile213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile214", + "filePath": "resourceFile214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile215", + "filePath": "resourceFile215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile216", + "filePath": "resourceFile216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile217", + "filePath": "resourceFile217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile218", + "filePath": "resourceFile218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile219", + "filePath": "resourceFile219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile220", + "filePath": "resourceFile220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile221", + "filePath": "resourceFile221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile222", + "filePath": "resourceFile222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile223", + "filePath": "resourceFile223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile224", + "filePath": "resourceFile224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile225", + "filePath": "resourceFile225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile226", + "filePath": "resourceFile226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile227", + "filePath": "resourceFile227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile228", + "filePath": "resourceFile228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile229", + "filePath": "resourceFile229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile230", + "filePath": "resourceFile230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile231", + "filePath": "resourceFile231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile232", + "filePath": "resourceFile232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile233", + "filePath": "resourceFile233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile234", + "filePath": "resourceFile234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile235", + "filePath": "resourceFile235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile236", + "filePath": "resourceFile236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile237", + "filePath": "resourceFile237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile238", + "filePath": "resourceFile238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile239", + "filePath": "resourceFile239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile240", + "filePath": "resourceFile240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile241", + "filePath": "resourceFile241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile242", + "filePath": "resourceFile242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile243", + "filePath": "resourceFile243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile244", + "filePath": "resourceFile244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile245", + "filePath": "resourceFile245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile246", + "filePath": "resourceFile246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile247", + "filePath": "resourceFile247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile248", + "filePath": "resourceFile248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile249", + "filePath": "resourceFile249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile250", + "filePath": "resourceFile250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile251", + "filePath": "resourceFile251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile252", + "filePath": "resourceFile252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile253", + "filePath": "resourceFile253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile254", + "filePath": "resourceFile254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile255", + "filePath": "resourceFile255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile256", + "filePath": "resourceFile256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile257", + "filePath": "resourceFile257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile258", + "filePath": "resourceFile258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile259", + "filePath": "resourceFile259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile260", + "filePath": "resourceFile260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile261", + "filePath": "resourceFile261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile262", + "filePath": "resourceFile262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile263", + "filePath": "resourceFile263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile264", + "filePath": "resourceFile264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile265", + "filePath": "resourceFile265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile266", + "filePath": "resourceFile266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile267", + "filePath": "resourceFile267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile268", + "filePath": "resourceFile268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile269", + "filePath": "resourceFile269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile270", + "filePath": "resourceFile270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile271", + "filePath": "resourceFile271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile272", + "filePath": "resourceFile272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile273", + "filePath": "resourceFile273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile274", + "filePath": "resourceFile274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile275", + "filePath": "resourceFile275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile276", + "filePath": "resourceFile276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile277", + "filePath": "resourceFile277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile278", + "filePath": "resourceFile278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile279", + "filePath": "resourceFile279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile280", + "filePath": "resourceFile280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile281", + "filePath": "resourceFile281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile282", + "filePath": "resourceFile282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile283", + "filePath": "resourceFile283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile284", + "filePath": "resourceFile284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile285", + "filePath": "resourceFile285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile286", + "filePath": "resourceFile286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile287", + "filePath": "resourceFile287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile288", + "filePath": "resourceFile288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile289", + "filePath": "resourceFile289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile290", + "filePath": "resourceFile290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile291", + "filePath": "resourceFile291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile292", + "filePath": "resourceFile292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile293", + "filePath": "resourceFile293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile294", + "filePath": "resourceFile294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile295", + "filePath": "resourceFile295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile296", + "filePath": "resourceFile296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile297", + "filePath": "resourceFile297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile298", + "filePath": "resourceFile298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile299", + "filePath": "resourceFile299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile300", + "filePath": "resourceFile300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile301", + "filePath": "resourceFile301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile302", + "filePath": "resourceFile302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile303", + "filePath": "resourceFile303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile304", + "filePath": "resourceFile304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile305", + "filePath": "resourceFile305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile306", + "filePath": "resourceFile306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile307", + "filePath": "resourceFile307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile308", + "filePath": "resourceFile308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile309", + "filePath": "resourceFile309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile310", + "filePath": "resourceFile310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile311", + "filePath": "resourceFile311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile312", + "filePath": "resourceFile312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile313", + "filePath": "resourceFile313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile314", + "filePath": "resourceFile314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile315", + "filePath": "resourceFile315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile316", + "filePath": "resourceFile316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile317", + "filePath": "resourceFile317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile318", + "filePath": "resourceFile318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile319", + "filePath": "resourceFile319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile320", + "filePath": "resourceFile320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile321", + "filePath": "resourceFile321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile322", + "filePath": "resourceFile322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile323", + "filePath": "resourceFile323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile324", + "filePath": "resourceFile324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile325", + "filePath": "resourceFile325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile326", + "filePath": "resourceFile326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile327", + "filePath": "resourceFile327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile328", + "filePath": "resourceFile328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile329", + "filePath": "resourceFile329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile330", + "filePath": "resourceFile330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile331", + "filePath": "resourceFile331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile332", + "filePath": "resourceFile332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile333", + "filePath": "resourceFile333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile334", + "filePath": "resourceFile334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile335", + "filePath": "resourceFile335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile336", + "filePath": "resourceFile336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile337", + "filePath": "resourceFile337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile338", + "filePath": "resourceFile338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile339", + "filePath": "resourceFile339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile340", + "filePath": "resourceFile340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile341", + "filePath": "resourceFile341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile342", + "filePath": "resourceFile342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile343", + "filePath": "resourceFile343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile344", + "filePath": "resourceFile344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile345", + "filePath": "resourceFile345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile346", + "filePath": "resourceFile346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile347", + "filePath": "resourceFile347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile348", + "filePath": "resourceFile348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile349", + "filePath": "resourceFile349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile350", + "filePath": "resourceFile350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile351", + "filePath": "resourceFile351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile352", + "filePath": "resourceFile352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile353", + "filePath": "resourceFile353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile354", + "filePath": "resourceFile354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile355", + "filePath": "resourceFile355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile356", + "filePath": "resourceFile356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile357", + "filePath": "resourceFile357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile358", + "filePath": "resourceFile358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile359", + "filePath": "resourceFile359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile360", + "filePath": "resourceFile360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile361", + "filePath": "resourceFile361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile362", + "filePath": "resourceFile362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile363", + "filePath": "resourceFile363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile364", + "filePath": "resourceFile364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile365", + "filePath": "resourceFile365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile366", + "filePath": "resourceFile366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile367", + "filePath": "resourceFile367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile368", + "filePath": "resourceFile368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile369", + "filePath": "resourceFile369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile370", + "filePath": "resourceFile370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile371", + "filePath": "resourceFile371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile372", + "filePath": "resourceFile372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile373", + "filePath": "resourceFile373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile374", + "filePath": "resourceFile374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile375", + "filePath": "resourceFile375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile376", + "filePath": "resourceFile376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile377", + "filePath": "resourceFile377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile378", + "filePath": "resourceFile378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile379", + "filePath": "resourceFile379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile380", + "filePath": "resourceFile380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile381", + "filePath": "resourceFile381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile382", + "filePath": "resourceFile382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile383", + "filePath": "resourceFile383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile384", + "filePath": "resourceFile384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile385", + "filePath": "resourceFile385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile386", + "filePath": "resourceFile386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile387", + "filePath": "resourceFile387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile388", + "filePath": "resourceFile388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile389", + "filePath": "resourceFile389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile390", + "filePath": "resourceFile390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile391", + "filePath": "resourceFile391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile392", + "filePath": "resourceFile392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile393", + "filePath": "resourceFile393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile394", + "filePath": "resourceFile394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile395", + "filePath": "resourceFile395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile396", + "filePath": "resourceFile396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile397", + "filePath": "resourceFile397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile398", + "filePath": "resourceFile398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile399", + "filePath": "resourceFile399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile400", + "filePath": "resourceFile400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile401", + "filePath": "resourceFile401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile402", + "filePath": "resourceFile402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile403", + "filePath": "resourceFile403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile404", + "filePath": "resourceFile404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile405", + "filePath": "resourceFile405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile406", + "filePath": "resourceFile406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile407", + "filePath": "resourceFile407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile408", + "filePath": "resourceFile408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile409", + "filePath": "resourceFile409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile410", + "filePath": "resourceFile410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile411", + "filePath": "resourceFile411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile412", + "filePath": "resourceFile412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile413", + "filePath": "resourceFile413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile414", + "filePath": "resourceFile414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile415", + "filePath": "resourceFile415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile416", + "filePath": "resourceFile416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile417", + "filePath": "resourceFile417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile418", + "filePath": "resourceFile418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile419", + "filePath": "resourceFile419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile420", + "filePath": "resourceFile420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile421", + "filePath": "resourceFile421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile422", + "filePath": "resourceFile422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile423", + "filePath": "resourceFile423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile424", + "filePath": "resourceFile424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile425", + "filePath": "resourceFile425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile426", + "filePath": "resourceFile426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile427", + "filePath": "resourceFile427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile428", + "filePath": "resourceFile428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile429", + "filePath": "resourceFile429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile430", + "filePath": "resourceFile430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile431", + "filePath": "resourceFile431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile432", + "filePath": "resourceFile432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile433", + "filePath": "resourceFile433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile434", + "filePath": "resourceFile434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile435", + "filePath": "resourceFile435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile436", + "filePath": "resourceFile436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile437", + "filePath": "resourceFile437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile438", + "filePath": "resourceFile438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile439", + "filePath": "resourceFile439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile440", + "filePath": "resourceFile440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile441", + "filePath": "resourceFile441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile442", + "filePath": "resourceFile442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile443", + "filePath": "resourceFile443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile444", + "filePath": "resourceFile444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile445", + "filePath": "resourceFile445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile446", + "filePath": "resourceFile446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile447", + "filePath": "resourceFile447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile448", + "filePath": "resourceFile448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile449", + "filePath": "resourceFile449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile450", + "filePath": "resourceFile450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile451", + "filePath": "resourceFile451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile452", + "filePath": "resourceFile452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile453", + "filePath": "resourceFile453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile454", + "filePath": "resourceFile454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile455", + "filePath": "resourceFile455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile456", + "filePath": "resourceFile456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile457", + "filePath": "resourceFile457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile458", + "filePath": "resourceFile458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile459", + "filePath": "resourceFile459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile460", + "filePath": "resourceFile460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile461", + "filePath": "resourceFile461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile462", + "filePath": "resourceFile462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile463", + "filePath": "resourceFile463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile464", + "filePath": "resourceFile464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile465", + "filePath": "resourceFile465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile466", + "filePath": "resourceFile466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile467", + "filePath": "resourceFile467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile468", + "filePath": "resourceFile468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile469", + "filePath": "resourceFile469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile470", + "filePath": "resourceFile470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile471", + "filePath": "resourceFile471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile472", + "filePath": "resourceFile472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile473", + "filePath": "resourceFile473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile474", + "filePath": "resourceFile474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile475", + "filePath": "resourceFile475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile476", + "filePath": "resourceFile476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile477", + "filePath": "resourceFile477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile478", + "filePath": "resourceFile478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile479", + "filePath": "resourceFile479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile480", + "filePath": "resourceFile480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile481", + "filePath": "resourceFile481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile482", + "filePath": "resourceFile482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile483", + "filePath": "resourceFile483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile484", + "filePath": "resourceFile484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile485", + "filePath": "resourceFile485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile486", + "filePath": "resourceFile486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile487", + "filePath": "resourceFile487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile488", + "filePath": "resourceFile488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile489", + "filePath": "resourceFile489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile490", + "filePath": "resourceFile490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile491", + "filePath": "resourceFile491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile492", + "filePath": "resourceFile492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile493", + "filePath": "resourceFile493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile494", + "filePath": "resourceFile494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile495", + "filePath": "resourceFile495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile496", + "filePath": "resourceFile496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile497", + "filePath": "resourceFile497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile498", + "filePath": "resourceFile498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile499", + "filePath": "resourceFile499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile500", + "filePath": "resourceFile500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile501", + "filePath": "resourceFile501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile502", + "filePath": "resourceFile502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile503", + "filePath": "resourceFile503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile504", + "filePath": "resourceFile504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile505", + "filePath": "resourceFile505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile506", + "filePath": "resourceFile506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile507", + "filePath": "resourceFile507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile508", + "filePath": "resourceFile508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile509", + "filePath": "resourceFile509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile510", + "filePath": "resourceFile510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile511", + "filePath": "resourceFile511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile512", + "filePath": "resourceFile512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile513", + "filePath": "resourceFile513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile514", + "filePath": "resourceFile514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile515", + "filePath": "resourceFile515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile516", + "filePath": "resourceFile516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile517", + "filePath": "resourceFile517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile518", + "filePath": "resourceFile518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile519", + "filePath": "resourceFile519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile520", + "filePath": "resourceFile520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile521", + "filePath": "resourceFile521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile522", + "filePath": "resourceFile522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile523", + "filePath": "resourceFile523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile524", + "filePath": "resourceFile524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile525", + "filePath": "resourceFile525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile526", + "filePath": "resourceFile526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile527", + "filePath": "resourceFile527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile528", + "filePath": "resourceFile528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile529", + "filePath": "resourceFile529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile530", + "filePath": "resourceFile530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile531", + "filePath": "resourceFile531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile532", + "filePath": "resourceFile532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile533", + "filePath": "resourceFile533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile534", + "filePath": "resourceFile534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile535", + "filePath": "resourceFile535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile536", + "filePath": "resourceFile536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile537", + "filePath": "resourceFile537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile538", + "filePath": "resourceFile538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile539", + "filePath": "resourceFile539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile540", + "filePath": "resourceFile540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile541", + "filePath": "resourceFile541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile542", + "filePath": "resourceFile542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile543", + "filePath": "resourceFile543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile544", + "filePath": "resourceFile544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile545", + "filePath": "resourceFile545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile546", + "filePath": "resourceFile546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile547", + "filePath": "resourceFile547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile548", + "filePath": "resourceFile548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile549", + "filePath": "resourceFile549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile550", + "filePath": "resourceFile550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile551", + "filePath": "resourceFile551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile552", + "filePath": "resourceFile552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile553", + "filePath": "resourceFile553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile554", + "filePath": "resourceFile554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile555", + "filePath": "resourceFile555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile556", + "filePath": "resourceFile556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile557", + "filePath": "resourceFile557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile558", + "filePath": "resourceFile558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile559", + "filePath": "resourceFile559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile560", + "filePath": "resourceFile560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile561", + "filePath": "resourceFile561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile562", + "filePath": "resourceFile562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile563", + "filePath": "resourceFile563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile564", + "filePath": "resourceFile564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile565", + "filePath": "resourceFile565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile566", + "filePath": "resourceFile566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile567", + "filePath": "resourceFile567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile568", + "filePath": "resourceFile568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile569", + "filePath": "resourceFile569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile570", + "filePath": "resourceFile570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile571", + "filePath": "resourceFile571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile572", + "filePath": "resourceFile572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile573", + "filePath": "resourceFile573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile574", + "filePath": "resourceFile574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile575", + "filePath": "resourceFile575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile576", + "filePath": "resourceFile576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile577", + "filePath": "resourceFile577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile578", + "filePath": "resourceFile578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile579", + "filePath": "resourceFile579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile580", + "filePath": "resourceFile580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile581", + "filePath": "resourceFile581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile582", + "filePath": "resourceFile582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile583", + "filePath": "resourceFile583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile584", + "filePath": "resourceFile584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile585", + "filePath": "resourceFile585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile586", + "filePath": "resourceFile586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile587", + "filePath": "resourceFile587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile588", + "filePath": "resourceFile588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile589", + "filePath": "resourceFile589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile590", + "filePath": "resourceFile590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile591", + "filePath": "resourceFile591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile592", + "filePath": "resourceFile592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile593", + "filePath": "resourceFile593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile594", + "filePath": "resourceFile594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile595", + "filePath": "resourceFile595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile596", + "filePath": "resourceFile596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile597", + "filePath": "resourceFile597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile598", + "filePath": "resourceFile598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile599", + "filePath": "resourceFile599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile600", + "filePath": "resourceFile600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile601", + "filePath": "resourceFile601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile602", + "filePath": "resourceFile602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile603", + "filePath": "resourceFile603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile604", + "filePath": "resourceFile604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile605", + "filePath": "resourceFile605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile606", + "filePath": "resourceFile606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile607", + "filePath": "resourceFile607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile608", + "filePath": "resourceFile608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile609", + "filePath": "resourceFile609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile610", + "filePath": "resourceFile610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile611", + "filePath": "resourceFile611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile612", + "filePath": "resourceFile612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile613", + "filePath": "resourceFile613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile614", + "filePath": "resourceFile614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile615", + "filePath": "resourceFile615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile616", + "filePath": "resourceFile616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile617", + "filePath": "resourceFile617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile618", + "filePath": "resourceFile618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile619", + "filePath": "resourceFile619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile620", + "filePath": "resourceFile620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile621", + "filePath": "resourceFile621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile622", + "filePath": "resourceFile622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile623", + "filePath": "resourceFile623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile624", + "filePath": "resourceFile624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile625", + "filePath": "resourceFile625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile626", + "filePath": "resourceFile626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile627", + "filePath": "resourceFile627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile628", + "filePath": "resourceFile628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile629", + "filePath": "resourceFile629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile630", + "filePath": "resourceFile630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile631", + "filePath": "resourceFile631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile632", + "filePath": "resourceFile632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile633", + "filePath": "resourceFile633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile634", + "filePath": "resourceFile634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile635", + "filePath": "resourceFile635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile636", + "filePath": "resourceFile636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile637", + "filePath": "resourceFile637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile638", + "filePath": "resourceFile638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile639", + "filePath": "resourceFile639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile640", + "filePath": "resourceFile640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile641", + "filePath": "resourceFile641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile642", + "filePath": "resourceFile642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile643", + "filePath": "resourceFile643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile644", + "filePath": "resourceFile644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile645", + "filePath": "resourceFile645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile646", + "filePath": "resourceFile646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile647", + "filePath": "resourceFile647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile648", + "filePath": "resourceFile648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile649", + "filePath": "resourceFile649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile650", + "filePath": "resourceFile650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile651", + "filePath": "resourceFile651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile652", + "filePath": "resourceFile652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile653", + "filePath": "resourceFile653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile654", + "filePath": "resourceFile654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile655", + "filePath": "resourceFile655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile656", + "filePath": "resourceFile656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile657", + "filePath": "resourceFile657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile658", + "filePath": "resourceFile658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile659", + "filePath": "resourceFile659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile660", + "filePath": "resourceFile660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile661", + "filePath": "resourceFile661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile662", + "filePath": "resourceFile662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile663", + "filePath": "resourceFile663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile664", + "filePath": "resourceFile664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile665", + "filePath": "resourceFile665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile666", + "filePath": "resourceFile666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile667", + "filePath": "resourceFile667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile668", + "filePath": "resourceFile668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile669", + "filePath": "resourceFile669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile670", + "filePath": "resourceFile670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile671", + "filePath": "resourceFile671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile672", + "filePath": "resourceFile672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile673", + "filePath": "resourceFile673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile674", + "filePath": "resourceFile674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile675", + "filePath": "resourceFile675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile676", + "filePath": "resourceFile676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile677", + "filePath": "resourceFile677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile678", + "filePath": "resourceFile678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile679", + "filePath": "resourceFile679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile680", + "filePath": "resourceFile680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile681", + "filePath": "resourceFile681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile682", + "filePath": "resourceFile682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile683", + "filePath": "resourceFile683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile684", + "filePath": "resourceFile684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile685", + "filePath": "resourceFile685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile686", + "filePath": "resourceFile686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile687", + "filePath": "resourceFile687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile688", + "filePath": "resourceFile688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile689", + "filePath": "resourceFile689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile690", + "filePath": "resourceFile690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile691", + "filePath": "resourceFile691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile692", + "filePath": "resourceFile692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile693", + "filePath": "resourceFile693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile694", + "filePath": "resourceFile694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile695", + "filePath": "resourceFile695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile696", + "filePath": "resourceFile696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile697", + "filePath": "resourceFile697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile698", + "filePath": "resourceFile698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile699", + "filePath": "resourceFile699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile700", + "filePath": "resourceFile700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile701", + "filePath": "resourceFile701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile702", + "filePath": "resourceFile702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile703", + "filePath": "resourceFile703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile704", + "filePath": "resourceFile704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile705", + "filePath": "resourceFile705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile706", + "filePath": "resourceFile706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile707", + "filePath": "resourceFile707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile708", + "filePath": "resourceFile708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile709", + "filePath": "resourceFile709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile710", + "filePath": "resourceFile710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile711", + "filePath": "resourceFile711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile712", + "filePath": "resourceFile712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile713", + "filePath": "resourceFile713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile714", + "filePath": "resourceFile714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile715", + "filePath": "resourceFile715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile716", + "filePath": "resourceFile716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile717", + "filePath": "resourceFile717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile718", + "filePath": "resourceFile718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile719", + "filePath": "resourceFile719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile720", + "filePath": "resourceFile720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile721", + "filePath": "resourceFile721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile722", + "filePath": "resourceFile722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile723", + "filePath": "resourceFile723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile724", + "filePath": "resourceFile724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile725", + "filePath": "resourceFile725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile726", + "filePath": "resourceFile726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile727", + "filePath": "resourceFile727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile728", + "filePath": "resourceFile728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile729", + "filePath": "resourceFile729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile730", + "filePath": "resourceFile730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile731", + "filePath": "resourceFile731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile732", + "filePath": "resourceFile732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile733", + "filePath": "resourceFile733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile734", + "filePath": "resourceFile734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile735", + "filePath": "resourceFile735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile736", + "filePath": "resourceFile736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile737", + "filePath": "resourceFile737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile738", + "filePath": "resourceFile738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile739", + "filePath": "resourceFile739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile740", + "filePath": "resourceFile740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile741", + "filePath": "resourceFile741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile742", + "filePath": "resourceFile742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile743", + "filePath": "resourceFile743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile744", + "filePath": "resourceFile744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile745", + "filePath": "resourceFile745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile746", + "filePath": "resourceFile746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile747", + "filePath": "resourceFile747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile748", + "filePath": "resourceFile748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile749", + "filePath": "resourceFile749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile750", + "filePath": "resourceFile750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile751", + "filePath": "resourceFile751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile752", + "filePath": "resourceFile752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile753", + "filePath": "resourceFile753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile754", + "filePath": "resourceFile754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile755", + "filePath": "resourceFile755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile756", + "filePath": "resourceFile756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile757", + "filePath": "resourceFile757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile758", + "filePath": "resourceFile758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile759", + "filePath": "resourceFile759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile760", + "filePath": "resourceFile760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile761", + "filePath": "resourceFile761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile762", + "filePath": "resourceFile762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile763", + "filePath": "resourceFile763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile764", + "filePath": "resourceFile764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile765", + "filePath": "resourceFile765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile766", + "filePath": "resourceFile766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile767", + "filePath": "resourceFile767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile768", + "filePath": "resourceFile768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile769", + "filePath": "resourceFile769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile770", + "filePath": "resourceFile770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile771", + "filePath": "resourceFile771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile772", + "filePath": "resourceFile772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile773", + "filePath": "resourceFile773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile774", + "filePath": "resourceFile774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile775", + "filePath": "resourceFile775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile776", + "filePath": "resourceFile776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile777", + "filePath": "resourceFile777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile778", + "filePath": "resourceFile778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile779", + "filePath": "resourceFile779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile780", + "filePath": "resourceFile780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile781", + "filePath": "resourceFile781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile782", + "filePath": "resourceFile782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile783", + "filePath": "resourceFile783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile784", + "filePath": "resourceFile784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile785", + "filePath": "resourceFile785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile786", + "filePath": "resourceFile786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile787", + "filePath": "resourceFile787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile788", + "filePath": "resourceFile788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile789", + "filePath": "resourceFile789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile790", + "filePath": "resourceFile790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile791", + "filePath": "resourceFile791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile792", + "filePath": "resourceFile792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile793", + "filePath": "resourceFile793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile794", + "filePath": "resourceFile794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile795", + "filePath": "resourceFile795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile796", + "filePath": "resourceFile796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile797", + "filePath": "resourceFile797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile798", + "filePath": "resourceFile798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile799", + "filePath": "resourceFile799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile800", + "filePath": "resourceFile800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile801", + "filePath": "resourceFile801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile802", + "filePath": "resourceFile802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile803", + "filePath": "resourceFile803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile804", + "filePath": "resourceFile804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile805", + "filePath": "resourceFile805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile806", + "filePath": "resourceFile806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile807", + "filePath": "resourceFile807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile808", + "filePath": "resourceFile808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile809", + "filePath": "resourceFile809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile810", + "filePath": "resourceFile810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile811", + "filePath": "resourceFile811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile812", + "filePath": "resourceFile812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile813", + "filePath": "resourceFile813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile814", + "filePath": "resourceFile814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile815", + "filePath": "resourceFile815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile816", + "filePath": "resourceFile816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile817", + "filePath": "resourceFile817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile818", + "filePath": "resourceFile818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile819", + "filePath": "resourceFile819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile820", + "filePath": "resourceFile820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile821", + "filePath": "resourceFile821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile822", + "filePath": "resourceFile822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile823", + "filePath": "resourceFile823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile824", + "filePath": "resourceFile824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile825", + "filePath": "resourceFile825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile826", + "filePath": "resourceFile826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile827", + "filePath": "resourceFile827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile828", + "filePath": "resourceFile828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile829", + "filePath": "resourceFile829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile830", + "filePath": "resourceFile830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile831", + "filePath": "resourceFile831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile832", + "filePath": "resourceFile832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile833", + "filePath": "resourceFile833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile834", + "filePath": "resourceFile834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile835", + "filePath": "resourceFile835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile836", + "filePath": "resourceFile836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile837", + "filePath": "resourceFile837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile838", + "filePath": "resourceFile838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile839", + "filePath": "resourceFile839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile840", + "filePath": "resourceFile840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile841", + "filePath": "resourceFile841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile842", + "filePath": "resourceFile842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile843", + "filePath": "resourceFile843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile844", + "filePath": "resourceFile844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile845", + "filePath": "resourceFile845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile846", + "filePath": "resourceFile846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile847", + "filePath": "resourceFile847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile848", + "filePath": "resourceFile848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile849", + "filePath": "resourceFile849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile850", + "filePath": "resourceFile850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile851", + "filePath": "resourceFile851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile852", + "filePath": "resourceFile852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile853", + "filePath": "resourceFile853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile854", + "filePath": "resourceFile854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile855", + "filePath": "resourceFile855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile856", + "filePath": "resourceFile856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile857", + "filePath": "resourceFile857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile858", + "filePath": "resourceFile858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile859", + "filePath": "resourceFile859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile860", + "filePath": "resourceFile860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile861", + "filePath": "resourceFile861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile862", + "filePath": "resourceFile862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile863", + "filePath": "resourceFile863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile864", + "filePath": "resourceFile864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile865", + "filePath": "resourceFile865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile866", + "filePath": "resourceFile866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile867", + "filePath": "resourceFile867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile868", + "filePath": "resourceFile868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile869", + "filePath": "resourceFile869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile870", + "filePath": "resourceFile870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile871", + "filePath": "resourceFile871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile872", + "filePath": "resourceFile872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile873", + "filePath": "resourceFile873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile874", + "filePath": "resourceFile874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile875", + "filePath": "resourceFile875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile876", + "filePath": "resourceFile876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile877", + "filePath": "resourceFile877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile878", + "filePath": "resourceFile878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile879", + "filePath": "resourceFile879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile880", + "filePath": "resourceFile880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile881", + "filePath": "resourceFile881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile882", + "filePath": "resourceFile882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile883", + "filePath": "resourceFile883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile884", + "filePath": "resourceFile884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile885", + "filePath": "resourceFile885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile886", + "filePath": "resourceFile886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile887", + "filePath": "resourceFile887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile888", + "filePath": "resourceFile888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile889", + "filePath": "resourceFile889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile890", + "filePath": "resourceFile890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile891", + "filePath": "resourceFile891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile892", + "filePath": "resourceFile892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile893", + "filePath": "resourceFile893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile894", + "filePath": "resourceFile894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile895", + "filePath": "resourceFile895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile896", + "filePath": "resourceFile896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile897", + "filePath": "resourceFile897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile898", + "filePath": "resourceFile898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile899", + "filePath": "resourceFile899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile900", + "filePath": "resourceFile900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile901", + "filePath": "resourceFile901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile902", + "filePath": "resourceFile902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile903", + "filePath": "resourceFile903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile904", + "filePath": "resourceFile904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile905", + "filePath": "resourceFile905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile906", + "filePath": "resourceFile906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile907", + "filePath": "resourceFile907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile908", + "filePath": "resourceFile908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile909", + "filePath": "resourceFile909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile910", + "filePath": "resourceFile910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile911", + "filePath": "resourceFile911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile912", + "filePath": "resourceFile912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile913", + "filePath": "resourceFile913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile914", + "filePath": "resourceFile914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile915", + "filePath": "resourceFile915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile916", + "filePath": "resourceFile916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile917", + "filePath": "resourceFile917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile918", + "filePath": "resourceFile918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile919", + "filePath": "resourceFile919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile920", + "filePath": "resourceFile920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile921", + "filePath": "resourceFile921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile922", + "filePath": "resourceFile922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile923", + "filePath": "resourceFile923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile924", + "filePath": "resourceFile924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile925", + "filePath": "resourceFile925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile926", + "filePath": "resourceFile926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile927", + "filePath": "resourceFile927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile928", + "filePath": "resourceFile928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile929", + "filePath": "resourceFile929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile930", + "filePath": "resourceFile930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile931", + "filePath": "resourceFile931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile932", + "filePath": "resourceFile932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile933", + "filePath": "resourceFile933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile934", + "filePath": "resourceFile934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile935", + "filePath": "resourceFile935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile936", + "filePath": "resourceFile936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile937", + "filePath": "resourceFile937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile938", + "filePath": "resourceFile938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile939", + "filePath": "resourceFile939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile940", + "filePath": "resourceFile940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile941", + "filePath": "resourceFile941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile942", + "filePath": "resourceFile942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile943", + "filePath": "resourceFile943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile944", + "filePath": "resourceFile944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile945", + "filePath": "resourceFile945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile946", + "filePath": "resourceFile946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile947", + "filePath": "resourceFile947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile948", + "filePath": "resourceFile948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile949", + "filePath": "resourceFile949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile950", + "filePath": "resourceFile950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile951", + "filePath": "resourceFile951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile952", + "filePath": "resourceFile952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile953", + "filePath": "resourceFile953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile954", + "filePath": "resourceFile954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile955", + "filePath": "resourceFile955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile956", + "filePath": "resourceFile956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile957", + "filePath": "resourceFile957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile958", + "filePath": "resourceFile958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile959", + "filePath": "resourceFile959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile960", + "filePath": "resourceFile960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile961", + "filePath": "resourceFile961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile962", + "filePath": "resourceFile962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile963", + "filePath": "resourceFile963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile964", + "filePath": "resourceFile964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile965", + "filePath": "resourceFile965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile966", + "filePath": "resourceFile966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile967", + "filePath": "resourceFile967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile968", + "filePath": "resourceFile968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile969", + "filePath": "resourceFile969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile970", + "filePath": "resourceFile970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile971", + "filePath": "resourceFile971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile972", + "filePath": "resourceFile972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile973", + "filePath": "resourceFile973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile974", + "filePath": "resourceFile974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile975", + "filePath": "resourceFile975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile976", + "filePath": "resourceFile976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile977", + "filePath": "resourceFile977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile978", + "filePath": "resourceFile978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile979", + "filePath": "resourceFile979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile980", + "filePath": "resourceFile980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile981", + "filePath": "resourceFile981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile982", + "filePath": "resourceFile982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile983", + "filePath": "resourceFile983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile984", + "filePath": "resourceFile984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile985", + "filePath": "resourceFile985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile986", + "filePath": "resourceFile986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile987", + "filePath": "resourceFile987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile988", + "filePath": "resourceFile988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile989", + "filePath": "resourceFile989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile990", + "filePath": "resourceFile990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile991", + "filePath": "resourceFile991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile992", + "filePath": "resourceFile992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile993", + "filePath": "resourceFile993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile994", + "filePath": "resourceFile994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile995", + "filePath": "resourceFile995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile996", + "filePath": "resourceFile996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile997", + "filePath": "resourceFile997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile998", + "filePath": "resourceFile998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile999", + "filePath": "resourceFile999"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1000", + "filePath": "resourceFile1000"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1001", + "filePath": "resourceFile1001"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1002", + "filePath": "resourceFile1002"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1003", + "filePath": "resourceFile1003"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1004", + "filePath": "resourceFile1004"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1005", + "filePath": "resourceFile1005"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1006", + "filePath": "resourceFile1006"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1007", + "filePath": "resourceFile1007"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1008", + "filePath": "resourceFile1008"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1009", + "filePath": "resourceFile1009"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1010", + "filePath": "resourceFile1010"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1011", + "filePath": "resourceFile1011"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1012", + "filePath": "resourceFile1012"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1013", + "filePath": "resourceFile1013"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1014", + "filePath": "resourceFile1014"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1015", + "filePath": "resourceFile1015"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1016", + "filePath": "resourceFile1016"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1017", + "filePath": "resourceFile1017"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1018", + "filePath": "resourceFile1018"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1019", + "filePath": "resourceFile1019"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1020", + "filePath": "resourceFile1020"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1021", + "filePath": "resourceFile1021"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1022", + "filePath": "resourceFile1022"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1023", + "filePath": "resourceFile1023"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1024", + "filePath": "resourceFile1024"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1025", + "filePath": "resourceFile1025"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1026", + "filePath": "resourceFile1026"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1027", + "filePath": "resourceFile1027"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1028", + "filePath": "resourceFile1028"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1029", + "filePath": "resourceFile1029"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1030", + "filePath": "resourceFile1030"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1031", + "filePath": "resourceFile1031"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1032", + "filePath": "resourceFile1032"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1033", + "filePath": "resourceFile1033"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1034", + "filePath": "resourceFile1034"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1035", + "filePath": "resourceFile1035"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1036", + "filePath": "resourceFile1036"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1037", + "filePath": "resourceFile1037"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1038", + "filePath": "resourceFile1038"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1039", + "filePath": "resourceFile1039"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1040", + "filePath": "resourceFile1040"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1041", + "filePath": "resourceFile1041"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1042", + "filePath": "resourceFile1042"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1043", + "filePath": "resourceFile1043"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1044", + "filePath": "resourceFile1044"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1045", + "filePath": "resourceFile1045"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1046", + "filePath": "resourceFile1046"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1047", + "filePath": "resourceFile1047"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1048", + "filePath": "resourceFile1048"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1049", + "filePath": "resourceFile1049"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1050", + "filePath": "resourceFile1050"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1051", + "filePath": "resourceFile1051"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1052", + "filePath": "resourceFile1052"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1053", + "filePath": "resourceFile1053"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1054", + "filePath": "resourceFile1054"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1055", + "filePath": "resourceFile1055"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1056", + "filePath": "resourceFile1056"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1057", + "filePath": "resourceFile1057"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1058", + "filePath": "resourceFile1058"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1059", + "filePath": "resourceFile1059"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1060", + "filePath": "resourceFile1060"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1061", + "filePath": "resourceFile1061"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1062", + "filePath": "resourceFile1062"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1063", + "filePath": "resourceFile1063"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1064", + "filePath": "resourceFile1064"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1065", + "filePath": "resourceFile1065"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1066", + "filePath": "resourceFile1066"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1067", + "filePath": "resourceFile1067"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1068", + "filePath": "resourceFile1068"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1069", + "filePath": "resourceFile1069"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1070", + "filePath": "resourceFile1070"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1071", + "filePath": "resourceFile1071"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1072", + "filePath": "resourceFile1072"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1073", + "filePath": "resourceFile1073"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1074", + "filePath": "resourceFile1074"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1075", + "filePath": "resourceFile1075"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1076", + "filePath": "resourceFile1076"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1077", + "filePath": "resourceFile1077"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1078", + "filePath": "resourceFile1078"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1079", + "filePath": "resourceFile1079"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1080", + "filePath": "resourceFile1080"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1081", + "filePath": "resourceFile1081"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1082", + "filePath": "resourceFile1082"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1083", + "filePath": "resourceFile1083"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1084", + "filePath": "resourceFile1084"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1085", + "filePath": "resourceFile1085"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1086", + "filePath": "resourceFile1086"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1087", + "filePath": "resourceFile1087"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1088", + "filePath": "resourceFile1088"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1089", + "filePath": "resourceFile1089"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1090", + "filePath": "resourceFile1090"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1091", + "filePath": "resourceFile1091"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1092", + "filePath": "resourceFile1092"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1093", + "filePath": "resourceFile1093"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1094", + "filePath": "resourceFile1094"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1095", + "filePath": "resourceFile1095"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1096", + "filePath": "resourceFile1096"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1097", + "filePath": "resourceFile1097"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1098", + "filePath": "resourceFile1098"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1099", + "filePath": "resourceFile1099"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1100", + "filePath": "resourceFile1100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1101", + "filePath": "resourceFile1101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1102", + "filePath": "resourceFile1102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1103", + "filePath": "resourceFile1103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1104", + "filePath": "resourceFile1104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1105", + "filePath": "resourceFile1105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1106", + "filePath": "resourceFile1106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1107", + "filePath": "resourceFile1107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1108", + "filePath": "resourceFile1108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1109", + "filePath": "resourceFile1109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1110", + "filePath": "resourceFile1110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1111", + "filePath": "resourceFile1111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1112", + "filePath": "resourceFile1112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1113", + "filePath": "resourceFile1113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1114", + "filePath": "resourceFile1114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1115", + "filePath": "resourceFile1115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1116", + "filePath": "resourceFile1116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1117", + "filePath": "resourceFile1117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1118", + "filePath": "resourceFile1118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1119", + "filePath": "resourceFile1119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1120", + "filePath": "resourceFile1120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1121", + "filePath": "resourceFile1121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1122", + "filePath": "resourceFile1122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1123", + "filePath": "resourceFile1123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1124", + "filePath": "resourceFile1124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1125", + "filePath": "resourceFile1125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1126", + "filePath": "resourceFile1126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1127", + "filePath": "resourceFile1127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1128", + "filePath": "resourceFile1128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1129", + "filePath": "resourceFile1129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1130", + "filePath": "resourceFile1130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1131", + "filePath": "resourceFile1131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1132", + "filePath": "resourceFile1132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1133", + "filePath": "resourceFile1133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1134", + "filePath": "resourceFile1134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1135", + "filePath": "resourceFile1135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1136", + "filePath": "resourceFile1136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1137", + "filePath": "resourceFile1137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1138", + "filePath": "resourceFile1138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1139", + "filePath": "resourceFile1139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1140", + "filePath": "resourceFile1140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1141", + "filePath": "resourceFile1141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1142", + "filePath": "resourceFile1142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1143", + "filePath": "resourceFile1143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1144", + "filePath": "resourceFile1144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1145", + "filePath": "resourceFile1145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1146", + "filePath": "resourceFile1146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1147", + "filePath": "resourceFile1147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1148", + "filePath": "resourceFile1148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1149", + "filePath": "resourceFile1149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1150", + "filePath": "resourceFile1150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1151", + "filePath": "resourceFile1151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1152", + "filePath": "resourceFile1152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1153", + "filePath": "resourceFile1153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1154", + "filePath": "resourceFile1154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1155", + "filePath": "resourceFile1155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1156", + "filePath": "resourceFile1156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1157", + "filePath": "resourceFile1157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1158", + "filePath": "resourceFile1158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1159", + "filePath": "resourceFile1159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1160", + "filePath": "resourceFile1160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1161", + "filePath": "resourceFile1161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1162", + "filePath": "resourceFile1162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1163", + "filePath": "resourceFile1163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1164", + "filePath": "resourceFile1164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1165", + "filePath": "resourceFile1165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1166", + "filePath": "resourceFile1166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1167", + "filePath": "resourceFile1167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1168", + "filePath": "resourceFile1168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1169", + "filePath": "resourceFile1169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1170", + "filePath": "resourceFile1170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1171", + "filePath": "resourceFile1171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1172", + "filePath": "resourceFile1172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1173", + "filePath": "resourceFile1173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1174", + "filePath": "resourceFile1174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1175", + "filePath": "resourceFile1175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1176", + "filePath": "resourceFile1176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1177", + "filePath": "resourceFile1177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1178", + "filePath": "resourceFile1178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1179", + "filePath": "resourceFile1179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1180", + "filePath": "resourceFile1180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1181", + "filePath": "resourceFile1181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1182", + "filePath": "resourceFile1182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1183", + "filePath": "resourceFile1183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1184", + "filePath": "resourceFile1184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1185", + "filePath": "resourceFile1185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1186", + "filePath": "resourceFile1186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1187", + "filePath": "resourceFile1187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1188", + "filePath": "resourceFile1188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1189", + "filePath": "resourceFile1189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1190", + "filePath": "resourceFile1190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1191", + "filePath": "resourceFile1191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1192", + "filePath": "resourceFile1192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1193", + "filePath": "resourceFile1193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1194", + "filePath": "resourceFile1194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1195", + "filePath": "resourceFile1195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1196", + "filePath": "resourceFile1196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1197", + "filePath": "resourceFile1197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1198", + "filePath": "resourceFile1198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1199", + "filePath": "resourceFile1199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1200", + "filePath": "resourceFile1200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1201", + "filePath": "resourceFile1201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1202", + "filePath": "resourceFile1202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1203", + "filePath": "resourceFile1203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1204", + "filePath": "resourceFile1204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1205", + "filePath": "resourceFile1205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1206", + "filePath": "resourceFile1206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1207", + "filePath": "resourceFile1207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1208", + "filePath": "resourceFile1208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1209", + "filePath": "resourceFile1209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1210", + "filePath": "resourceFile1210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1211", + "filePath": "resourceFile1211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1212", + "filePath": "resourceFile1212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1213", + "filePath": "resourceFile1213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1214", + "filePath": "resourceFile1214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1215", + "filePath": "resourceFile1215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1216", + "filePath": "resourceFile1216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1217", + "filePath": "resourceFile1217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1218", + "filePath": "resourceFile1218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1219", + "filePath": "resourceFile1219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1220", + "filePath": "resourceFile1220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1221", + "filePath": "resourceFile1221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1222", + "filePath": "resourceFile1222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1223", + "filePath": "resourceFile1223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1224", + "filePath": "resourceFile1224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1225", + "filePath": "resourceFile1225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1226", + "filePath": "resourceFile1226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1227", + "filePath": "resourceFile1227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1228", + "filePath": "resourceFile1228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1229", + "filePath": "resourceFile1229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1230", + "filePath": "resourceFile1230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1231", + "filePath": "resourceFile1231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1232", + "filePath": "resourceFile1232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1233", + "filePath": "resourceFile1233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1234", + "filePath": "resourceFile1234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1235", + "filePath": "resourceFile1235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1236", + "filePath": "resourceFile1236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1237", + "filePath": "resourceFile1237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1238", + "filePath": "resourceFile1238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1239", + "filePath": "resourceFile1239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1240", + "filePath": "resourceFile1240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1241", + "filePath": "resourceFile1241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1242", + "filePath": "resourceFile1242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1243", + "filePath": "resourceFile1243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1244", + "filePath": "resourceFile1244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1245", + "filePath": "resourceFile1245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1246", + "filePath": "resourceFile1246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1247", + "filePath": "resourceFile1247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1248", + "filePath": "resourceFile1248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1249", + "filePath": "resourceFile1249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1250", + "filePath": "resourceFile1250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1251", + "filePath": "resourceFile1251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1252", + "filePath": "resourceFile1252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1253", + "filePath": "resourceFile1253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1254", + "filePath": "resourceFile1254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1255", + "filePath": "resourceFile1255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1256", + "filePath": "resourceFile1256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1257", + "filePath": "resourceFile1257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1258", + "filePath": "resourceFile1258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1259", + "filePath": "resourceFile1259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1260", + "filePath": "resourceFile1260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1261", + "filePath": "resourceFile1261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1262", + "filePath": "resourceFile1262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1263", + "filePath": "resourceFile1263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1264", + "filePath": "resourceFile1264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1265", + "filePath": "resourceFile1265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1266", + "filePath": "resourceFile1266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1267", + "filePath": "resourceFile1267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1268", + "filePath": "resourceFile1268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1269", + "filePath": "resourceFile1269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1270", + "filePath": "resourceFile1270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1271", + "filePath": "resourceFile1271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1272", + "filePath": "resourceFile1272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1273", + "filePath": "resourceFile1273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1274", + "filePath": "resourceFile1274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1275", + "filePath": "resourceFile1275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1276", + "filePath": "resourceFile1276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1277", + "filePath": "resourceFile1277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1278", + "filePath": "resourceFile1278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1279", + "filePath": "resourceFile1279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1280", + "filePath": "resourceFile1280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1281", + "filePath": "resourceFile1281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1282", + "filePath": "resourceFile1282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1283", + "filePath": "resourceFile1283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1284", + "filePath": "resourceFile1284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1285", + "filePath": "resourceFile1285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1286", + "filePath": "resourceFile1286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1287", + "filePath": "resourceFile1287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1288", + "filePath": "resourceFile1288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1289", + "filePath": "resourceFile1289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1290", + "filePath": "resourceFile1290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1291", + "filePath": "resourceFile1291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1292", + "filePath": "resourceFile1292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1293", + "filePath": "resourceFile1293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1294", + "filePath": "resourceFile1294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1295", + "filePath": "resourceFile1295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1296", + "filePath": "resourceFile1296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1297", + "filePath": "resourceFile1297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1298", + "filePath": "resourceFile1298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1299", + "filePath": "resourceFile1299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1300", + "filePath": "resourceFile1300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1301", + "filePath": "resourceFile1301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1302", + "filePath": "resourceFile1302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1303", + "filePath": "resourceFile1303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1304", + "filePath": "resourceFile1304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1305", + "filePath": "resourceFile1305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1306", + "filePath": "resourceFile1306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1307", + "filePath": "resourceFile1307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1308", + "filePath": "resourceFile1308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1309", + "filePath": "resourceFile1309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1310", + "filePath": "resourceFile1310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1311", + "filePath": "resourceFile1311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1312", + "filePath": "resourceFile1312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1313", + "filePath": "resourceFile1313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1314", + "filePath": "resourceFile1314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1315", + "filePath": "resourceFile1315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1316", + "filePath": "resourceFile1316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1317", + "filePath": "resourceFile1317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1318", + "filePath": "resourceFile1318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1319", + "filePath": "resourceFile1319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1320", + "filePath": "resourceFile1320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1321", + "filePath": "resourceFile1321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1322", + "filePath": "resourceFile1322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1323", + "filePath": "resourceFile1323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1324", + "filePath": "resourceFile1324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1325", + "filePath": "resourceFile1325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1326", + "filePath": "resourceFile1326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1327", + "filePath": "resourceFile1327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1328", + "filePath": "resourceFile1328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1329", + "filePath": "resourceFile1329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1330", + "filePath": "resourceFile1330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1331", + "filePath": "resourceFile1331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1332", + "filePath": "resourceFile1332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1333", + "filePath": "resourceFile1333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1334", + "filePath": "resourceFile1334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1335", + "filePath": "resourceFile1335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1336", + "filePath": "resourceFile1336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1337", + "filePath": "resourceFile1337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1338", + "filePath": "resourceFile1338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1339", + "filePath": "resourceFile1339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1340", + "filePath": "resourceFile1340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1341", + "filePath": "resourceFile1341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1342", + "filePath": "resourceFile1342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1343", + "filePath": "resourceFile1343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1344", + "filePath": "resourceFile1344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1345", + "filePath": "resourceFile1345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1346", + "filePath": "resourceFile1346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1347", + "filePath": "resourceFile1347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1348", + "filePath": "resourceFile1348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1349", + "filePath": "resourceFile1349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1350", + "filePath": "resourceFile1350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1351", + "filePath": "resourceFile1351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1352", + "filePath": "resourceFile1352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1353", + "filePath": "resourceFile1353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1354", + "filePath": "resourceFile1354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1355", + "filePath": "resourceFile1355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1356", + "filePath": "resourceFile1356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1357", + "filePath": "resourceFile1357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1358", + "filePath": "resourceFile1358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1359", + "filePath": "resourceFile1359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1360", + "filePath": "resourceFile1360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1361", + "filePath": "resourceFile1361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1362", + "filePath": "resourceFile1362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1363", + "filePath": "resourceFile1363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1364", + "filePath": "resourceFile1364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1365", + "filePath": "resourceFile1365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1366", + "filePath": "resourceFile1366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1367", + "filePath": "resourceFile1367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1368", + "filePath": "resourceFile1368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1369", + "filePath": "resourceFile1369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1370", + "filePath": "resourceFile1370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1371", + "filePath": "resourceFile1371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1372", + "filePath": "resourceFile1372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1373", + "filePath": "resourceFile1373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1374", + "filePath": "resourceFile1374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1375", + "filePath": "resourceFile1375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1376", + "filePath": "resourceFile1376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1377", + "filePath": "resourceFile1377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1378", + "filePath": "resourceFile1378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1379", + "filePath": "resourceFile1379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1380", + "filePath": "resourceFile1380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1381", + "filePath": "resourceFile1381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1382", + "filePath": "resourceFile1382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1383", + "filePath": "resourceFile1383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1384", + "filePath": "resourceFile1384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1385", + "filePath": "resourceFile1385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1386", + "filePath": "resourceFile1386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1387", + "filePath": "resourceFile1387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1388", + "filePath": "resourceFile1388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1389", + "filePath": "resourceFile1389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1390", + "filePath": "resourceFile1390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1391", + "filePath": "resourceFile1391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1392", + "filePath": "resourceFile1392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1393", + "filePath": "resourceFile1393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1394", + "filePath": "resourceFile1394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1395", + "filePath": "resourceFile1395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1396", + "filePath": "resourceFile1396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1397", + "filePath": "resourceFile1397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1398", + "filePath": "resourceFile1398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1399", + "filePath": "resourceFile1399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1400", + "filePath": "resourceFile1400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1401", + "filePath": "resourceFile1401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1402", + "filePath": "resourceFile1402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1403", + "filePath": "resourceFile1403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1404", + "filePath": "resourceFile1404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1405", + "filePath": "resourceFile1405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1406", + "filePath": "resourceFile1406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1407", + "filePath": "resourceFile1407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1408", + "filePath": "resourceFile1408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1409", + "filePath": "resourceFile1409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1410", + "filePath": "resourceFile1410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1411", + "filePath": "resourceFile1411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1412", + "filePath": "resourceFile1412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1413", + "filePath": "resourceFile1413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1414", + "filePath": "resourceFile1414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1415", + "filePath": "resourceFile1415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1416", + "filePath": "resourceFile1416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1417", + "filePath": "resourceFile1417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1418", + "filePath": "resourceFile1418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1419", + "filePath": "resourceFile1419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1420", + "filePath": "resourceFile1420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1421", + "filePath": "resourceFile1421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1422", + "filePath": "resourceFile1422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1423", + "filePath": "resourceFile1423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1424", + "filePath": "resourceFile1424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1425", + "filePath": "resourceFile1425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1426", + "filePath": "resourceFile1426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1427", + "filePath": "resourceFile1427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1428", + "filePath": "resourceFile1428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1429", + "filePath": "resourceFile1429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1430", + "filePath": "resourceFile1430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1431", + "filePath": "resourceFile1431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1432", + "filePath": "resourceFile1432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1433", + "filePath": "resourceFile1433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1434", + "filePath": "resourceFile1434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1435", + "filePath": "resourceFile1435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1436", + "filePath": "resourceFile1436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1437", + "filePath": "resourceFile1437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1438", + "filePath": "resourceFile1438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1439", + "filePath": "resourceFile1439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1440", + "filePath": "resourceFile1440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1441", + "filePath": "resourceFile1441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1442", + "filePath": "resourceFile1442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1443", + "filePath": "resourceFile1443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1444", + "filePath": "resourceFile1444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1445", + "filePath": "resourceFile1445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1446", + "filePath": "resourceFile1446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1447", + "filePath": "resourceFile1447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1448", + "filePath": "resourceFile1448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1449", + "filePath": "resourceFile1449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1450", + "filePath": "resourceFile1450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1451", + "filePath": "resourceFile1451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1452", + "filePath": "resourceFile1452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1453", + "filePath": "resourceFile1453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1454", + "filePath": "resourceFile1454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1455", + "filePath": "resourceFile1455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1456", + "filePath": "resourceFile1456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1457", + "filePath": "resourceFile1457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1458", + "filePath": "resourceFile1458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1459", + "filePath": "resourceFile1459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1460", + "filePath": "resourceFile1460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1461", + "filePath": "resourceFile1461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1462", + "filePath": "resourceFile1462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1463", + "filePath": "resourceFile1463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1464", + "filePath": "resourceFile1464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1465", + "filePath": "resourceFile1465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1466", + "filePath": "resourceFile1466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1467", + "filePath": "resourceFile1467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1468", + "filePath": "resourceFile1468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1469", + "filePath": "resourceFile1469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1470", + "filePath": "resourceFile1470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1471", + "filePath": "resourceFile1471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1472", + "filePath": "resourceFile1472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1473", + "filePath": "resourceFile1473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1474", + "filePath": "resourceFile1474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1475", + "filePath": "resourceFile1475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1476", + "filePath": "resourceFile1476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1477", + "filePath": "resourceFile1477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1478", + "filePath": "resourceFile1478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1479", + "filePath": "resourceFile1479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1480", + "filePath": "resourceFile1480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1481", + "filePath": "resourceFile1481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1482", + "filePath": "resourceFile1482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1483", + "filePath": "resourceFile1483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1484", + "filePath": "resourceFile1484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1485", + "filePath": "resourceFile1485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1486", + "filePath": "resourceFile1486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1487", + "filePath": "resourceFile1487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1488", + "filePath": "resourceFile1488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1489", + "filePath": "resourceFile1489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1490", + "filePath": "resourceFile1490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1491", + "filePath": "resourceFile1491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1492", + "filePath": "resourceFile1492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1493", + "filePath": "resourceFile1493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1494", + "filePath": "resourceFile1494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1495", + "filePath": "resourceFile1495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1496", + "filePath": "resourceFile1496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1497", + "filePath": "resourceFile1497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1498", + "filePath": "resourceFile1498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1499", + "filePath": "resourceFile1499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1500", + "filePath": "resourceFile1500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1501", + "filePath": "resourceFile1501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1502", + "filePath": "resourceFile1502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1503", + "filePath": "resourceFile1503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1504", + "filePath": "resourceFile1504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1505", + "filePath": "resourceFile1505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1506", + "filePath": "resourceFile1506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1507", + "filePath": "resourceFile1507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1508", + "filePath": "resourceFile1508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1509", + "filePath": "resourceFile1509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1510", + "filePath": "resourceFile1510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1511", + "filePath": "resourceFile1511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1512", + "filePath": "resourceFile1512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1513", + "filePath": "resourceFile1513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1514", + "filePath": "resourceFile1514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1515", + "filePath": "resourceFile1515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1516", + "filePath": "resourceFile1516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1517", + "filePath": "resourceFile1517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1518", + "filePath": "resourceFile1518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1519", + "filePath": "resourceFile1519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1520", + "filePath": "resourceFile1520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1521", + "filePath": "resourceFile1521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1522", + "filePath": "resourceFile1522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1523", + "filePath": "resourceFile1523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1524", + "filePath": "resourceFile1524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1525", + "filePath": "resourceFile1525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1526", + "filePath": "resourceFile1526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1527", + "filePath": "resourceFile1527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1528", + "filePath": "resourceFile1528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1529", + "filePath": "resourceFile1529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1530", + "filePath": "resourceFile1530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1531", + "filePath": "resourceFile1531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1532", + "filePath": "resourceFile1532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1533", + "filePath": "resourceFile1533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1534", + "filePath": "resourceFile1534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1535", + "filePath": "resourceFile1535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1536", + "filePath": "resourceFile1536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1537", + "filePath": "resourceFile1537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1538", + "filePath": "resourceFile1538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1539", + "filePath": "resourceFile1539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1540", + "filePath": "resourceFile1540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1541", + "filePath": "resourceFile1541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1542", + "filePath": "resourceFile1542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1543", + "filePath": "resourceFile1543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1544", + "filePath": "resourceFile1544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1545", + "filePath": "resourceFile1545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1546", + "filePath": "resourceFile1546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1547", + "filePath": "resourceFile1547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1548", + "filePath": "resourceFile1548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1549", + "filePath": "resourceFile1549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1550", + "filePath": "resourceFile1550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1551", + "filePath": "resourceFile1551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1552", + "filePath": "resourceFile1552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1553", + "filePath": "resourceFile1553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1554", + "filePath": "resourceFile1554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1555", + "filePath": "resourceFile1555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1556", + "filePath": "resourceFile1556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1557", + "filePath": "resourceFile1557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1558", + "filePath": "resourceFile1558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1559", + "filePath": "resourceFile1559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1560", + "filePath": "resourceFile1560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1561", + "filePath": "resourceFile1561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1562", + "filePath": "resourceFile1562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1563", + "filePath": "resourceFile1563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1564", + "filePath": "resourceFile1564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1565", + "filePath": "resourceFile1565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1566", + "filePath": "resourceFile1566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1567", + "filePath": "resourceFile1567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1568", + "filePath": "resourceFile1568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1569", + "filePath": "resourceFile1569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1570", + "filePath": "resourceFile1570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1571", + "filePath": "resourceFile1571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1572", + "filePath": "resourceFile1572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1573", + "filePath": "resourceFile1573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1574", + "filePath": "resourceFile1574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1575", + "filePath": "resourceFile1575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1576", + "filePath": "resourceFile1576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1577", + "filePath": "resourceFile1577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1578", + "filePath": "resourceFile1578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1579", + "filePath": "resourceFile1579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1580", + "filePath": "resourceFile1580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1581", + "filePath": "resourceFile1581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1582", + "filePath": "resourceFile1582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1583", + "filePath": "resourceFile1583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1584", + "filePath": "resourceFile1584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1585", + "filePath": "resourceFile1585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1586", + "filePath": "resourceFile1586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1587", + "filePath": "resourceFile1587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1588", + "filePath": "resourceFile1588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1589", + "filePath": "resourceFile1589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1590", + "filePath": "resourceFile1590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1591", + "filePath": "resourceFile1591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1592", + "filePath": "resourceFile1592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1593", + "filePath": "resourceFile1593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1594", + "filePath": "resourceFile1594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1595", + "filePath": "resourceFile1595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1596", + "filePath": "resourceFile1596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1597", + "filePath": "resourceFile1597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1598", + "filePath": "resourceFile1598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1599", + "filePath": "resourceFile1599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1600", + "filePath": "resourceFile1600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1601", + "filePath": "resourceFile1601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1602", + "filePath": "resourceFile1602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1603", + "filePath": "resourceFile1603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1604", + "filePath": "resourceFile1604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1605", + "filePath": "resourceFile1605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1606", + "filePath": "resourceFile1606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1607", + "filePath": "resourceFile1607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1608", + "filePath": "resourceFile1608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1609", + "filePath": "resourceFile1609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1610", + "filePath": "resourceFile1610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1611", + "filePath": "resourceFile1611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1612", + "filePath": "resourceFile1612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1613", + "filePath": "resourceFile1613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1614", + "filePath": "resourceFile1614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1615", + "filePath": "resourceFile1615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1616", + "filePath": "resourceFile1616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1617", + "filePath": "resourceFile1617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1618", + "filePath": "resourceFile1618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1619", + "filePath": "resourceFile1619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1620", + "filePath": "resourceFile1620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1621", + "filePath": "resourceFile1621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1622", + "filePath": "resourceFile1622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1623", + "filePath": "resourceFile1623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1624", + "filePath": "resourceFile1624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1625", + "filePath": "resourceFile1625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1626", + "filePath": "resourceFile1626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1627", + "filePath": "resourceFile1627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1628", + "filePath": "resourceFile1628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1629", + "filePath": "resourceFile1629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1630", + "filePath": "resourceFile1630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1631", + "filePath": "resourceFile1631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1632", + "filePath": "resourceFile1632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1633", + "filePath": "resourceFile1633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1634", + "filePath": "resourceFile1634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1635", + "filePath": "resourceFile1635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1636", + "filePath": "resourceFile1636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1637", + "filePath": "resourceFile1637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1638", + "filePath": "resourceFile1638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1639", + "filePath": "resourceFile1639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1640", + "filePath": "resourceFile1640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1641", + "filePath": "resourceFile1641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1642", + "filePath": "resourceFile1642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1643", + "filePath": "resourceFile1643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1644", + "filePath": "resourceFile1644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1645", + "filePath": "resourceFile1645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1646", + "filePath": "resourceFile1646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1647", + "filePath": "resourceFile1647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1648", + "filePath": "resourceFile1648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1649", + "filePath": "resourceFile1649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1650", + "filePath": "resourceFile1650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1651", + "filePath": "resourceFile1651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1652", + "filePath": "resourceFile1652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1653", + "filePath": "resourceFile1653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1654", + "filePath": "resourceFile1654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1655", + "filePath": "resourceFile1655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1656", + "filePath": "resourceFile1656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1657", + "filePath": "resourceFile1657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1658", + "filePath": "resourceFile1658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1659", + "filePath": "resourceFile1659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1660", + "filePath": "resourceFile1660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1661", + "filePath": "resourceFile1661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1662", + "filePath": "resourceFile1662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1663", + "filePath": "resourceFile1663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1664", + "filePath": "resourceFile1664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1665", + "filePath": "resourceFile1665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1666", + "filePath": "resourceFile1666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1667", + "filePath": "resourceFile1667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1668", + "filePath": "resourceFile1668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1669", + "filePath": "resourceFile1669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1670", + "filePath": "resourceFile1670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1671", + "filePath": "resourceFile1671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1672", + "filePath": "resourceFile1672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1673", + "filePath": "resourceFile1673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1674", + "filePath": "resourceFile1674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1675", + "filePath": "resourceFile1675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1676", + "filePath": "resourceFile1676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1677", + "filePath": "resourceFile1677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1678", + "filePath": "resourceFile1678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1679", + "filePath": "resourceFile1679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1680", + "filePath": "resourceFile1680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1681", + "filePath": "resourceFile1681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1682", + "filePath": "resourceFile1682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1683", + "filePath": "resourceFile1683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1684", + "filePath": "resourceFile1684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1685", + "filePath": "resourceFile1685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1686", + "filePath": "resourceFile1686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1687", + "filePath": "resourceFile1687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1688", + "filePath": "resourceFile1688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1689", + "filePath": "resourceFile1689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1690", + "filePath": "resourceFile1690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1691", + "filePath": "resourceFile1691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1692", + "filePath": "resourceFile1692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1693", + "filePath": "resourceFile1693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1694", + "filePath": "resourceFile1694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1695", + "filePath": "resourceFile1695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1696", + "filePath": "resourceFile1696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1697", + "filePath": "resourceFile1697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1698", + "filePath": "resourceFile1698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1699", + "filePath": "resourceFile1699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1700", + "filePath": "resourceFile1700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1701", + "filePath": "resourceFile1701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1702", + "filePath": "resourceFile1702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1703", + "filePath": "resourceFile1703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1704", + "filePath": "resourceFile1704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1705", + "filePath": "resourceFile1705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1706", + "filePath": "resourceFile1706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1707", + "filePath": "resourceFile1707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1708", + "filePath": "resourceFile1708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1709", + "filePath": "resourceFile1709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1710", + "filePath": "resourceFile1710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1711", + "filePath": "resourceFile1711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1712", + "filePath": "resourceFile1712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1713", + "filePath": "resourceFile1713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1714", + "filePath": "resourceFile1714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1715", + "filePath": "resourceFile1715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1716", + "filePath": "resourceFile1716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1717", + "filePath": "resourceFile1717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1718", + "filePath": "resourceFile1718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1719", + "filePath": "resourceFile1719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1720", + "filePath": "resourceFile1720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1721", + "filePath": "resourceFile1721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1722", + "filePath": "resourceFile1722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1723", + "filePath": "resourceFile1723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1724", + "filePath": "resourceFile1724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1725", + "filePath": "resourceFile1725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1726", + "filePath": "resourceFile1726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1727", + "filePath": "resourceFile1727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1728", + "filePath": "resourceFile1728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1729", + "filePath": "resourceFile1729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1730", + "filePath": "resourceFile1730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1731", + "filePath": "resourceFile1731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1732", + "filePath": "resourceFile1732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1733", + "filePath": "resourceFile1733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1734", + "filePath": "resourceFile1734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1735", + "filePath": "resourceFile1735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1736", + "filePath": "resourceFile1736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1737", + "filePath": "resourceFile1737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1738", + "filePath": "resourceFile1738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1739", + "filePath": "resourceFile1739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1740", + "filePath": "resourceFile1740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1741", + "filePath": "resourceFile1741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1742", + "filePath": "resourceFile1742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1743", + "filePath": "resourceFile1743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1744", + "filePath": "resourceFile1744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1745", + "filePath": "resourceFile1745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1746", + "filePath": "resourceFile1746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1747", + "filePath": "resourceFile1747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1748", + "filePath": "resourceFile1748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1749", + "filePath": "resourceFile1749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1750", + "filePath": "resourceFile1750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1751", + "filePath": "resourceFile1751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1752", + "filePath": "resourceFile1752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1753", + "filePath": "resourceFile1753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1754", + "filePath": "resourceFile1754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1755", + "filePath": "resourceFile1755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1756", + "filePath": "resourceFile1756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1757", + "filePath": "resourceFile1757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1758", + "filePath": "resourceFile1758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1759", + "filePath": "resourceFile1759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1760", + "filePath": "resourceFile1760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1761", + "filePath": "resourceFile1761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1762", + "filePath": "resourceFile1762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1763", + "filePath": "resourceFile1763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1764", + "filePath": "resourceFile1764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1765", + "filePath": "resourceFile1765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1766", + "filePath": "resourceFile1766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1767", + "filePath": "resourceFile1767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1768", + "filePath": "resourceFile1768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1769", + "filePath": "resourceFile1769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1770", + "filePath": "resourceFile1770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1771", + "filePath": "resourceFile1771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1772", + "filePath": "resourceFile1772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1773", + "filePath": "resourceFile1773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1774", + "filePath": "resourceFile1774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1775", + "filePath": "resourceFile1775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1776", + "filePath": "resourceFile1776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1777", + "filePath": "resourceFile1777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1778", + "filePath": "resourceFile1778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1779", + "filePath": "resourceFile1779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1780", + "filePath": "resourceFile1780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1781", + "filePath": "resourceFile1781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1782", + "filePath": "resourceFile1782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1783", + "filePath": "resourceFile1783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1784", + "filePath": "resourceFile1784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1785", + "filePath": "resourceFile1785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1786", + "filePath": "resourceFile1786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1787", + "filePath": "resourceFile1787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1788", + "filePath": "resourceFile1788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1789", + "filePath": "resourceFile1789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1790", + "filePath": "resourceFile1790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1791", + "filePath": "resourceFile1791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1792", + "filePath": "resourceFile1792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1793", + "filePath": "resourceFile1793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1794", + "filePath": "resourceFile1794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1795", + "filePath": "resourceFile1795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1796", + "filePath": "resourceFile1796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1797", + "filePath": "resourceFile1797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1798", + "filePath": "resourceFile1798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1799", + "filePath": "resourceFile1799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1800", + "filePath": "resourceFile1800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1801", + "filePath": "resourceFile1801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1802", + "filePath": "resourceFile1802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1803", + "filePath": "resourceFile1803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1804", + "filePath": "resourceFile1804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1805", + "filePath": "resourceFile1805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1806", + "filePath": "resourceFile1806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1807", + "filePath": "resourceFile1807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1808", + "filePath": "resourceFile1808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1809", + "filePath": "resourceFile1809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1810", + "filePath": "resourceFile1810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1811", + "filePath": "resourceFile1811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1812", + "filePath": "resourceFile1812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1813", + "filePath": "resourceFile1813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1814", + "filePath": "resourceFile1814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1815", + "filePath": "resourceFile1815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1816", + "filePath": "resourceFile1816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1817", + "filePath": "resourceFile1817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1818", + "filePath": "resourceFile1818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1819", + "filePath": "resourceFile1819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1820", + "filePath": "resourceFile1820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1821", + "filePath": "resourceFile1821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1822", + "filePath": "resourceFile1822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1823", + "filePath": "resourceFile1823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1824", + "filePath": "resourceFile1824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1825", + "filePath": "resourceFile1825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1826", + "filePath": "resourceFile1826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1827", + "filePath": "resourceFile1827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1828", + "filePath": "resourceFile1828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1829", + "filePath": "resourceFile1829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1830", + "filePath": "resourceFile1830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1831", + "filePath": "resourceFile1831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1832", + "filePath": "resourceFile1832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1833", + "filePath": "resourceFile1833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1834", + "filePath": "resourceFile1834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1835", + "filePath": "resourceFile1835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1836", + "filePath": "resourceFile1836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1837", + "filePath": "resourceFile1837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1838", + "filePath": "resourceFile1838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1839", + "filePath": "resourceFile1839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1840", + "filePath": "resourceFile1840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1841", + "filePath": "resourceFile1841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1842", + "filePath": "resourceFile1842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1843", + "filePath": "resourceFile1843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1844", + "filePath": "resourceFile1844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1845", + "filePath": "resourceFile1845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1846", + "filePath": "resourceFile1846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1847", + "filePath": "resourceFile1847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1848", + "filePath": "resourceFile1848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1849", + "filePath": "resourceFile1849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1850", + "filePath": "resourceFile1850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1851", + "filePath": "resourceFile1851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1852", + "filePath": "resourceFile1852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1853", + "filePath": "resourceFile1853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1854", + "filePath": "resourceFile1854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1855", + "filePath": "resourceFile1855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1856", + "filePath": "resourceFile1856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1857", + "filePath": "resourceFile1857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1858", + "filePath": "resourceFile1858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1859", + "filePath": "resourceFile1859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1860", + "filePath": "resourceFile1860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1861", + "filePath": "resourceFile1861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1862", + "filePath": "resourceFile1862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1863", + "filePath": "resourceFile1863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1864", + "filePath": "resourceFile1864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1865", + "filePath": "resourceFile1865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1866", + "filePath": "resourceFile1866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1867", + "filePath": "resourceFile1867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1868", + "filePath": "resourceFile1868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1869", + "filePath": "resourceFile1869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1870", + "filePath": "resourceFile1870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1871", + "filePath": "resourceFile1871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1872", + "filePath": "resourceFile1872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1873", + "filePath": "resourceFile1873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1874", + "filePath": "resourceFile1874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1875", + "filePath": "resourceFile1875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1876", + "filePath": "resourceFile1876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1877", + "filePath": "resourceFile1877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1878", + "filePath": "resourceFile1878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1879", + "filePath": "resourceFile1879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1880", + "filePath": "resourceFile1880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1881", + "filePath": "resourceFile1881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1882", + "filePath": "resourceFile1882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1883", + "filePath": "resourceFile1883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1884", + "filePath": "resourceFile1884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1885", + "filePath": "resourceFile1885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1886", + "filePath": "resourceFile1886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1887", + "filePath": "resourceFile1887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1888", + "filePath": "resourceFile1888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1889", + "filePath": "resourceFile1889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1890", + "filePath": "resourceFile1890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1891", + "filePath": "resourceFile1891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1892", + "filePath": "resourceFile1892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1893", + "filePath": "resourceFile1893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1894", + "filePath": "resourceFile1894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1895", + "filePath": "resourceFile1895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1896", + "filePath": "resourceFile1896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1897", + "filePath": "resourceFile1897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1898", + "filePath": "resourceFile1898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1899", + "filePath": "resourceFile1899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1900", + "filePath": "resourceFile1900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1901", + "filePath": "resourceFile1901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1902", + "filePath": "resourceFile1902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1903", + "filePath": "resourceFile1903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1904", + "filePath": "resourceFile1904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1905", + "filePath": "resourceFile1905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1906", + "filePath": "resourceFile1906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1907", + "filePath": "resourceFile1907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1908", + "filePath": "resourceFile1908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1909", + "filePath": "resourceFile1909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1910", + "filePath": "resourceFile1910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1911", + "filePath": "resourceFile1911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1912", + "filePath": "resourceFile1912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1913", + "filePath": "resourceFile1913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1914", + "filePath": "resourceFile1914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1915", + "filePath": "resourceFile1915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1916", + "filePath": "resourceFile1916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1917", + "filePath": "resourceFile1917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1918", + "filePath": "resourceFile1918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1919", + "filePath": "resourceFile1919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1920", + "filePath": "resourceFile1920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1921", + "filePath": "resourceFile1921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1922", + "filePath": "resourceFile1922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1923", + "filePath": "resourceFile1923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1924", + "filePath": "resourceFile1924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1925", + "filePath": "resourceFile1925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1926", + "filePath": "resourceFile1926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1927", + "filePath": "resourceFile1927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1928", + "filePath": "resourceFile1928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1929", + "filePath": "resourceFile1929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1930", + "filePath": "resourceFile1930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1931", + "filePath": "resourceFile1931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1932", + "filePath": "resourceFile1932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1933", + "filePath": "resourceFile1933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1934", + "filePath": "resourceFile1934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1935", + "filePath": "resourceFile1935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1936", + "filePath": "resourceFile1936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1937", + "filePath": "resourceFile1937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1938", + "filePath": "resourceFile1938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1939", + "filePath": "resourceFile1939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1940", + "filePath": "resourceFile1940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1941", + "filePath": "resourceFile1941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1942", + "filePath": "resourceFile1942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1943", + "filePath": "resourceFile1943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1944", + "filePath": "resourceFile1944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1945", + "filePath": "resourceFile1945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1946", + "filePath": "resourceFile1946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1947", + "filePath": "resourceFile1947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1948", + "filePath": "resourceFile1948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1949", + "filePath": "resourceFile1949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1950", + "filePath": "resourceFile1950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1951", + "filePath": "resourceFile1951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1952", + "filePath": "resourceFile1952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1953", + "filePath": "resourceFile1953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1954", + "filePath": "resourceFile1954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1955", + "filePath": "resourceFile1955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1956", + "filePath": "resourceFile1956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1957", + "filePath": "resourceFile1957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1958", + "filePath": "resourceFile1958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1959", + "filePath": "resourceFile1959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1960", + "filePath": "resourceFile1960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1961", + "filePath": "resourceFile1961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1962", + "filePath": "resourceFile1962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1963", + "filePath": "resourceFile1963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1964", + "filePath": "resourceFile1964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1965", + "filePath": "resourceFile1965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1966", + "filePath": "resourceFile1966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1967", + "filePath": "resourceFile1967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1968", + "filePath": "resourceFile1968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1969", + "filePath": "resourceFile1969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1970", + "filePath": "resourceFile1970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1971", + "filePath": "resourceFile1971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1972", + "filePath": "resourceFile1972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1973", + "filePath": "resourceFile1973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1974", + "filePath": "resourceFile1974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1975", + "filePath": "resourceFile1975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1976", + "filePath": "resourceFile1976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1977", + "filePath": "resourceFile1977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1978", + "filePath": "resourceFile1978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1979", + "filePath": "resourceFile1979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1980", + "filePath": "resourceFile1980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1981", + "filePath": "resourceFile1981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1982", + "filePath": "resourceFile1982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1983", + "filePath": "resourceFile1983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1984", + "filePath": "resourceFile1984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1985", + "filePath": "resourceFile1985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1986", + "filePath": "resourceFile1986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1987", + "filePath": "resourceFile1987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1988", + "filePath": "resourceFile1988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1989", + "filePath": "resourceFile1989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1990", + "filePath": "resourceFile1990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1991", + "filePath": "resourceFile1991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1992", + "filePath": "resourceFile1992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1993", + "filePath": "resourceFile1993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1994", + "filePath": "resourceFile1994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1995", + "filePath": "resourceFile1995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1996", + "filePath": "resourceFile1996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1997", + "filePath": "resourceFile1997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1998", + "filePath": "resourceFile1998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1999", + "filePath": "resourceFile1999"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2000", + "filePath": "resourceFile2000"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2001", + "filePath": "resourceFile2001"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2002", + "filePath": "resourceFile2002"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2003", + "filePath": "resourceFile2003"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2004", + "filePath": "resourceFile2004"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2005", + "filePath": "resourceFile2005"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2006", + "filePath": "resourceFile2006"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2007", + "filePath": "resourceFile2007"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2008", + "filePath": "resourceFile2008"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2009", + "filePath": "resourceFile2009"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2010", + "filePath": "resourceFile2010"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2011", + "filePath": "resourceFile2011"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2012", + "filePath": "resourceFile2012"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2013", + "filePath": "resourceFile2013"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2014", + "filePath": "resourceFile2014"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2015", + "filePath": "resourceFile2015"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2016", + "filePath": "resourceFile2016"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2017", + "filePath": "resourceFile2017"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2018", + "filePath": "resourceFile2018"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2019", + "filePath": "resourceFile2019"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2020", + "filePath": "resourceFile2020"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2021", + "filePath": "resourceFile2021"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2022", + "filePath": "resourceFile2022"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2023", + "filePath": "resourceFile2023"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2024", + "filePath": "resourceFile2024"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2025", + "filePath": "resourceFile2025"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2026", + "filePath": "resourceFile2026"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2027", + "filePath": "resourceFile2027"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2028", + "filePath": "resourceFile2028"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2029", + "filePath": "resourceFile2029"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2030", + "filePath": "resourceFile2030"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2031", + "filePath": "resourceFile2031"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2032", + "filePath": "resourceFile2032"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2033", + "filePath": "resourceFile2033"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2034", + "filePath": "resourceFile2034"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2035", + "filePath": "resourceFile2035"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2036", + "filePath": "resourceFile2036"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2037", + "filePath": "resourceFile2037"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2038", + "filePath": "resourceFile2038"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2039", + "filePath": "resourceFile2039"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2040", + "filePath": "resourceFile2040"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2041", + "filePath": "resourceFile2041"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2042", + "filePath": "resourceFile2042"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2043", + "filePath": "resourceFile2043"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2044", + "filePath": "resourceFile2044"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2045", + "filePath": "resourceFile2045"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2046", + "filePath": "resourceFile2046"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2047", + "filePath": "resourceFile2047"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2048", + "filePath": "resourceFile2048"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2049", + "filePath": "resourceFile2049"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2050", + "filePath": "resourceFile2050"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2051", + "filePath": "resourceFile2051"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2052", + "filePath": "resourceFile2052"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2053", + "filePath": "resourceFile2053"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2054", + "filePath": "resourceFile2054"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2055", + "filePath": "resourceFile2055"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2056", + "filePath": "resourceFile2056"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2057", + "filePath": "resourceFile2057"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2058", + "filePath": "resourceFile2058"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2059", + "filePath": "resourceFile2059"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2060", + "filePath": "resourceFile2060"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2061", + "filePath": "resourceFile2061"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2062", + "filePath": "resourceFile2062"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2063", + "filePath": "resourceFile2063"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2064", + "filePath": "resourceFile2064"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2065", + "filePath": "resourceFile2065"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2066", + "filePath": "resourceFile2066"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2067", + "filePath": "resourceFile2067"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2068", + "filePath": "resourceFile2068"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2069", + "filePath": "resourceFile2069"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2070", + "filePath": "resourceFile2070"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2071", + "filePath": "resourceFile2071"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2072", + "filePath": "resourceFile2072"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2073", + "filePath": "resourceFile2073"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2074", + "filePath": "resourceFile2074"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2075", + "filePath": "resourceFile2075"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2076", + "filePath": "resourceFile2076"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2077", + "filePath": "resourceFile2077"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2078", + "filePath": "resourceFile2078"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2079", + "filePath": "resourceFile2079"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2080", + "filePath": "resourceFile2080"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2081", + "filePath": "resourceFile2081"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2082", + "filePath": "resourceFile2082"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2083", + "filePath": "resourceFile2083"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2084", + "filePath": "resourceFile2084"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2085", + "filePath": "resourceFile2085"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2086", + "filePath": "resourceFile2086"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2087", + "filePath": "resourceFile2087"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2088", + "filePath": "resourceFile2088"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2089", + "filePath": "resourceFile2089"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2090", + "filePath": "resourceFile2090"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2091", + "filePath": "resourceFile2091"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2092", + "filePath": "resourceFile2092"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2093", + "filePath": "resourceFile2093"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2094", + "filePath": "resourceFile2094"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2095", + "filePath": "resourceFile2095"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2096", + "filePath": "resourceFile2096"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2097", + "filePath": "resourceFile2097"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2098", + "filePath": "resourceFile2098"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2099", + "filePath": "resourceFile2099"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2100", + "filePath": "resourceFile2100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2101", + "filePath": "resourceFile2101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2102", + "filePath": "resourceFile2102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2103", + "filePath": "resourceFile2103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2104", + "filePath": "resourceFile2104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2105", + "filePath": "resourceFile2105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2106", + "filePath": "resourceFile2106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2107", + "filePath": "resourceFile2107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2108", + "filePath": "resourceFile2108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2109", + "filePath": "resourceFile2109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2110", + "filePath": "resourceFile2110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2111", + "filePath": "resourceFile2111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2112", + "filePath": "resourceFile2112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2113", + "filePath": "resourceFile2113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2114", + "filePath": "resourceFile2114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2115", + "filePath": "resourceFile2115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2116", + "filePath": "resourceFile2116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2117", + "filePath": "resourceFile2117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2118", + "filePath": "resourceFile2118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2119", + "filePath": "resourceFile2119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2120", + "filePath": "resourceFile2120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2121", + "filePath": "resourceFile2121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2122", + "filePath": "resourceFile2122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2123", + "filePath": "resourceFile2123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2124", + "filePath": "resourceFile2124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2125", + "filePath": "resourceFile2125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2126", + "filePath": "resourceFile2126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2127", + "filePath": "resourceFile2127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2128", + "filePath": "resourceFile2128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2129", + "filePath": "resourceFile2129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2130", + "filePath": "resourceFile2130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2131", + "filePath": "resourceFile2131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2132", + "filePath": "resourceFile2132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2133", + "filePath": "resourceFile2133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2134", + "filePath": "resourceFile2134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2135", + "filePath": "resourceFile2135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2136", + "filePath": "resourceFile2136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2137", + "filePath": "resourceFile2137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2138", + "filePath": "resourceFile2138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2139", + "filePath": "resourceFile2139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2140", + "filePath": "resourceFile2140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2141", + "filePath": "resourceFile2141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2142", + "filePath": "resourceFile2142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2143", + "filePath": "resourceFile2143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2144", + "filePath": "resourceFile2144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2145", + "filePath": "resourceFile2145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2146", + "filePath": "resourceFile2146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2147", + "filePath": "resourceFile2147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2148", + "filePath": "resourceFile2148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2149", + "filePath": "resourceFile2149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2150", + "filePath": "resourceFile2150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2151", + "filePath": "resourceFile2151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2152", + "filePath": "resourceFile2152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2153", + "filePath": "resourceFile2153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2154", + "filePath": "resourceFile2154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2155", + "filePath": "resourceFile2155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2156", + "filePath": "resourceFile2156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2157", + "filePath": "resourceFile2157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2158", + "filePath": "resourceFile2158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2159", + "filePath": "resourceFile2159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2160", + "filePath": "resourceFile2160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2161", + "filePath": "resourceFile2161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2162", + "filePath": "resourceFile2162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2163", + "filePath": "resourceFile2163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2164", + "filePath": "resourceFile2164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2165", + "filePath": "resourceFile2165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2166", + "filePath": "resourceFile2166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2167", + "filePath": "resourceFile2167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2168", + "filePath": "resourceFile2168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2169", + "filePath": "resourceFile2169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2170", + "filePath": "resourceFile2170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2171", + "filePath": "resourceFile2171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2172", + "filePath": "resourceFile2172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2173", + "filePath": "resourceFile2173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2174", + "filePath": "resourceFile2174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2175", + "filePath": "resourceFile2175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2176", + "filePath": "resourceFile2176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2177", + "filePath": "resourceFile2177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2178", + "filePath": "resourceFile2178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2179", + "filePath": "resourceFile2179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2180", + "filePath": "resourceFile2180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2181", + "filePath": "resourceFile2181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2182", + "filePath": "resourceFile2182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2183", + "filePath": "resourceFile2183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2184", + "filePath": "resourceFile2184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2185", + "filePath": "resourceFile2185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2186", + "filePath": "resourceFile2186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2187", + "filePath": "resourceFile2187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2188", + "filePath": "resourceFile2188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2189", + "filePath": "resourceFile2189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2190", + "filePath": "resourceFile2190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2191", + "filePath": "resourceFile2191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2192", + "filePath": "resourceFile2192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2193", + "filePath": "resourceFile2193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2194", + "filePath": "resourceFile2194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2195", + "filePath": "resourceFile2195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2196", + "filePath": "resourceFile2196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2197", + "filePath": "resourceFile2197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2198", + "filePath": "resourceFile2198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2199", + "filePath": "resourceFile2199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2200", + "filePath": "resourceFile2200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2201", + "filePath": "resourceFile2201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2202", + "filePath": "resourceFile2202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2203", + "filePath": "resourceFile2203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2204", + "filePath": "resourceFile2204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2205", + "filePath": "resourceFile2205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2206", + "filePath": "resourceFile2206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2207", + "filePath": "resourceFile2207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2208", + "filePath": "resourceFile2208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2209", + "filePath": "resourceFile2209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2210", + "filePath": "resourceFile2210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2211", + "filePath": "resourceFile2211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2212", + "filePath": "resourceFile2212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2213", + "filePath": "resourceFile2213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2214", + "filePath": "resourceFile2214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2215", + "filePath": "resourceFile2215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2216", + "filePath": "resourceFile2216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2217", + "filePath": "resourceFile2217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2218", + "filePath": "resourceFile2218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2219", + "filePath": "resourceFile2219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2220", + "filePath": "resourceFile2220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2221", + "filePath": "resourceFile2221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2222", + "filePath": "resourceFile2222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2223", + "filePath": "resourceFile2223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2224", + "filePath": "resourceFile2224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2225", + "filePath": "resourceFile2225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2226", + "filePath": "resourceFile2226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2227", + "filePath": "resourceFile2227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2228", + "filePath": "resourceFile2228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2229", + "filePath": "resourceFile2229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2230", + "filePath": "resourceFile2230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2231", + "filePath": "resourceFile2231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2232", + "filePath": "resourceFile2232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2233", + "filePath": "resourceFile2233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2234", + "filePath": "resourceFile2234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2235", + "filePath": "resourceFile2235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2236", + "filePath": "resourceFile2236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2237", + "filePath": "resourceFile2237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2238", + "filePath": "resourceFile2238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2239", + "filePath": "resourceFile2239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2240", + "filePath": "resourceFile2240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2241", + "filePath": "resourceFile2241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2242", + "filePath": "resourceFile2242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2243", + "filePath": "resourceFile2243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2244", + "filePath": "resourceFile2244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2245", + "filePath": "resourceFile2245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2246", + "filePath": "resourceFile2246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2247", + "filePath": "resourceFile2247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2248", + "filePath": "resourceFile2248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2249", + "filePath": "resourceFile2249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2250", + "filePath": "resourceFile2250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2251", + "filePath": "resourceFile2251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2252", + "filePath": "resourceFile2252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2253", + "filePath": "resourceFile2253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2254", + "filePath": "resourceFile2254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2255", + "filePath": "resourceFile2255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2256", + "filePath": "resourceFile2256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2257", + "filePath": "resourceFile2257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2258", + "filePath": "resourceFile2258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2259", + "filePath": "resourceFile2259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2260", + "filePath": "resourceFile2260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2261", + "filePath": "resourceFile2261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2262", + "filePath": "resourceFile2262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2263", + "filePath": "resourceFile2263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2264", + "filePath": "resourceFile2264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2265", + "filePath": "resourceFile2265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2266", + "filePath": "resourceFile2266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2267", + "filePath": "resourceFile2267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2268", + "filePath": "resourceFile2268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2269", + "filePath": "resourceFile2269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2270", + "filePath": "resourceFile2270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2271", + "filePath": "resourceFile2271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2272", + "filePath": "resourceFile2272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2273", + "filePath": "resourceFile2273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2274", + "filePath": "resourceFile2274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2275", + "filePath": "resourceFile2275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2276", + "filePath": "resourceFile2276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2277", + "filePath": "resourceFile2277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2278", + "filePath": "resourceFile2278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2279", + "filePath": "resourceFile2279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2280", + "filePath": "resourceFile2280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2281", + "filePath": "resourceFile2281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2282", + "filePath": "resourceFile2282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2283", + "filePath": "resourceFile2283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2284", + "filePath": "resourceFile2284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2285", + "filePath": "resourceFile2285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2286", + "filePath": "resourceFile2286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2287", + "filePath": "resourceFile2287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2288", + "filePath": "resourceFile2288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2289", + "filePath": "resourceFile2289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2290", + "filePath": "resourceFile2290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2291", + "filePath": "resourceFile2291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2292", + "filePath": "resourceFile2292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2293", + "filePath": "resourceFile2293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2294", + "filePath": "resourceFile2294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2295", + "filePath": "resourceFile2295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2296", + "filePath": "resourceFile2296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2297", + "filePath": "resourceFile2297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2298", + "filePath": "resourceFile2298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2299", + "filePath": "resourceFile2299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2300", + "filePath": "resourceFile2300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2301", + "filePath": "resourceFile2301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2302", + "filePath": "resourceFile2302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2303", + "filePath": "resourceFile2303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2304", + "filePath": "resourceFile2304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2305", + "filePath": "resourceFile2305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2306", + "filePath": "resourceFile2306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2307", + "filePath": "resourceFile2307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2308", + "filePath": "resourceFile2308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2309", + "filePath": "resourceFile2309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2310", + "filePath": "resourceFile2310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2311", + "filePath": "resourceFile2311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2312", + "filePath": "resourceFile2312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2313", + "filePath": "resourceFile2313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2314", + "filePath": "resourceFile2314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2315", + "filePath": "resourceFile2315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2316", + "filePath": "resourceFile2316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2317", + "filePath": "resourceFile2317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2318", + "filePath": "resourceFile2318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2319", + "filePath": "resourceFile2319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2320", + "filePath": "resourceFile2320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2321", + "filePath": "resourceFile2321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2322", + "filePath": "resourceFile2322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2323", + "filePath": "resourceFile2323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2324", + "filePath": "resourceFile2324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2325", + "filePath": "resourceFile2325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2326", + "filePath": "resourceFile2326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2327", + "filePath": "resourceFile2327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2328", + "filePath": "resourceFile2328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2329", + "filePath": "resourceFile2329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2330", + "filePath": "resourceFile2330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2331", + "filePath": "resourceFile2331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2332", + "filePath": "resourceFile2332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2333", + "filePath": "resourceFile2333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2334", + "filePath": "resourceFile2334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2335", + "filePath": "resourceFile2335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2336", + "filePath": "resourceFile2336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2337", + "filePath": "resourceFile2337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2338", + "filePath": "resourceFile2338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2339", + "filePath": "resourceFile2339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2340", + "filePath": "resourceFile2340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2341", + "filePath": "resourceFile2341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2342", + "filePath": "resourceFile2342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2343", + "filePath": "resourceFile2343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2344", + "filePath": "resourceFile2344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2345", + "filePath": "resourceFile2345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2346", + "filePath": "resourceFile2346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2347", + "filePath": "resourceFile2347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2348", + "filePath": "resourceFile2348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2349", + "filePath": "resourceFile2349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2350", + "filePath": "resourceFile2350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2351", + "filePath": "resourceFile2351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2352", + "filePath": "resourceFile2352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2353", + "filePath": "resourceFile2353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2354", + "filePath": "resourceFile2354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2355", + "filePath": "resourceFile2355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2356", + "filePath": "resourceFile2356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2357", + "filePath": "resourceFile2357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2358", + "filePath": "resourceFile2358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2359", + "filePath": "resourceFile2359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2360", + "filePath": "resourceFile2360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2361", + "filePath": "resourceFile2361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2362", + "filePath": "resourceFile2362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2363", + "filePath": "resourceFile2363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2364", + "filePath": "resourceFile2364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2365", + "filePath": "resourceFile2365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2366", + "filePath": "resourceFile2366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2367", + "filePath": "resourceFile2367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2368", + "filePath": "resourceFile2368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2369", + "filePath": "resourceFile2369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2370", + "filePath": "resourceFile2370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2371", + "filePath": "resourceFile2371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2372", + "filePath": "resourceFile2372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2373", + "filePath": "resourceFile2373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2374", + "filePath": "resourceFile2374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2375", + "filePath": "resourceFile2375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2376", + "filePath": "resourceFile2376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2377", + "filePath": "resourceFile2377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2378", + "filePath": "resourceFile2378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2379", + "filePath": "resourceFile2379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2380", + "filePath": "resourceFile2380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2381", + "filePath": "resourceFile2381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2382", + "filePath": "resourceFile2382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2383", + "filePath": "resourceFile2383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2384", + "filePath": "resourceFile2384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2385", + "filePath": "resourceFile2385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2386", + "filePath": "resourceFile2386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2387", + "filePath": "resourceFile2387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2388", + "filePath": "resourceFile2388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2389", + "filePath": "resourceFile2389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2390", + "filePath": "resourceFile2390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2391", + "filePath": "resourceFile2391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2392", + "filePath": "resourceFile2392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2393", + "filePath": "resourceFile2393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2394", + "filePath": "resourceFile2394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2395", + "filePath": "resourceFile2395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2396", + "filePath": "resourceFile2396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2397", + "filePath": "resourceFile2397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2398", + "filePath": "resourceFile2398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2399", + "filePath": "resourceFile2399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2400", + "filePath": "resourceFile2400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2401", + "filePath": "resourceFile2401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2402", + "filePath": "resourceFile2402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2403", + "filePath": "resourceFile2403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2404", + "filePath": "resourceFile2404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2405", + "filePath": "resourceFile2405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2406", + "filePath": "resourceFile2406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2407", + "filePath": "resourceFile2407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2408", + "filePath": "resourceFile2408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2409", + "filePath": "resourceFile2409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2410", + "filePath": "resourceFile2410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2411", + "filePath": "resourceFile2411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2412", + "filePath": "resourceFile2412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2413", + "filePath": "resourceFile2413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2414", + "filePath": "resourceFile2414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2415", + "filePath": "resourceFile2415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2416", + "filePath": "resourceFile2416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2417", + "filePath": "resourceFile2417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2418", + "filePath": "resourceFile2418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2419", + "filePath": "resourceFile2419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2420", + "filePath": "resourceFile2420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2421", + "filePath": "resourceFile2421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2422", + "filePath": "resourceFile2422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2423", + "filePath": "resourceFile2423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2424", + "filePath": "resourceFile2424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2425", + "filePath": "resourceFile2425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2426", + "filePath": "resourceFile2426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2427", + "filePath": "resourceFile2427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2428", + "filePath": "resourceFile2428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2429", + "filePath": "resourceFile2429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2430", + "filePath": "resourceFile2430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2431", + "filePath": "resourceFile2431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2432", + "filePath": "resourceFile2432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2433", + "filePath": "resourceFile2433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2434", + "filePath": "resourceFile2434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2435", + "filePath": "resourceFile2435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2436", + "filePath": "resourceFile2436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2437", + "filePath": "resourceFile2437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2438", + "filePath": "resourceFile2438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2439", + "filePath": "resourceFile2439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2440", + "filePath": "resourceFile2440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2441", + "filePath": "resourceFile2441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2442", + "filePath": "resourceFile2442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2443", + "filePath": "resourceFile2443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2444", + "filePath": "resourceFile2444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2445", + "filePath": "resourceFile2445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2446", + "filePath": "resourceFile2446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2447", + "filePath": "resourceFile2447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2448", + "filePath": "resourceFile2448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2449", + "filePath": "resourceFile2449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2450", + "filePath": "resourceFile2450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2451", + "filePath": "resourceFile2451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2452", + "filePath": "resourceFile2452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2453", + "filePath": "resourceFile2453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2454", + "filePath": "resourceFile2454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2455", + "filePath": "resourceFile2455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2456", + "filePath": "resourceFile2456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2457", + "filePath": "resourceFile2457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2458", + "filePath": "resourceFile2458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2459", + "filePath": "resourceFile2459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2460", + "filePath": "resourceFile2460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2461", + "filePath": "resourceFile2461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2462", + "filePath": "resourceFile2462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2463", + "filePath": "resourceFile2463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2464", + "filePath": "resourceFile2464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2465", + "filePath": "resourceFile2465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2466", + "filePath": "resourceFile2466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2467", + "filePath": "resourceFile2467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2468", + "filePath": "resourceFile2468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2469", + "filePath": "resourceFile2469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2470", + "filePath": "resourceFile2470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2471", + "filePath": "resourceFile2471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2472", + "filePath": "resourceFile2472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2473", + "filePath": "resourceFile2473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2474", + "filePath": "resourceFile2474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2475", + "filePath": "resourceFile2475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2476", + "filePath": "resourceFile2476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2477", + "filePath": "resourceFile2477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2478", + "filePath": "resourceFile2478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2479", + "filePath": "resourceFile2479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2480", + "filePath": "resourceFile2480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2481", + "filePath": "resourceFile2481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2482", + "filePath": "resourceFile2482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2483", + "filePath": "resourceFile2483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2484", + "filePath": "resourceFile2484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2485", + "filePath": "resourceFile2485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2486", + "filePath": "resourceFile2486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2487", + "filePath": "resourceFile2487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2488", + "filePath": "resourceFile2488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2489", + "filePath": "resourceFile2489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2490", + "filePath": "resourceFile2490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2491", + "filePath": "resourceFile2491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2492", + "filePath": "resourceFile2492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2493", + "filePath": "resourceFile2493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2494", + "filePath": "resourceFile2494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2495", + "filePath": "resourceFile2495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2496", + "filePath": "resourceFile2496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2497", + "filePath": "resourceFile2497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2498", + "filePath": "resourceFile2498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2499", + "filePath": "resourceFile2499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2500", + "filePath": "resourceFile2500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2501", + "filePath": "resourceFile2501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2502", + "filePath": "resourceFile2502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2503", + "filePath": "resourceFile2503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2504", + "filePath": "resourceFile2504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2505", + "filePath": "resourceFile2505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2506", + "filePath": "resourceFile2506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2507", + "filePath": "resourceFile2507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2508", + "filePath": "resourceFile2508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2509", + "filePath": "resourceFile2509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2510", + "filePath": "resourceFile2510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2511", + "filePath": "resourceFile2511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2512", + "filePath": "resourceFile2512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2513", + "filePath": "resourceFile2513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2514", + "filePath": "resourceFile2514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2515", + "filePath": "resourceFile2515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2516", + "filePath": "resourceFile2516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2517", + "filePath": "resourceFile2517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2518", + "filePath": "resourceFile2518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2519", + "filePath": "resourceFile2519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2520", + "filePath": "resourceFile2520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2521", + "filePath": "resourceFile2521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2522", + "filePath": "resourceFile2522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2523", + "filePath": "resourceFile2523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2524", + "filePath": "resourceFile2524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2525", + "filePath": "resourceFile2525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2526", + "filePath": "resourceFile2526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2527", + "filePath": "resourceFile2527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2528", + "filePath": "resourceFile2528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2529", + "filePath": "resourceFile2529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2530", + "filePath": "resourceFile2530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2531", + "filePath": "resourceFile2531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2532", + "filePath": "resourceFile2532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2533", + "filePath": "resourceFile2533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2534", + "filePath": "resourceFile2534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2535", + "filePath": "resourceFile2535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2536", + "filePath": "resourceFile2536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2537", + "filePath": "resourceFile2537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2538", + "filePath": "resourceFile2538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2539", + "filePath": "resourceFile2539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2540", + "filePath": "resourceFile2540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2541", + "filePath": "resourceFile2541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2542", + "filePath": "resourceFile2542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2543", + "filePath": "resourceFile2543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2544", + "filePath": "resourceFile2544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2545", + "filePath": "resourceFile2545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2546", + "filePath": "resourceFile2546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2547", + "filePath": "resourceFile2547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2548", + "filePath": "resourceFile2548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2549", + "filePath": "resourceFile2549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2550", + "filePath": "resourceFile2550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2551", + "filePath": "resourceFile2551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2552", + "filePath": "resourceFile2552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2553", + "filePath": "resourceFile2553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2554", + "filePath": "resourceFile2554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2555", + "filePath": "resourceFile2555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2556", + "filePath": "resourceFile2556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2557", + "filePath": "resourceFile2557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2558", + "filePath": "resourceFile2558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2559", + "filePath": "resourceFile2559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2560", + "filePath": "resourceFile2560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2561", + "filePath": "resourceFile2561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2562", + "filePath": "resourceFile2562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2563", + "filePath": "resourceFile2563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2564", + "filePath": "resourceFile2564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2565", + "filePath": "resourceFile2565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2566", + "filePath": "resourceFile2566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2567", + "filePath": "resourceFile2567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2568", + "filePath": "resourceFile2568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2569", + "filePath": "resourceFile2569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2570", + "filePath": "resourceFile2570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2571", + "filePath": "resourceFile2571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2572", + "filePath": "resourceFile2572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2573", + "filePath": "resourceFile2573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2574", + "filePath": "resourceFile2574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2575", + "filePath": "resourceFile2575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2576", + "filePath": "resourceFile2576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2577", + "filePath": "resourceFile2577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2578", + "filePath": "resourceFile2578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2579", + "filePath": "resourceFile2579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2580", + "filePath": "resourceFile2580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2581", + "filePath": "resourceFile2581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2582", + "filePath": "resourceFile2582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2583", + "filePath": "resourceFile2583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2584", + "filePath": "resourceFile2584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2585", + "filePath": "resourceFile2585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2586", + "filePath": "resourceFile2586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2587", + "filePath": "resourceFile2587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2588", + "filePath": "resourceFile2588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2589", + "filePath": "resourceFile2589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2590", + "filePath": "resourceFile2590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2591", + "filePath": "resourceFile2591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2592", + "filePath": "resourceFile2592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2593", + "filePath": "resourceFile2593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2594", + "filePath": "resourceFile2594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2595", + "filePath": "resourceFile2595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2596", + "filePath": "resourceFile2596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2597", + "filePath": "resourceFile2597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2598", + "filePath": "resourceFile2598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2599", + "filePath": "resourceFile2599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2600", + "filePath": "resourceFile2600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2601", + "filePath": "resourceFile2601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2602", + "filePath": "resourceFile2602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2603", + "filePath": "resourceFile2603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2604", + "filePath": "resourceFile2604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2605", + "filePath": "resourceFile2605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2606", + "filePath": "resourceFile2606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2607", + "filePath": "resourceFile2607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2608", + "filePath": "resourceFile2608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2609", + "filePath": "resourceFile2609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2610", + "filePath": "resourceFile2610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2611", + "filePath": "resourceFile2611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2612", + "filePath": "resourceFile2612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2613", + "filePath": "resourceFile2613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2614", + "filePath": "resourceFile2614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2615", + "filePath": "resourceFile2615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2616", + "filePath": "resourceFile2616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2617", + "filePath": "resourceFile2617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2618", + "filePath": "resourceFile2618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2619", + "filePath": "resourceFile2619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2620", + "filePath": "resourceFile2620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2621", + "filePath": "resourceFile2621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2622", + "filePath": "resourceFile2622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2623", + "filePath": "resourceFile2623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2624", + "filePath": "resourceFile2624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2625", + "filePath": "resourceFile2625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2626", + "filePath": "resourceFile2626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2627", + "filePath": "resourceFile2627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2628", + "filePath": "resourceFile2628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2629", + "filePath": "resourceFile2629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2630", + "filePath": "resourceFile2630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2631", + "filePath": "resourceFile2631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2632", + "filePath": "resourceFile2632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2633", + "filePath": "resourceFile2633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2634", + "filePath": "resourceFile2634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2635", + "filePath": "resourceFile2635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2636", + "filePath": "resourceFile2636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2637", + "filePath": "resourceFile2637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2638", + "filePath": "resourceFile2638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2639", + "filePath": "resourceFile2639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2640", + "filePath": "resourceFile2640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2641", + "filePath": "resourceFile2641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2642", + "filePath": "resourceFile2642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2643", + "filePath": "resourceFile2643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2644", + "filePath": "resourceFile2644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2645", + "filePath": "resourceFile2645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2646", + "filePath": "resourceFile2646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2647", + "filePath": "resourceFile2647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2648", + "filePath": "resourceFile2648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2649", + "filePath": "resourceFile2649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2650", + "filePath": "resourceFile2650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2651", + "filePath": "resourceFile2651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2652", + "filePath": "resourceFile2652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2653", + "filePath": "resourceFile2653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2654", + "filePath": "resourceFile2654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2655", + "filePath": "resourceFile2655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2656", + "filePath": "resourceFile2656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2657", + "filePath": "resourceFile2657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2658", + "filePath": "resourceFile2658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2659", + "filePath": "resourceFile2659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2660", + "filePath": "resourceFile2660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2661", + "filePath": "resourceFile2661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2662", + "filePath": "resourceFile2662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2663", + "filePath": "resourceFile2663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2664", + "filePath": "resourceFile2664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2665", + "filePath": "resourceFile2665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2666", + "filePath": "resourceFile2666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2667", + "filePath": "resourceFile2667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2668", + "filePath": "resourceFile2668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2669", + "filePath": "resourceFile2669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2670", + "filePath": "resourceFile2670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2671", + "filePath": "resourceFile2671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2672", + "filePath": "resourceFile2672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2673", + "filePath": "resourceFile2673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2674", + "filePath": "resourceFile2674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2675", + "filePath": "resourceFile2675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2676", + "filePath": "resourceFile2676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2677", + "filePath": "resourceFile2677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2678", + "filePath": "resourceFile2678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2679", + "filePath": "resourceFile2679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2680", + "filePath": "resourceFile2680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2681", + "filePath": "resourceFile2681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2682", + "filePath": "resourceFile2682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2683", + "filePath": "resourceFile2683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2684", + "filePath": "resourceFile2684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2685", + "filePath": "resourceFile2685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2686", + "filePath": "resourceFile2686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2687", + "filePath": "resourceFile2687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2688", + "filePath": "resourceFile2688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2689", + "filePath": "resourceFile2689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2690", + "filePath": "resourceFile2690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2691", + "filePath": "resourceFile2691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2692", + "filePath": "resourceFile2692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2693", + "filePath": "resourceFile2693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2694", + "filePath": "resourceFile2694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2695", + "filePath": "resourceFile2695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2696", + "filePath": "resourceFile2696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2697", + "filePath": "resourceFile2697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2698", + "filePath": "resourceFile2698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2699", + "filePath": "resourceFile2699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2700", + "filePath": "resourceFile2700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2701", + "filePath": "resourceFile2701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2702", + "filePath": "resourceFile2702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2703", + "filePath": "resourceFile2703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2704", + "filePath": "resourceFile2704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2705", + "filePath": "resourceFile2705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2706", + "filePath": "resourceFile2706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2707", + "filePath": "resourceFile2707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2708", + "filePath": "resourceFile2708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2709", + "filePath": "resourceFile2709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2710", + "filePath": "resourceFile2710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2711", + "filePath": "resourceFile2711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2712", + "filePath": "resourceFile2712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2713", + "filePath": "resourceFile2713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2714", + "filePath": "resourceFile2714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2715", + "filePath": "resourceFile2715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2716", + "filePath": "resourceFile2716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2717", + "filePath": "resourceFile2717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2718", + "filePath": "resourceFile2718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2719", + "filePath": "resourceFile2719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2720", + "filePath": "resourceFile2720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2721", + "filePath": "resourceFile2721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2722", + "filePath": "resourceFile2722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2723", + "filePath": "resourceFile2723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2724", + "filePath": "resourceFile2724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2725", + "filePath": "resourceFile2725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2726", + "filePath": "resourceFile2726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2727", + "filePath": "resourceFile2727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2728", + "filePath": "resourceFile2728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2729", + "filePath": "resourceFile2729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2730", + "filePath": "resourceFile2730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2731", + "filePath": "resourceFile2731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2732", + "filePath": "resourceFile2732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2733", + "filePath": "resourceFile2733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2734", + "filePath": "resourceFile2734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2735", + "filePath": "resourceFile2735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2736", + "filePath": "resourceFile2736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2737", + "filePath": "resourceFile2737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2738", + "filePath": "resourceFile2738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2739", + "filePath": "resourceFile2739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2740", + "filePath": "resourceFile2740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2741", + "filePath": "resourceFile2741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2742", + "filePath": "resourceFile2742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2743", + "filePath": "resourceFile2743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2744", + "filePath": "resourceFile2744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2745", + "filePath": "resourceFile2745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2746", + "filePath": "resourceFile2746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2747", + "filePath": "resourceFile2747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2748", + "filePath": "resourceFile2748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2749", + "filePath": "resourceFile2749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2750", + "filePath": "resourceFile2750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2751", + "filePath": "resourceFile2751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2752", + "filePath": "resourceFile2752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2753", + "filePath": "resourceFile2753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2754", + "filePath": "resourceFile2754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2755", + "filePath": "resourceFile2755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2756", + "filePath": "resourceFile2756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2757", + "filePath": "resourceFile2757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2758", + "filePath": "resourceFile2758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2759", + "filePath": "resourceFile2759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2760", + "filePath": "resourceFile2760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2761", + "filePath": "resourceFile2761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2762", + "filePath": "resourceFile2762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2763", + "filePath": "resourceFile2763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2764", + "filePath": "resourceFile2764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2765", + "filePath": "resourceFile2765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2766", + "filePath": "resourceFile2766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2767", + "filePath": "resourceFile2767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2768", + "filePath": "resourceFile2768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2769", + "filePath": "resourceFile2769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2770", + "filePath": "resourceFile2770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2771", + "filePath": "resourceFile2771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2772", + "filePath": "resourceFile2772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2773", + "filePath": "resourceFile2773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2774", + "filePath": "resourceFile2774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2775", + "filePath": "resourceFile2775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2776", + "filePath": "resourceFile2776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2777", + "filePath": "resourceFile2777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2778", + "filePath": "resourceFile2778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2779", + "filePath": "resourceFile2779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2780", + "filePath": "resourceFile2780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2781", + "filePath": "resourceFile2781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2782", + "filePath": "resourceFile2782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2783", + "filePath": "resourceFile2783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2784", + "filePath": "resourceFile2784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2785", + "filePath": "resourceFile2785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2786", + "filePath": "resourceFile2786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2787", + "filePath": "resourceFile2787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2788", + "filePath": "resourceFile2788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2789", + "filePath": "resourceFile2789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2790", + "filePath": "resourceFile2790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2791", + "filePath": "resourceFile2791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2792", + "filePath": "resourceFile2792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2793", + "filePath": "resourceFile2793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2794", + "filePath": "resourceFile2794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2795", + "filePath": "resourceFile2795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2796", + "filePath": "resourceFile2796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2797", + "filePath": "resourceFile2797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2798", + "filePath": "resourceFile2798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2799", + "filePath": "resourceFile2799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2800", + "filePath": "resourceFile2800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2801", + "filePath": "resourceFile2801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2802", + "filePath": "resourceFile2802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2803", + "filePath": "resourceFile2803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2804", + "filePath": "resourceFile2804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2805", + "filePath": "resourceFile2805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2806", + "filePath": "resourceFile2806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2807", + "filePath": "resourceFile2807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2808", + "filePath": "resourceFile2808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2809", + "filePath": "resourceFile2809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2810", + "filePath": "resourceFile2810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2811", + "filePath": "resourceFile2811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2812", + "filePath": "resourceFile2812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2813", + "filePath": "resourceFile2813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2814", + "filePath": "resourceFile2814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2815", + "filePath": "resourceFile2815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2816", + "filePath": "resourceFile2816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2817", + "filePath": "resourceFile2817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2818", + "filePath": "resourceFile2818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2819", + "filePath": "resourceFile2819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2820", + "filePath": "resourceFile2820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2821", + "filePath": "resourceFile2821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2822", + "filePath": "resourceFile2822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2823", + "filePath": "resourceFile2823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2824", + "filePath": "resourceFile2824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2825", + "filePath": "resourceFile2825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2826", + "filePath": "resourceFile2826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2827", + "filePath": "resourceFile2827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2828", + "filePath": "resourceFile2828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2829", + "filePath": "resourceFile2829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2830", + "filePath": "resourceFile2830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2831", + "filePath": "resourceFile2831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2832", + "filePath": "resourceFile2832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2833", + "filePath": "resourceFile2833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2834", + "filePath": "resourceFile2834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2835", + "filePath": "resourceFile2835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2836", + "filePath": "resourceFile2836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2837", + "filePath": "resourceFile2837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2838", + "filePath": "resourceFile2838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2839", + "filePath": "resourceFile2839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2840", + "filePath": "resourceFile2840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2841", + "filePath": "resourceFile2841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2842", + "filePath": "resourceFile2842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2843", + "filePath": "resourceFile2843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2844", + "filePath": "resourceFile2844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2845", + "filePath": "resourceFile2845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2846", + "filePath": "resourceFile2846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2847", + "filePath": "resourceFile2847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2848", + "filePath": "resourceFile2848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2849", + "filePath": "resourceFile2849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2850", + "filePath": "resourceFile2850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2851", + "filePath": "resourceFile2851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2852", + "filePath": "resourceFile2852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2853", + "filePath": "resourceFile2853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2854", + "filePath": "resourceFile2854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2855", + "filePath": "resourceFile2855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2856", + "filePath": "resourceFile2856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2857", + "filePath": "resourceFile2857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2858", + "filePath": "resourceFile2858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2859", + "filePath": "resourceFile2859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2860", + "filePath": "resourceFile2860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2861", + "filePath": "resourceFile2861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2862", + "filePath": "resourceFile2862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2863", + "filePath": "resourceFile2863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2864", + "filePath": "resourceFile2864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2865", + "filePath": "resourceFile2865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2866", + "filePath": "resourceFile2866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2867", + "filePath": "resourceFile2867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2868", + "filePath": "resourceFile2868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2869", + "filePath": "resourceFile2869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2870", + "filePath": "resourceFile2870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2871", + "filePath": "resourceFile2871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2872", + "filePath": "resourceFile2872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2873", + "filePath": "resourceFile2873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2874", + "filePath": "resourceFile2874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2875", + "filePath": "resourceFile2875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2876", + "filePath": "resourceFile2876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2877", + "filePath": "resourceFile2877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2878", + "filePath": "resourceFile2878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2879", + "filePath": "resourceFile2879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2880", + "filePath": "resourceFile2880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2881", + "filePath": "resourceFile2881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2882", + "filePath": "resourceFile2882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2883", + "filePath": "resourceFile2883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2884", + "filePath": "resourceFile2884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2885", + "filePath": "resourceFile2885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2886", + "filePath": "resourceFile2886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2887", + "filePath": "resourceFile2887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2888", + "filePath": "resourceFile2888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2889", + "filePath": "resourceFile2889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2890", + "filePath": "resourceFile2890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2891", + "filePath": "resourceFile2891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2892", + "filePath": "resourceFile2892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2893", + "filePath": "resourceFile2893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2894", + "filePath": "resourceFile2894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2895", + "filePath": "resourceFile2895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2896", + "filePath": "resourceFile2896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2897", + "filePath": "resourceFile2897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2898", + "filePath": "resourceFile2898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2899", + "filePath": "resourceFile2899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2900", + "filePath": "resourceFile2900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2901", + "filePath": "resourceFile2901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2902", + "filePath": "resourceFile2902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2903", + "filePath": "resourceFile2903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2904", + "filePath": "resourceFile2904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2905", + "filePath": "resourceFile2905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2906", + "filePath": "resourceFile2906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2907", + "filePath": "resourceFile2907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2908", + "filePath": "resourceFile2908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2909", + "filePath": "resourceFile2909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2910", + "filePath": "resourceFile2910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2911", + "filePath": "resourceFile2911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2912", + "filePath": "resourceFile2912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2913", + "filePath": "resourceFile2913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2914", + "filePath": "resourceFile2914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2915", + "filePath": "resourceFile2915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2916", + "filePath": "resourceFile2916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2917", + "filePath": "resourceFile2917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2918", + "filePath": "resourceFile2918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2919", + "filePath": "resourceFile2919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2920", + "filePath": "resourceFile2920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2921", + "filePath": "resourceFile2921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2922", + "filePath": "resourceFile2922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2923", + "filePath": "resourceFile2923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2924", + "filePath": "resourceFile2924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2925", + "filePath": "resourceFile2925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2926", + "filePath": "resourceFile2926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2927", + "filePath": "resourceFile2927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2928", + "filePath": "resourceFile2928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2929", + "filePath": "resourceFile2929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2930", + "filePath": "resourceFile2930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2931", + "filePath": "resourceFile2931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2932", + "filePath": "resourceFile2932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2933", + "filePath": "resourceFile2933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2934", + "filePath": "resourceFile2934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2935", + "filePath": "resourceFile2935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2936", + "filePath": "resourceFile2936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2937", + "filePath": "resourceFile2937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2938", + "filePath": "resourceFile2938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2939", + "filePath": "resourceFile2939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2940", + "filePath": "resourceFile2940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2941", + "filePath": "resourceFile2941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2942", + "filePath": "resourceFile2942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2943", + "filePath": "resourceFile2943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2944", + "filePath": "resourceFile2944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2945", + "filePath": "resourceFile2945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2946", + "filePath": "resourceFile2946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2947", + "filePath": "resourceFile2947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2948", + "filePath": "resourceFile2948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2949", + "filePath": "resourceFile2949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2950", + "filePath": "resourceFile2950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2951", + "filePath": "resourceFile2951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2952", + "filePath": "resourceFile2952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2953", + "filePath": "resourceFile2953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2954", + "filePath": "resourceFile2954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2955", + "filePath": "resourceFile2955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2956", + "filePath": "resourceFile2956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2957", + "filePath": "resourceFile2957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2958", + "filePath": "resourceFile2958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2959", + "filePath": "resourceFile2959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2960", + "filePath": "resourceFile2960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2961", + "filePath": "resourceFile2961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2962", + "filePath": "resourceFile2962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2963", + "filePath": "resourceFile2963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2964", + "filePath": "resourceFile2964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2965", + "filePath": "resourceFile2965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2966", + "filePath": "resourceFile2966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2967", + "filePath": "resourceFile2967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2968", + "filePath": "resourceFile2968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2969", + "filePath": "resourceFile2969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2970", + "filePath": "resourceFile2970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2971", + "filePath": "resourceFile2971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2972", + "filePath": "resourceFile2972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2973", + "filePath": "resourceFile2973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2974", + "filePath": "resourceFile2974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2975", + "filePath": "resourceFile2975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2976", + "filePath": "resourceFile2976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2977", + "filePath": "resourceFile2977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2978", + "filePath": "resourceFile2978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2979", + "filePath": "resourceFile2979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2980", + "filePath": "resourceFile2980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2981", + "filePath": "resourceFile2981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2982", + "filePath": "resourceFile2982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2983", + "filePath": "resourceFile2983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2984", + "filePath": "resourceFile2984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2985", + "filePath": "resourceFile2985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2986", + "filePath": "resourceFile2986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2987", + "filePath": "resourceFile2987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2988", + "filePath": "resourceFile2988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2989", + "filePath": "resourceFile2989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2990", + "filePath": "resourceFile2990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2991", + "filePath": "resourceFile2991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2992", + "filePath": "resourceFile2992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2993", + "filePath": "resourceFile2993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2994", + "filePath": "resourceFile2994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2995", + "filePath": "resourceFile2995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2996", + "filePath": "resourceFile2996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2997", + "filePath": "resourceFile2997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2998", + "filePath": "resourceFile2998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2999", + "filePath": "resourceFile2999"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3000", + "filePath": "resourceFile3000"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3001", + "filePath": "resourceFile3001"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3002", + "filePath": "resourceFile3002"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3003", + "filePath": "resourceFile3003"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3004", + "filePath": "resourceFile3004"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3005", + "filePath": "resourceFile3005"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3006", + "filePath": "resourceFile3006"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3007", + "filePath": "resourceFile3007"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3008", + "filePath": "resourceFile3008"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3009", + "filePath": "resourceFile3009"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3010", + "filePath": "resourceFile3010"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3011", + "filePath": "resourceFile3011"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3012", + "filePath": "resourceFile3012"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3013", + "filePath": "resourceFile3013"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3014", + "filePath": "resourceFile3014"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3015", + "filePath": "resourceFile3015"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3016", + "filePath": "resourceFile3016"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3017", + "filePath": "resourceFile3017"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3018", + "filePath": "resourceFile3018"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3019", + "filePath": "resourceFile3019"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3020", + "filePath": "resourceFile3020"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3021", + "filePath": "resourceFile3021"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3022", + "filePath": "resourceFile3022"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3023", + "filePath": "resourceFile3023"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3024", + "filePath": "resourceFile3024"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3025", + "filePath": "resourceFile3025"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3026", + "filePath": "resourceFile3026"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3027", + "filePath": "resourceFile3027"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3028", + "filePath": "resourceFile3028"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3029", + "filePath": "resourceFile3029"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3030", + "filePath": "resourceFile3030"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3031", + "filePath": "resourceFile3031"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3032", + "filePath": "resourceFile3032"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3033", + "filePath": "resourceFile3033"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3034", + "filePath": "resourceFile3034"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3035", + "filePath": "resourceFile3035"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3036", + "filePath": "resourceFile3036"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3037", + "filePath": "resourceFile3037"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3038", + "filePath": "resourceFile3038"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3039", + "filePath": "resourceFile3039"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3040", + "filePath": "resourceFile3040"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3041", + "filePath": "resourceFile3041"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3042", + "filePath": "resourceFile3042"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3043", + "filePath": "resourceFile3043"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3044", + "filePath": "resourceFile3044"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3045", + "filePath": "resourceFile3045"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3046", + "filePath": "resourceFile3046"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3047", + "filePath": "resourceFile3047"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3048", + "filePath": "resourceFile3048"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3049", + "filePath": "resourceFile3049"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3050", + "filePath": "resourceFile3050"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3051", + "filePath": "resourceFile3051"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3052", + "filePath": "resourceFile3052"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3053", + "filePath": "resourceFile3053"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3054", + "filePath": "resourceFile3054"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3055", + "filePath": "resourceFile3055"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3056", + "filePath": "resourceFile3056"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3057", + "filePath": "resourceFile3057"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3058", + "filePath": "resourceFile3058"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3059", + "filePath": "resourceFile3059"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3060", + "filePath": "resourceFile3060"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3061", + "filePath": "resourceFile3061"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3062", + "filePath": "resourceFile3062"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3063", + "filePath": "resourceFile3063"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3064", + "filePath": "resourceFile3064"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3065", + "filePath": "resourceFile3065"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3066", + "filePath": "resourceFile3066"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3067", + "filePath": "resourceFile3067"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3068", + "filePath": "resourceFile3068"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3069", + "filePath": "resourceFile3069"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3070", + "filePath": "resourceFile3070"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3071", + "filePath": "resourceFile3071"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3072", + "filePath": "resourceFile3072"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3073", + "filePath": "resourceFile3073"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3074", + "filePath": "resourceFile3074"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3075", + "filePath": "resourceFile3075"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3076", + "filePath": "resourceFile3076"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3077", + "filePath": "resourceFile3077"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3078", + "filePath": "resourceFile3078"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3079", + "filePath": "resourceFile3079"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3080", + "filePath": "resourceFile3080"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3081", + "filePath": "resourceFile3081"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3082", + "filePath": "resourceFile3082"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3083", + "filePath": "resourceFile3083"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3084", + "filePath": "resourceFile3084"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3085", + "filePath": "resourceFile3085"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3086", + "filePath": "resourceFile3086"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3087", + "filePath": "resourceFile3087"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3088", + "filePath": "resourceFile3088"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3089", + "filePath": "resourceFile3089"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3090", + "filePath": "resourceFile3090"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3091", + "filePath": "resourceFile3091"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3092", + "filePath": "resourceFile3092"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3093", + "filePath": "resourceFile3093"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3094", + "filePath": "resourceFile3094"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3095", + "filePath": "resourceFile3095"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3096", + "filePath": "resourceFile3096"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3097", + "filePath": "resourceFile3097"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3098", + "filePath": "resourceFile3098"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3099", + "filePath": "resourceFile3099"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3100", + "filePath": "resourceFile3100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3101", + "filePath": "resourceFile3101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3102", + "filePath": "resourceFile3102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3103", + "filePath": "resourceFile3103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3104", + "filePath": "resourceFile3104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3105", + "filePath": "resourceFile3105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3106", + "filePath": "resourceFile3106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3107", + "filePath": "resourceFile3107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3108", + "filePath": "resourceFile3108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3109", + "filePath": "resourceFile3109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3110", + "filePath": "resourceFile3110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3111", + "filePath": "resourceFile3111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3112", + "filePath": "resourceFile3112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3113", + "filePath": "resourceFile3113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3114", + "filePath": "resourceFile3114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3115", + "filePath": "resourceFile3115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3116", + "filePath": "resourceFile3116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3117", + "filePath": "resourceFile3117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3118", + "filePath": "resourceFile3118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3119", + "filePath": "resourceFile3119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3120", + "filePath": "resourceFile3120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3121", + "filePath": "resourceFile3121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3122", + "filePath": "resourceFile3122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3123", + "filePath": "resourceFile3123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3124", + "filePath": "resourceFile3124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3125", + "filePath": "resourceFile3125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3126", + "filePath": "resourceFile3126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3127", + "filePath": "resourceFile3127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3128", + "filePath": "resourceFile3128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3129", + "filePath": "resourceFile3129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3130", + "filePath": "resourceFile3130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3131", + "filePath": "resourceFile3131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3132", + "filePath": "resourceFile3132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3133", + "filePath": "resourceFile3133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3134", + "filePath": "resourceFile3134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3135", + "filePath": "resourceFile3135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3136", + "filePath": "resourceFile3136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3137", + "filePath": "resourceFile3137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3138", + "filePath": "resourceFile3138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3139", + "filePath": "resourceFile3139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3140", + "filePath": "resourceFile3140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3141", + "filePath": "resourceFile3141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3142", + "filePath": "resourceFile3142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3143", + "filePath": "resourceFile3143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3144", + "filePath": "resourceFile3144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3145", + "filePath": "resourceFile3145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3146", + "filePath": "resourceFile3146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3147", + "filePath": "resourceFile3147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3148", + "filePath": "resourceFile3148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3149", + "filePath": "resourceFile3149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3150", + "filePath": "resourceFile3150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3151", + "filePath": "resourceFile3151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3152", + "filePath": "resourceFile3152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3153", + "filePath": "resourceFile3153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3154", + "filePath": "resourceFile3154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3155", + "filePath": "resourceFile3155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3156", + "filePath": "resourceFile3156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3157", + "filePath": "resourceFile3157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3158", + "filePath": "resourceFile3158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3159", + "filePath": "resourceFile3159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3160", + "filePath": "resourceFile3160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3161", + "filePath": "resourceFile3161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3162", + "filePath": "resourceFile3162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3163", + "filePath": "resourceFile3163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3164", + "filePath": "resourceFile3164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3165", + "filePath": "resourceFile3165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3166", + "filePath": "resourceFile3166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3167", + "filePath": "resourceFile3167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3168", + "filePath": "resourceFile3168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3169", + "filePath": "resourceFile3169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3170", + "filePath": "resourceFile3170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3171", + "filePath": "resourceFile3171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3172", + "filePath": "resourceFile3172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3173", + "filePath": "resourceFile3173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3174", + "filePath": "resourceFile3174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3175", + "filePath": "resourceFile3175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3176", + "filePath": "resourceFile3176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3177", + "filePath": "resourceFile3177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3178", + "filePath": "resourceFile3178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3179", + "filePath": "resourceFile3179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3180", + "filePath": "resourceFile3180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3181", + "filePath": "resourceFile3181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3182", + "filePath": "resourceFile3182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3183", + "filePath": "resourceFile3183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3184", + "filePath": "resourceFile3184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3185", + "filePath": "resourceFile3185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3186", + "filePath": "resourceFile3186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3187", + "filePath": "resourceFile3187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3188", + "filePath": "resourceFile3188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3189", + "filePath": "resourceFile3189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3190", + "filePath": "resourceFile3190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3191", + "filePath": "resourceFile3191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3192", + "filePath": "resourceFile3192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3193", + "filePath": "resourceFile3193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3194", + "filePath": "resourceFile3194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3195", + "filePath": "resourceFile3195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3196", + "filePath": "resourceFile3196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3197", + "filePath": "resourceFile3197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3198", + "filePath": "resourceFile3198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3199", + "filePath": "resourceFile3199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3200", + "filePath": "resourceFile3200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3201", + "filePath": "resourceFile3201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3202", + "filePath": "resourceFile3202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3203", + "filePath": "resourceFile3203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3204", + "filePath": "resourceFile3204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3205", + "filePath": "resourceFile3205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3206", + "filePath": "resourceFile3206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3207", + "filePath": "resourceFile3207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3208", + "filePath": "resourceFile3208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3209", + "filePath": "resourceFile3209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3210", + "filePath": "resourceFile3210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3211", + "filePath": "resourceFile3211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3212", + "filePath": "resourceFile3212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3213", + "filePath": "resourceFile3213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3214", + "filePath": "resourceFile3214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3215", + "filePath": "resourceFile3215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3216", + "filePath": "resourceFile3216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3217", + "filePath": "resourceFile3217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3218", + "filePath": "resourceFile3218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3219", + "filePath": "resourceFile3219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3220", + "filePath": "resourceFile3220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3221", + "filePath": "resourceFile3221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3222", + "filePath": "resourceFile3222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3223", + "filePath": "resourceFile3223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3224", + "filePath": "resourceFile3224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3225", + "filePath": "resourceFile3225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3226", + "filePath": "resourceFile3226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3227", + "filePath": "resourceFile3227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3228", + "filePath": "resourceFile3228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3229", + "filePath": "resourceFile3229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3230", + "filePath": "resourceFile3230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3231", + "filePath": "resourceFile3231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3232", + "filePath": "resourceFile3232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3233", + "filePath": "resourceFile3233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3234", + "filePath": "resourceFile3234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3235", + "filePath": "resourceFile3235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3236", + "filePath": "resourceFile3236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3237", + "filePath": "resourceFile3237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3238", + "filePath": "resourceFile3238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3239", + "filePath": "resourceFile3239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3240", + "filePath": "resourceFile3240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3241", + "filePath": "resourceFile3241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3242", + "filePath": "resourceFile3242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3243", + "filePath": "resourceFile3243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3244", + "filePath": "resourceFile3244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3245", + "filePath": "resourceFile3245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3246", + "filePath": "resourceFile3246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3247", + "filePath": "resourceFile3247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3248", + "filePath": "resourceFile3248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3249", + "filePath": "resourceFile3249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3250", + "filePath": "resourceFile3250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3251", + "filePath": "resourceFile3251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3252", + "filePath": "resourceFile3252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3253", + "filePath": "resourceFile3253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3254", + "filePath": "resourceFile3254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3255", + "filePath": "resourceFile3255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3256", + "filePath": "resourceFile3256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3257", + "filePath": "resourceFile3257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3258", + "filePath": "resourceFile3258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3259", + "filePath": "resourceFile3259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3260", + "filePath": "resourceFile3260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3261", + "filePath": "resourceFile3261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3262", + "filePath": "resourceFile3262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3263", + "filePath": "resourceFile3263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3264", + "filePath": "resourceFile3264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3265", + "filePath": "resourceFile3265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3266", + "filePath": "resourceFile3266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3267", + "filePath": "resourceFile3267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3268", + "filePath": "resourceFile3268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3269", + "filePath": "resourceFile3269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3270", + "filePath": "resourceFile3270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3271", + "filePath": "resourceFile3271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3272", + "filePath": "resourceFile3272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3273", + "filePath": "resourceFile3273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3274", + "filePath": "resourceFile3274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3275", + "filePath": "resourceFile3275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3276", + "filePath": "resourceFile3276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3277", + "filePath": "resourceFile3277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3278", + "filePath": "resourceFile3278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3279", + "filePath": "resourceFile3279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3280", + "filePath": "resourceFile3280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3281", + "filePath": "resourceFile3281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3282", + "filePath": "resourceFile3282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3283", + "filePath": "resourceFile3283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3284", + "filePath": "resourceFile3284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3285", + "filePath": "resourceFile3285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3286", + "filePath": "resourceFile3286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3287", + "filePath": "resourceFile3287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3288", + "filePath": "resourceFile3288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3289", + "filePath": "resourceFile3289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3290", + "filePath": "resourceFile3290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3291", + "filePath": "resourceFile3291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3292", + "filePath": "resourceFile3292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3293", + "filePath": "resourceFile3293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3294", + "filePath": "resourceFile3294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3295", + "filePath": "resourceFile3295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3296", + "filePath": "resourceFile3296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3297", + "filePath": "resourceFile3297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3298", + "filePath": "resourceFile3298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3299", + "filePath": "resourceFile3299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3300", + "filePath": "resourceFile3300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3301", + "filePath": "resourceFile3301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3302", + "filePath": "resourceFile3302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3303", + "filePath": "resourceFile3303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3304", + "filePath": "resourceFile3304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3305", + "filePath": "resourceFile3305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3306", + "filePath": "resourceFile3306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3307", + "filePath": "resourceFile3307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3308", + "filePath": "resourceFile3308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3309", + "filePath": "resourceFile3309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3310", + "filePath": "resourceFile3310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3311", + "filePath": "resourceFile3311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3312", + "filePath": "resourceFile3312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3313", + "filePath": "resourceFile3313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3314", + "filePath": "resourceFile3314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3315", + "filePath": "resourceFile3315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3316", + "filePath": "resourceFile3316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3317", + "filePath": "resourceFile3317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3318", + "filePath": "resourceFile3318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3319", + "filePath": "resourceFile3319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3320", + "filePath": "resourceFile3320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3321", + "filePath": "resourceFile3321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3322", + "filePath": "resourceFile3322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3323", + "filePath": "resourceFile3323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3324", + "filePath": "resourceFile3324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3325", + "filePath": "resourceFile3325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3326", + "filePath": "resourceFile3326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3327", + "filePath": "resourceFile3327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3328", + "filePath": "resourceFile3328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3329", + "filePath": "resourceFile3329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3330", + "filePath": "resourceFile3330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3331", + "filePath": "resourceFile3331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3332", + "filePath": "resourceFile3332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3333", + "filePath": "resourceFile3333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3334", + "filePath": "resourceFile3334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3335", + "filePath": "resourceFile3335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3336", + "filePath": "resourceFile3336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3337", + "filePath": "resourceFile3337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3338", + "filePath": "resourceFile3338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3339", + "filePath": "resourceFile3339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3340", + "filePath": "resourceFile3340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3341", + "filePath": "resourceFile3341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3342", + "filePath": "resourceFile3342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3343", + "filePath": "resourceFile3343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3344", + "filePath": "resourceFile3344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3345", + "filePath": "resourceFile3345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3346", + "filePath": "resourceFile3346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3347", + "filePath": "resourceFile3347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3348", + "filePath": "resourceFile3348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3349", + "filePath": "resourceFile3349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3350", + "filePath": "resourceFile3350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3351", + "filePath": "resourceFile3351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3352", + "filePath": "resourceFile3352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3353", + "filePath": "resourceFile3353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3354", + "filePath": "resourceFile3354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3355", + "filePath": "resourceFile3355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3356", + "filePath": "resourceFile3356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3357", + "filePath": "resourceFile3357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3358", + "filePath": "resourceFile3358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3359", + "filePath": "resourceFile3359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3360", + "filePath": "resourceFile3360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3361", + "filePath": "resourceFile3361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3362", + "filePath": "resourceFile3362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3363", + "filePath": "resourceFile3363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3364", + "filePath": "resourceFile3364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3365", + "filePath": "resourceFile3365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3366", + "filePath": "resourceFile3366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3367", + "filePath": "resourceFile3367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3368", + "filePath": "resourceFile3368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3369", + "filePath": "resourceFile3369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3370", + "filePath": "resourceFile3370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3371", + "filePath": "resourceFile3371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3372", + "filePath": "resourceFile3372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3373", + "filePath": "resourceFile3373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3374", + "filePath": "resourceFile3374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3375", + "filePath": "resourceFile3375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3376", + "filePath": "resourceFile3376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3377", + "filePath": "resourceFile3377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3378", + "filePath": "resourceFile3378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3379", + "filePath": "resourceFile3379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3380", + "filePath": "resourceFile3380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3381", + "filePath": "resourceFile3381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3382", + "filePath": "resourceFile3382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3383", + "filePath": "resourceFile3383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3384", + "filePath": "resourceFile3384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3385", + "filePath": "resourceFile3385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3386", + "filePath": "resourceFile3386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3387", + "filePath": "resourceFile3387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3388", + "filePath": "resourceFile3388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3389", + "filePath": "resourceFile3389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3390", + "filePath": "resourceFile3390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3391", + "filePath": "resourceFile3391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3392", + "filePath": "resourceFile3392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3393", + "filePath": "resourceFile3393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3394", + "filePath": "resourceFile3394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3395", + "filePath": "resourceFile3395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3396", + "filePath": "resourceFile3396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3397", + "filePath": "resourceFile3397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3398", + "filePath": "resourceFile3398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3399", + "filePath": "resourceFile3399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3400", + "filePath": "resourceFile3400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3401", + "filePath": "resourceFile3401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3402", + "filePath": "resourceFile3402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3403", + "filePath": "resourceFile3403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3404", + "filePath": "resourceFile3404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3405", + "filePath": "resourceFile3405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3406", + "filePath": "resourceFile3406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3407", + "filePath": "resourceFile3407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3408", + "filePath": "resourceFile3408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3409", + "filePath": "resourceFile3409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3410", + "filePath": "resourceFile3410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3411", + "filePath": "resourceFile3411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3412", + "filePath": "resourceFile3412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3413", + "filePath": "resourceFile3413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3414", + "filePath": "resourceFile3414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3415", + "filePath": "resourceFile3415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3416", + "filePath": "resourceFile3416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3417", + "filePath": "resourceFile3417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3418", + "filePath": "resourceFile3418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3419", + "filePath": "resourceFile3419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3420", + "filePath": "resourceFile3420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3421", + "filePath": "resourceFile3421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3422", + "filePath": "resourceFile3422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3423", + "filePath": "resourceFile3423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3424", + "filePath": "resourceFile3424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3425", + "filePath": "resourceFile3425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3426", + "filePath": "resourceFile3426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3427", + "filePath": "resourceFile3427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3428", + "filePath": "resourceFile3428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3429", + "filePath": "resourceFile3429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3430", + "filePath": "resourceFile3430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3431", + "filePath": "resourceFile3431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3432", + "filePath": "resourceFile3432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3433", + "filePath": "resourceFile3433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3434", + "filePath": "resourceFile3434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3435", + "filePath": "resourceFile3435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3436", + "filePath": "resourceFile3436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3437", + "filePath": "resourceFile3437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3438", + "filePath": "resourceFile3438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3439", + "filePath": "resourceFile3439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3440", + "filePath": "resourceFile3440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3441", + "filePath": "resourceFile3441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3442", + "filePath": "resourceFile3442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3443", + "filePath": "resourceFile3443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3444", + "filePath": "resourceFile3444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3445", + "filePath": "resourceFile3445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3446", + "filePath": "resourceFile3446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3447", + "filePath": "resourceFile3447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3448", + "filePath": "resourceFile3448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3449", + "filePath": "resourceFile3449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3450", + "filePath": "resourceFile3450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3451", + "filePath": "resourceFile3451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3452", + "filePath": "resourceFile3452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3453", + "filePath": "resourceFile3453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3454", + "filePath": "resourceFile3454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3455", + "filePath": "resourceFile3455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3456", + "filePath": "resourceFile3456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3457", + "filePath": "resourceFile3457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3458", + "filePath": "resourceFile3458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3459", + "filePath": "resourceFile3459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3460", + "filePath": "resourceFile3460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3461", + "filePath": "resourceFile3461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3462", + "filePath": "resourceFile3462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3463", + "filePath": "resourceFile3463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3464", + "filePath": "resourceFile3464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3465", + "filePath": "resourceFile3465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3466", + "filePath": "resourceFile3466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3467", + "filePath": "resourceFile3467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3468", + "filePath": "resourceFile3468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3469", + "filePath": "resourceFile3469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3470", + "filePath": "resourceFile3470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3471", + "filePath": "resourceFile3471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3472", + "filePath": "resourceFile3472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3473", + "filePath": "resourceFile3473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3474", + "filePath": "resourceFile3474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3475", + "filePath": "resourceFile3475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3476", + "filePath": "resourceFile3476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3477", + "filePath": "resourceFile3477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3478", + "filePath": "resourceFile3478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3479", + "filePath": "resourceFile3479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3480", + "filePath": "resourceFile3480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3481", + "filePath": "resourceFile3481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3482", + "filePath": "resourceFile3482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3483", + "filePath": "resourceFile3483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3484", + "filePath": "resourceFile3484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3485", + "filePath": "resourceFile3485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3486", + "filePath": "resourceFile3486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3487", + "filePath": "resourceFile3487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3488", + "filePath": "resourceFile3488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3489", + "filePath": "resourceFile3489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3490", + "filePath": "resourceFile3490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3491", + "filePath": "resourceFile3491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3492", + "filePath": "resourceFile3492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3493", + "filePath": "resourceFile3493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3494", + "filePath": "resourceFile3494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3495", + "filePath": "resourceFile3495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3496", + "filePath": "resourceFile3496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3497", + "filePath": "resourceFile3497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3498", + "filePath": "resourceFile3498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3499", + "filePath": "resourceFile3499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3500", + "filePath": "resourceFile3500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3501", + "filePath": "resourceFile3501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3502", + "filePath": "resourceFile3502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3503", + "filePath": "resourceFile3503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3504", + "filePath": "resourceFile3504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3505", + "filePath": "resourceFile3505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3506", + "filePath": "resourceFile3506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3507", + "filePath": "resourceFile3507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3508", + "filePath": "resourceFile3508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3509", + "filePath": "resourceFile3509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3510", + "filePath": "resourceFile3510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3511", + "filePath": "resourceFile3511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3512", + "filePath": "resourceFile3512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3513", + "filePath": "resourceFile3513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3514", + "filePath": "resourceFile3514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3515", + "filePath": "resourceFile3515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3516", + "filePath": "resourceFile3516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3517", + "filePath": "resourceFile3517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3518", + "filePath": "resourceFile3518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3519", + "filePath": "resourceFile3519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3520", + "filePath": "resourceFile3520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3521", + "filePath": "resourceFile3521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3522", + "filePath": "resourceFile3522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3523", + "filePath": "resourceFile3523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3524", + "filePath": "resourceFile3524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3525", + "filePath": "resourceFile3525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3526", + "filePath": "resourceFile3526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3527", + "filePath": "resourceFile3527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3528", + "filePath": "resourceFile3528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3529", + "filePath": "resourceFile3529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3530", + "filePath": "resourceFile3530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3531", + "filePath": "resourceFile3531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3532", + "filePath": "resourceFile3532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3533", + "filePath": "resourceFile3533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3534", + "filePath": "resourceFile3534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3535", + "filePath": "resourceFile3535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3536", + "filePath": "resourceFile3536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3537", + "filePath": "resourceFile3537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3538", + "filePath": "resourceFile3538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3539", + "filePath": "resourceFile3539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3540", + "filePath": "resourceFile3540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3541", + "filePath": "resourceFile3541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3542", + "filePath": "resourceFile3542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3543", + "filePath": "resourceFile3543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3544", + "filePath": "resourceFile3544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3545", + "filePath": "resourceFile3545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3546", + "filePath": "resourceFile3546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3547", + "filePath": "resourceFile3547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3548", + "filePath": "resourceFile3548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3549", + "filePath": "resourceFile3549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3550", + "filePath": "resourceFile3550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3551", + "filePath": "resourceFile3551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3552", + "filePath": "resourceFile3552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3553", + "filePath": "resourceFile3553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3554", + "filePath": "resourceFile3554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3555", + "filePath": "resourceFile3555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3556", + "filePath": "resourceFile3556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3557", + "filePath": "resourceFile3557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3558", + "filePath": "resourceFile3558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3559", + "filePath": "resourceFile3559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3560", + "filePath": "resourceFile3560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3561", + "filePath": "resourceFile3561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3562", + "filePath": "resourceFile3562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3563", + "filePath": "resourceFile3563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3564", + "filePath": "resourceFile3564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3565", + "filePath": "resourceFile3565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3566", + "filePath": "resourceFile3566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3567", + "filePath": "resourceFile3567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3568", + "filePath": "resourceFile3568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3569", + "filePath": "resourceFile3569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3570", + "filePath": "resourceFile3570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3571", + "filePath": "resourceFile3571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3572", + "filePath": "resourceFile3572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3573", + "filePath": "resourceFile3573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3574", + "filePath": "resourceFile3574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3575", + "filePath": "resourceFile3575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3576", + "filePath": "resourceFile3576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3577", + "filePath": "resourceFile3577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3578", + "filePath": "resourceFile3578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3579", + "filePath": "resourceFile3579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3580", + "filePath": "resourceFile3580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3581", + "filePath": "resourceFile3581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3582", + "filePath": "resourceFile3582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3583", + "filePath": "resourceFile3583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3584", + "filePath": "resourceFile3584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3585", + "filePath": "resourceFile3585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3586", + "filePath": "resourceFile3586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3587", + "filePath": "resourceFile3587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3588", + "filePath": "resourceFile3588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3589", + "filePath": "resourceFile3589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3590", + "filePath": "resourceFile3590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3591", + "filePath": "resourceFile3591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3592", + "filePath": "resourceFile3592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3593", + "filePath": "resourceFile3593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3594", + "filePath": "resourceFile3594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3595", + "filePath": "resourceFile3595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3596", + "filePath": "resourceFile3596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3597", + "filePath": "resourceFile3597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3598", + "filePath": "resourceFile3598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3599", + "filePath": "resourceFile3599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3600", + "filePath": "resourceFile3600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3601", + "filePath": "resourceFile3601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3602", + "filePath": "resourceFile3602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3603", + "filePath": "resourceFile3603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3604", + "filePath": "resourceFile3604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3605", + "filePath": "resourceFile3605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3606", + "filePath": "resourceFile3606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3607", + "filePath": "resourceFile3607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3608", + "filePath": "resourceFile3608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3609", + "filePath": "resourceFile3609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3610", + "filePath": "resourceFile3610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3611", + "filePath": "resourceFile3611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3612", + "filePath": "resourceFile3612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3613", + "filePath": "resourceFile3613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3614", + "filePath": "resourceFile3614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3615", + "filePath": "resourceFile3615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3616", + "filePath": "resourceFile3616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3617", + "filePath": "resourceFile3617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3618", + "filePath": "resourceFile3618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3619", + "filePath": "resourceFile3619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3620", + "filePath": "resourceFile3620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3621", + "filePath": "resourceFile3621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3622", + "filePath": "resourceFile3622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3623", + "filePath": "resourceFile3623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3624", + "filePath": "resourceFile3624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3625", + "filePath": "resourceFile3625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3626", + "filePath": "resourceFile3626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3627", + "filePath": "resourceFile3627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3628", + "filePath": "resourceFile3628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3629", + "filePath": "resourceFile3629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3630", + "filePath": "resourceFile3630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3631", + "filePath": "resourceFile3631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3632", + "filePath": "resourceFile3632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3633", + "filePath": "resourceFile3633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3634", + "filePath": "resourceFile3634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3635", + "filePath": "resourceFile3635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3636", + "filePath": "resourceFile3636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3637", + "filePath": "resourceFile3637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3638", + "filePath": "resourceFile3638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3639", + "filePath": "resourceFile3639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3640", + "filePath": "resourceFile3640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3641", + "filePath": "resourceFile3641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3642", + "filePath": "resourceFile3642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3643", + "filePath": "resourceFile3643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3644", + "filePath": "resourceFile3644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3645", + "filePath": "resourceFile3645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3646", + "filePath": "resourceFile3646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3647", + "filePath": "resourceFile3647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3648", + "filePath": "resourceFile3648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3649", + "filePath": "resourceFile3649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3650", + "filePath": "resourceFile3650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3651", + "filePath": "resourceFile3651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3652", + "filePath": "resourceFile3652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3653", + "filePath": "resourceFile3653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3654", + "filePath": "resourceFile3654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3655", + "filePath": "resourceFile3655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3656", + "filePath": "resourceFile3656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3657", + "filePath": "resourceFile3657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3658", + "filePath": "resourceFile3658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3659", + "filePath": "resourceFile3659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3660", + "filePath": "resourceFile3660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3661", + "filePath": "resourceFile3661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3662", + "filePath": "resourceFile3662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3663", + "filePath": "resourceFile3663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3664", + "filePath": "resourceFile3664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3665", + "filePath": "resourceFile3665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3666", + "filePath": "resourceFile3666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3667", + "filePath": "resourceFile3667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3668", + "filePath": "resourceFile3668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3669", + "filePath": "resourceFile3669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3670", + "filePath": "resourceFile3670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3671", + "filePath": "resourceFile3671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3672", + "filePath": "resourceFile3672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3673", + "filePath": "resourceFile3673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3674", + "filePath": "resourceFile3674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3675", + "filePath": "resourceFile3675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3676", + "filePath": "resourceFile3676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3677", + "filePath": "resourceFile3677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3678", + "filePath": "resourceFile3678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3679", + "filePath": "resourceFile3679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3680", + "filePath": "resourceFile3680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3681", + "filePath": "resourceFile3681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3682", + "filePath": "resourceFile3682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3683", + "filePath": "resourceFile3683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3684", + "filePath": "resourceFile3684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3685", + "filePath": "resourceFile3685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3686", + "filePath": "resourceFile3686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3687", + "filePath": "resourceFile3687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3688", + "filePath": "resourceFile3688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3689", + "filePath": "resourceFile3689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3690", + "filePath": "resourceFile3690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3691", + "filePath": "resourceFile3691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3692", + "filePath": "resourceFile3692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3693", + "filePath": "resourceFile3693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3694", + "filePath": "resourceFile3694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3695", + "filePath": "resourceFile3695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3696", + "filePath": "resourceFile3696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3697", + "filePath": "resourceFile3697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3698", + "filePath": "resourceFile3698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3699", + "filePath": "resourceFile3699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3700", + "filePath": "resourceFile3700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3701", + "filePath": "resourceFile3701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3702", + "filePath": "resourceFile3702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3703", + "filePath": "resourceFile3703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3704", + "filePath": "resourceFile3704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3705", + "filePath": "resourceFile3705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3706", + "filePath": "resourceFile3706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3707", + "filePath": "resourceFile3707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3708", + "filePath": "resourceFile3708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3709", + "filePath": "resourceFile3709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3710", + "filePath": "resourceFile3710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3711", + "filePath": "resourceFile3711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3712", + "filePath": "resourceFile3712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3713", + "filePath": "resourceFile3713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3714", + "filePath": "resourceFile3714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3715", + "filePath": "resourceFile3715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3716", + "filePath": "resourceFile3716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3717", + "filePath": "resourceFile3717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3718", + "filePath": "resourceFile3718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3719", + "filePath": "resourceFile3719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3720", + "filePath": "resourceFile3720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3721", + "filePath": "resourceFile3721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3722", + "filePath": "resourceFile3722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3723", + "filePath": "resourceFile3723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3724", + "filePath": "resourceFile3724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3725", + "filePath": "resourceFile3725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3726", + "filePath": "resourceFile3726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3727", + "filePath": "resourceFile3727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3728", + "filePath": "resourceFile3728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3729", + "filePath": "resourceFile3729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3730", + "filePath": "resourceFile3730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3731", + "filePath": "resourceFile3731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3732", + "filePath": "resourceFile3732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3733", + "filePath": "resourceFile3733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3734", + "filePath": "resourceFile3734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3735", + "filePath": "resourceFile3735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3736", + "filePath": "resourceFile3736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3737", + "filePath": "resourceFile3737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3738", + "filePath": "resourceFile3738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3739", + "filePath": "resourceFile3739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3740", + "filePath": "resourceFile3740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3741", + "filePath": "resourceFile3741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3742", + "filePath": "resourceFile3742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3743", + "filePath": "resourceFile3743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3744", + "filePath": "resourceFile3744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3745", + "filePath": "resourceFile3745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3746", + "filePath": "resourceFile3746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3747", + "filePath": "resourceFile3747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3748", + "filePath": "resourceFile3748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3749", + "filePath": "resourceFile3749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3750", + "filePath": "resourceFile3750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3751", + "filePath": "resourceFile3751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3752", + "filePath": "resourceFile3752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3753", + "filePath": "resourceFile3753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3754", + "filePath": "resourceFile3754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3755", + "filePath": "resourceFile3755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3756", + "filePath": "resourceFile3756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3757", + "filePath": "resourceFile3757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3758", + "filePath": "resourceFile3758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3759", + "filePath": "resourceFile3759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3760", + "filePath": "resourceFile3760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3761", + "filePath": "resourceFile3761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3762", + "filePath": "resourceFile3762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3763", + "filePath": "resourceFile3763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3764", + "filePath": "resourceFile3764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3765", + "filePath": "resourceFile3765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3766", + "filePath": "resourceFile3766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3767", + "filePath": "resourceFile3767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3768", + "filePath": "resourceFile3768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3769", + "filePath": "resourceFile3769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3770", + "filePath": "resourceFile3770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3771", + "filePath": "resourceFile3771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3772", + "filePath": "resourceFile3772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3773", + "filePath": "resourceFile3773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3774", + "filePath": "resourceFile3774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3775", + "filePath": "resourceFile3775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3776", + "filePath": "resourceFile3776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3777", + "filePath": "resourceFile3777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3778", + "filePath": "resourceFile3778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3779", + "filePath": "resourceFile3779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3780", + "filePath": "resourceFile3780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3781", + "filePath": "resourceFile3781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3782", + "filePath": "resourceFile3782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3783", + "filePath": "resourceFile3783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3784", + "filePath": "resourceFile3784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3785", + "filePath": "resourceFile3785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3786", + "filePath": "resourceFile3786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3787", + "filePath": "resourceFile3787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3788", + "filePath": "resourceFile3788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3789", + "filePath": "resourceFile3789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3790", + "filePath": "resourceFile3790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3791", + "filePath": "resourceFile3791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3792", + "filePath": "resourceFile3792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3793", + "filePath": "resourceFile3793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3794", + "filePath": "resourceFile3794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3795", + "filePath": "resourceFile3795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3796", + "filePath": "resourceFile3796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3797", + "filePath": "resourceFile3797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3798", + "filePath": "resourceFile3798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3799", + "filePath": "resourceFile3799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3800", + "filePath": "resourceFile3800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3801", + "filePath": "resourceFile3801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3802", + "filePath": "resourceFile3802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3803", + "filePath": "resourceFile3803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3804", + "filePath": "resourceFile3804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3805", + "filePath": "resourceFile3805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3806", + "filePath": "resourceFile3806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3807", + "filePath": "resourceFile3807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3808", + "filePath": "resourceFile3808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3809", + "filePath": "resourceFile3809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3810", + "filePath": "resourceFile3810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3811", + "filePath": "resourceFile3811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3812", + "filePath": "resourceFile3812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3813", + "filePath": "resourceFile3813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3814", + "filePath": "resourceFile3814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3815", + "filePath": "resourceFile3815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3816", + "filePath": "resourceFile3816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3817", + "filePath": "resourceFile3817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3818", + "filePath": "resourceFile3818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3819", + "filePath": "resourceFile3819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3820", + "filePath": "resourceFile3820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3821", + "filePath": "resourceFile3821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3822", + "filePath": "resourceFile3822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3823", + "filePath": "resourceFile3823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3824", + "filePath": "resourceFile3824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3825", + "filePath": "resourceFile3825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3826", + "filePath": "resourceFile3826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3827", + "filePath": "resourceFile3827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3828", + "filePath": "resourceFile3828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3829", + "filePath": "resourceFile3829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3830", + "filePath": "resourceFile3830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3831", + "filePath": "resourceFile3831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3832", + "filePath": "resourceFile3832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3833", + "filePath": "resourceFile3833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3834", + "filePath": "resourceFile3834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3835", + "filePath": "resourceFile3835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3836", + "filePath": "resourceFile3836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3837", + "filePath": "resourceFile3837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3838", + "filePath": "resourceFile3838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3839", + "filePath": "resourceFile3839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3840", + "filePath": "resourceFile3840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3841", + "filePath": "resourceFile3841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3842", + "filePath": "resourceFile3842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3843", + "filePath": "resourceFile3843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3844", + "filePath": "resourceFile3844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3845", + "filePath": "resourceFile3845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3846", + "filePath": "resourceFile3846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3847", + "filePath": "resourceFile3847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3848", + "filePath": "resourceFile3848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3849", + "filePath": "resourceFile3849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3850", + "filePath": "resourceFile3850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3851", + "filePath": "resourceFile3851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3852", + "filePath": "resourceFile3852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3853", + "filePath": "resourceFile3853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3854", + "filePath": "resourceFile3854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3855", + "filePath": "resourceFile3855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3856", + "filePath": "resourceFile3856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3857", + "filePath": "resourceFile3857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3858", + "filePath": "resourceFile3858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3859", + "filePath": "resourceFile3859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3860", + "filePath": "resourceFile3860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3861", + "filePath": "resourceFile3861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3862", + "filePath": "resourceFile3862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3863", + "filePath": "resourceFile3863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3864", + "filePath": "resourceFile3864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3865", + "filePath": "resourceFile3865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3866", + "filePath": "resourceFile3866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3867", + "filePath": "resourceFile3867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3868", + "filePath": "resourceFile3868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3869", + "filePath": "resourceFile3869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3870", + "filePath": "resourceFile3870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3871", + "filePath": "resourceFile3871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3872", + "filePath": "resourceFile3872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3873", + "filePath": "resourceFile3873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3874", + "filePath": "resourceFile3874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3875", + "filePath": "resourceFile3875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3876", + "filePath": "resourceFile3876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3877", + "filePath": "resourceFile3877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3878", + "filePath": "resourceFile3878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3879", + "filePath": "resourceFile3879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3880", + "filePath": "resourceFile3880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3881", + "filePath": "resourceFile3881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3882", + "filePath": "resourceFile3882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3883", + "filePath": "resourceFile3883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3884", + "filePath": "resourceFile3884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3885", + "filePath": "resourceFile3885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3886", + "filePath": "resourceFile3886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3887", + "filePath": "resourceFile3887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3888", + "filePath": "resourceFile3888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3889", + "filePath": "resourceFile3889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3890", + "filePath": "resourceFile3890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3891", + "filePath": "resourceFile3891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3892", + "filePath": "resourceFile3892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3893", + "filePath": "resourceFile3893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3894", + "filePath": "resourceFile3894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3895", + "filePath": "resourceFile3895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3896", + "filePath": "resourceFile3896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3897", + "filePath": "resourceFile3897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3898", + "filePath": "resourceFile3898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3899", + "filePath": "resourceFile3899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3900", + "filePath": "resourceFile3900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3901", + "filePath": "resourceFile3901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3902", + "filePath": "resourceFile3902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3903", + "filePath": "resourceFile3903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3904", + "filePath": "resourceFile3904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3905", + "filePath": "resourceFile3905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3906", + "filePath": "resourceFile3906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3907", + "filePath": "resourceFile3907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3908", + "filePath": "resourceFile3908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3909", + "filePath": "resourceFile3909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3910", + "filePath": "resourceFile3910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3911", + "filePath": "resourceFile3911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3912", + "filePath": "resourceFile3912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3913", + "filePath": "resourceFile3913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3914", + "filePath": "resourceFile3914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3915", + "filePath": "resourceFile3915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3916", + "filePath": "resourceFile3916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3917", + "filePath": "resourceFile3917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3918", + "filePath": "resourceFile3918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3919", + "filePath": "resourceFile3919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3920", + "filePath": "resourceFile3920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3921", + "filePath": "resourceFile3921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3922", + "filePath": "resourceFile3922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3923", + "filePath": "resourceFile3923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3924", + "filePath": "resourceFile3924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3925", + "filePath": "resourceFile3925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3926", + "filePath": "resourceFile3926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3927", + "filePath": "resourceFile3927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3928", + "filePath": "resourceFile3928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3929", + "filePath": "resourceFile3929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3930", + "filePath": "resourceFile3930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3931", + "filePath": "resourceFile3931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3932", + "filePath": "resourceFile3932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3933", + "filePath": "resourceFile3933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3934", + "filePath": "resourceFile3934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3935", + "filePath": "resourceFile3935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3936", + "filePath": "resourceFile3936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3937", + "filePath": "resourceFile3937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3938", + "filePath": "resourceFile3938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3939", + "filePath": "resourceFile3939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3940", + "filePath": "resourceFile3940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3941", + "filePath": "resourceFile3941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3942", + "filePath": "resourceFile3942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3943", + "filePath": "resourceFile3943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3944", + "filePath": "resourceFile3944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3945", + "filePath": "resourceFile3945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3946", + "filePath": "resourceFile3946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3947", + "filePath": "resourceFile3947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3948", + "filePath": "resourceFile3948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3949", + "filePath": "resourceFile3949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3950", + "filePath": "resourceFile3950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3951", + "filePath": "resourceFile3951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3952", + "filePath": "resourceFile3952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3953", + "filePath": "resourceFile3953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3954", + "filePath": "resourceFile3954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3955", + "filePath": "resourceFile3955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3956", + "filePath": "resourceFile3956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3957", + "filePath": "resourceFile3957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3958", + "filePath": "resourceFile3958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3959", + "filePath": "resourceFile3959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3960", + "filePath": "resourceFile3960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3961", + "filePath": "resourceFile3961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3962", + "filePath": "resourceFile3962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3963", + "filePath": "resourceFile3963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3964", + "filePath": "resourceFile3964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3965", + "filePath": "resourceFile3965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3966", + "filePath": "resourceFile3966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3967", + "filePath": "resourceFile3967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3968", + "filePath": "resourceFile3968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3969", + "filePath": "resourceFile3969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3970", + "filePath": "resourceFile3970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3971", + "filePath": "resourceFile3971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3972", + "filePath": "resourceFile3972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3973", + "filePath": "resourceFile3973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3974", + "filePath": "resourceFile3974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3975", + "filePath": "resourceFile3975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3976", + "filePath": "resourceFile3976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3977", + "filePath": "resourceFile3977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3978", + "filePath": "resourceFile3978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3979", + "filePath": "resourceFile3979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3980", + "filePath": "resourceFile3980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3981", + "filePath": "resourceFile3981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3982", + "filePath": "resourceFile3982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3983", + "filePath": "resourceFile3983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3984", + "filePath": "resourceFile3984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3985", + "filePath": "resourceFile3985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3986", + "filePath": "resourceFile3986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3987", + "filePath": "resourceFile3987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3988", + "filePath": "resourceFile3988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3989", + "filePath": "resourceFile3989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3990", + "filePath": "resourceFile3990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3991", + "filePath": "resourceFile3991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3992", + "filePath": "resourceFile3992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3993", + "filePath": "resourceFile3993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3994", + "filePath": "resourceFile3994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3995", + "filePath": "resourceFile3995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3996", + "filePath": "resourceFile3996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3997", + "filePath": "resourceFile3997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3998", + "filePath": "resourceFile3998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3999", + "filePath": "resourceFile3999"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4000", + "filePath": "resourceFile4000"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4001", + "filePath": "resourceFile4001"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4002", + "filePath": "resourceFile4002"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4003", + "filePath": "resourceFile4003"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4004", + "filePath": "resourceFile4004"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4005", + "filePath": "resourceFile4005"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4006", + "filePath": "resourceFile4006"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4007", + "filePath": "resourceFile4007"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4008", + "filePath": "resourceFile4008"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4009", + "filePath": "resourceFile4009"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4010", + "filePath": "resourceFile4010"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4011", + "filePath": "resourceFile4011"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4012", + "filePath": "resourceFile4012"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4013", + "filePath": "resourceFile4013"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4014", + "filePath": "resourceFile4014"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4015", + "filePath": "resourceFile4015"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4016", + "filePath": "resourceFile4016"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4017", + "filePath": "resourceFile4017"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4018", + "filePath": "resourceFile4018"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4019", + "filePath": "resourceFile4019"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4020", + "filePath": "resourceFile4020"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4021", + "filePath": "resourceFile4021"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4022", + "filePath": "resourceFile4022"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4023", + "filePath": "resourceFile4023"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4024", + "filePath": "resourceFile4024"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4025", + "filePath": "resourceFile4025"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4026", + "filePath": "resourceFile4026"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4027", + "filePath": "resourceFile4027"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4028", + "filePath": "resourceFile4028"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4029", + "filePath": "resourceFile4029"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4030", + "filePath": "resourceFile4030"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4031", + "filePath": "resourceFile4031"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4032", + "filePath": "resourceFile4032"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4033", + "filePath": "resourceFile4033"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4034", + "filePath": "resourceFile4034"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4035", + "filePath": "resourceFile4035"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4036", + "filePath": "resourceFile4036"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4037", + "filePath": "resourceFile4037"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4038", + "filePath": "resourceFile4038"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4039", + "filePath": "resourceFile4039"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4040", + "filePath": "resourceFile4040"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4041", + "filePath": "resourceFile4041"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4042", + "filePath": "resourceFile4042"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4043", + "filePath": "resourceFile4043"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4044", + "filePath": "resourceFile4044"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4045", + "filePath": "resourceFile4045"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4046", + "filePath": "resourceFile4046"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4047", + "filePath": "resourceFile4047"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4048", + "filePath": "resourceFile4048"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4049", + "filePath": "resourceFile4049"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4050", + "filePath": "resourceFile4050"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4051", + "filePath": "resourceFile4051"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4052", + "filePath": "resourceFile4052"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4053", + "filePath": "resourceFile4053"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4054", + "filePath": "resourceFile4054"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4055", + "filePath": "resourceFile4055"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4056", + "filePath": "resourceFile4056"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4057", + "filePath": "resourceFile4057"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4058", + "filePath": "resourceFile4058"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4059", + "filePath": "resourceFile4059"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4060", + "filePath": "resourceFile4060"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4061", + "filePath": "resourceFile4061"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4062", + "filePath": "resourceFile4062"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4063", + "filePath": "resourceFile4063"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4064", + "filePath": "resourceFile4064"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4065", + "filePath": "resourceFile4065"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4066", + "filePath": "resourceFile4066"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4067", + "filePath": "resourceFile4067"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4068", + "filePath": "resourceFile4068"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4069", + "filePath": "resourceFile4069"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4070", + "filePath": "resourceFile4070"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4071", + "filePath": "resourceFile4071"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4072", + "filePath": "resourceFile4072"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4073", + "filePath": "resourceFile4073"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4074", + "filePath": "resourceFile4074"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4075", + "filePath": "resourceFile4075"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4076", + "filePath": "resourceFile4076"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4077", + "filePath": "resourceFile4077"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4078", + "filePath": "resourceFile4078"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4079", + "filePath": "resourceFile4079"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4080", + "filePath": "resourceFile4080"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4081", + "filePath": "resourceFile4081"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4082", + "filePath": "resourceFile4082"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4083", + "filePath": "resourceFile4083"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4084", + "filePath": "resourceFile4084"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4085", + "filePath": "resourceFile4085"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4086", + "filePath": "resourceFile4086"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4087", + "filePath": "resourceFile4087"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4088", + "filePath": "resourceFile4088"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4089", + "filePath": "resourceFile4089"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4090", + "filePath": "resourceFile4090"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4091", + "filePath": "resourceFile4091"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4092", + "filePath": "resourceFile4092"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4093", + "filePath": "resourceFile4093"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4094", + "filePath": "resourceFile4094"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4095", + "filePath": "resourceFile4095"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4096", + "filePath": "resourceFile4096"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4097", + "filePath": "resourceFile4097"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4098", + "filePath": "resourceFile4098"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4099", + "filePath": "resourceFile4099"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4100", + "filePath": "resourceFile4100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4101", + "filePath": "resourceFile4101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4102", + "filePath": "resourceFile4102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4103", + "filePath": "resourceFile4103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4104", + "filePath": "resourceFile4104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4105", + "filePath": "resourceFile4105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4106", + "filePath": "resourceFile4106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4107", + "filePath": "resourceFile4107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4108", + "filePath": "resourceFile4108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4109", + "filePath": "resourceFile4109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4110", + "filePath": "resourceFile4110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4111", + "filePath": "resourceFile4111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4112", + "filePath": "resourceFile4112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4113", + "filePath": "resourceFile4113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4114", + "filePath": "resourceFile4114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4115", + "filePath": "resourceFile4115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4116", + "filePath": "resourceFile4116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4117", + "filePath": "resourceFile4117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4118", + "filePath": "resourceFile4118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4119", + "filePath": "resourceFile4119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4120", + "filePath": "resourceFile4120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4121", + "filePath": "resourceFile4121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4122", + "filePath": "resourceFile4122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4123", + "filePath": "resourceFile4123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4124", + "filePath": "resourceFile4124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4125", + "filePath": "resourceFile4125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4126", + "filePath": "resourceFile4126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4127", + "filePath": "resourceFile4127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4128", + "filePath": "resourceFile4128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4129", + "filePath": "resourceFile4129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4130", + "filePath": "resourceFile4130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4131", + "filePath": "resourceFile4131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4132", + "filePath": "resourceFile4132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4133", + "filePath": "resourceFile4133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4134", + "filePath": "resourceFile4134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4135", + "filePath": "resourceFile4135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4136", + "filePath": "resourceFile4136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4137", + "filePath": "resourceFile4137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4138", + "filePath": "resourceFile4138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4139", + "filePath": "resourceFile4139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4140", + "filePath": "resourceFile4140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4141", + "filePath": "resourceFile4141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4142", + "filePath": "resourceFile4142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4143", + "filePath": "resourceFile4143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4144", + "filePath": "resourceFile4144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4145", + "filePath": "resourceFile4145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4146", + "filePath": "resourceFile4146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4147", + "filePath": "resourceFile4147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4148", + "filePath": "resourceFile4148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4149", + "filePath": "resourceFile4149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4150", + "filePath": "resourceFile4150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4151", + "filePath": "resourceFile4151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4152", + "filePath": "resourceFile4152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4153", + "filePath": "resourceFile4153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4154", + "filePath": "resourceFile4154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4155", + "filePath": "resourceFile4155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4156", + "filePath": "resourceFile4156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4157", + "filePath": "resourceFile4157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4158", + "filePath": "resourceFile4158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4159", + "filePath": "resourceFile4159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4160", + "filePath": "resourceFile4160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4161", + "filePath": "resourceFile4161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4162", + "filePath": "resourceFile4162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4163", + "filePath": "resourceFile4163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4164", + "filePath": "resourceFile4164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4165", + "filePath": "resourceFile4165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4166", + "filePath": "resourceFile4166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4167", + "filePath": "resourceFile4167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4168", + "filePath": "resourceFile4168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4169", + "filePath": "resourceFile4169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4170", + "filePath": "resourceFile4170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4171", + "filePath": "resourceFile4171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4172", + "filePath": "resourceFile4172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4173", + "filePath": "resourceFile4173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4174", + "filePath": "resourceFile4174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4175", + "filePath": "resourceFile4175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4176", + "filePath": "resourceFile4176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4177", + "filePath": "resourceFile4177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4178", + "filePath": "resourceFile4178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4179", + "filePath": "resourceFile4179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4180", + "filePath": "resourceFile4180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4181", + "filePath": "resourceFile4181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4182", + "filePath": "resourceFile4182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4183", + "filePath": "resourceFile4183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4184", + "filePath": "resourceFile4184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4185", + "filePath": "resourceFile4185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4186", + "filePath": "resourceFile4186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4187", + "filePath": "resourceFile4187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4188", + "filePath": "resourceFile4188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4189", + "filePath": "resourceFile4189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4190", + "filePath": "resourceFile4190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4191", + "filePath": "resourceFile4191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4192", + "filePath": "resourceFile4192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4193", + "filePath": "resourceFile4193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4194", + "filePath": "resourceFile4194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4195", + "filePath": "resourceFile4195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4196", + "filePath": "resourceFile4196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4197", + "filePath": "resourceFile4197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4198", + "filePath": "resourceFile4198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4199", + "filePath": "resourceFile4199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4200", + "filePath": "resourceFile4200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4201", + "filePath": "resourceFile4201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4202", + "filePath": "resourceFile4202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4203", + "filePath": "resourceFile4203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4204", + "filePath": "resourceFile4204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4205", + "filePath": "resourceFile4205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4206", + "filePath": "resourceFile4206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4207", + "filePath": "resourceFile4207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4208", + "filePath": "resourceFile4208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4209", + "filePath": "resourceFile4209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4210", + "filePath": "resourceFile4210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4211", + "filePath": "resourceFile4211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4212", + "filePath": "resourceFile4212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4213", + "filePath": "resourceFile4213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4214", + "filePath": "resourceFile4214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4215", + "filePath": "resourceFile4215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4216", + "filePath": "resourceFile4216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4217", + "filePath": "resourceFile4217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4218", + "filePath": "resourceFile4218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4219", + "filePath": "resourceFile4219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4220", + "filePath": "resourceFile4220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4221", + "filePath": "resourceFile4221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4222", + "filePath": "resourceFile4222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4223", + "filePath": "resourceFile4223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4224", + "filePath": "resourceFile4224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4225", + "filePath": "resourceFile4225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4226", + "filePath": "resourceFile4226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4227", + "filePath": "resourceFile4227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4228", + "filePath": "resourceFile4228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4229", + "filePath": "resourceFile4229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4230", + "filePath": "resourceFile4230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4231", + "filePath": "resourceFile4231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4232", + "filePath": "resourceFile4232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4233", + "filePath": "resourceFile4233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4234", + "filePath": "resourceFile4234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4235", + "filePath": "resourceFile4235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4236", + "filePath": "resourceFile4236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4237", + "filePath": "resourceFile4237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4238", + "filePath": "resourceFile4238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4239", + "filePath": "resourceFile4239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4240", + "filePath": "resourceFile4240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4241", + "filePath": "resourceFile4241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4242", + "filePath": "resourceFile4242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4243", + "filePath": "resourceFile4243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4244", + "filePath": "resourceFile4244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4245", + "filePath": "resourceFile4245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4246", + "filePath": "resourceFile4246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4247", + "filePath": "resourceFile4247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4248", + "filePath": "resourceFile4248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4249", + "filePath": "resourceFile4249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4250", + "filePath": "resourceFile4250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4251", + "filePath": "resourceFile4251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4252", + "filePath": "resourceFile4252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4253", + "filePath": "resourceFile4253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4254", + "filePath": "resourceFile4254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4255", + "filePath": "resourceFile4255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4256", + "filePath": "resourceFile4256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4257", + "filePath": "resourceFile4257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4258", + "filePath": "resourceFile4258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4259", + "filePath": "resourceFile4259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4260", + "filePath": "resourceFile4260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4261", + "filePath": "resourceFile4261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4262", + "filePath": "resourceFile4262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4263", + "filePath": "resourceFile4263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4264", + "filePath": "resourceFile4264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4265", + "filePath": "resourceFile4265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4266", + "filePath": "resourceFile4266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4267", + "filePath": "resourceFile4267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4268", + "filePath": "resourceFile4268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4269", + "filePath": "resourceFile4269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4270", + "filePath": "resourceFile4270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4271", + "filePath": "resourceFile4271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4272", + "filePath": "resourceFile4272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4273", + "filePath": "resourceFile4273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4274", + "filePath": "resourceFile4274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4275", + "filePath": "resourceFile4275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4276", + "filePath": "resourceFile4276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4277", + "filePath": "resourceFile4277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4278", + "filePath": "resourceFile4278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4279", + "filePath": "resourceFile4279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4280", + "filePath": "resourceFile4280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4281", + "filePath": "resourceFile4281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4282", + "filePath": "resourceFile4282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4283", + "filePath": "resourceFile4283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4284", + "filePath": "resourceFile4284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4285", + "filePath": "resourceFile4285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4286", + "filePath": "resourceFile4286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4287", + "filePath": "resourceFile4287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4288", + "filePath": "resourceFile4288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4289", + "filePath": "resourceFile4289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4290", + "filePath": "resourceFile4290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4291", + "filePath": "resourceFile4291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4292", + "filePath": "resourceFile4292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4293", + "filePath": "resourceFile4293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4294", + "filePath": "resourceFile4294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4295", + "filePath": "resourceFile4295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4296", + "filePath": "resourceFile4296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4297", + "filePath": "resourceFile4297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4298", + "filePath": "resourceFile4298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4299", + "filePath": "resourceFile4299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4300", + "filePath": "resourceFile4300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4301", + "filePath": "resourceFile4301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4302", + "filePath": "resourceFile4302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4303", + "filePath": "resourceFile4303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4304", + "filePath": "resourceFile4304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4305", + "filePath": "resourceFile4305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4306", + "filePath": "resourceFile4306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4307", + "filePath": "resourceFile4307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4308", + "filePath": "resourceFile4308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4309", + "filePath": "resourceFile4309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4310", + "filePath": "resourceFile4310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4311", + "filePath": "resourceFile4311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4312", + "filePath": "resourceFile4312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4313", + "filePath": "resourceFile4313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4314", + "filePath": "resourceFile4314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4315", + "filePath": "resourceFile4315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4316", + "filePath": "resourceFile4316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4317", + "filePath": "resourceFile4317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4318", + "filePath": "resourceFile4318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4319", + "filePath": "resourceFile4319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4320", + "filePath": "resourceFile4320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4321", + "filePath": "resourceFile4321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4322", + "filePath": "resourceFile4322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4323", + "filePath": "resourceFile4323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4324", + "filePath": "resourceFile4324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4325", + "filePath": "resourceFile4325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4326", + "filePath": "resourceFile4326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4327", + "filePath": "resourceFile4327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4328", + "filePath": "resourceFile4328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4329", + "filePath": "resourceFile4329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4330", + "filePath": "resourceFile4330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4331", + "filePath": "resourceFile4331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4332", + "filePath": "resourceFile4332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4333", + "filePath": "resourceFile4333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4334", + "filePath": "resourceFile4334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4335", + "filePath": "resourceFile4335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4336", + "filePath": "resourceFile4336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4337", + "filePath": "resourceFile4337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4338", + "filePath": "resourceFile4338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4339", + "filePath": "resourceFile4339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4340", + "filePath": "resourceFile4340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4341", + "filePath": "resourceFile4341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4342", + "filePath": "resourceFile4342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4343", + "filePath": "resourceFile4343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4344", + "filePath": "resourceFile4344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4345", + "filePath": "resourceFile4345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4346", + "filePath": "resourceFile4346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4347", + "filePath": "resourceFile4347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4348", + "filePath": "resourceFile4348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4349", + "filePath": "resourceFile4349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4350", + "filePath": "resourceFile4350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4351", + "filePath": "resourceFile4351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4352", + "filePath": "resourceFile4352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4353", + "filePath": "resourceFile4353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4354", + "filePath": "resourceFile4354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4355", + "filePath": "resourceFile4355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4356", + "filePath": "resourceFile4356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4357", + "filePath": "resourceFile4357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4358", + "filePath": "resourceFile4358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4359", + "filePath": "resourceFile4359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4360", + "filePath": "resourceFile4360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4361", + "filePath": "resourceFile4361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4362", + "filePath": "resourceFile4362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4363", + "filePath": "resourceFile4363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4364", + "filePath": "resourceFile4364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4365", + "filePath": "resourceFile4365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4366", + "filePath": "resourceFile4366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4367", + "filePath": "resourceFile4367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4368", + "filePath": "resourceFile4368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4369", + "filePath": "resourceFile4369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4370", + "filePath": "resourceFile4370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4371", + "filePath": "resourceFile4371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4372", + "filePath": "resourceFile4372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4373", + "filePath": "resourceFile4373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4374", + "filePath": "resourceFile4374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4375", + "filePath": "resourceFile4375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4376", + "filePath": "resourceFile4376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4377", + "filePath": "resourceFile4377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4378", + "filePath": "resourceFile4378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4379", + "filePath": "resourceFile4379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4380", + "filePath": "resourceFile4380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4381", + "filePath": "resourceFile4381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4382", + "filePath": "resourceFile4382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4383", + "filePath": "resourceFile4383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4384", + "filePath": "resourceFile4384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4385", + "filePath": "resourceFile4385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4386", + "filePath": "resourceFile4386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4387", + "filePath": "resourceFile4387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4388", + "filePath": "resourceFile4388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4389", + "filePath": "resourceFile4389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4390", + "filePath": "resourceFile4390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4391", + "filePath": "resourceFile4391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4392", + "filePath": "resourceFile4392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4393", + "filePath": "resourceFile4393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4394", + "filePath": "resourceFile4394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4395", + "filePath": "resourceFile4395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4396", + "filePath": "resourceFile4396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4397", + "filePath": "resourceFile4397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4398", + "filePath": "resourceFile4398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4399", + "filePath": "resourceFile4399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4400", + "filePath": "resourceFile4400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4401", + "filePath": "resourceFile4401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4402", + "filePath": "resourceFile4402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4403", + "filePath": "resourceFile4403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4404", + "filePath": "resourceFile4404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4405", + "filePath": "resourceFile4405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4406", + "filePath": "resourceFile4406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4407", + "filePath": "resourceFile4407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4408", + "filePath": "resourceFile4408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4409", + "filePath": "resourceFile4409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4410", + "filePath": "resourceFile4410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4411", + "filePath": "resourceFile4411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4412", + "filePath": "resourceFile4412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4413", + "filePath": "resourceFile4413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4414", + "filePath": "resourceFile4414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4415", + "filePath": "resourceFile4415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4416", + "filePath": "resourceFile4416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4417", + "filePath": "resourceFile4417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4418", + "filePath": "resourceFile4418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4419", + "filePath": "resourceFile4419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4420", + "filePath": "resourceFile4420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4421", + "filePath": "resourceFile4421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4422", + "filePath": "resourceFile4422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4423", + "filePath": "resourceFile4423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4424", + "filePath": "resourceFile4424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4425", + "filePath": "resourceFile4425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4426", + "filePath": "resourceFile4426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4427", + "filePath": "resourceFile4427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4428", + "filePath": "resourceFile4428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4429", + "filePath": "resourceFile4429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4430", + "filePath": "resourceFile4430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4431", + "filePath": "resourceFile4431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4432", + "filePath": "resourceFile4432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4433", + "filePath": "resourceFile4433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4434", + "filePath": "resourceFile4434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4435", + "filePath": "resourceFile4435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4436", + "filePath": "resourceFile4436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4437", + "filePath": "resourceFile4437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4438", + "filePath": "resourceFile4438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4439", + "filePath": "resourceFile4439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4440", + "filePath": "resourceFile4440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4441", + "filePath": "resourceFile4441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4442", + "filePath": "resourceFile4442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4443", + "filePath": "resourceFile4443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4444", + "filePath": "resourceFile4444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4445", + "filePath": "resourceFile4445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4446", + "filePath": "resourceFile4446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4447", + "filePath": "resourceFile4447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4448", + "filePath": "resourceFile4448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4449", + "filePath": "resourceFile4449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4450", + "filePath": "resourceFile4450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4451", + "filePath": "resourceFile4451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4452", + "filePath": "resourceFile4452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4453", + "filePath": "resourceFile4453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4454", + "filePath": "resourceFile4454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4455", + "filePath": "resourceFile4455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4456", + "filePath": "resourceFile4456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4457", + "filePath": "resourceFile4457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4458", + "filePath": "resourceFile4458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4459", + "filePath": "resourceFile4459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4460", + "filePath": "resourceFile4460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4461", + "filePath": "resourceFile4461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4462", + "filePath": "resourceFile4462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4463", + "filePath": "resourceFile4463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4464", + "filePath": "resourceFile4464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4465", + "filePath": "resourceFile4465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4466", + "filePath": "resourceFile4466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4467", + "filePath": "resourceFile4467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4468", + "filePath": "resourceFile4468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4469", + "filePath": "resourceFile4469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4470", + "filePath": "resourceFile4470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4471", + "filePath": "resourceFile4471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4472", + "filePath": "resourceFile4472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4473", + "filePath": "resourceFile4473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4474", + "filePath": "resourceFile4474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4475", + "filePath": "resourceFile4475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4476", + "filePath": "resourceFile4476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4477", + "filePath": "resourceFile4477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4478", + "filePath": "resourceFile4478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4479", + "filePath": "resourceFile4479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4480", + "filePath": "resourceFile4480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4481", + "filePath": "resourceFile4481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4482", + "filePath": "resourceFile4482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4483", + "filePath": "resourceFile4483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4484", + "filePath": "resourceFile4484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4485", + "filePath": "resourceFile4485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4486", + "filePath": "resourceFile4486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4487", + "filePath": "resourceFile4487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4488", + "filePath": "resourceFile4488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4489", + "filePath": "resourceFile4489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4490", + "filePath": "resourceFile4490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4491", + "filePath": "resourceFile4491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4492", + "filePath": "resourceFile4492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4493", + "filePath": "resourceFile4493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4494", + "filePath": "resourceFile4494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4495", + "filePath": "resourceFile4495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4496", + "filePath": "resourceFile4496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4497", + "filePath": "resourceFile4497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4498", + "filePath": "resourceFile4498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4499", + "filePath": "resourceFile4499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4500", + "filePath": "resourceFile4500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4501", + "filePath": "resourceFile4501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4502", + "filePath": "resourceFile4502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4503", + "filePath": "resourceFile4503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4504", + "filePath": "resourceFile4504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4505", + "filePath": "resourceFile4505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4506", + "filePath": "resourceFile4506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4507", + "filePath": "resourceFile4507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4508", + "filePath": "resourceFile4508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4509", + "filePath": "resourceFile4509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4510", + "filePath": "resourceFile4510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4511", + "filePath": "resourceFile4511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4512", + "filePath": "resourceFile4512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4513", + "filePath": "resourceFile4513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4514", + "filePath": "resourceFile4514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4515", + "filePath": "resourceFile4515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4516", + "filePath": "resourceFile4516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4517", + "filePath": "resourceFile4517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4518", + "filePath": "resourceFile4518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4519", + "filePath": "resourceFile4519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4520", + "filePath": "resourceFile4520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4521", + "filePath": "resourceFile4521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4522", + "filePath": "resourceFile4522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4523", + "filePath": "resourceFile4523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4524", + "filePath": "resourceFile4524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4525", + "filePath": "resourceFile4525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4526", + "filePath": "resourceFile4526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4527", + "filePath": "resourceFile4527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4528", + "filePath": "resourceFile4528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4529", + "filePath": "resourceFile4529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4530", + "filePath": "resourceFile4530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4531", + "filePath": "resourceFile4531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4532", + "filePath": "resourceFile4532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4533", + "filePath": "resourceFile4533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4534", + "filePath": "resourceFile4534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4535", + "filePath": "resourceFile4535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4536", + "filePath": "resourceFile4536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4537", + "filePath": "resourceFile4537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4538", + "filePath": "resourceFile4538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4539", + "filePath": "resourceFile4539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4540", + "filePath": "resourceFile4540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4541", + "filePath": "resourceFile4541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4542", + "filePath": "resourceFile4542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4543", + "filePath": "resourceFile4543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4544", + "filePath": "resourceFile4544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4545", + "filePath": "resourceFile4545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4546", + "filePath": "resourceFile4546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4547", + "filePath": "resourceFile4547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4548", + "filePath": "resourceFile4548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4549", + "filePath": "resourceFile4549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4550", + "filePath": "resourceFile4550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4551", + "filePath": "resourceFile4551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4552", + "filePath": "resourceFile4552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4553", + "filePath": "resourceFile4553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4554", + "filePath": "resourceFile4554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4555", + "filePath": "resourceFile4555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4556", + "filePath": "resourceFile4556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4557", + "filePath": "resourceFile4557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4558", + "filePath": "resourceFile4558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4559", + "filePath": "resourceFile4559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4560", + "filePath": "resourceFile4560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4561", + "filePath": "resourceFile4561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4562", + "filePath": "resourceFile4562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4563", + "filePath": "resourceFile4563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4564", + "filePath": "resourceFile4564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4565", + "filePath": "resourceFile4565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4566", + "filePath": "resourceFile4566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4567", + "filePath": "resourceFile4567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4568", + "filePath": "resourceFile4568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4569", + "filePath": "resourceFile4569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4570", + "filePath": "resourceFile4570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4571", + "filePath": "resourceFile4571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4572", + "filePath": "resourceFile4572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4573", + "filePath": "resourceFile4573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4574", + "filePath": "resourceFile4574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4575", + "filePath": "resourceFile4575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4576", + "filePath": "resourceFile4576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4577", + "filePath": "resourceFile4577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4578", + "filePath": "resourceFile4578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4579", + "filePath": "resourceFile4579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4580", + "filePath": "resourceFile4580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4581", + "filePath": "resourceFile4581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4582", + "filePath": "resourceFile4582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4583", + "filePath": "resourceFile4583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4584", + "filePath": "resourceFile4584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4585", + "filePath": "resourceFile4585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4586", + "filePath": "resourceFile4586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4587", + "filePath": "resourceFile4587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4588", + "filePath": "resourceFile4588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4589", + "filePath": "resourceFile4589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4590", + "filePath": "resourceFile4590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4591", + "filePath": "resourceFile4591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4592", + "filePath": "resourceFile4592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4593", + "filePath": "resourceFile4593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4594", + "filePath": "resourceFile4594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4595", + "filePath": "resourceFile4595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4596", + "filePath": "resourceFile4596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4597", + "filePath": "resourceFile4597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4598", + "filePath": "resourceFile4598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4599", + "filePath": "resourceFile4599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4600", + "filePath": "resourceFile4600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4601", + "filePath": "resourceFile4601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4602", + "filePath": "resourceFile4602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4603", + "filePath": "resourceFile4603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4604", + "filePath": "resourceFile4604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4605", + "filePath": "resourceFile4605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4606", + "filePath": "resourceFile4606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4607", + "filePath": "resourceFile4607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4608", + "filePath": "resourceFile4608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4609", + "filePath": "resourceFile4609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4610", + "filePath": "resourceFile4610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4611", + "filePath": "resourceFile4611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4612", + "filePath": "resourceFile4612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4613", + "filePath": "resourceFile4613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4614", + "filePath": "resourceFile4614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4615", + "filePath": "resourceFile4615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4616", + "filePath": "resourceFile4616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4617", + "filePath": "resourceFile4617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4618", + "filePath": "resourceFile4618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4619", + "filePath": "resourceFile4619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4620", + "filePath": "resourceFile4620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4621", + "filePath": "resourceFile4621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4622", + "filePath": "resourceFile4622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4623", + "filePath": "resourceFile4623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4624", + "filePath": "resourceFile4624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4625", + "filePath": "resourceFile4625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4626", + "filePath": "resourceFile4626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4627", + "filePath": "resourceFile4627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4628", + "filePath": "resourceFile4628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4629", + "filePath": "resourceFile4629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4630", + "filePath": "resourceFile4630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4631", + "filePath": "resourceFile4631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4632", + "filePath": "resourceFile4632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4633", + "filePath": "resourceFile4633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4634", + "filePath": "resourceFile4634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4635", + "filePath": "resourceFile4635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4636", + "filePath": "resourceFile4636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4637", + "filePath": "resourceFile4637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4638", + "filePath": "resourceFile4638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4639", + "filePath": "resourceFile4639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4640", + "filePath": "resourceFile4640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4641", + "filePath": "resourceFile4641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4642", + "filePath": "resourceFile4642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4643", + "filePath": "resourceFile4643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4644", + "filePath": "resourceFile4644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4645", + "filePath": "resourceFile4645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4646", + "filePath": "resourceFile4646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4647", + "filePath": "resourceFile4647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4648", + "filePath": "resourceFile4648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4649", + "filePath": "resourceFile4649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4650", + "filePath": "resourceFile4650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4651", + "filePath": "resourceFile4651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4652", + "filePath": "resourceFile4652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4653", + "filePath": "resourceFile4653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4654", + "filePath": "resourceFile4654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4655", + "filePath": "resourceFile4655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4656", + "filePath": "resourceFile4656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4657", + "filePath": "resourceFile4657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4658", + "filePath": "resourceFile4658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4659", + "filePath": "resourceFile4659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4660", + "filePath": "resourceFile4660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4661", + "filePath": "resourceFile4661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4662", + "filePath": "resourceFile4662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4663", + "filePath": "resourceFile4663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4664", + "filePath": "resourceFile4664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4665", + "filePath": "resourceFile4665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4666", + "filePath": "resourceFile4666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4667", + "filePath": "resourceFile4667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4668", + "filePath": "resourceFile4668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4669", + "filePath": "resourceFile4669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4670", + "filePath": "resourceFile4670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4671", + "filePath": "resourceFile4671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4672", + "filePath": "resourceFile4672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4673", + "filePath": "resourceFile4673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4674", + "filePath": "resourceFile4674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4675", + "filePath": "resourceFile4675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4676", + "filePath": "resourceFile4676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4677", + "filePath": "resourceFile4677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4678", + "filePath": "resourceFile4678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4679", + "filePath": "resourceFile4679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4680", + "filePath": "resourceFile4680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4681", + "filePath": "resourceFile4681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4682", + "filePath": "resourceFile4682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4683", + "filePath": "resourceFile4683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4684", + "filePath": "resourceFile4684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4685", + "filePath": "resourceFile4685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4686", + "filePath": "resourceFile4686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4687", + "filePath": "resourceFile4687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4688", + "filePath": "resourceFile4688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4689", + "filePath": "resourceFile4689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4690", + "filePath": "resourceFile4690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4691", + "filePath": "resourceFile4691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4692", + "filePath": "resourceFile4692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4693", + "filePath": "resourceFile4693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4694", + "filePath": "resourceFile4694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4695", + "filePath": "resourceFile4695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4696", + "filePath": "resourceFile4696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4697", + "filePath": "resourceFile4697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4698", + "filePath": "resourceFile4698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4699", + "filePath": "resourceFile4699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4700", + "filePath": "resourceFile4700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4701", + "filePath": "resourceFile4701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4702", + "filePath": "resourceFile4702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4703", + "filePath": "resourceFile4703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4704", + "filePath": "resourceFile4704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4705", + "filePath": "resourceFile4705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4706", + "filePath": "resourceFile4706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4707", + "filePath": "resourceFile4707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4708", + "filePath": "resourceFile4708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4709", + "filePath": "resourceFile4709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4710", + "filePath": "resourceFile4710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4711", + "filePath": "resourceFile4711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4712", + "filePath": "resourceFile4712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4713", + "filePath": "resourceFile4713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4714", + "filePath": "resourceFile4714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4715", + "filePath": "resourceFile4715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4716", + "filePath": "resourceFile4716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4717", + "filePath": "resourceFile4717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4718", + "filePath": "resourceFile4718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4719", + "filePath": "resourceFile4719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4720", + "filePath": "resourceFile4720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4721", + "filePath": "resourceFile4721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4722", + "filePath": "resourceFile4722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4723", + "filePath": "resourceFile4723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4724", + "filePath": "resourceFile4724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4725", + "filePath": "resourceFile4725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4726", + "filePath": "resourceFile4726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4727", + "filePath": "resourceFile4727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4728", + "filePath": "resourceFile4728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4729", + "filePath": "resourceFile4729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4730", + "filePath": "resourceFile4730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4731", + "filePath": "resourceFile4731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4732", + "filePath": "resourceFile4732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4733", + "filePath": "resourceFile4733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4734", + "filePath": "resourceFile4734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4735", + "filePath": "resourceFile4735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4736", + "filePath": "resourceFile4736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4737", + "filePath": "resourceFile4737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4738", + "filePath": "resourceFile4738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4739", + "filePath": "resourceFile4739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4740", + "filePath": "resourceFile4740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4741", + "filePath": "resourceFile4741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4742", + "filePath": "resourceFile4742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4743", + "filePath": "resourceFile4743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4744", + "filePath": "resourceFile4744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4745", + "filePath": "resourceFile4745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4746", + "filePath": "resourceFile4746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4747", + "filePath": "resourceFile4747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4748", + "filePath": "resourceFile4748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4749", + "filePath": "resourceFile4749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4750", + "filePath": "resourceFile4750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4751", + "filePath": "resourceFile4751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4752", + "filePath": "resourceFile4752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4753", + "filePath": "resourceFile4753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4754", + "filePath": "resourceFile4754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4755", + "filePath": "resourceFile4755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4756", + "filePath": "resourceFile4756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4757", + "filePath": "resourceFile4757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4758", + "filePath": "resourceFile4758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4759", + "filePath": "resourceFile4759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4760", + "filePath": "resourceFile4760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4761", + "filePath": "resourceFile4761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4762", + "filePath": "resourceFile4762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4763", + "filePath": "resourceFile4763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4764", + "filePath": "resourceFile4764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4765", + "filePath": "resourceFile4765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4766", + "filePath": "resourceFile4766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4767", + "filePath": "resourceFile4767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4768", + "filePath": "resourceFile4768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4769", + "filePath": "resourceFile4769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4770", + "filePath": "resourceFile4770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4771", + "filePath": "resourceFile4771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4772", + "filePath": "resourceFile4772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4773", + "filePath": "resourceFile4773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4774", + "filePath": "resourceFile4774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4775", + "filePath": "resourceFile4775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4776", + "filePath": "resourceFile4776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4777", + "filePath": "resourceFile4777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4778", + "filePath": "resourceFile4778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4779", + "filePath": "resourceFile4779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4780", + "filePath": "resourceFile4780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4781", + "filePath": "resourceFile4781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4782", + "filePath": "resourceFile4782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4783", + "filePath": "resourceFile4783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4784", + "filePath": "resourceFile4784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4785", + "filePath": "resourceFile4785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4786", + "filePath": "resourceFile4786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4787", + "filePath": "resourceFile4787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4788", + "filePath": "resourceFile4788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4789", + "filePath": "resourceFile4789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4790", + "filePath": "resourceFile4790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4791", + "filePath": "resourceFile4791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4792", + "filePath": "resourceFile4792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4793", + "filePath": "resourceFile4793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4794", + "filePath": "resourceFile4794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4795", + "filePath": "resourceFile4795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4796", + "filePath": "resourceFile4796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4797", + "filePath": "resourceFile4797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4798", + "filePath": "resourceFile4798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4799", + "filePath": "resourceFile4799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4800", + "filePath": "resourceFile4800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4801", + "filePath": "resourceFile4801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4802", + "filePath": "resourceFile4802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4803", + "filePath": "resourceFile4803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4804", + "filePath": "resourceFile4804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4805", + "filePath": "resourceFile4805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4806", + "filePath": "resourceFile4806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4807", + "filePath": "resourceFile4807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4808", + "filePath": "resourceFile4808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4809", + "filePath": "resourceFile4809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4810", + "filePath": "resourceFile4810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4811", + "filePath": "resourceFile4811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4812", + "filePath": "resourceFile4812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4813", + "filePath": "resourceFile4813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4814", + "filePath": "resourceFile4814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4815", + "filePath": "resourceFile4815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4816", + "filePath": "resourceFile4816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4817", + "filePath": "resourceFile4817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4818", + "filePath": "resourceFile4818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4819", + "filePath": "resourceFile4819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4820", + "filePath": "resourceFile4820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4821", + "filePath": "resourceFile4821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4822", + "filePath": "resourceFile4822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4823", + "filePath": "resourceFile4823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4824", + "filePath": "resourceFile4824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4825", + "filePath": "resourceFile4825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4826", + "filePath": "resourceFile4826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4827", + "filePath": "resourceFile4827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4828", + "filePath": "resourceFile4828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4829", + "filePath": "resourceFile4829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4830", + "filePath": "resourceFile4830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4831", + "filePath": "resourceFile4831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4832", + "filePath": "resourceFile4832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4833", + "filePath": "resourceFile4833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4834", + "filePath": "resourceFile4834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4835", + "filePath": "resourceFile4835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4836", + "filePath": "resourceFile4836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4837", + "filePath": "resourceFile4837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4838", + "filePath": "resourceFile4838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4839", + "filePath": "resourceFile4839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4840", + "filePath": "resourceFile4840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4841", + "filePath": "resourceFile4841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4842", + "filePath": "resourceFile4842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4843", + "filePath": "resourceFile4843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4844", + "filePath": "resourceFile4844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4845", + "filePath": "resourceFile4845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4846", + "filePath": "resourceFile4846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4847", + "filePath": "resourceFile4847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4848", + "filePath": "resourceFile4848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4849", + "filePath": "resourceFile4849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4850", + "filePath": "resourceFile4850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4851", + "filePath": "resourceFile4851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4852", + "filePath": "resourceFile4852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4853", + "filePath": "resourceFile4853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4854", + "filePath": "resourceFile4854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4855", + "filePath": "resourceFile4855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4856", + "filePath": "resourceFile4856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4857", + "filePath": "resourceFile4857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4858", + "filePath": "resourceFile4858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4859", + "filePath": "resourceFile4859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4860", + "filePath": "resourceFile4860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4861", + "filePath": "resourceFile4861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4862", + "filePath": "resourceFile4862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4863", + "filePath": "resourceFile4863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4864", + "filePath": "resourceFile4864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4865", + "filePath": "resourceFile4865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4866", + "filePath": "resourceFile4866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4867", + "filePath": "resourceFile4867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4868", + "filePath": "resourceFile4868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4869", + "filePath": "resourceFile4869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4870", + "filePath": "resourceFile4870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4871", + "filePath": "resourceFile4871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4872", + "filePath": "resourceFile4872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4873", + "filePath": "resourceFile4873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4874", + "filePath": "resourceFile4874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4875", + "filePath": "resourceFile4875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4876", + "filePath": "resourceFile4876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4877", + "filePath": "resourceFile4877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4878", + "filePath": "resourceFile4878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4879", + "filePath": "resourceFile4879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4880", + "filePath": "resourceFile4880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4881", + "filePath": "resourceFile4881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4882", + "filePath": "resourceFile4882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4883", + "filePath": "resourceFile4883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4884", + "filePath": "resourceFile4884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4885", + "filePath": "resourceFile4885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4886", + "filePath": "resourceFile4886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4887", + "filePath": "resourceFile4887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4888", + "filePath": "resourceFile4888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4889", + "filePath": "resourceFile4889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4890", + "filePath": "resourceFile4890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4891", + "filePath": "resourceFile4891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4892", + "filePath": "resourceFile4892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4893", + "filePath": "resourceFile4893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4894", + "filePath": "resourceFile4894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4895", + "filePath": "resourceFile4895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4896", + "filePath": "resourceFile4896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4897", + "filePath": "resourceFile4897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4898", + "filePath": "resourceFile4898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4899", + "filePath": "resourceFile4899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4900", + "filePath": "resourceFile4900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4901", + "filePath": "resourceFile4901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4902", + "filePath": "resourceFile4902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4903", + "filePath": "resourceFile4903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4904", + "filePath": "resourceFile4904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4905", + "filePath": "resourceFile4905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4906", + "filePath": "resourceFile4906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4907", + "filePath": "resourceFile4907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4908", + "filePath": "resourceFile4908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4909", + "filePath": "resourceFile4909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4910", + "filePath": "resourceFile4910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4911", + "filePath": "resourceFile4911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4912", + "filePath": "resourceFile4912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4913", + "filePath": "resourceFile4913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4914", + "filePath": "resourceFile4914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4915", + "filePath": "resourceFile4915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4916", + "filePath": "resourceFile4916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4917", + "filePath": "resourceFile4917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4918", + "filePath": "resourceFile4918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4919", + "filePath": "resourceFile4919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4920", + "filePath": "resourceFile4920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4921", + "filePath": "resourceFile4921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4922", + "filePath": "resourceFile4922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4923", + "filePath": "resourceFile4923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4924", + "filePath": "resourceFile4924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4925", + "filePath": "resourceFile4925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4926", + "filePath": "resourceFile4926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4927", + "filePath": "resourceFile4927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4928", + "filePath": "resourceFile4928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4929", + "filePath": "resourceFile4929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4930", + "filePath": "resourceFile4930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4931", + "filePath": "resourceFile4931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4932", + "filePath": "resourceFile4932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4933", + "filePath": "resourceFile4933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4934", + "filePath": "resourceFile4934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4935", + "filePath": "resourceFile4935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4936", + "filePath": "resourceFile4936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4937", + "filePath": "resourceFile4937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4938", + "filePath": "resourceFile4938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4939", + "filePath": "resourceFile4939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4940", + "filePath": "resourceFile4940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4941", + "filePath": "resourceFile4941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4942", + "filePath": "resourceFile4942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4943", + "filePath": "resourceFile4943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4944", + "filePath": "resourceFile4944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4945", + "filePath": "resourceFile4945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4946", + "filePath": "resourceFile4946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4947", + "filePath": "resourceFile4947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4948", + "filePath": "resourceFile4948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4949", + "filePath": "resourceFile4949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4950", + "filePath": "resourceFile4950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4951", + "filePath": "resourceFile4951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4952", + "filePath": "resourceFile4952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4953", + "filePath": "resourceFile4953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4954", + "filePath": "resourceFile4954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4955", + "filePath": "resourceFile4955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4956", + "filePath": "resourceFile4956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4957", + "filePath": "resourceFile4957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4958", + "filePath": "resourceFile4958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4959", + "filePath": "resourceFile4959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4960", + "filePath": "resourceFile4960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4961", + "filePath": "resourceFile4961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4962", + "filePath": "resourceFile4962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4963", + "filePath": "resourceFile4963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4964", + "filePath": "resourceFile4964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4965", + "filePath": "resourceFile4965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4966", + "filePath": "resourceFile4966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4967", + "filePath": "resourceFile4967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4968", + "filePath": "resourceFile4968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4969", + "filePath": "resourceFile4969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4970", + "filePath": "resourceFile4970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4971", + "filePath": "resourceFile4971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4972", + "filePath": "resourceFile4972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4973", + "filePath": "resourceFile4973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4974", + "filePath": "resourceFile4974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4975", + "filePath": "resourceFile4975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4976", + "filePath": "resourceFile4976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4977", + "filePath": "resourceFile4977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4978", + "filePath": "resourceFile4978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4979", + "filePath": "resourceFile4979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4980", + "filePath": "resourceFile4980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4981", + "filePath": "resourceFile4981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4982", + "filePath": "resourceFile4982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4983", + "filePath": "resourceFile4983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4984", + "filePath": "resourceFile4984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4985", + "filePath": "resourceFile4985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4986", + "filePath": "resourceFile4986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4987", + "filePath": "resourceFile4987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4988", + "filePath": "resourceFile4988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4989", + "filePath": "resourceFile4989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4990", + "filePath": "resourceFile4990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4991", + "filePath": "resourceFile4991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4992", + "filePath": "resourceFile4992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4993", + "filePath": "resourceFile4993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4994", + "filePath": "resourceFile4994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4995", + "filePath": "resourceFile4995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4996", + "filePath": "resourceFile4996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4997", + "filePath": "resourceFile4997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4998", + "filePath": "resourceFile4998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4999", + "filePath": "resourceFile4999"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5000", + "filePath": "resourceFile5000"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5001", + "filePath": "resourceFile5001"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5002", + "filePath": "resourceFile5002"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5003", + "filePath": "resourceFile5003"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5004", + "filePath": "resourceFile5004"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5005", + "filePath": "resourceFile5005"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5006", + "filePath": "resourceFile5006"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5007", + "filePath": "resourceFile5007"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5008", + "filePath": "resourceFile5008"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5009", + "filePath": "resourceFile5009"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5010", + "filePath": "resourceFile5010"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5011", + "filePath": "resourceFile5011"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5012", + "filePath": "resourceFile5012"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5013", + "filePath": "resourceFile5013"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5014", + "filePath": "resourceFile5014"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5015", + "filePath": "resourceFile5015"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5016", + "filePath": "resourceFile5016"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5017", + "filePath": "resourceFile5017"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5018", + "filePath": "resourceFile5018"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5019", + "filePath": "resourceFile5019"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5020", + "filePath": "resourceFile5020"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5021", + "filePath": "resourceFile5021"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5022", + "filePath": "resourceFile5022"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5023", + "filePath": "resourceFile5023"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5024", + "filePath": "resourceFile5024"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5025", + "filePath": "resourceFile5025"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5026", + "filePath": "resourceFile5026"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5027", + "filePath": "resourceFile5027"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5028", + "filePath": "resourceFile5028"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5029", + "filePath": "resourceFile5029"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5030", + "filePath": "resourceFile5030"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5031", + "filePath": "resourceFile5031"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5032", + "filePath": "resourceFile5032"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5033", + "filePath": "resourceFile5033"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5034", + "filePath": "resourceFile5034"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5035", + "filePath": "resourceFile5035"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5036", + "filePath": "resourceFile5036"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5037", + "filePath": "resourceFile5037"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5038", + "filePath": "resourceFile5038"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5039", + "filePath": "resourceFile5039"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5040", + "filePath": "resourceFile5040"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5041", + "filePath": "resourceFile5041"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5042", + "filePath": "resourceFile5042"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5043", + "filePath": "resourceFile5043"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5044", + "filePath": "resourceFile5044"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5045", + "filePath": "resourceFile5045"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5046", + "filePath": "resourceFile5046"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5047", + "filePath": "resourceFile5047"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5048", + "filePath": "resourceFile5048"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5049", + "filePath": "resourceFile5049"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5050", + "filePath": "resourceFile5050"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5051", + "filePath": "resourceFile5051"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5052", + "filePath": "resourceFile5052"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5053", + "filePath": "resourceFile5053"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5054", + "filePath": "resourceFile5054"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5055", + "filePath": "resourceFile5055"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5056", + "filePath": "resourceFile5056"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5057", + "filePath": "resourceFile5057"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5058", + "filePath": "resourceFile5058"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5059", + "filePath": "resourceFile5059"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5060", + "filePath": "resourceFile5060"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5061", + "filePath": "resourceFile5061"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5062", + "filePath": "resourceFile5062"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5063", + "filePath": "resourceFile5063"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5064", + "filePath": "resourceFile5064"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5065", + "filePath": "resourceFile5065"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5066", + "filePath": "resourceFile5066"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5067", + "filePath": "resourceFile5067"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5068", + "filePath": "resourceFile5068"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5069", + "filePath": "resourceFile5069"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5070", + "filePath": "resourceFile5070"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5071", + "filePath": "resourceFile5071"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5072", + "filePath": "resourceFile5072"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5073", + "filePath": "resourceFile5073"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5074", + "filePath": "resourceFile5074"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5075", + "filePath": "resourceFile5075"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5076", + "filePath": "resourceFile5076"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5077", + "filePath": "resourceFile5077"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5078", + "filePath": "resourceFile5078"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5079", + "filePath": "resourceFile5079"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5080", + "filePath": "resourceFile5080"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5081", + "filePath": "resourceFile5081"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5082", + "filePath": "resourceFile5082"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5083", + "filePath": "resourceFile5083"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5084", + "filePath": "resourceFile5084"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5085", + "filePath": "resourceFile5085"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5086", + "filePath": "resourceFile5086"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5087", + "filePath": "resourceFile5087"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5088", + "filePath": "resourceFile5088"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5089", + "filePath": "resourceFile5089"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5090", + "filePath": "resourceFile5090"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5091", + "filePath": "resourceFile5091"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5092", + "filePath": "resourceFile5092"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5093", + "filePath": "resourceFile5093"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5094", + "filePath": "resourceFile5094"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5095", + "filePath": "resourceFile5095"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5096", + "filePath": "resourceFile5096"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5097", + "filePath": "resourceFile5097"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5098", + "filePath": "resourceFile5098"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5099", + "filePath": "resourceFile5099"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5100", + "filePath": "resourceFile5100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5101", + "filePath": "resourceFile5101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5102", + "filePath": "resourceFile5102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5103", + "filePath": "resourceFile5103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5104", + "filePath": "resourceFile5104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5105", + "filePath": "resourceFile5105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5106", + "filePath": "resourceFile5106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5107", + "filePath": "resourceFile5107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5108", + "filePath": "resourceFile5108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5109", + "filePath": "resourceFile5109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5110", + "filePath": "resourceFile5110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5111", + "filePath": "resourceFile5111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5112", + "filePath": "resourceFile5112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5113", + "filePath": "resourceFile5113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5114", + "filePath": "resourceFile5114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5115", + "filePath": "resourceFile5115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5116", + "filePath": "resourceFile5116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5117", + "filePath": "resourceFile5117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5118", + "filePath": "resourceFile5118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5119", + "filePath": "resourceFile5119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5120", + "filePath": "resourceFile5120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5121", + "filePath": "resourceFile5121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5122", + "filePath": "resourceFile5122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5123", + "filePath": "resourceFile5123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5124", + "filePath": "resourceFile5124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5125", + "filePath": "resourceFile5125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5126", + "filePath": "resourceFile5126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5127", + "filePath": "resourceFile5127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5128", + "filePath": "resourceFile5128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5129", + "filePath": "resourceFile5129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5130", + "filePath": "resourceFile5130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5131", + "filePath": "resourceFile5131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5132", + "filePath": "resourceFile5132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5133", + "filePath": "resourceFile5133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5134", + "filePath": "resourceFile5134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5135", + "filePath": "resourceFile5135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5136", + "filePath": "resourceFile5136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5137", + "filePath": "resourceFile5137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5138", + "filePath": "resourceFile5138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5139", + "filePath": "resourceFile5139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5140", + "filePath": "resourceFile5140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5141", + "filePath": "resourceFile5141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5142", + "filePath": "resourceFile5142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5143", + "filePath": "resourceFile5143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5144", + "filePath": "resourceFile5144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5145", + "filePath": "resourceFile5145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5146", + "filePath": "resourceFile5146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5147", + "filePath": "resourceFile5147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5148", + "filePath": "resourceFile5148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5149", + "filePath": "resourceFile5149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5150", + "filePath": "resourceFile5150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5151", + "filePath": "resourceFile5151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5152", + "filePath": "resourceFile5152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5153", + "filePath": "resourceFile5153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5154", + "filePath": "resourceFile5154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5155", + "filePath": "resourceFile5155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5156", + "filePath": "resourceFile5156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5157", + "filePath": "resourceFile5157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5158", + "filePath": "resourceFile5158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5159", + "filePath": "resourceFile5159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5160", + "filePath": "resourceFile5160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5161", + "filePath": "resourceFile5161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5162", + "filePath": "resourceFile5162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5163", + "filePath": "resourceFile5163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5164", + "filePath": "resourceFile5164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5165", + "filePath": "resourceFile5165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5166", + "filePath": "resourceFile5166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5167", + "filePath": "resourceFile5167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5168", + "filePath": "resourceFile5168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5169", + "filePath": "resourceFile5169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5170", + "filePath": "resourceFile5170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5171", + "filePath": "resourceFile5171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5172", + "filePath": "resourceFile5172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5173", + "filePath": "resourceFile5173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5174", + "filePath": "resourceFile5174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5175", + "filePath": "resourceFile5175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5176", + "filePath": "resourceFile5176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5177", + "filePath": "resourceFile5177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5178", + "filePath": "resourceFile5178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5179", + "filePath": "resourceFile5179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5180", + "filePath": "resourceFile5180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5181", + "filePath": "resourceFile5181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5182", + "filePath": "resourceFile5182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5183", + "filePath": "resourceFile5183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5184", + "filePath": "resourceFile5184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5185", + "filePath": "resourceFile5185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5186", + "filePath": "resourceFile5186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5187", + "filePath": "resourceFile5187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5188", + "filePath": "resourceFile5188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5189", + "filePath": "resourceFile5189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5190", + "filePath": "resourceFile5190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5191", + "filePath": "resourceFile5191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5192", + "filePath": "resourceFile5192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5193", + "filePath": "resourceFile5193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5194", + "filePath": "resourceFile5194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5195", + "filePath": "resourceFile5195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5196", + "filePath": "resourceFile5196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5197", + "filePath": "resourceFile5197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5198", + "filePath": "resourceFile5198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5199", + "filePath": "resourceFile5199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5200", + "filePath": "resourceFile5200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5201", + "filePath": "resourceFile5201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5202", + "filePath": "resourceFile5202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5203", + "filePath": "resourceFile5203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5204", + "filePath": "resourceFile5204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5205", + "filePath": "resourceFile5205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5206", + "filePath": "resourceFile5206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5207", + "filePath": "resourceFile5207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5208", + "filePath": "resourceFile5208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5209", + "filePath": "resourceFile5209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5210", + "filePath": "resourceFile5210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5211", + "filePath": "resourceFile5211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5212", + "filePath": "resourceFile5212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5213", + "filePath": "resourceFile5213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5214", + "filePath": "resourceFile5214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5215", + "filePath": "resourceFile5215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5216", + "filePath": "resourceFile5216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5217", + "filePath": "resourceFile5217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5218", + "filePath": "resourceFile5218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5219", + "filePath": "resourceFile5219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5220", + "filePath": "resourceFile5220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5221", + "filePath": "resourceFile5221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5222", + "filePath": "resourceFile5222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5223", + "filePath": "resourceFile5223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5224", + "filePath": "resourceFile5224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5225", + "filePath": "resourceFile5225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5226", + "filePath": "resourceFile5226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5227", + "filePath": "resourceFile5227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5228", + "filePath": "resourceFile5228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5229", + "filePath": "resourceFile5229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5230", + "filePath": "resourceFile5230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5231", + "filePath": "resourceFile5231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5232", + "filePath": "resourceFile5232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5233", + "filePath": "resourceFile5233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5234", + "filePath": "resourceFile5234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5235", + "filePath": "resourceFile5235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5236", + "filePath": "resourceFile5236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5237", + "filePath": "resourceFile5237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5238", + "filePath": "resourceFile5238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5239", + "filePath": "resourceFile5239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5240", + "filePath": "resourceFile5240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5241", + "filePath": "resourceFile5241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5242", + "filePath": "resourceFile5242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5243", + "filePath": "resourceFile5243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5244", + "filePath": "resourceFile5244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5245", + "filePath": "resourceFile5245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5246", + "filePath": "resourceFile5246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5247", + "filePath": "resourceFile5247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5248", + "filePath": "resourceFile5248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5249", + "filePath": "resourceFile5249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5250", + "filePath": "resourceFile5250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5251", + "filePath": "resourceFile5251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5252", + "filePath": "resourceFile5252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5253", + "filePath": "resourceFile5253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5254", + "filePath": "resourceFile5254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5255", + "filePath": "resourceFile5255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5256", + "filePath": "resourceFile5256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5257", + "filePath": "resourceFile5257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5258", + "filePath": "resourceFile5258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5259", + "filePath": "resourceFile5259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5260", + "filePath": "resourceFile5260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5261", + "filePath": "resourceFile5261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5262", + "filePath": "resourceFile5262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5263", + "filePath": "resourceFile5263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5264", + "filePath": "resourceFile5264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5265", + "filePath": "resourceFile5265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5266", + "filePath": "resourceFile5266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5267", + "filePath": "resourceFile5267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5268", + "filePath": "resourceFile5268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5269", + "filePath": "resourceFile5269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5270", + "filePath": "resourceFile5270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5271", + "filePath": "resourceFile5271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5272", + "filePath": "resourceFile5272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5273", + "filePath": "resourceFile5273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5274", + "filePath": "resourceFile5274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5275", + "filePath": "resourceFile5275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5276", + "filePath": "resourceFile5276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5277", + "filePath": "resourceFile5277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5278", + "filePath": "resourceFile5278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5279", + "filePath": "resourceFile5279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5280", + "filePath": "resourceFile5280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5281", + "filePath": "resourceFile5281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5282", + "filePath": "resourceFile5282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5283", + "filePath": "resourceFile5283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5284", + "filePath": "resourceFile5284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5285", + "filePath": "resourceFile5285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5286", + "filePath": "resourceFile5286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5287", + "filePath": "resourceFile5287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5288", + "filePath": "resourceFile5288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5289", + "filePath": "resourceFile5289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5290", + "filePath": "resourceFile5290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5291", + "filePath": "resourceFile5291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5292", + "filePath": "resourceFile5292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5293", + "filePath": "resourceFile5293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5294", + "filePath": "resourceFile5294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5295", + "filePath": "resourceFile5295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5296", + "filePath": "resourceFile5296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5297", + "filePath": "resourceFile5297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5298", + "filePath": "resourceFile5298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5299", + "filePath": "resourceFile5299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5300", + "filePath": "resourceFile5300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5301", + "filePath": "resourceFile5301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5302", + "filePath": "resourceFile5302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5303", + "filePath": "resourceFile5303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5304", + "filePath": "resourceFile5304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5305", + "filePath": "resourceFile5305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5306", + "filePath": "resourceFile5306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5307", + "filePath": "resourceFile5307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5308", + "filePath": "resourceFile5308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5309", + "filePath": "resourceFile5309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5310", + "filePath": "resourceFile5310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5311", + "filePath": "resourceFile5311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5312", + "filePath": "resourceFile5312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5313", + "filePath": "resourceFile5313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5314", + "filePath": "resourceFile5314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5315", + "filePath": "resourceFile5315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5316", + "filePath": "resourceFile5316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5317", + "filePath": "resourceFile5317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5318", + "filePath": "resourceFile5318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5319", + "filePath": "resourceFile5319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5320", + "filePath": "resourceFile5320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5321", + "filePath": "resourceFile5321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5322", + "filePath": "resourceFile5322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5323", + "filePath": "resourceFile5323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5324", + "filePath": "resourceFile5324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5325", + "filePath": "resourceFile5325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5326", + "filePath": "resourceFile5326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5327", + "filePath": "resourceFile5327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5328", + "filePath": "resourceFile5328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5329", + "filePath": "resourceFile5329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5330", + "filePath": "resourceFile5330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5331", + "filePath": "resourceFile5331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5332", + "filePath": "resourceFile5332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5333", + "filePath": "resourceFile5333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5334", + "filePath": "resourceFile5334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5335", + "filePath": "resourceFile5335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5336", + "filePath": "resourceFile5336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5337", + "filePath": "resourceFile5337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5338", + "filePath": "resourceFile5338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5339", + "filePath": "resourceFile5339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5340", + "filePath": "resourceFile5340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5341", + "filePath": "resourceFile5341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5342", + "filePath": "resourceFile5342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5343", + "filePath": "resourceFile5343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5344", + "filePath": "resourceFile5344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5345", + "filePath": "resourceFile5345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5346", + "filePath": "resourceFile5346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5347", + "filePath": "resourceFile5347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5348", + "filePath": "resourceFile5348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5349", + "filePath": "resourceFile5349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5350", + "filePath": "resourceFile5350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5351", + "filePath": "resourceFile5351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5352", + "filePath": "resourceFile5352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5353", + "filePath": "resourceFile5353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5354", + "filePath": "resourceFile5354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5355", + "filePath": "resourceFile5355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5356", + "filePath": "resourceFile5356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5357", + "filePath": "resourceFile5357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5358", + "filePath": "resourceFile5358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5359", + "filePath": "resourceFile5359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5360", + "filePath": "resourceFile5360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5361", + "filePath": "resourceFile5361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5362", + "filePath": "resourceFile5362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5363", + "filePath": "resourceFile5363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5364", + "filePath": "resourceFile5364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5365", + "filePath": "resourceFile5365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5366", + "filePath": "resourceFile5366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5367", + "filePath": "resourceFile5367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5368", + "filePath": "resourceFile5368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5369", + "filePath": "resourceFile5369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5370", + "filePath": "resourceFile5370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5371", + "filePath": "resourceFile5371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5372", + "filePath": "resourceFile5372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5373", + "filePath": "resourceFile5373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5374", + "filePath": "resourceFile5374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5375", + "filePath": "resourceFile5375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5376", + "filePath": "resourceFile5376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5377", + "filePath": "resourceFile5377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5378", + "filePath": "resourceFile5378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5379", + "filePath": "resourceFile5379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5380", + "filePath": "resourceFile5380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5381", + "filePath": "resourceFile5381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5382", + "filePath": "resourceFile5382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5383", + "filePath": "resourceFile5383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5384", + "filePath": "resourceFile5384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5385", + "filePath": "resourceFile5385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5386", + "filePath": "resourceFile5386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5387", + "filePath": "resourceFile5387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5388", + "filePath": "resourceFile5388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5389", + "filePath": "resourceFile5389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5390", + "filePath": "resourceFile5390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5391", + "filePath": "resourceFile5391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5392", + "filePath": "resourceFile5392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5393", + "filePath": "resourceFile5393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5394", + "filePath": "resourceFile5394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5395", + "filePath": "resourceFile5395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5396", + "filePath": "resourceFile5396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5397", + "filePath": "resourceFile5397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5398", + "filePath": "resourceFile5398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5399", + "filePath": "resourceFile5399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5400", + "filePath": "resourceFile5400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5401", + "filePath": "resourceFile5401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5402", + "filePath": "resourceFile5402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5403", + "filePath": "resourceFile5403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5404", + "filePath": "resourceFile5404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5405", + "filePath": "resourceFile5405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5406", + "filePath": "resourceFile5406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5407", + "filePath": "resourceFile5407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5408", + "filePath": "resourceFile5408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5409", + "filePath": "resourceFile5409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5410", + "filePath": "resourceFile5410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5411", + "filePath": "resourceFile5411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5412", + "filePath": "resourceFile5412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5413", + "filePath": "resourceFile5413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5414", + "filePath": "resourceFile5414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5415", + "filePath": "resourceFile5415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5416", + "filePath": "resourceFile5416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5417", + "filePath": "resourceFile5417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5418", + "filePath": "resourceFile5418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5419", + "filePath": "resourceFile5419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5420", + "filePath": "resourceFile5420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5421", + "filePath": "resourceFile5421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5422", + "filePath": "resourceFile5422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5423", + "filePath": "resourceFile5423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5424", + "filePath": "resourceFile5424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5425", + "filePath": "resourceFile5425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5426", + "filePath": "resourceFile5426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5427", + "filePath": "resourceFile5427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5428", + "filePath": "resourceFile5428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5429", + "filePath": "resourceFile5429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5430", + "filePath": "resourceFile5430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5431", + "filePath": "resourceFile5431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5432", + "filePath": "resourceFile5432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5433", + "filePath": "resourceFile5433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5434", + "filePath": "resourceFile5434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5435", + "filePath": "resourceFile5435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5436", + "filePath": "resourceFile5436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5437", + "filePath": "resourceFile5437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5438", + "filePath": "resourceFile5438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5439", + "filePath": "resourceFile5439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5440", + "filePath": "resourceFile5440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5441", + "filePath": "resourceFile5441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5442", + "filePath": "resourceFile5442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5443", + "filePath": "resourceFile5443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5444", + "filePath": "resourceFile5444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5445", + "filePath": "resourceFile5445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5446", + "filePath": "resourceFile5446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5447", + "filePath": "resourceFile5447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5448", + "filePath": "resourceFile5448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5449", + "filePath": "resourceFile5449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5450", + "filePath": "resourceFile5450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5451", + "filePath": "resourceFile5451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5452", + "filePath": "resourceFile5452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5453", + "filePath": "resourceFile5453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5454", + "filePath": "resourceFile5454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5455", + "filePath": "resourceFile5455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5456", + "filePath": "resourceFile5456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5457", + "filePath": "resourceFile5457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5458", + "filePath": "resourceFile5458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5459", + "filePath": "resourceFile5459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5460", + "filePath": "resourceFile5460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5461", + "filePath": "resourceFile5461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5462", + "filePath": "resourceFile5462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5463", + "filePath": "resourceFile5463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5464", + "filePath": "resourceFile5464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5465", + "filePath": "resourceFile5465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5466", + "filePath": "resourceFile5466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5467", + "filePath": "resourceFile5467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5468", + "filePath": "resourceFile5468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5469", + "filePath": "resourceFile5469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5470", + "filePath": "resourceFile5470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5471", + "filePath": "resourceFile5471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5472", + "filePath": "resourceFile5472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5473", + "filePath": "resourceFile5473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5474", + "filePath": "resourceFile5474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5475", + "filePath": "resourceFile5475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5476", + "filePath": "resourceFile5476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5477", + "filePath": "resourceFile5477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5478", + "filePath": "resourceFile5478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5479", + "filePath": "resourceFile5479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5480", + "filePath": "resourceFile5480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5481", + "filePath": "resourceFile5481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5482", + "filePath": "resourceFile5482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5483", + "filePath": "resourceFile5483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5484", + "filePath": "resourceFile5484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5485", + "filePath": "resourceFile5485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5486", + "filePath": "resourceFile5486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5487", + "filePath": "resourceFile5487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5488", + "filePath": "resourceFile5488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5489", + "filePath": "resourceFile5489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5490", + "filePath": "resourceFile5490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5491", + "filePath": "resourceFile5491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5492", + "filePath": "resourceFile5492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5493", + "filePath": "resourceFile5493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5494", + "filePath": "resourceFile5494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5495", + "filePath": "resourceFile5495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5496", + "filePath": "resourceFile5496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5497", + "filePath": "resourceFile5497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5498", + "filePath": "resourceFile5498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5499", + "filePath": "resourceFile5499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5500", + "filePath": "resourceFile5500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5501", + "filePath": "resourceFile5501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5502", + "filePath": "resourceFile5502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5503", + "filePath": "resourceFile5503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5504", + "filePath": "resourceFile5504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5505", + "filePath": "resourceFile5505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5506", + "filePath": "resourceFile5506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5507", + "filePath": "resourceFile5507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5508", + "filePath": "resourceFile5508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5509", + "filePath": "resourceFile5509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5510", + "filePath": "resourceFile5510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5511", + "filePath": "resourceFile5511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5512", + "filePath": "resourceFile5512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5513", + "filePath": "resourceFile5513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5514", + "filePath": "resourceFile5514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5515", + "filePath": "resourceFile5515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5516", + "filePath": "resourceFile5516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5517", + "filePath": "resourceFile5517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5518", + "filePath": "resourceFile5518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5519", + "filePath": "resourceFile5519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5520", + "filePath": "resourceFile5520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5521", + "filePath": "resourceFile5521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5522", + "filePath": "resourceFile5522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5523", + "filePath": "resourceFile5523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5524", + "filePath": "resourceFile5524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5525", + "filePath": "resourceFile5525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5526", + "filePath": "resourceFile5526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5527", + "filePath": "resourceFile5527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5528", + "filePath": "resourceFile5528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5529", + "filePath": "resourceFile5529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5530", + "filePath": "resourceFile5530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5531", + "filePath": "resourceFile5531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5532", + "filePath": "resourceFile5532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5533", + "filePath": "resourceFile5533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5534", + "filePath": "resourceFile5534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5535", + "filePath": "resourceFile5535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5536", + "filePath": "resourceFile5536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5537", + "filePath": "resourceFile5537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5538", + "filePath": "resourceFile5538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5539", + "filePath": "resourceFile5539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5540", + "filePath": "resourceFile5540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5541", + "filePath": "resourceFile5541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5542", + "filePath": "resourceFile5542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5543", + "filePath": "resourceFile5543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5544", + "filePath": "resourceFile5544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5545", + "filePath": "resourceFile5545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5546", + "filePath": "resourceFile5546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5547", + "filePath": "resourceFile5547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5548", + "filePath": "resourceFile5548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5549", + "filePath": "resourceFile5549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5550", + "filePath": "resourceFile5550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5551", + "filePath": "resourceFile5551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5552", + "filePath": "resourceFile5552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5553", + "filePath": "resourceFile5553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5554", + "filePath": "resourceFile5554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5555", + "filePath": "resourceFile5555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5556", + "filePath": "resourceFile5556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5557", + "filePath": "resourceFile5557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5558", + "filePath": "resourceFile5558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5559", + "filePath": "resourceFile5559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5560", + "filePath": "resourceFile5560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5561", + "filePath": "resourceFile5561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5562", + "filePath": "resourceFile5562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5563", + "filePath": "resourceFile5563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5564", + "filePath": "resourceFile5564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5565", + "filePath": "resourceFile5565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5566", + "filePath": "resourceFile5566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5567", + "filePath": "resourceFile5567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5568", + "filePath": "resourceFile5568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5569", + "filePath": "resourceFile5569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5570", + "filePath": "resourceFile5570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5571", + "filePath": "resourceFile5571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5572", + "filePath": "resourceFile5572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5573", + "filePath": "resourceFile5573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5574", + "filePath": "resourceFile5574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5575", + "filePath": "resourceFile5575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5576", + "filePath": "resourceFile5576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5577", + "filePath": "resourceFile5577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5578", + "filePath": "resourceFile5578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5579", + "filePath": "resourceFile5579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5580", + "filePath": "resourceFile5580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5581", + "filePath": "resourceFile5581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5582", + "filePath": "resourceFile5582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5583", + "filePath": "resourceFile5583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5584", + "filePath": "resourceFile5584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5585", + "filePath": "resourceFile5585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5586", + "filePath": "resourceFile5586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5587", + "filePath": "resourceFile5587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5588", + "filePath": "resourceFile5588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5589", + "filePath": "resourceFile5589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5590", + "filePath": "resourceFile5590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5591", + "filePath": "resourceFile5591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5592", + "filePath": "resourceFile5592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5593", + "filePath": "resourceFile5593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5594", + "filePath": "resourceFile5594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5595", + "filePath": "resourceFile5595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5596", + "filePath": "resourceFile5596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5597", + "filePath": "resourceFile5597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5598", + "filePath": "resourceFile5598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5599", + "filePath": "resourceFile5599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5600", + "filePath": "resourceFile5600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5601", + "filePath": "resourceFile5601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5602", + "filePath": "resourceFile5602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5603", + "filePath": "resourceFile5603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5604", + "filePath": "resourceFile5604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5605", + "filePath": "resourceFile5605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5606", + "filePath": "resourceFile5606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5607", + "filePath": "resourceFile5607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5608", + "filePath": "resourceFile5608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5609", + "filePath": "resourceFile5609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5610", + "filePath": "resourceFile5610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5611", + "filePath": "resourceFile5611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5612", + "filePath": "resourceFile5612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5613", + "filePath": "resourceFile5613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5614", + "filePath": "resourceFile5614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5615", + "filePath": "resourceFile5615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5616", + "filePath": "resourceFile5616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5617", + "filePath": "resourceFile5617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5618", + "filePath": "resourceFile5618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5619", + "filePath": "resourceFile5619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5620", + "filePath": "resourceFile5620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5621", + "filePath": "resourceFile5621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5622", + "filePath": "resourceFile5622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5623", + "filePath": "resourceFile5623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5624", + "filePath": "resourceFile5624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5625", + "filePath": "resourceFile5625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5626", + "filePath": "resourceFile5626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5627", + "filePath": "resourceFile5627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5628", + "filePath": "resourceFile5628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5629", + "filePath": "resourceFile5629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5630", + "filePath": "resourceFile5630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5631", + "filePath": "resourceFile5631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5632", + "filePath": "resourceFile5632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5633", + "filePath": "resourceFile5633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5634", + "filePath": "resourceFile5634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5635", + "filePath": "resourceFile5635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5636", + "filePath": "resourceFile5636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5637", + "filePath": "resourceFile5637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5638", + "filePath": "resourceFile5638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5639", + "filePath": "resourceFile5639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5640", + "filePath": "resourceFile5640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5641", + "filePath": "resourceFile5641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5642", + "filePath": "resourceFile5642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5643", + "filePath": "resourceFile5643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5644", + "filePath": "resourceFile5644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5645", + "filePath": "resourceFile5645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5646", + "filePath": "resourceFile5646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5647", + "filePath": "resourceFile5647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5648", + "filePath": "resourceFile5648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5649", + "filePath": "resourceFile5649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5650", + "filePath": "resourceFile5650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5651", + "filePath": "resourceFile5651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5652", + "filePath": "resourceFile5652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5653", + "filePath": "resourceFile5653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5654", + "filePath": "resourceFile5654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5655", + "filePath": "resourceFile5655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5656", + "filePath": "resourceFile5656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5657", + "filePath": "resourceFile5657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5658", + "filePath": "resourceFile5658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5659", + "filePath": "resourceFile5659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5660", + "filePath": "resourceFile5660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5661", + "filePath": "resourceFile5661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5662", + "filePath": "resourceFile5662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5663", + "filePath": "resourceFile5663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5664", + "filePath": "resourceFile5664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5665", + "filePath": "resourceFile5665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5666", + "filePath": "resourceFile5666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5667", + "filePath": "resourceFile5667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5668", + "filePath": "resourceFile5668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5669", + "filePath": "resourceFile5669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5670", + "filePath": "resourceFile5670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5671", + "filePath": "resourceFile5671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5672", + "filePath": "resourceFile5672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5673", + "filePath": "resourceFile5673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5674", + "filePath": "resourceFile5674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5675", + "filePath": "resourceFile5675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5676", + "filePath": "resourceFile5676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5677", + "filePath": "resourceFile5677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5678", + "filePath": "resourceFile5678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5679", + "filePath": "resourceFile5679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5680", + "filePath": "resourceFile5680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5681", + "filePath": "resourceFile5681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5682", + "filePath": "resourceFile5682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5683", + "filePath": "resourceFile5683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5684", + "filePath": "resourceFile5684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5685", + "filePath": "resourceFile5685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5686", + "filePath": "resourceFile5686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5687", + "filePath": "resourceFile5687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5688", + "filePath": "resourceFile5688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5689", + "filePath": "resourceFile5689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5690", + "filePath": "resourceFile5690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5691", + "filePath": "resourceFile5691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5692", + "filePath": "resourceFile5692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5693", + "filePath": "resourceFile5693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5694", + "filePath": "resourceFile5694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5695", + "filePath": "resourceFile5695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5696", + "filePath": "resourceFile5696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5697", + "filePath": "resourceFile5697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5698", + "filePath": "resourceFile5698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5699", + "filePath": "resourceFile5699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5700", + "filePath": "resourceFile5700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5701", + "filePath": "resourceFile5701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5702", + "filePath": "resourceFile5702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5703", + "filePath": "resourceFile5703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5704", + "filePath": "resourceFile5704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5705", + "filePath": "resourceFile5705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5706", + "filePath": "resourceFile5706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5707", + "filePath": "resourceFile5707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5708", + "filePath": "resourceFile5708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5709", + "filePath": "resourceFile5709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5710", + "filePath": "resourceFile5710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5711", + "filePath": "resourceFile5711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5712", + "filePath": "resourceFile5712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5713", + "filePath": "resourceFile5713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5714", + "filePath": "resourceFile5714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5715", + "filePath": "resourceFile5715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5716", + "filePath": "resourceFile5716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5717", + "filePath": "resourceFile5717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5718", + "filePath": "resourceFile5718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5719", + "filePath": "resourceFile5719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5720", + "filePath": "resourceFile5720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5721", + "filePath": "resourceFile5721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5722", + "filePath": "resourceFile5722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5723", + "filePath": "resourceFile5723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5724", + "filePath": "resourceFile5724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5725", + "filePath": "resourceFile5725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5726", + "filePath": "resourceFile5726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5727", + "filePath": "resourceFile5727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5728", + "filePath": "resourceFile5728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5729", + "filePath": "resourceFile5729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5730", + "filePath": "resourceFile5730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5731", + "filePath": "resourceFile5731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5732", + "filePath": "resourceFile5732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5733", + "filePath": "resourceFile5733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5734", + "filePath": "resourceFile5734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5735", + "filePath": "resourceFile5735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5736", + "filePath": "resourceFile5736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5737", + "filePath": "resourceFile5737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5738", + "filePath": "resourceFile5738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5739", + "filePath": "resourceFile5739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5740", + "filePath": "resourceFile5740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5741", + "filePath": "resourceFile5741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5742", + "filePath": "resourceFile5742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5743", + "filePath": "resourceFile5743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5744", + "filePath": "resourceFile5744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5745", + "filePath": "resourceFile5745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5746", + "filePath": "resourceFile5746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5747", + "filePath": "resourceFile5747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5748", + "filePath": "resourceFile5748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5749", + "filePath": "resourceFile5749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5750", + "filePath": "resourceFile5750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5751", + "filePath": "resourceFile5751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5752", + "filePath": "resourceFile5752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5753", + "filePath": "resourceFile5753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5754", + "filePath": "resourceFile5754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5755", + "filePath": "resourceFile5755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5756", + "filePath": "resourceFile5756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5757", + "filePath": "resourceFile5757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5758", + "filePath": "resourceFile5758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5759", + "filePath": "resourceFile5759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5760", + "filePath": "resourceFile5760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5761", + "filePath": "resourceFile5761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5762", + "filePath": "resourceFile5762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5763", + "filePath": "resourceFile5763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5764", + "filePath": "resourceFile5764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5765", + "filePath": "resourceFile5765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5766", + "filePath": "resourceFile5766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5767", + "filePath": "resourceFile5767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5768", + "filePath": "resourceFile5768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5769", + "filePath": "resourceFile5769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5770", + "filePath": "resourceFile5770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5771", + "filePath": "resourceFile5771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5772", + "filePath": "resourceFile5772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5773", + "filePath": "resourceFile5773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5774", + "filePath": "resourceFile5774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5775", + "filePath": "resourceFile5775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5776", + "filePath": "resourceFile5776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5777", + "filePath": "resourceFile5777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5778", + "filePath": "resourceFile5778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5779", + "filePath": "resourceFile5779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5780", + "filePath": "resourceFile5780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5781", + "filePath": "resourceFile5781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5782", + "filePath": "resourceFile5782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5783", + "filePath": "resourceFile5783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5784", + "filePath": "resourceFile5784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5785", + "filePath": "resourceFile5785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5786", + "filePath": "resourceFile5786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5787", + "filePath": "resourceFile5787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5788", + "filePath": "resourceFile5788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5789", + "filePath": "resourceFile5789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5790", + "filePath": "resourceFile5790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5791", + "filePath": "resourceFile5791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5792", + "filePath": "resourceFile5792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5793", + "filePath": "resourceFile5793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5794", + "filePath": "resourceFile5794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5795", + "filePath": "resourceFile5795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5796", + "filePath": "resourceFile5796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5797", + "filePath": "resourceFile5797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5798", + "filePath": "resourceFile5798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5799", + "filePath": "resourceFile5799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5800", + "filePath": "resourceFile5800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5801", + "filePath": "resourceFile5801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5802", + "filePath": "resourceFile5802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5803", + "filePath": "resourceFile5803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5804", + "filePath": "resourceFile5804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5805", + "filePath": "resourceFile5805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5806", + "filePath": "resourceFile5806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5807", + "filePath": "resourceFile5807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5808", + "filePath": "resourceFile5808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5809", + "filePath": "resourceFile5809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5810", + "filePath": "resourceFile5810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5811", + "filePath": "resourceFile5811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5812", + "filePath": "resourceFile5812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5813", + "filePath": "resourceFile5813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5814", + "filePath": "resourceFile5814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5815", + "filePath": "resourceFile5815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5816", + "filePath": "resourceFile5816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5817", + "filePath": "resourceFile5817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5818", + "filePath": "resourceFile5818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5819", + "filePath": "resourceFile5819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5820", + "filePath": "resourceFile5820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5821", + "filePath": "resourceFile5821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5822", + "filePath": "resourceFile5822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5823", + "filePath": "resourceFile5823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5824", + "filePath": "resourceFile5824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5825", + "filePath": "resourceFile5825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5826", + "filePath": "resourceFile5826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5827", + "filePath": "resourceFile5827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5828", + "filePath": "resourceFile5828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5829", + "filePath": "resourceFile5829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5830", + "filePath": "resourceFile5830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5831", + "filePath": "resourceFile5831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5832", + "filePath": "resourceFile5832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5833", + "filePath": "resourceFile5833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5834", + "filePath": "resourceFile5834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5835", + "filePath": "resourceFile5835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5836", + "filePath": "resourceFile5836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5837", + "filePath": "resourceFile5837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5838", + "filePath": "resourceFile5838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5839", + "filePath": "resourceFile5839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5840", + "filePath": "resourceFile5840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5841", + "filePath": "resourceFile5841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5842", + "filePath": "resourceFile5842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5843", + "filePath": "resourceFile5843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5844", + "filePath": "resourceFile5844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5845", + "filePath": "resourceFile5845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5846", + "filePath": "resourceFile5846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5847", + "filePath": "resourceFile5847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5848", + "filePath": "resourceFile5848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5849", + "filePath": "resourceFile5849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5850", + "filePath": "resourceFile5850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5851", + "filePath": "resourceFile5851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5852", + "filePath": "resourceFile5852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5853", + "filePath": "resourceFile5853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5854", + "filePath": "resourceFile5854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5855", + "filePath": "resourceFile5855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5856", + "filePath": "resourceFile5856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5857", + "filePath": "resourceFile5857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5858", + "filePath": "resourceFile5858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5859", + "filePath": "resourceFile5859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5860", + "filePath": "resourceFile5860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5861", + "filePath": "resourceFile5861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5862", + "filePath": "resourceFile5862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5863", + "filePath": "resourceFile5863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5864", + "filePath": "resourceFile5864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5865", + "filePath": "resourceFile5865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5866", + "filePath": "resourceFile5866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5867", + "filePath": "resourceFile5867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5868", + "filePath": "resourceFile5868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5869", + "filePath": "resourceFile5869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5870", + "filePath": "resourceFile5870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5871", + "filePath": "resourceFile5871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5872", + "filePath": "resourceFile5872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5873", + "filePath": "resourceFile5873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5874", + "filePath": "resourceFile5874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5875", + "filePath": "resourceFile5875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5876", + "filePath": "resourceFile5876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5877", + "filePath": "resourceFile5877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5878", + "filePath": "resourceFile5878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5879", + "filePath": "resourceFile5879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5880", + "filePath": "resourceFile5880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5881", + "filePath": "resourceFile5881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5882", + "filePath": "resourceFile5882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5883", + "filePath": "resourceFile5883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5884", + "filePath": "resourceFile5884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5885", + "filePath": "resourceFile5885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5886", + "filePath": "resourceFile5886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5887", + "filePath": "resourceFile5887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5888", + "filePath": "resourceFile5888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5889", + "filePath": "resourceFile5889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5890", + "filePath": "resourceFile5890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5891", + "filePath": "resourceFile5891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5892", + "filePath": "resourceFile5892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5893", + "filePath": "resourceFile5893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5894", + "filePath": "resourceFile5894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5895", + "filePath": "resourceFile5895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5896", + "filePath": "resourceFile5896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5897", + "filePath": "resourceFile5897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5898", + "filePath": "resourceFile5898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5899", + "filePath": "resourceFile5899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5900", + "filePath": "resourceFile5900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5901", + "filePath": "resourceFile5901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5902", + "filePath": "resourceFile5902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5903", + "filePath": "resourceFile5903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5904", + "filePath": "resourceFile5904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5905", + "filePath": "resourceFile5905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5906", + "filePath": "resourceFile5906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5907", + "filePath": "resourceFile5907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5908", + "filePath": "resourceFile5908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5909", + "filePath": "resourceFile5909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5910", + "filePath": "resourceFile5910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5911", + "filePath": "resourceFile5911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5912", + "filePath": "resourceFile5912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5913", + "filePath": "resourceFile5913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5914", + "filePath": "resourceFile5914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5915", + "filePath": "resourceFile5915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5916", + "filePath": "resourceFile5916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5917", + "filePath": "resourceFile5917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5918", + "filePath": "resourceFile5918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5919", + "filePath": "resourceFile5919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5920", + "filePath": "resourceFile5920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5921", + "filePath": "resourceFile5921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5922", + "filePath": "resourceFile5922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5923", + "filePath": "resourceFile5923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5924", + "filePath": "resourceFile5924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5925", + "filePath": "resourceFile5925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5926", + "filePath": "resourceFile5926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5927", + "filePath": "resourceFile5927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5928", + "filePath": "resourceFile5928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5929", + "filePath": "resourceFile5929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5930", + "filePath": "resourceFile5930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5931", + "filePath": "resourceFile5931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5932", + "filePath": "resourceFile5932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5933", + "filePath": "resourceFile5933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5934", + "filePath": "resourceFile5934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5935", + "filePath": "resourceFile5935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5936", + "filePath": "resourceFile5936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5937", + "filePath": "resourceFile5937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5938", + "filePath": "resourceFile5938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5939", + "filePath": "resourceFile5939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5940", + "filePath": "resourceFile5940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5941", + "filePath": "resourceFile5941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5942", + "filePath": "resourceFile5942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5943", + "filePath": "resourceFile5943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5944", + "filePath": "resourceFile5944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5945", + "filePath": "resourceFile5945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5946", + "filePath": "resourceFile5946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5947", + "filePath": "resourceFile5947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5948", + "filePath": "resourceFile5948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5949", + "filePath": "resourceFile5949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5950", + "filePath": "resourceFile5950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5951", + "filePath": "resourceFile5951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5952", + "filePath": "resourceFile5952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5953", + "filePath": "resourceFile5953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5954", + "filePath": "resourceFile5954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5955", + "filePath": "resourceFile5955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5956", + "filePath": "resourceFile5956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5957", + "filePath": "resourceFile5957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5958", + "filePath": "resourceFile5958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5959", + "filePath": "resourceFile5959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5960", + "filePath": "resourceFile5960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5961", + "filePath": "resourceFile5961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5962", + "filePath": "resourceFile5962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5963", + "filePath": "resourceFile5963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5964", + "filePath": "resourceFile5964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5965", + "filePath": "resourceFile5965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5966", + "filePath": "resourceFile5966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5967", + "filePath": "resourceFile5967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5968", + "filePath": "resourceFile5968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5969", + "filePath": "resourceFile5969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5970", + "filePath": "resourceFile5970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5971", + "filePath": "resourceFile5971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5972", + "filePath": "resourceFile5972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5973", + "filePath": "resourceFile5973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5974", + "filePath": "resourceFile5974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5975", + "filePath": "resourceFile5975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5976", + "filePath": "resourceFile5976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5977", + "filePath": "resourceFile5977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5978", + "filePath": "resourceFile5978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5979", + "filePath": "resourceFile5979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5980", + "filePath": "resourceFile5980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5981", + "filePath": "resourceFile5981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5982", + "filePath": "resourceFile5982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5983", + "filePath": "resourceFile5983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5984", + "filePath": "resourceFile5984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5985", + "filePath": "resourceFile5985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5986", + "filePath": "resourceFile5986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5987", + "filePath": "resourceFile5987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5988", + "filePath": "resourceFile5988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5989", + "filePath": "resourceFile5989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5990", + "filePath": "resourceFile5990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5991", + "filePath": "resourceFile5991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5992", + "filePath": "resourceFile5992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5993", + "filePath": "resourceFile5993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5994", + "filePath": "resourceFile5994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5995", + "filePath": "resourceFile5995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5996", + "filePath": "resourceFile5996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5997", + "filePath": "resourceFile5997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5998", + "filePath": "resourceFile5998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5999", + "filePath": "resourceFile5999"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6000", + "filePath": "resourceFile6000"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6001", + "filePath": "resourceFile6001"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6002", + "filePath": "resourceFile6002"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6003", + "filePath": "resourceFile6003"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6004", + "filePath": "resourceFile6004"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6005", + "filePath": "resourceFile6005"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6006", + "filePath": "resourceFile6006"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6007", + "filePath": "resourceFile6007"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6008", + "filePath": "resourceFile6008"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6009", + "filePath": "resourceFile6009"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6010", + "filePath": "resourceFile6010"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6011", + "filePath": "resourceFile6011"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6012", + "filePath": "resourceFile6012"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6013", + "filePath": "resourceFile6013"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6014", + "filePath": "resourceFile6014"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6015", + "filePath": "resourceFile6015"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6016", + "filePath": "resourceFile6016"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6017", + "filePath": "resourceFile6017"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6018", + "filePath": "resourceFile6018"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6019", + "filePath": "resourceFile6019"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6020", + "filePath": "resourceFile6020"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6021", + "filePath": "resourceFile6021"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6022", + "filePath": "resourceFile6022"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6023", + "filePath": "resourceFile6023"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6024", + "filePath": "resourceFile6024"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6025", + "filePath": "resourceFile6025"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6026", + "filePath": "resourceFile6026"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6027", + "filePath": "resourceFile6027"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6028", + "filePath": "resourceFile6028"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6029", + "filePath": "resourceFile6029"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6030", + "filePath": "resourceFile6030"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6031", + "filePath": "resourceFile6031"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6032", + "filePath": "resourceFile6032"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6033", + "filePath": "resourceFile6033"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6034", + "filePath": "resourceFile6034"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6035", + "filePath": "resourceFile6035"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6036", + "filePath": "resourceFile6036"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6037", + "filePath": "resourceFile6037"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6038", + "filePath": "resourceFile6038"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6039", + "filePath": "resourceFile6039"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6040", + "filePath": "resourceFile6040"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6041", + "filePath": "resourceFile6041"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6042", + "filePath": "resourceFile6042"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6043", + "filePath": "resourceFile6043"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6044", + "filePath": "resourceFile6044"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6045", + "filePath": "resourceFile6045"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6046", + "filePath": "resourceFile6046"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6047", + "filePath": "resourceFile6047"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6048", + "filePath": "resourceFile6048"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6049", + "filePath": "resourceFile6049"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6050", + "filePath": "resourceFile6050"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6051", + "filePath": "resourceFile6051"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6052", + "filePath": "resourceFile6052"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6053", + "filePath": "resourceFile6053"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6054", + "filePath": "resourceFile6054"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6055", + "filePath": "resourceFile6055"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6056", + "filePath": "resourceFile6056"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6057", + "filePath": "resourceFile6057"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6058", + "filePath": "resourceFile6058"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6059", + "filePath": "resourceFile6059"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6060", + "filePath": "resourceFile6060"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6061", + "filePath": "resourceFile6061"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6062", + "filePath": "resourceFile6062"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6063", + "filePath": "resourceFile6063"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6064", + "filePath": "resourceFile6064"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6065", + "filePath": "resourceFile6065"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6066", + "filePath": "resourceFile6066"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6067", + "filePath": "resourceFile6067"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6068", + "filePath": "resourceFile6068"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6069", + "filePath": "resourceFile6069"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6070", + "filePath": "resourceFile6070"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6071", + "filePath": "resourceFile6071"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6072", + "filePath": "resourceFile6072"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6073", + "filePath": "resourceFile6073"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6074", + "filePath": "resourceFile6074"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6075", + "filePath": "resourceFile6075"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6076", + "filePath": "resourceFile6076"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6077", + "filePath": "resourceFile6077"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6078", + "filePath": "resourceFile6078"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6079", + "filePath": "resourceFile6079"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6080", + "filePath": "resourceFile6080"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6081", + "filePath": "resourceFile6081"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6082", + "filePath": "resourceFile6082"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6083", + "filePath": "resourceFile6083"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6084", + "filePath": "resourceFile6084"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6085", + "filePath": "resourceFile6085"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6086", + "filePath": "resourceFile6086"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6087", + "filePath": "resourceFile6087"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6088", + "filePath": "resourceFile6088"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6089", + "filePath": "resourceFile6089"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6090", + "filePath": "resourceFile6090"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6091", + "filePath": "resourceFile6091"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6092", + "filePath": "resourceFile6092"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6093", + "filePath": "resourceFile6093"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6094", + "filePath": "resourceFile6094"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6095", + "filePath": "resourceFile6095"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6096", + "filePath": "resourceFile6096"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6097", + "filePath": "resourceFile6097"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6098", + "filePath": "resourceFile6098"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6099", + "filePath": "resourceFile6099"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6100", + "filePath": "resourceFile6100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6101", + "filePath": "resourceFile6101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6102", + "filePath": "resourceFile6102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6103", + "filePath": "resourceFile6103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6104", + "filePath": "resourceFile6104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6105", + "filePath": "resourceFile6105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6106", + "filePath": "resourceFile6106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6107", + "filePath": "resourceFile6107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6108", + "filePath": "resourceFile6108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6109", + "filePath": "resourceFile6109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6110", + "filePath": "resourceFile6110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6111", + "filePath": "resourceFile6111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6112", + "filePath": "resourceFile6112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6113", + "filePath": "resourceFile6113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6114", + "filePath": "resourceFile6114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6115", + "filePath": "resourceFile6115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6116", + "filePath": "resourceFile6116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6117", + "filePath": "resourceFile6117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6118", + "filePath": "resourceFile6118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6119", + "filePath": "resourceFile6119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6120", + "filePath": "resourceFile6120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6121", + "filePath": "resourceFile6121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6122", + "filePath": "resourceFile6122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6123", + "filePath": "resourceFile6123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6124", + "filePath": "resourceFile6124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6125", + "filePath": "resourceFile6125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6126", + "filePath": "resourceFile6126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6127", + "filePath": "resourceFile6127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6128", + "filePath": "resourceFile6128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6129", + "filePath": "resourceFile6129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6130", + "filePath": "resourceFile6130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6131", + "filePath": "resourceFile6131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6132", + "filePath": "resourceFile6132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6133", + "filePath": "resourceFile6133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6134", + "filePath": "resourceFile6134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6135", + "filePath": "resourceFile6135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6136", + "filePath": "resourceFile6136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6137", + "filePath": "resourceFile6137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6138", + "filePath": "resourceFile6138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6139", + "filePath": "resourceFile6139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6140", + "filePath": "resourceFile6140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6141", + "filePath": "resourceFile6141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6142", + "filePath": "resourceFile6142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6143", + "filePath": "resourceFile6143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6144", + "filePath": "resourceFile6144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6145", + "filePath": "resourceFile6145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6146", + "filePath": "resourceFile6146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6147", + "filePath": "resourceFile6147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6148", + "filePath": "resourceFile6148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6149", + "filePath": "resourceFile6149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6150", + "filePath": "resourceFile6150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6151", + "filePath": "resourceFile6151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6152", + "filePath": "resourceFile6152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6153", + "filePath": "resourceFile6153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6154", + "filePath": "resourceFile6154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6155", + "filePath": "resourceFile6155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6156", + "filePath": "resourceFile6156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6157", + "filePath": "resourceFile6157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6158", + "filePath": "resourceFile6158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6159", + "filePath": "resourceFile6159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6160", + "filePath": "resourceFile6160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6161", + "filePath": "resourceFile6161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6162", + "filePath": "resourceFile6162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6163", + "filePath": "resourceFile6163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6164", + "filePath": "resourceFile6164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6165", + "filePath": "resourceFile6165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6166", + "filePath": "resourceFile6166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6167", + "filePath": "resourceFile6167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6168", + "filePath": "resourceFile6168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6169", + "filePath": "resourceFile6169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6170", + "filePath": "resourceFile6170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6171", + "filePath": "resourceFile6171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6172", + "filePath": "resourceFile6172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6173", + "filePath": "resourceFile6173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6174", + "filePath": "resourceFile6174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6175", + "filePath": "resourceFile6175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6176", + "filePath": "resourceFile6176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6177", + "filePath": "resourceFile6177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6178", + "filePath": "resourceFile6178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6179", + "filePath": "resourceFile6179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6180", + "filePath": "resourceFile6180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6181", + "filePath": "resourceFile6181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6182", + "filePath": "resourceFile6182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6183", + "filePath": "resourceFile6183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6184", + "filePath": "resourceFile6184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6185", + "filePath": "resourceFile6185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6186", + "filePath": "resourceFile6186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6187", + "filePath": "resourceFile6187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6188", + "filePath": "resourceFile6188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6189", + "filePath": "resourceFile6189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6190", + "filePath": "resourceFile6190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6191", + "filePath": "resourceFile6191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6192", + "filePath": "resourceFile6192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6193", + "filePath": "resourceFile6193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6194", + "filePath": "resourceFile6194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6195", + "filePath": "resourceFile6195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6196", + "filePath": "resourceFile6196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6197", + "filePath": "resourceFile6197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6198", + "filePath": "resourceFile6198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6199", + "filePath": "resourceFile6199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6200", + "filePath": "resourceFile6200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6201", + "filePath": "resourceFile6201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6202", + "filePath": "resourceFile6202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6203", + "filePath": "resourceFile6203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6204", + "filePath": "resourceFile6204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6205", + "filePath": "resourceFile6205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6206", + "filePath": "resourceFile6206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6207", + "filePath": "resourceFile6207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6208", + "filePath": "resourceFile6208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6209", + "filePath": "resourceFile6209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6210", + "filePath": "resourceFile6210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6211", + "filePath": "resourceFile6211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6212", + "filePath": "resourceFile6212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6213", + "filePath": "resourceFile6213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6214", + "filePath": "resourceFile6214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6215", + "filePath": "resourceFile6215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6216", + "filePath": "resourceFile6216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6217", + "filePath": "resourceFile6217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6218", + "filePath": "resourceFile6218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6219", + "filePath": "resourceFile6219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6220", + "filePath": "resourceFile6220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6221", + "filePath": "resourceFile6221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6222", + "filePath": "resourceFile6222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6223", + "filePath": "resourceFile6223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6224", + "filePath": "resourceFile6224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6225", + "filePath": "resourceFile6225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6226", + "filePath": "resourceFile6226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6227", + "filePath": "resourceFile6227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6228", + "filePath": "resourceFile6228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6229", + "filePath": "resourceFile6229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6230", + "filePath": "resourceFile6230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6231", + "filePath": "resourceFile6231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6232", + "filePath": "resourceFile6232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6233", + "filePath": "resourceFile6233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6234", + "filePath": "resourceFile6234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6235", + "filePath": "resourceFile6235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6236", + "filePath": "resourceFile6236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6237", + "filePath": "resourceFile6237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6238", + "filePath": "resourceFile6238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6239", + "filePath": "resourceFile6239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6240", + "filePath": "resourceFile6240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6241", + "filePath": "resourceFile6241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6242", + "filePath": "resourceFile6242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6243", + "filePath": "resourceFile6243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6244", + "filePath": "resourceFile6244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6245", + "filePath": "resourceFile6245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6246", + "filePath": "resourceFile6246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6247", + "filePath": "resourceFile6247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6248", + "filePath": "resourceFile6248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6249", + "filePath": "resourceFile6249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6250", + "filePath": "resourceFile6250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6251", + "filePath": "resourceFile6251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6252", + "filePath": "resourceFile6252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6253", + "filePath": "resourceFile6253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6254", + "filePath": "resourceFile6254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6255", + "filePath": "resourceFile6255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6256", + "filePath": "resourceFile6256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6257", + "filePath": "resourceFile6257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6258", + "filePath": "resourceFile6258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6259", + "filePath": "resourceFile6259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6260", + "filePath": "resourceFile6260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6261", + "filePath": "resourceFile6261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6262", + "filePath": "resourceFile6262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6263", + "filePath": "resourceFile6263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6264", + "filePath": "resourceFile6264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6265", + "filePath": "resourceFile6265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6266", + "filePath": "resourceFile6266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6267", + "filePath": "resourceFile6267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6268", + "filePath": "resourceFile6268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6269", + "filePath": "resourceFile6269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6270", + "filePath": "resourceFile6270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6271", + "filePath": "resourceFile6271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6272", + "filePath": "resourceFile6272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6273", + "filePath": "resourceFile6273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6274", + "filePath": "resourceFile6274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6275", + "filePath": "resourceFile6275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6276", + "filePath": "resourceFile6276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6277", + "filePath": "resourceFile6277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6278", + "filePath": "resourceFile6278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6279", + "filePath": "resourceFile6279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6280", + "filePath": "resourceFile6280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6281", + "filePath": "resourceFile6281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6282", + "filePath": "resourceFile6282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6283", + "filePath": "resourceFile6283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6284", + "filePath": "resourceFile6284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6285", + "filePath": "resourceFile6285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6286", + "filePath": "resourceFile6286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6287", + "filePath": "resourceFile6287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6288", + "filePath": "resourceFile6288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6289", + "filePath": "resourceFile6289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6290", + "filePath": "resourceFile6290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6291", + "filePath": "resourceFile6291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6292", + "filePath": "resourceFile6292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6293", + "filePath": "resourceFile6293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6294", + "filePath": "resourceFile6294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6295", + "filePath": "resourceFile6295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6296", + "filePath": "resourceFile6296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6297", + "filePath": "resourceFile6297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6298", + "filePath": "resourceFile6298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6299", + "filePath": "resourceFile6299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6300", + "filePath": "resourceFile6300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6301", + "filePath": "resourceFile6301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6302", + "filePath": "resourceFile6302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6303", + "filePath": "resourceFile6303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6304", + "filePath": "resourceFile6304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6305", + "filePath": "resourceFile6305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6306", + "filePath": "resourceFile6306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6307", + "filePath": "resourceFile6307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6308", + "filePath": "resourceFile6308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6309", + "filePath": "resourceFile6309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6310", + "filePath": "resourceFile6310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6311", + "filePath": "resourceFile6311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6312", + "filePath": "resourceFile6312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6313", + "filePath": "resourceFile6313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6314", + "filePath": "resourceFile6314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6315", + "filePath": "resourceFile6315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6316", + "filePath": "resourceFile6316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6317", + "filePath": "resourceFile6317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6318", + "filePath": "resourceFile6318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6319", + "filePath": "resourceFile6319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6320", + "filePath": "resourceFile6320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6321", + "filePath": "resourceFile6321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6322", + "filePath": "resourceFile6322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6323", + "filePath": "resourceFile6323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6324", + "filePath": "resourceFile6324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6325", + "filePath": "resourceFile6325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6326", + "filePath": "resourceFile6326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6327", + "filePath": "resourceFile6327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6328", + "filePath": "resourceFile6328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6329", + "filePath": "resourceFile6329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6330", + "filePath": "resourceFile6330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6331", + "filePath": "resourceFile6331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6332", + "filePath": "resourceFile6332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6333", + "filePath": "resourceFile6333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6334", + "filePath": "resourceFile6334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6335", + "filePath": "resourceFile6335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6336", + "filePath": "resourceFile6336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6337", + "filePath": "resourceFile6337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6338", + "filePath": "resourceFile6338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6339", + "filePath": "resourceFile6339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6340", + "filePath": "resourceFile6340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6341", + "filePath": "resourceFile6341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6342", + "filePath": "resourceFile6342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6343", + "filePath": "resourceFile6343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6344", + "filePath": "resourceFile6344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6345", + "filePath": "resourceFile6345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6346", + "filePath": "resourceFile6346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6347", + "filePath": "resourceFile6347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6348", + "filePath": "resourceFile6348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6349", + "filePath": "resourceFile6349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6350", + "filePath": "resourceFile6350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6351", + "filePath": "resourceFile6351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6352", + "filePath": "resourceFile6352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6353", + "filePath": "resourceFile6353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6354", + "filePath": "resourceFile6354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6355", + "filePath": "resourceFile6355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6356", + "filePath": "resourceFile6356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6357", + "filePath": "resourceFile6357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6358", + "filePath": "resourceFile6358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6359", + "filePath": "resourceFile6359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6360", + "filePath": "resourceFile6360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6361", + "filePath": "resourceFile6361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6362", + "filePath": "resourceFile6362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6363", + "filePath": "resourceFile6363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6364", + "filePath": "resourceFile6364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6365", + "filePath": "resourceFile6365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6366", + "filePath": "resourceFile6366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6367", + "filePath": "resourceFile6367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6368", + "filePath": "resourceFile6368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6369", + "filePath": "resourceFile6369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6370", + "filePath": "resourceFile6370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6371", + "filePath": "resourceFile6371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6372", + "filePath": "resourceFile6372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6373", + "filePath": "resourceFile6373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6374", + "filePath": "resourceFile6374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6375", + "filePath": "resourceFile6375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6376", + "filePath": "resourceFile6376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6377", + "filePath": "resourceFile6377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6378", + "filePath": "resourceFile6378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6379", + "filePath": "resourceFile6379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6380", + "filePath": "resourceFile6380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6381", + "filePath": "resourceFile6381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6382", + "filePath": "resourceFile6382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6383", + "filePath": "resourceFile6383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6384", + "filePath": "resourceFile6384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6385", + "filePath": "resourceFile6385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6386", + "filePath": "resourceFile6386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6387", + "filePath": "resourceFile6387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6388", + "filePath": "resourceFile6388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6389", + "filePath": "resourceFile6389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6390", + "filePath": "resourceFile6390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6391", + "filePath": "resourceFile6391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6392", + "filePath": "resourceFile6392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6393", + "filePath": "resourceFile6393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6394", + "filePath": "resourceFile6394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6395", + "filePath": "resourceFile6395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6396", + "filePath": "resourceFile6396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6397", + "filePath": "resourceFile6397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6398", + "filePath": "resourceFile6398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6399", + "filePath": "resourceFile6399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6400", + "filePath": "resourceFile6400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6401", + "filePath": "resourceFile6401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6402", + "filePath": "resourceFile6402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6403", + "filePath": "resourceFile6403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6404", + "filePath": "resourceFile6404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6405", + "filePath": "resourceFile6405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6406", + "filePath": "resourceFile6406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6407", + "filePath": "resourceFile6407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6408", + "filePath": "resourceFile6408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6409", + "filePath": "resourceFile6409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6410", + "filePath": "resourceFile6410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6411", + "filePath": "resourceFile6411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6412", + "filePath": "resourceFile6412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6413", + "filePath": "resourceFile6413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6414", + "filePath": "resourceFile6414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6415", + "filePath": "resourceFile6415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6416", + "filePath": "resourceFile6416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6417", + "filePath": "resourceFile6417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6418", + "filePath": "resourceFile6418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6419", + "filePath": "resourceFile6419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6420", + "filePath": "resourceFile6420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6421", + "filePath": "resourceFile6421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6422", + "filePath": "resourceFile6422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6423", + "filePath": "resourceFile6423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6424", + "filePath": "resourceFile6424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6425", + "filePath": "resourceFile6425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6426", + "filePath": "resourceFile6426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6427", + "filePath": "resourceFile6427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6428", + "filePath": "resourceFile6428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6429", + "filePath": "resourceFile6429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6430", + "filePath": "resourceFile6430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6431", + "filePath": "resourceFile6431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6432", + "filePath": "resourceFile6432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6433", + "filePath": "resourceFile6433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6434", + "filePath": "resourceFile6434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6435", + "filePath": "resourceFile6435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6436", + "filePath": "resourceFile6436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6437", + "filePath": "resourceFile6437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6438", + "filePath": "resourceFile6438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6439", + "filePath": "resourceFile6439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6440", + "filePath": "resourceFile6440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6441", + "filePath": "resourceFile6441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6442", + "filePath": "resourceFile6442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6443", + "filePath": "resourceFile6443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6444", + "filePath": "resourceFile6444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6445", + "filePath": "resourceFile6445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6446", + "filePath": "resourceFile6446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6447", + "filePath": "resourceFile6447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6448", + "filePath": "resourceFile6448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6449", + "filePath": "resourceFile6449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6450", + "filePath": "resourceFile6450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6451", + "filePath": "resourceFile6451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6452", + "filePath": "resourceFile6452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6453", + "filePath": "resourceFile6453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6454", + "filePath": "resourceFile6454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6455", + "filePath": "resourceFile6455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6456", + "filePath": "resourceFile6456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6457", + "filePath": "resourceFile6457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6458", + "filePath": "resourceFile6458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6459", + "filePath": "resourceFile6459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6460", + "filePath": "resourceFile6460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6461", + "filePath": "resourceFile6461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6462", + "filePath": "resourceFile6462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6463", + "filePath": "resourceFile6463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6464", + "filePath": "resourceFile6464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6465", + "filePath": "resourceFile6465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6466", + "filePath": "resourceFile6466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6467", + "filePath": "resourceFile6467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6468", + "filePath": "resourceFile6468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6469", + "filePath": "resourceFile6469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6470", + "filePath": "resourceFile6470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6471", + "filePath": "resourceFile6471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6472", + "filePath": "resourceFile6472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6473", + "filePath": "resourceFile6473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6474", + "filePath": "resourceFile6474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6475", + "filePath": "resourceFile6475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6476", + "filePath": "resourceFile6476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6477", + "filePath": "resourceFile6477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6478", + "filePath": "resourceFile6478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6479", + "filePath": "resourceFile6479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6480", + "filePath": "resourceFile6480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6481", + "filePath": "resourceFile6481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6482", + "filePath": "resourceFile6482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6483", + "filePath": "resourceFile6483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6484", + "filePath": "resourceFile6484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6485", + "filePath": "resourceFile6485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6486", + "filePath": "resourceFile6486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6487", + "filePath": "resourceFile6487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6488", + "filePath": "resourceFile6488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6489", + "filePath": "resourceFile6489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6490", + "filePath": "resourceFile6490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6491", + "filePath": "resourceFile6491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6492", + "filePath": "resourceFile6492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6493", + "filePath": "resourceFile6493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6494", + "filePath": "resourceFile6494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6495", + "filePath": "resourceFile6495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6496", + "filePath": "resourceFile6496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6497", + "filePath": "resourceFile6497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6498", + "filePath": "resourceFile6498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6499", + "filePath": "resourceFile6499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6500", + "filePath": "resourceFile6500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6501", + "filePath": "resourceFile6501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6502", + "filePath": "resourceFile6502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6503", + "filePath": "resourceFile6503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6504", + "filePath": "resourceFile6504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6505", + "filePath": "resourceFile6505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6506", + "filePath": "resourceFile6506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6507", + "filePath": "resourceFile6507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6508", + "filePath": "resourceFile6508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6509", + "filePath": "resourceFile6509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6510", + "filePath": "resourceFile6510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6511", + "filePath": "resourceFile6511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6512", + "filePath": "resourceFile6512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6513", + "filePath": "resourceFile6513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6514", + "filePath": "resourceFile6514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6515", + "filePath": "resourceFile6515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6516", + "filePath": "resourceFile6516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6517", + "filePath": "resourceFile6517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6518", + "filePath": "resourceFile6518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6519", + "filePath": "resourceFile6519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6520", + "filePath": "resourceFile6520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6521", + "filePath": "resourceFile6521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6522", + "filePath": "resourceFile6522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6523", + "filePath": "resourceFile6523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6524", + "filePath": "resourceFile6524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6525", + "filePath": "resourceFile6525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6526", + "filePath": "resourceFile6526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6527", + "filePath": "resourceFile6527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6528", + "filePath": "resourceFile6528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6529", + "filePath": "resourceFile6529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6530", + "filePath": "resourceFile6530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6531", + "filePath": "resourceFile6531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6532", + "filePath": "resourceFile6532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6533", + "filePath": "resourceFile6533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6534", + "filePath": "resourceFile6534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6535", + "filePath": "resourceFile6535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6536", + "filePath": "resourceFile6536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6537", + "filePath": "resourceFile6537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6538", + "filePath": "resourceFile6538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6539", + "filePath": "resourceFile6539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6540", + "filePath": "resourceFile6540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6541", + "filePath": "resourceFile6541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6542", + "filePath": "resourceFile6542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6543", + "filePath": "resourceFile6543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6544", + "filePath": "resourceFile6544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6545", + "filePath": "resourceFile6545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6546", + "filePath": "resourceFile6546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6547", + "filePath": "resourceFile6547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6548", + "filePath": "resourceFile6548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6549", + "filePath": "resourceFile6549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6550", + "filePath": "resourceFile6550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6551", + "filePath": "resourceFile6551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6552", + "filePath": "resourceFile6552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6553", + "filePath": "resourceFile6553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6554", + "filePath": "resourceFile6554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6555", + "filePath": "resourceFile6555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6556", + "filePath": "resourceFile6556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6557", + "filePath": "resourceFile6557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6558", + "filePath": "resourceFile6558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6559", + "filePath": "resourceFile6559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6560", + "filePath": "resourceFile6560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6561", + "filePath": "resourceFile6561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6562", + "filePath": "resourceFile6562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6563", + "filePath": "resourceFile6563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6564", + "filePath": "resourceFile6564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6565", + "filePath": "resourceFile6565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6566", + "filePath": "resourceFile6566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6567", + "filePath": "resourceFile6567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6568", + "filePath": "resourceFile6568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6569", + "filePath": "resourceFile6569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6570", + "filePath": "resourceFile6570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6571", + "filePath": "resourceFile6571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6572", + "filePath": "resourceFile6572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6573", + "filePath": "resourceFile6573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6574", + "filePath": "resourceFile6574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6575", + "filePath": "resourceFile6575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6576", + "filePath": "resourceFile6576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6577", + "filePath": "resourceFile6577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6578", + "filePath": "resourceFile6578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6579", + "filePath": "resourceFile6579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6580", + "filePath": "resourceFile6580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6581", + "filePath": "resourceFile6581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6582", + "filePath": "resourceFile6582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6583", + "filePath": "resourceFile6583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6584", + "filePath": "resourceFile6584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6585", + "filePath": "resourceFile6585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6586", + "filePath": "resourceFile6586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6587", + "filePath": "resourceFile6587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6588", + "filePath": "resourceFile6588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6589", + "filePath": "resourceFile6589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6590", + "filePath": "resourceFile6590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6591", + "filePath": "resourceFile6591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6592", + "filePath": "resourceFile6592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6593", + "filePath": "resourceFile6593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6594", + "filePath": "resourceFile6594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6595", + "filePath": "resourceFile6595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6596", + "filePath": "resourceFile6596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6597", + "filePath": "resourceFile6597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6598", + "filePath": "resourceFile6598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6599", + "filePath": "resourceFile6599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6600", + "filePath": "resourceFile6600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6601", + "filePath": "resourceFile6601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6602", + "filePath": "resourceFile6602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6603", + "filePath": "resourceFile6603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6604", + "filePath": "resourceFile6604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6605", + "filePath": "resourceFile6605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6606", + "filePath": "resourceFile6606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6607", + "filePath": "resourceFile6607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6608", + "filePath": "resourceFile6608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6609", + "filePath": "resourceFile6609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6610", + "filePath": "resourceFile6610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6611", + "filePath": "resourceFile6611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6612", + "filePath": "resourceFile6612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6613", + "filePath": "resourceFile6613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6614", + "filePath": "resourceFile6614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6615", + "filePath": "resourceFile6615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6616", + "filePath": "resourceFile6616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6617", + "filePath": "resourceFile6617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6618", + "filePath": "resourceFile6618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6619", + "filePath": "resourceFile6619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6620", + "filePath": "resourceFile6620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6621", + "filePath": "resourceFile6621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6622", + "filePath": "resourceFile6622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6623", + "filePath": "resourceFile6623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6624", + "filePath": "resourceFile6624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6625", + "filePath": "resourceFile6625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6626", + "filePath": "resourceFile6626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6627", + "filePath": "resourceFile6627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6628", + "filePath": "resourceFile6628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6629", + "filePath": "resourceFile6629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6630", + "filePath": "resourceFile6630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6631", + "filePath": "resourceFile6631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6632", + "filePath": "resourceFile6632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6633", + "filePath": "resourceFile6633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6634", + "filePath": "resourceFile6634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6635", + "filePath": "resourceFile6635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6636", + "filePath": "resourceFile6636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6637", + "filePath": "resourceFile6637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6638", + "filePath": "resourceFile6638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6639", + "filePath": "resourceFile6639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6640", + "filePath": "resourceFile6640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6641", + "filePath": "resourceFile6641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6642", + "filePath": "resourceFile6642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6643", + "filePath": "resourceFile6643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6644", + "filePath": "resourceFile6644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6645", + "filePath": "resourceFile6645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6646", + "filePath": "resourceFile6646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6647", + "filePath": "resourceFile6647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6648", + "filePath": "resourceFile6648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6649", + "filePath": "resourceFile6649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6650", + "filePath": "resourceFile6650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6651", + "filePath": "resourceFile6651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6652", + "filePath": "resourceFile6652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6653", + "filePath": "resourceFile6653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6654", + "filePath": "resourceFile6654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6655", + "filePath": "resourceFile6655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6656", + "filePath": "resourceFile6656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6657", + "filePath": "resourceFile6657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6658", + "filePath": "resourceFile6658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6659", + "filePath": "resourceFile6659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6660", + "filePath": "resourceFile6660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6661", + "filePath": "resourceFile6661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6662", + "filePath": "resourceFile6662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6663", + "filePath": "resourceFile6663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6664", + "filePath": "resourceFile6664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6665", + "filePath": "resourceFile6665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6666", + "filePath": "resourceFile6666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6667", + "filePath": "resourceFile6667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6668", + "filePath": "resourceFile6668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6669", + "filePath": "resourceFile6669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6670", + "filePath": "resourceFile6670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6671", + "filePath": "resourceFile6671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6672", + "filePath": "resourceFile6672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6673", + "filePath": "resourceFile6673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6674", + "filePath": "resourceFile6674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6675", + "filePath": "resourceFile6675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6676", + "filePath": "resourceFile6676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6677", + "filePath": "resourceFile6677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6678", + "filePath": "resourceFile6678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6679", + "filePath": "resourceFile6679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6680", + "filePath": "resourceFile6680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6681", + "filePath": "resourceFile6681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6682", + "filePath": "resourceFile6682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6683", + "filePath": "resourceFile6683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6684", + "filePath": "resourceFile6684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6685", + "filePath": "resourceFile6685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6686", + "filePath": "resourceFile6686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6687", + "filePath": "resourceFile6687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6688", + "filePath": "resourceFile6688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6689", + "filePath": "resourceFile6689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6690", + "filePath": "resourceFile6690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6691", + "filePath": "resourceFile6691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6692", + "filePath": "resourceFile6692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6693", + "filePath": "resourceFile6693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6694", + "filePath": "resourceFile6694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6695", + "filePath": "resourceFile6695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6696", + "filePath": "resourceFile6696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6697", + "filePath": "resourceFile6697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6698", + "filePath": "resourceFile6698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6699", + "filePath": "resourceFile6699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6700", + "filePath": "resourceFile6700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6701", + "filePath": "resourceFile6701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6702", + "filePath": "resourceFile6702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6703", + "filePath": "resourceFile6703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6704", + "filePath": "resourceFile6704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6705", + "filePath": "resourceFile6705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6706", + "filePath": "resourceFile6706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6707", + "filePath": "resourceFile6707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6708", + "filePath": "resourceFile6708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6709", + "filePath": "resourceFile6709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6710", + "filePath": "resourceFile6710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6711", + "filePath": "resourceFile6711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6712", + "filePath": "resourceFile6712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6713", + "filePath": "resourceFile6713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6714", + "filePath": "resourceFile6714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6715", + "filePath": "resourceFile6715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6716", + "filePath": "resourceFile6716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6717", + "filePath": "resourceFile6717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6718", + "filePath": "resourceFile6718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6719", + "filePath": "resourceFile6719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6720", + "filePath": "resourceFile6720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6721", + "filePath": "resourceFile6721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6722", + "filePath": "resourceFile6722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6723", + "filePath": "resourceFile6723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6724", + "filePath": "resourceFile6724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6725", + "filePath": "resourceFile6725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6726", + "filePath": "resourceFile6726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6727", + "filePath": "resourceFile6727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6728", + "filePath": "resourceFile6728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6729", + "filePath": "resourceFile6729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6730", + "filePath": "resourceFile6730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6731", + "filePath": "resourceFile6731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6732", + "filePath": "resourceFile6732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6733", + "filePath": "resourceFile6733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6734", + "filePath": "resourceFile6734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6735", + "filePath": "resourceFile6735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6736", + "filePath": "resourceFile6736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6737", + "filePath": "resourceFile6737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6738", + "filePath": "resourceFile6738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6739", + "filePath": "resourceFile6739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6740", + "filePath": "resourceFile6740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6741", + "filePath": "resourceFile6741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6742", + "filePath": "resourceFile6742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6743", + "filePath": "resourceFile6743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6744", + "filePath": "resourceFile6744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6745", + "filePath": "resourceFile6745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6746", + "filePath": "resourceFile6746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6747", + "filePath": "resourceFile6747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6748", + "filePath": "resourceFile6748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6749", + "filePath": "resourceFile6749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6750", + "filePath": "resourceFile6750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6751", + "filePath": "resourceFile6751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6752", + "filePath": "resourceFile6752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6753", + "filePath": "resourceFile6753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6754", + "filePath": "resourceFile6754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6755", + "filePath": "resourceFile6755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6756", + "filePath": "resourceFile6756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6757", + "filePath": "resourceFile6757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6758", + "filePath": "resourceFile6758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6759", + "filePath": "resourceFile6759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6760", + "filePath": "resourceFile6760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6761", + "filePath": "resourceFile6761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6762", + "filePath": "resourceFile6762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6763", + "filePath": "resourceFile6763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6764", + "filePath": "resourceFile6764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6765", + "filePath": "resourceFile6765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6766", + "filePath": "resourceFile6766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6767", + "filePath": "resourceFile6767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6768", + "filePath": "resourceFile6768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6769", + "filePath": "resourceFile6769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6770", + "filePath": "resourceFile6770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6771", + "filePath": "resourceFile6771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6772", + "filePath": "resourceFile6772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6773", + "filePath": "resourceFile6773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6774", + "filePath": "resourceFile6774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6775", + "filePath": "resourceFile6775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6776", + "filePath": "resourceFile6776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6777", + "filePath": "resourceFile6777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6778", + "filePath": "resourceFile6778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6779", + "filePath": "resourceFile6779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6780", + "filePath": "resourceFile6780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6781", + "filePath": "resourceFile6781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6782", + "filePath": "resourceFile6782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6783", + "filePath": "resourceFile6783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6784", + "filePath": "resourceFile6784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6785", + "filePath": "resourceFile6785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6786", + "filePath": "resourceFile6786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6787", + "filePath": "resourceFile6787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6788", + "filePath": "resourceFile6788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6789", + "filePath": "resourceFile6789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6790", + "filePath": "resourceFile6790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6791", + "filePath": "resourceFile6791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6792", + "filePath": "resourceFile6792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6793", + "filePath": "resourceFile6793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6794", + "filePath": "resourceFile6794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6795", + "filePath": "resourceFile6795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6796", + "filePath": "resourceFile6796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6797", + "filePath": "resourceFile6797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6798", + "filePath": "resourceFile6798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6799", + "filePath": "resourceFile6799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6800", + "filePath": "resourceFile6800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6801", + "filePath": "resourceFile6801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6802", + "filePath": "resourceFile6802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6803", + "filePath": "resourceFile6803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6804", + "filePath": "resourceFile6804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6805", + "filePath": "resourceFile6805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6806", + "filePath": "resourceFile6806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6807", + "filePath": "resourceFile6807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6808", + "filePath": "resourceFile6808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6809", + "filePath": "resourceFile6809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6810", + "filePath": "resourceFile6810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6811", + "filePath": "resourceFile6811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6812", + "filePath": "resourceFile6812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6813", + "filePath": "resourceFile6813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6814", + "filePath": "resourceFile6814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6815", + "filePath": "resourceFile6815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6816", + "filePath": "resourceFile6816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6817", + "filePath": "resourceFile6817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6818", + "filePath": "resourceFile6818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6819", + "filePath": "resourceFile6819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6820", + "filePath": "resourceFile6820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6821", + "filePath": "resourceFile6821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6822", + "filePath": "resourceFile6822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6823", + "filePath": "resourceFile6823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6824", + "filePath": "resourceFile6824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6825", + "filePath": "resourceFile6825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6826", + "filePath": "resourceFile6826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6827", + "filePath": "resourceFile6827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6828", + "filePath": "resourceFile6828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6829", + "filePath": "resourceFile6829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6830", + "filePath": "resourceFile6830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6831", + "filePath": "resourceFile6831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6832", + "filePath": "resourceFile6832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6833", + "filePath": "resourceFile6833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6834", + "filePath": "resourceFile6834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6835", + "filePath": "resourceFile6835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6836", + "filePath": "resourceFile6836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6837", + "filePath": "resourceFile6837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6838", + "filePath": "resourceFile6838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6839", + "filePath": "resourceFile6839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6840", + "filePath": "resourceFile6840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6841", + "filePath": "resourceFile6841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6842", + "filePath": "resourceFile6842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6843", + "filePath": "resourceFile6843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6844", + "filePath": "resourceFile6844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6845", + "filePath": "resourceFile6845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6846", + "filePath": "resourceFile6846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6847", + "filePath": "resourceFile6847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6848", + "filePath": "resourceFile6848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6849", + "filePath": "resourceFile6849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6850", + "filePath": "resourceFile6850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6851", + "filePath": "resourceFile6851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6852", + "filePath": "resourceFile6852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6853", + "filePath": "resourceFile6853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6854", + "filePath": "resourceFile6854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6855", + "filePath": "resourceFile6855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6856", + "filePath": "resourceFile6856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6857", + "filePath": "resourceFile6857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6858", + "filePath": "resourceFile6858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6859", + "filePath": "resourceFile6859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6860", + "filePath": "resourceFile6860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6861", + "filePath": "resourceFile6861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6862", + "filePath": "resourceFile6862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6863", + "filePath": "resourceFile6863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6864", + "filePath": "resourceFile6864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6865", + "filePath": "resourceFile6865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6866", + "filePath": "resourceFile6866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6867", + "filePath": "resourceFile6867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6868", + "filePath": "resourceFile6868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6869", + "filePath": "resourceFile6869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6870", + "filePath": "resourceFile6870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6871", + "filePath": "resourceFile6871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6872", + "filePath": "resourceFile6872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6873", + "filePath": "resourceFile6873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6874", + "filePath": "resourceFile6874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6875", + "filePath": "resourceFile6875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6876", + "filePath": "resourceFile6876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6877", + "filePath": "resourceFile6877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6878", + "filePath": "resourceFile6878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6879", + "filePath": "resourceFile6879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6880", + "filePath": "resourceFile6880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6881", + "filePath": "resourceFile6881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6882", + "filePath": "resourceFile6882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6883", + "filePath": "resourceFile6883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6884", + "filePath": "resourceFile6884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6885", + "filePath": "resourceFile6885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6886", + "filePath": "resourceFile6886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6887", + "filePath": "resourceFile6887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6888", + "filePath": "resourceFile6888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6889", + "filePath": "resourceFile6889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6890", + "filePath": "resourceFile6890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6891", + "filePath": "resourceFile6891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6892", + "filePath": "resourceFile6892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6893", + "filePath": "resourceFile6893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6894", + "filePath": "resourceFile6894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6895", + "filePath": "resourceFile6895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6896", + "filePath": "resourceFile6896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6897", + "filePath": "resourceFile6897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6898", + "filePath": "resourceFile6898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6899", + "filePath": "resourceFile6899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6900", + "filePath": "resourceFile6900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6901", + "filePath": "resourceFile6901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6902", + "filePath": "resourceFile6902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6903", + "filePath": "resourceFile6903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6904", + "filePath": "resourceFile6904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6905", + "filePath": "resourceFile6905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6906", + "filePath": "resourceFile6906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6907", + "filePath": "resourceFile6907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6908", + "filePath": "resourceFile6908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6909", + "filePath": "resourceFile6909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6910", + "filePath": "resourceFile6910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6911", + "filePath": "resourceFile6911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6912", + "filePath": "resourceFile6912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6913", + "filePath": "resourceFile6913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6914", + "filePath": "resourceFile6914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6915", + "filePath": "resourceFile6915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6916", + "filePath": "resourceFile6916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6917", + "filePath": "resourceFile6917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6918", + "filePath": "resourceFile6918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6919", + "filePath": "resourceFile6919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6920", + "filePath": "resourceFile6920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6921", + "filePath": "resourceFile6921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6922", + "filePath": "resourceFile6922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6923", + "filePath": "resourceFile6923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6924", + "filePath": "resourceFile6924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6925", + "filePath": "resourceFile6925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6926", + "filePath": "resourceFile6926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6927", + "filePath": "resourceFile6927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6928", + "filePath": "resourceFile6928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6929", + "filePath": "resourceFile6929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6930", + "filePath": "resourceFile6930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6931", + "filePath": "resourceFile6931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6932", + "filePath": "resourceFile6932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6933", + "filePath": "resourceFile6933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6934", + "filePath": "resourceFile6934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6935", + "filePath": "resourceFile6935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6936", + "filePath": "resourceFile6936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6937", + "filePath": "resourceFile6937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6938", + "filePath": "resourceFile6938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6939", + "filePath": "resourceFile6939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6940", + "filePath": "resourceFile6940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6941", + "filePath": "resourceFile6941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6942", + "filePath": "resourceFile6942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6943", + "filePath": "resourceFile6943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6944", + "filePath": "resourceFile6944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6945", + "filePath": "resourceFile6945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6946", + "filePath": "resourceFile6946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6947", + "filePath": "resourceFile6947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6948", + "filePath": "resourceFile6948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6949", + "filePath": "resourceFile6949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6950", + "filePath": "resourceFile6950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6951", + "filePath": "resourceFile6951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6952", + "filePath": "resourceFile6952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6953", + "filePath": "resourceFile6953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6954", + "filePath": "resourceFile6954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6955", + "filePath": "resourceFile6955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6956", + "filePath": "resourceFile6956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6957", + "filePath": "resourceFile6957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6958", + "filePath": "resourceFile6958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6959", + "filePath": "resourceFile6959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6960", + "filePath": "resourceFile6960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6961", + "filePath": "resourceFile6961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6962", + "filePath": "resourceFile6962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6963", + "filePath": "resourceFile6963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6964", + "filePath": "resourceFile6964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6965", + "filePath": "resourceFile6965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6966", + "filePath": "resourceFile6966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6967", + "filePath": "resourceFile6967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6968", + "filePath": "resourceFile6968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6969", + "filePath": "resourceFile6969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6970", + "filePath": "resourceFile6970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6971", + "filePath": "resourceFile6971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6972", + "filePath": "resourceFile6972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6973", + "filePath": "resourceFile6973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6974", + "filePath": "resourceFile6974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6975", + "filePath": "resourceFile6975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6976", + "filePath": "resourceFile6976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6977", + "filePath": "resourceFile6977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6978", + "filePath": "resourceFile6978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6979", + "filePath": "resourceFile6979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6980", + "filePath": "resourceFile6980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6981", + "filePath": "resourceFile6981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6982", + "filePath": "resourceFile6982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6983", + "filePath": "resourceFile6983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6984", + "filePath": "resourceFile6984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6985", + "filePath": "resourceFile6985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6986", + "filePath": "resourceFile6986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6987", + "filePath": "resourceFile6987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6988", + "filePath": "resourceFile6988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6989", + "filePath": "resourceFile6989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6990", + "filePath": "resourceFile6990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6991", + "filePath": "resourceFile6991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6992", + "filePath": "resourceFile6992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6993", + "filePath": "resourceFile6993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6994", + "filePath": "resourceFile6994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6995", + "filePath": "resourceFile6995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6996", + "filePath": "resourceFile6996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6997", + "filePath": "resourceFile6997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6998", + "filePath": "resourceFile6998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6999", + "filePath": "resourceFile6999"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7000", + "filePath": "resourceFile7000"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7001", + "filePath": "resourceFile7001"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7002", + "filePath": "resourceFile7002"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7003", + "filePath": "resourceFile7003"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7004", + "filePath": "resourceFile7004"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7005", + "filePath": "resourceFile7005"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7006", + "filePath": "resourceFile7006"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7007", + "filePath": "resourceFile7007"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7008", + "filePath": "resourceFile7008"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7009", + "filePath": "resourceFile7009"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7010", + "filePath": "resourceFile7010"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7011", + "filePath": "resourceFile7011"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7012", + "filePath": "resourceFile7012"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7013", + "filePath": "resourceFile7013"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7014", + "filePath": "resourceFile7014"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7015", + "filePath": "resourceFile7015"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7016", + "filePath": "resourceFile7016"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7017", + "filePath": "resourceFile7017"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7018", + "filePath": "resourceFile7018"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7019", + "filePath": "resourceFile7019"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7020", + "filePath": "resourceFile7020"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7021", + "filePath": "resourceFile7021"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7022", + "filePath": "resourceFile7022"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7023", + "filePath": "resourceFile7023"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7024", + "filePath": "resourceFile7024"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7025", + "filePath": "resourceFile7025"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7026", + "filePath": "resourceFile7026"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7027", + "filePath": "resourceFile7027"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7028", + "filePath": "resourceFile7028"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7029", + "filePath": "resourceFile7029"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7030", + "filePath": "resourceFile7030"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7031", + "filePath": "resourceFile7031"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7032", + "filePath": "resourceFile7032"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7033", + "filePath": "resourceFile7033"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7034", + "filePath": "resourceFile7034"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7035", + "filePath": "resourceFile7035"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7036", + "filePath": "resourceFile7036"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7037", + "filePath": "resourceFile7037"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7038", + "filePath": "resourceFile7038"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7039", + "filePath": "resourceFile7039"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7040", + "filePath": "resourceFile7040"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7041", + "filePath": "resourceFile7041"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7042", + "filePath": "resourceFile7042"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7043", + "filePath": "resourceFile7043"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7044", + "filePath": "resourceFile7044"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7045", + "filePath": "resourceFile7045"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7046", + "filePath": "resourceFile7046"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7047", + "filePath": "resourceFile7047"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7048", + "filePath": "resourceFile7048"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7049", + "filePath": "resourceFile7049"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7050", + "filePath": "resourceFile7050"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7051", + "filePath": "resourceFile7051"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7052", + "filePath": "resourceFile7052"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7053", + "filePath": "resourceFile7053"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7054", + "filePath": "resourceFile7054"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7055", + "filePath": "resourceFile7055"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7056", + "filePath": "resourceFile7056"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7057", + "filePath": "resourceFile7057"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7058", + "filePath": "resourceFile7058"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7059", + "filePath": "resourceFile7059"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7060", + "filePath": "resourceFile7060"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7061", + "filePath": "resourceFile7061"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7062", + "filePath": "resourceFile7062"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7063", + "filePath": "resourceFile7063"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7064", + "filePath": "resourceFile7064"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7065", + "filePath": "resourceFile7065"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7066", + "filePath": "resourceFile7066"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7067", + "filePath": "resourceFile7067"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7068", + "filePath": "resourceFile7068"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7069", + "filePath": "resourceFile7069"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7070", + "filePath": "resourceFile7070"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7071", + "filePath": "resourceFile7071"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7072", + "filePath": "resourceFile7072"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7073", + "filePath": "resourceFile7073"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7074", + "filePath": "resourceFile7074"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7075", + "filePath": "resourceFile7075"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7076", + "filePath": "resourceFile7076"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7077", + "filePath": "resourceFile7077"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7078", + "filePath": "resourceFile7078"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7079", + "filePath": "resourceFile7079"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7080", + "filePath": "resourceFile7080"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7081", + "filePath": "resourceFile7081"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7082", + "filePath": "resourceFile7082"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7083", + "filePath": "resourceFile7083"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7084", + "filePath": "resourceFile7084"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7085", + "filePath": "resourceFile7085"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7086", + "filePath": "resourceFile7086"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7087", + "filePath": "resourceFile7087"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7088", + "filePath": "resourceFile7088"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7089", + "filePath": "resourceFile7089"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7090", + "filePath": "resourceFile7090"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7091", + "filePath": "resourceFile7091"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7092", + "filePath": "resourceFile7092"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7093", + "filePath": "resourceFile7093"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7094", + "filePath": "resourceFile7094"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7095", + "filePath": "resourceFile7095"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7096", + "filePath": "resourceFile7096"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7097", + "filePath": "resourceFile7097"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7098", + "filePath": "resourceFile7098"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7099", + "filePath": "resourceFile7099"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7100", + "filePath": "resourceFile7100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7101", + "filePath": "resourceFile7101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7102", + "filePath": "resourceFile7102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7103", + "filePath": "resourceFile7103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7104", + "filePath": "resourceFile7104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7105", + "filePath": "resourceFile7105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7106", + "filePath": "resourceFile7106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7107", + "filePath": "resourceFile7107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7108", + "filePath": "resourceFile7108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7109", + "filePath": "resourceFile7109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7110", + "filePath": "resourceFile7110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7111", + "filePath": "resourceFile7111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7112", + "filePath": "resourceFile7112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7113", + "filePath": "resourceFile7113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7114", + "filePath": "resourceFile7114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7115", + "filePath": "resourceFile7115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7116", + "filePath": "resourceFile7116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7117", + "filePath": "resourceFile7117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7118", + "filePath": "resourceFile7118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7119", + "filePath": "resourceFile7119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7120", + "filePath": "resourceFile7120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7121", + "filePath": "resourceFile7121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7122", + "filePath": "resourceFile7122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7123", + "filePath": "resourceFile7123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7124", + "filePath": "resourceFile7124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7125", + "filePath": "resourceFile7125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7126", + "filePath": "resourceFile7126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7127", + "filePath": "resourceFile7127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7128", + "filePath": "resourceFile7128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7129", + "filePath": "resourceFile7129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7130", + "filePath": "resourceFile7130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7131", + "filePath": "resourceFile7131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7132", + "filePath": "resourceFile7132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7133", + "filePath": "resourceFile7133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7134", + "filePath": "resourceFile7134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7135", + "filePath": "resourceFile7135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7136", + "filePath": "resourceFile7136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7137", + "filePath": "resourceFile7137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7138", + "filePath": "resourceFile7138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7139", + "filePath": "resourceFile7139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7140", + "filePath": "resourceFile7140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7141", + "filePath": "resourceFile7141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7142", + "filePath": "resourceFile7142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7143", + "filePath": "resourceFile7143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7144", + "filePath": "resourceFile7144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7145", + "filePath": "resourceFile7145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7146", + "filePath": "resourceFile7146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7147", + "filePath": "resourceFile7147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7148", + "filePath": "resourceFile7148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7149", + "filePath": "resourceFile7149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7150", + "filePath": "resourceFile7150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7151", + "filePath": "resourceFile7151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7152", + "filePath": "resourceFile7152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7153", + "filePath": "resourceFile7153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7154", + "filePath": "resourceFile7154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7155", + "filePath": "resourceFile7155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7156", + "filePath": "resourceFile7156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7157", + "filePath": "resourceFile7157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7158", + "filePath": "resourceFile7158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7159", + "filePath": "resourceFile7159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7160", + "filePath": "resourceFile7160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7161", + "filePath": "resourceFile7161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7162", + "filePath": "resourceFile7162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7163", + "filePath": "resourceFile7163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7164", + "filePath": "resourceFile7164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7165", + "filePath": "resourceFile7165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7166", + "filePath": "resourceFile7166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7167", + "filePath": "resourceFile7167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7168", + "filePath": "resourceFile7168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7169", + "filePath": "resourceFile7169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7170", + "filePath": "resourceFile7170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7171", + "filePath": "resourceFile7171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7172", + "filePath": "resourceFile7172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7173", + "filePath": "resourceFile7173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7174", + "filePath": "resourceFile7174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7175", + "filePath": "resourceFile7175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7176", + "filePath": "resourceFile7176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7177", + "filePath": "resourceFile7177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7178", + "filePath": "resourceFile7178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7179", + "filePath": "resourceFile7179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7180", + "filePath": "resourceFile7180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7181", + "filePath": "resourceFile7181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7182", + "filePath": "resourceFile7182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7183", + "filePath": "resourceFile7183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7184", + "filePath": "resourceFile7184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7185", + "filePath": "resourceFile7185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7186", + "filePath": "resourceFile7186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7187", + "filePath": "resourceFile7187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7188", + "filePath": "resourceFile7188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7189", + "filePath": "resourceFile7189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7190", + "filePath": "resourceFile7190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7191", + "filePath": "resourceFile7191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7192", + "filePath": "resourceFile7192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7193", + "filePath": "resourceFile7193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7194", + "filePath": "resourceFile7194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7195", + "filePath": "resourceFile7195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7196", + "filePath": "resourceFile7196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7197", + "filePath": "resourceFile7197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7198", + "filePath": "resourceFile7198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7199", + "filePath": "resourceFile7199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7200", + "filePath": "resourceFile7200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7201", + "filePath": "resourceFile7201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7202", + "filePath": "resourceFile7202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7203", + "filePath": "resourceFile7203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7204", + "filePath": "resourceFile7204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7205", + "filePath": "resourceFile7205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7206", + "filePath": "resourceFile7206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7207", + "filePath": "resourceFile7207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7208", + "filePath": "resourceFile7208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7209", + "filePath": "resourceFile7209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7210", + "filePath": "resourceFile7210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7211", + "filePath": "resourceFile7211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7212", + "filePath": "resourceFile7212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7213", + "filePath": "resourceFile7213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7214", + "filePath": "resourceFile7214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7215", + "filePath": "resourceFile7215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7216", + "filePath": "resourceFile7216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7217", + "filePath": "resourceFile7217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7218", + "filePath": "resourceFile7218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7219", + "filePath": "resourceFile7219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7220", + "filePath": "resourceFile7220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7221", + "filePath": "resourceFile7221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7222", + "filePath": "resourceFile7222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7223", + "filePath": "resourceFile7223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7224", + "filePath": "resourceFile7224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7225", + "filePath": "resourceFile7225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7226", + "filePath": "resourceFile7226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7227", + "filePath": "resourceFile7227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7228", + "filePath": "resourceFile7228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7229", + "filePath": "resourceFile7229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7230", + "filePath": "resourceFile7230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7231", + "filePath": "resourceFile7231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7232", + "filePath": "resourceFile7232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7233", + "filePath": "resourceFile7233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7234", + "filePath": "resourceFile7234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7235", + "filePath": "resourceFile7235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7236", + "filePath": "resourceFile7236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7237", + "filePath": "resourceFile7237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7238", + "filePath": "resourceFile7238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7239", + "filePath": "resourceFile7239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7240", + "filePath": "resourceFile7240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7241", + "filePath": "resourceFile7241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7242", + "filePath": "resourceFile7242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7243", + "filePath": "resourceFile7243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7244", + "filePath": "resourceFile7244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7245", + "filePath": "resourceFile7245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7246", + "filePath": "resourceFile7246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7247", + "filePath": "resourceFile7247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7248", + "filePath": "resourceFile7248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7249", + "filePath": "resourceFile7249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7250", + "filePath": "resourceFile7250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7251", + "filePath": "resourceFile7251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7252", + "filePath": "resourceFile7252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7253", + "filePath": "resourceFile7253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7254", + "filePath": "resourceFile7254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7255", + "filePath": "resourceFile7255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7256", + "filePath": "resourceFile7256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7257", + "filePath": "resourceFile7257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7258", + "filePath": "resourceFile7258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7259", + "filePath": "resourceFile7259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7260", + "filePath": "resourceFile7260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7261", + "filePath": "resourceFile7261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7262", + "filePath": "resourceFile7262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7263", + "filePath": "resourceFile7263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7264", + "filePath": "resourceFile7264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7265", + "filePath": "resourceFile7265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7266", + "filePath": "resourceFile7266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7267", + "filePath": "resourceFile7267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7268", + "filePath": "resourceFile7268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7269", + "filePath": "resourceFile7269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7270", + "filePath": "resourceFile7270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7271", + "filePath": "resourceFile7271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7272", + "filePath": "resourceFile7272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7273", + "filePath": "resourceFile7273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7274", + "filePath": "resourceFile7274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7275", + "filePath": "resourceFile7275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7276", + "filePath": "resourceFile7276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7277", + "filePath": "resourceFile7277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7278", + "filePath": "resourceFile7278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7279", + "filePath": "resourceFile7279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7280", + "filePath": "resourceFile7280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7281", + "filePath": "resourceFile7281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7282", + "filePath": "resourceFile7282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7283", + "filePath": "resourceFile7283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7284", + "filePath": "resourceFile7284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7285", + "filePath": "resourceFile7285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7286", + "filePath": "resourceFile7286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7287", + "filePath": "resourceFile7287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7288", + "filePath": "resourceFile7288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7289", + "filePath": "resourceFile7289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7290", + "filePath": "resourceFile7290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7291", + "filePath": "resourceFile7291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7292", + "filePath": "resourceFile7292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7293", + "filePath": "resourceFile7293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7294", + "filePath": "resourceFile7294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7295", + "filePath": "resourceFile7295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7296", + "filePath": "resourceFile7296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7297", + "filePath": "resourceFile7297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7298", + "filePath": "resourceFile7298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7299", + "filePath": "resourceFile7299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7300", + "filePath": "resourceFile7300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7301", + "filePath": "resourceFile7301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7302", + "filePath": "resourceFile7302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7303", + "filePath": "resourceFile7303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7304", + "filePath": "resourceFile7304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7305", + "filePath": "resourceFile7305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7306", + "filePath": "resourceFile7306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7307", + "filePath": "resourceFile7307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7308", + "filePath": "resourceFile7308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7309", + "filePath": "resourceFile7309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7310", + "filePath": "resourceFile7310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7311", + "filePath": "resourceFile7311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7312", + "filePath": "resourceFile7312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7313", + "filePath": "resourceFile7313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7314", + "filePath": "resourceFile7314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7315", + "filePath": "resourceFile7315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7316", + "filePath": "resourceFile7316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7317", + "filePath": "resourceFile7317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7318", + "filePath": "resourceFile7318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7319", + "filePath": "resourceFile7319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7320", + "filePath": "resourceFile7320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7321", + "filePath": "resourceFile7321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7322", + "filePath": "resourceFile7322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7323", + "filePath": "resourceFile7323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7324", + "filePath": "resourceFile7324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7325", + "filePath": "resourceFile7325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7326", + "filePath": "resourceFile7326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7327", + "filePath": "resourceFile7327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7328", + "filePath": "resourceFile7328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7329", + "filePath": "resourceFile7329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7330", + "filePath": "resourceFile7330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7331", + "filePath": "resourceFile7331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7332", + "filePath": "resourceFile7332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7333", + "filePath": "resourceFile7333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7334", + "filePath": "resourceFile7334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7335", + "filePath": "resourceFile7335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7336", + "filePath": "resourceFile7336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7337", + "filePath": "resourceFile7337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7338", + "filePath": "resourceFile7338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7339", + "filePath": "resourceFile7339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7340", + "filePath": "resourceFile7340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7341", + "filePath": "resourceFile7341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7342", + "filePath": "resourceFile7342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7343", + "filePath": "resourceFile7343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7344", + "filePath": "resourceFile7344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7345", + "filePath": "resourceFile7345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7346", + "filePath": "resourceFile7346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7347", + "filePath": "resourceFile7347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7348", + "filePath": "resourceFile7348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7349", + "filePath": "resourceFile7349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7350", + "filePath": "resourceFile7350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7351", + "filePath": "resourceFile7351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7352", + "filePath": "resourceFile7352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7353", + "filePath": "resourceFile7353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7354", + "filePath": "resourceFile7354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7355", + "filePath": "resourceFile7355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7356", + "filePath": "resourceFile7356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7357", + "filePath": "resourceFile7357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7358", + "filePath": "resourceFile7358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7359", + "filePath": "resourceFile7359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7360", + "filePath": "resourceFile7360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7361", + "filePath": "resourceFile7361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7362", + "filePath": "resourceFile7362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7363", + "filePath": "resourceFile7363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7364", + "filePath": "resourceFile7364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7365", + "filePath": "resourceFile7365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7366", + "filePath": "resourceFile7366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7367", + "filePath": "resourceFile7367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7368", + "filePath": "resourceFile7368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7369", + "filePath": "resourceFile7369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7370", + "filePath": "resourceFile7370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7371", + "filePath": "resourceFile7371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7372", + "filePath": "resourceFile7372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7373", + "filePath": "resourceFile7373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7374", + "filePath": "resourceFile7374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7375", + "filePath": "resourceFile7375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7376", + "filePath": "resourceFile7376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7377", + "filePath": "resourceFile7377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7378", + "filePath": "resourceFile7378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7379", + "filePath": "resourceFile7379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7380", + "filePath": "resourceFile7380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7381", + "filePath": "resourceFile7381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7382", + "filePath": "resourceFile7382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7383", + "filePath": "resourceFile7383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7384", + "filePath": "resourceFile7384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7385", + "filePath": "resourceFile7385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7386", + "filePath": "resourceFile7386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7387", + "filePath": "resourceFile7387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7388", + "filePath": "resourceFile7388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7389", + "filePath": "resourceFile7389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7390", + "filePath": "resourceFile7390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7391", + "filePath": "resourceFile7391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7392", + "filePath": "resourceFile7392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7393", + "filePath": "resourceFile7393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7394", + "filePath": "resourceFile7394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7395", + "filePath": "resourceFile7395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7396", + "filePath": "resourceFile7396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7397", + "filePath": "resourceFile7397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7398", + "filePath": "resourceFile7398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7399", + "filePath": "resourceFile7399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7400", + "filePath": "resourceFile7400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7401", + "filePath": "resourceFile7401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7402", + "filePath": "resourceFile7402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7403", + "filePath": "resourceFile7403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7404", + "filePath": "resourceFile7404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7405", + "filePath": "resourceFile7405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7406", + "filePath": "resourceFile7406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7407", + "filePath": "resourceFile7407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7408", + "filePath": "resourceFile7408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7409", + "filePath": "resourceFile7409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7410", + "filePath": "resourceFile7410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7411", + "filePath": "resourceFile7411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7412", + "filePath": "resourceFile7412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7413", + "filePath": "resourceFile7413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7414", + "filePath": "resourceFile7414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7415", + "filePath": "resourceFile7415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7416", + "filePath": "resourceFile7416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7417", + "filePath": "resourceFile7417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7418", + "filePath": "resourceFile7418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7419", + "filePath": "resourceFile7419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7420", + "filePath": "resourceFile7420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7421", + "filePath": "resourceFile7421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7422", + "filePath": "resourceFile7422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7423", + "filePath": "resourceFile7423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7424", + "filePath": "resourceFile7424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7425", + "filePath": "resourceFile7425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7426", + "filePath": "resourceFile7426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7427", + "filePath": "resourceFile7427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7428", + "filePath": "resourceFile7428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7429", + "filePath": "resourceFile7429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7430", + "filePath": "resourceFile7430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7431", + "filePath": "resourceFile7431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7432", + "filePath": "resourceFile7432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7433", + "filePath": "resourceFile7433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7434", + "filePath": "resourceFile7434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7435", + "filePath": "resourceFile7435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7436", + "filePath": "resourceFile7436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7437", + "filePath": "resourceFile7437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7438", + "filePath": "resourceFile7438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7439", + "filePath": "resourceFile7439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7440", + "filePath": "resourceFile7440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7441", + "filePath": "resourceFile7441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7442", + "filePath": "resourceFile7442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7443", + "filePath": "resourceFile7443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7444", + "filePath": "resourceFile7444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7445", + "filePath": "resourceFile7445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7446", + "filePath": "resourceFile7446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7447", + "filePath": "resourceFile7447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7448", + "filePath": "resourceFile7448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7449", + "filePath": "resourceFile7449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7450", + "filePath": "resourceFile7450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7451", + "filePath": "resourceFile7451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7452", + "filePath": "resourceFile7452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7453", + "filePath": "resourceFile7453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7454", + "filePath": "resourceFile7454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7455", + "filePath": "resourceFile7455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7456", + "filePath": "resourceFile7456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7457", + "filePath": "resourceFile7457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7458", + "filePath": "resourceFile7458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7459", + "filePath": "resourceFile7459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7460", + "filePath": "resourceFile7460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7461", + "filePath": "resourceFile7461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7462", + "filePath": "resourceFile7462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7463", + "filePath": "resourceFile7463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7464", + "filePath": "resourceFile7464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7465", + "filePath": "resourceFile7465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7466", + "filePath": "resourceFile7466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7467", + "filePath": "resourceFile7467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7468", + "filePath": "resourceFile7468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7469", + "filePath": "resourceFile7469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7470", + "filePath": "resourceFile7470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7471", + "filePath": "resourceFile7471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7472", + "filePath": "resourceFile7472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7473", + "filePath": "resourceFile7473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7474", + "filePath": "resourceFile7474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7475", + "filePath": "resourceFile7475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7476", + "filePath": "resourceFile7476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7477", + "filePath": "resourceFile7477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7478", + "filePath": "resourceFile7478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7479", + "filePath": "resourceFile7479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7480", + "filePath": "resourceFile7480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7481", + "filePath": "resourceFile7481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7482", + "filePath": "resourceFile7482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7483", + "filePath": "resourceFile7483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7484", + "filePath": "resourceFile7484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7485", + "filePath": "resourceFile7485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7486", + "filePath": "resourceFile7486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7487", + "filePath": "resourceFile7487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7488", + "filePath": "resourceFile7488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7489", + "filePath": "resourceFile7489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7490", + "filePath": "resourceFile7490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7491", + "filePath": "resourceFile7491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7492", + "filePath": "resourceFile7492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7493", + "filePath": "resourceFile7493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7494", + "filePath": "resourceFile7494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7495", + "filePath": "resourceFile7495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7496", + "filePath": "resourceFile7496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7497", + "filePath": "resourceFile7497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7498", + "filePath": "resourceFile7498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7499", + "filePath": "resourceFile7499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7500", + "filePath": "resourceFile7500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7501", + "filePath": "resourceFile7501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7502", + "filePath": "resourceFile7502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7503", + "filePath": "resourceFile7503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7504", + "filePath": "resourceFile7504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7505", + "filePath": "resourceFile7505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7506", + "filePath": "resourceFile7506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7507", + "filePath": "resourceFile7507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7508", + "filePath": "resourceFile7508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7509", + "filePath": "resourceFile7509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7510", + "filePath": "resourceFile7510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7511", + "filePath": "resourceFile7511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7512", + "filePath": "resourceFile7512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7513", + "filePath": "resourceFile7513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7514", + "filePath": "resourceFile7514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7515", + "filePath": "resourceFile7515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7516", + "filePath": "resourceFile7516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7517", + "filePath": "resourceFile7517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7518", + "filePath": "resourceFile7518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7519", + "filePath": "resourceFile7519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7520", + "filePath": "resourceFile7520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7521", + "filePath": "resourceFile7521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7522", + "filePath": "resourceFile7522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7523", + "filePath": "resourceFile7523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7524", + "filePath": "resourceFile7524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7525", + "filePath": "resourceFile7525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7526", + "filePath": "resourceFile7526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7527", + "filePath": "resourceFile7527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7528", + "filePath": "resourceFile7528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7529", + "filePath": "resourceFile7529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7530", + "filePath": "resourceFile7530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7531", + "filePath": "resourceFile7531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7532", + "filePath": "resourceFile7532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7533", + "filePath": "resourceFile7533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7534", + "filePath": "resourceFile7534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7535", + "filePath": "resourceFile7535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7536", + "filePath": "resourceFile7536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7537", + "filePath": "resourceFile7537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7538", + "filePath": "resourceFile7538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7539", + "filePath": "resourceFile7539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7540", + "filePath": "resourceFile7540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7541", + "filePath": "resourceFile7541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7542", + "filePath": "resourceFile7542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7543", + "filePath": "resourceFile7543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7544", + "filePath": "resourceFile7544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7545", + "filePath": "resourceFile7545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7546", + "filePath": "resourceFile7546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7547", + "filePath": "resourceFile7547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7548", + "filePath": "resourceFile7548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7549", + "filePath": "resourceFile7549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7550", + "filePath": "resourceFile7550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7551", + "filePath": "resourceFile7551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7552", + "filePath": "resourceFile7552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7553", + "filePath": "resourceFile7553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7554", + "filePath": "resourceFile7554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7555", + "filePath": "resourceFile7555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7556", + "filePath": "resourceFile7556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7557", + "filePath": "resourceFile7557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7558", + "filePath": "resourceFile7558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7559", + "filePath": "resourceFile7559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7560", + "filePath": "resourceFile7560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7561", + "filePath": "resourceFile7561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7562", + "filePath": "resourceFile7562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7563", + "filePath": "resourceFile7563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7564", + "filePath": "resourceFile7564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7565", + "filePath": "resourceFile7565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7566", + "filePath": "resourceFile7566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7567", + "filePath": "resourceFile7567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7568", + "filePath": "resourceFile7568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7569", + "filePath": "resourceFile7569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7570", + "filePath": "resourceFile7570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7571", + "filePath": "resourceFile7571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7572", + "filePath": "resourceFile7572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7573", + "filePath": "resourceFile7573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7574", + "filePath": "resourceFile7574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7575", + "filePath": "resourceFile7575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7576", + "filePath": "resourceFile7576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7577", + "filePath": "resourceFile7577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7578", + "filePath": "resourceFile7578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7579", + "filePath": "resourceFile7579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7580", + "filePath": "resourceFile7580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7581", + "filePath": "resourceFile7581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7582", + "filePath": "resourceFile7582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7583", + "filePath": "resourceFile7583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7584", + "filePath": "resourceFile7584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7585", + "filePath": "resourceFile7585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7586", + "filePath": "resourceFile7586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7587", + "filePath": "resourceFile7587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7588", + "filePath": "resourceFile7588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7589", + "filePath": "resourceFile7589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7590", + "filePath": "resourceFile7590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7591", + "filePath": "resourceFile7591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7592", + "filePath": "resourceFile7592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7593", + "filePath": "resourceFile7593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7594", + "filePath": "resourceFile7594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7595", + "filePath": "resourceFile7595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7596", + "filePath": "resourceFile7596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7597", + "filePath": "resourceFile7597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7598", + "filePath": "resourceFile7598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7599", + "filePath": "resourceFile7599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7600", + "filePath": "resourceFile7600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7601", + "filePath": "resourceFile7601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7602", + "filePath": "resourceFile7602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7603", + "filePath": "resourceFile7603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7604", + "filePath": "resourceFile7604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7605", + "filePath": "resourceFile7605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7606", + "filePath": "resourceFile7606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7607", + "filePath": "resourceFile7607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7608", + "filePath": "resourceFile7608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7609", + "filePath": "resourceFile7609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7610", + "filePath": "resourceFile7610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7611", + "filePath": "resourceFile7611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7612", + "filePath": "resourceFile7612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7613", + "filePath": "resourceFile7613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7614", + "filePath": "resourceFile7614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7615", + "filePath": "resourceFile7615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7616", + "filePath": "resourceFile7616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7617", + "filePath": "resourceFile7617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7618", + "filePath": "resourceFile7618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7619", + "filePath": "resourceFile7619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7620", + "filePath": "resourceFile7620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7621", + "filePath": "resourceFile7621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7622", + "filePath": "resourceFile7622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7623", + "filePath": "resourceFile7623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7624", + "filePath": "resourceFile7624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7625", + "filePath": "resourceFile7625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7626", + "filePath": "resourceFile7626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7627", + "filePath": "resourceFile7627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7628", + "filePath": "resourceFile7628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7629", + "filePath": "resourceFile7629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7630", + "filePath": "resourceFile7630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7631", + "filePath": "resourceFile7631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7632", + "filePath": "resourceFile7632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7633", + "filePath": "resourceFile7633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7634", + "filePath": "resourceFile7634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7635", + "filePath": "resourceFile7635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7636", + "filePath": "resourceFile7636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7637", + "filePath": "resourceFile7637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7638", + "filePath": "resourceFile7638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7639", + "filePath": "resourceFile7639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7640", + "filePath": "resourceFile7640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7641", + "filePath": "resourceFile7641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7642", + "filePath": "resourceFile7642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7643", + "filePath": "resourceFile7643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7644", + "filePath": "resourceFile7644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7645", + "filePath": "resourceFile7645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7646", + "filePath": "resourceFile7646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7647", + "filePath": "resourceFile7647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7648", + "filePath": "resourceFile7648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7649", + "filePath": "resourceFile7649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7650", + "filePath": "resourceFile7650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7651", + "filePath": "resourceFile7651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7652", + "filePath": "resourceFile7652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7653", + "filePath": "resourceFile7653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7654", + "filePath": "resourceFile7654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7655", + "filePath": "resourceFile7655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7656", + "filePath": "resourceFile7656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7657", + "filePath": "resourceFile7657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7658", + "filePath": "resourceFile7658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7659", + "filePath": "resourceFile7659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7660", + "filePath": "resourceFile7660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7661", + "filePath": "resourceFile7661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7662", + "filePath": "resourceFile7662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7663", + "filePath": "resourceFile7663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7664", + "filePath": "resourceFile7664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7665", + "filePath": "resourceFile7665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7666", + "filePath": "resourceFile7666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7667", + "filePath": "resourceFile7667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7668", + "filePath": "resourceFile7668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7669", + "filePath": "resourceFile7669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7670", + "filePath": "resourceFile7670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7671", + "filePath": "resourceFile7671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7672", + "filePath": "resourceFile7672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7673", + "filePath": "resourceFile7673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7674", + "filePath": "resourceFile7674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7675", + "filePath": "resourceFile7675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7676", + "filePath": "resourceFile7676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7677", + "filePath": "resourceFile7677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7678", + "filePath": "resourceFile7678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7679", + "filePath": "resourceFile7679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7680", + "filePath": "resourceFile7680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7681", + "filePath": "resourceFile7681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7682", + "filePath": "resourceFile7682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7683", + "filePath": "resourceFile7683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7684", + "filePath": "resourceFile7684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7685", + "filePath": "resourceFile7685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7686", + "filePath": "resourceFile7686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7687", + "filePath": "resourceFile7687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7688", + "filePath": "resourceFile7688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7689", + "filePath": "resourceFile7689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7690", + "filePath": "resourceFile7690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7691", + "filePath": "resourceFile7691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7692", + "filePath": "resourceFile7692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7693", + "filePath": "resourceFile7693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7694", + "filePath": "resourceFile7694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7695", + "filePath": "resourceFile7695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7696", + "filePath": "resourceFile7696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7697", + "filePath": "resourceFile7697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7698", + "filePath": "resourceFile7698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7699", + "filePath": "resourceFile7699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7700", + "filePath": "resourceFile7700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7701", + "filePath": "resourceFile7701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7702", + "filePath": "resourceFile7702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7703", + "filePath": "resourceFile7703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7704", + "filePath": "resourceFile7704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7705", + "filePath": "resourceFile7705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7706", + "filePath": "resourceFile7706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7707", + "filePath": "resourceFile7707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7708", + "filePath": "resourceFile7708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7709", + "filePath": "resourceFile7709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7710", + "filePath": "resourceFile7710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7711", + "filePath": "resourceFile7711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7712", + "filePath": "resourceFile7712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7713", + "filePath": "resourceFile7713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7714", + "filePath": "resourceFile7714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7715", + "filePath": "resourceFile7715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7716", + "filePath": "resourceFile7716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7717", + "filePath": "resourceFile7717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7718", + "filePath": "resourceFile7718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7719", + "filePath": "resourceFile7719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7720", + "filePath": "resourceFile7720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7721", + "filePath": "resourceFile7721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7722", + "filePath": "resourceFile7722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7723", + "filePath": "resourceFile7723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7724", + "filePath": "resourceFile7724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7725", + "filePath": "resourceFile7725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7726", + "filePath": "resourceFile7726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7727", + "filePath": "resourceFile7727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7728", + "filePath": "resourceFile7728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7729", + "filePath": "resourceFile7729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7730", + "filePath": "resourceFile7730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7731", + "filePath": "resourceFile7731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7732", + "filePath": "resourceFile7732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7733", + "filePath": "resourceFile7733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7734", + "filePath": "resourceFile7734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7735", + "filePath": "resourceFile7735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7736", + "filePath": "resourceFile7736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7737", + "filePath": "resourceFile7737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7738", + "filePath": "resourceFile7738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7739", + "filePath": "resourceFile7739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7740", + "filePath": "resourceFile7740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7741", + "filePath": "resourceFile7741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7742", + "filePath": "resourceFile7742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7743", + "filePath": "resourceFile7743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7744", + "filePath": "resourceFile7744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7745", + "filePath": "resourceFile7745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7746", + "filePath": "resourceFile7746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7747", + "filePath": "resourceFile7747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7748", + "filePath": "resourceFile7748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7749", + "filePath": "resourceFile7749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7750", + "filePath": "resourceFile7750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7751", + "filePath": "resourceFile7751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7752", + "filePath": "resourceFile7752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7753", + "filePath": "resourceFile7753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7754", + "filePath": "resourceFile7754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7755", + "filePath": "resourceFile7755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7756", + "filePath": "resourceFile7756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7757", + "filePath": "resourceFile7757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7758", + "filePath": "resourceFile7758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7759", + "filePath": "resourceFile7759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7760", + "filePath": "resourceFile7760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7761", + "filePath": "resourceFile7761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7762", + "filePath": "resourceFile7762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7763", + "filePath": "resourceFile7763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7764", + "filePath": "resourceFile7764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7765", + "filePath": "resourceFile7765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7766", + "filePath": "resourceFile7766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7767", + "filePath": "resourceFile7767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7768", + "filePath": "resourceFile7768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7769", + "filePath": "resourceFile7769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7770", + "filePath": "resourceFile7770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7771", + "filePath": "resourceFile7771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7772", + "filePath": "resourceFile7772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7773", + "filePath": "resourceFile7773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7774", + "filePath": "resourceFile7774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7775", + "filePath": "resourceFile7775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7776", + "filePath": "resourceFile7776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7777", + "filePath": "resourceFile7777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7778", + "filePath": "resourceFile7778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7779", + "filePath": "resourceFile7779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7780", + "filePath": "resourceFile7780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7781", + "filePath": "resourceFile7781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7782", + "filePath": "resourceFile7782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7783", + "filePath": "resourceFile7783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7784", + "filePath": "resourceFile7784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7785", + "filePath": "resourceFile7785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7786", + "filePath": "resourceFile7786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7787", + "filePath": "resourceFile7787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7788", + "filePath": "resourceFile7788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7789", + "filePath": "resourceFile7789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7790", + "filePath": "resourceFile7790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7791", + "filePath": "resourceFile7791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7792", + "filePath": "resourceFile7792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7793", + "filePath": "resourceFile7793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7794", + "filePath": "resourceFile7794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7795", + "filePath": "resourceFile7795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7796", + "filePath": "resourceFile7796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7797", + "filePath": "resourceFile7797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7798", + "filePath": "resourceFile7798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7799", + "filePath": "resourceFile7799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7800", + "filePath": "resourceFile7800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7801", + "filePath": "resourceFile7801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7802", + "filePath": "resourceFile7802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7803", + "filePath": "resourceFile7803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7804", + "filePath": "resourceFile7804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7805", + "filePath": "resourceFile7805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7806", + "filePath": "resourceFile7806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7807", + "filePath": "resourceFile7807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7808", + "filePath": "resourceFile7808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7809", + "filePath": "resourceFile7809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7810", + "filePath": "resourceFile7810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7811", + "filePath": "resourceFile7811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7812", + "filePath": "resourceFile7812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7813", + "filePath": "resourceFile7813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7814", + "filePath": "resourceFile7814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7815", + "filePath": "resourceFile7815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7816", + "filePath": "resourceFile7816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7817", + "filePath": "resourceFile7817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7818", + "filePath": "resourceFile7818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7819", + "filePath": "resourceFile7819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7820", + "filePath": "resourceFile7820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7821", + "filePath": "resourceFile7821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7822", + "filePath": "resourceFile7822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7823", + "filePath": "resourceFile7823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7824", + "filePath": "resourceFile7824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7825", + "filePath": "resourceFile7825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7826", + "filePath": "resourceFile7826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7827", + "filePath": "resourceFile7827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7828", + "filePath": "resourceFile7828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7829", + "filePath": "resourceFile7829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7830", + "filePath": "resourceFile7830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7831", + "filePath": "resourceFile7831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7832", + "filePath": "resourceFile7832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7833", + "filePath": "resourceFile7833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7834", + "filePath": "resourceFile7834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7835", + "filePath": "resourceFile7835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7836", + "filePath": "resourceFile7836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7837", + "filePath": "resourceFile7837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7838", + "filePath": "resourceFile7838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7839", + "filePath": "resourceFile7839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7840", + "filePath": "resourceFile7840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7841", + "filePath": "resourceFile7841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7842", + "filePath": "resourceFile7842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7843", + "filePath": "resourceFile7843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7844", + "filePath": "resourceFile7844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7845", + "filePath": "resourceFile7845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7846", + "filePath": "resourceFile7846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7847", + "filePath": "resourceFile7847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7848", + "filePath": "resourceFile7848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7849", + "filePath": "resourceFile7849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7850", + "filePath": "resourceFile7850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7851", + "filePath": "resourceFile7851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7852", + "filePath": "resourceFile7852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7853", + "filePath": "resourceFile7853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7854", + "filePath": "resourceFile7854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7855", + "filePath": "resourceFile7855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7856", + "filePath": "resourceFile7856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7857", + "filePath": "resourceFile7857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7858", + "filePath": "resourceFile7858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7859", + "filePath": "resourceFile7859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7860", + "filePath": "resourceFile7860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7861", + "filePath": "resourceFile7861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7862", + "filePath": "resourceFile7862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7863", + "filePath": "resourceFile7863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7864", + "filePath": "resourceFile7864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7865", + "filePath": "resourceFile7865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7866", + "filePath": "resourceFile7866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7867", + "filePath": "resourceFile7867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7868", + "filePath": "resourceFile7868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7869", + "filePath": "resourceFile7869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7870", + "filePath": "resourceFile7870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7871", + "filePath": "resourceFile7871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7872", + "filePath": "resourceFile7872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7873", + "filePath": "resourceFile7873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7874", + "filePath": "resourceFile7874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7875", + "filePath": "resourceFile7875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7876", + "filePath": "resourceFile7876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7877", + "filePath": "resourceFile7877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7878", + "filePath": "resourceFile7878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7879", + "filePath": "resourceFile7879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7880", + "filePath": "resourceFile7880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7881", + "filePath": "resourceFile7881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7882", + "filePath": "resourceFile7882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7883", + "filePath": "resourceFile7883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7884", + "filePath": "resourceFile7884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7885", + "filePath": "resourceFile7885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7886", + "filePath": "resourceFile7886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7887", + "filePath": "resourceFile7887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7888", + "filePath": "resourceFile7888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7889", + "filePath": "resourceFile7889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7890", + "filePath": "resourceFile7890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7891", + "filePath": "resourceFile7891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7892", + "filePath": "resourceFile7892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7893", + "filePath": "resourceFile7893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7894", + "filePath": "resourceFile7894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7895", + "filePath": "resourceFile7895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7896", + "filePath": "resourceFile7896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7897", + "filePath": "resourceFile7897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7898", + "filePath": "resourceFile7898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7899", + "filePath": "resourceFile7899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7900", + "filePath": "resourceFile7900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7901", + "filePath": "resourceFile7901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7902", + "filePath": "resourceFile7902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7903", + "filePath": "resourceFile7903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7904", + "filePath": "resourceFile7904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7905", + "filePath": "resourceFile7905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7906", + "filePath": "resourceFile7906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7907", + "filePath": "resourceFile7907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7908", + "filePath": "resourceFile7908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7909", + "filePath": "resourceFile7909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7910", + "filePath": "resourceFile7910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7911", + "filePath": "resourceFile7911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7912", + "filePath": "resourceFile7912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7913", + "filePath": "resourceFile7913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7914", + "filePath": "resourceFile7914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7915", + "filePath": "resourceFile7915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7916", + "filePath": "resourceFile7916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7917", + "filePath": "resourceFile7917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7918", + "filePath": "resourceFile7918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7919", + "filePath": "resourceFile7919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7920", + "filePath": "resourceFile7920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7921", + "filePath": "resourceFile7921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7922", + "filePath": "resourceFile7922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7923", + "filePath": "resourceFile7923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7924", + "filePath": "resourceFile7924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7925", + "filePath": "resourceFile7925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7926", + "filePath": "resourceFile7926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7927", + "filePath": "resourceFile7927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7928", + "filePath": "resourceFile7928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7929", + "filePath": "resourceFile7929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7930", + "filePath": "resourceFile7930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7931", + "filePath": "resourceFile7931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7932", + "filePath": "resourceFile7932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7933", + "filePath": "resourceFile7933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7934", + "filePath": "resourceFile7934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7935", + "filePath": "resourceFile7935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7936", + "filePath": "resourceFile7936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7937", + "filePath": "resourceFile7937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7938", + "filePath": "resourceFile7938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7939", + "filePath": "resourceFile7939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7940", + "filePath": "resourceFile7940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7941", + "filePath": "resourceFile7941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7942", + "filePath": "resourceFile7942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7943", + "filePath": "resourceFile7943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7944", + "filePath": "resourceFile7944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7945", + "filePath": "resourceFile7945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7946", + "filePath": "resourceFile7946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7947", + "filePath": "resourceFile7947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7948", + "filePath": "resourceFile7948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7949", + "filePath": "resourceFile7949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7950", + "filePath": "resourceFile7950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7951", + "filePath": "resourceFile7951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7952", + "filePath": "resourceFile7952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7953", + "filePath": "resourceFile7953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7954", + "filePath": "resourceFile7954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7955", + "filePath": "resourceFile7955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7956", + "filePath": "resourceFile7956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7957", + "filePath": "resourceFile7957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7958", + "filePath": "resourceFile7958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7959", + "filePath": "resourceFile7959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7960", + "filePath": "resourceFile7960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7961", + "filePath": "resourceFile7961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7962", + "filePath": "resourceFile7962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7963", + "filePath": "resourceFile7963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7964", + "filePath": "resourceFile7964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7965", + "filePath": "resourceFile7965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7966", + "filePath": "resourceFile7966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7967", + "filePath": "resourceFile7967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7968", + "filePath": "resourceFile7968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7969", + "filePath": "resourceFile7969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7970", + "filePath": "resourceFile7970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7971", + "filePath": "resourceFile7971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7972", + "filePath": "resourceFile7972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7973", + "filePath": "resourceFile7973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7974", + "filePath": "resourceFile7974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7975", + "filePath": "resourceFile7975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7976", + "filePath": "resourceFile7976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7977", + "filePath": "resourceFile7977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7978", + "filePath": "resourceFile7978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7979", + "filePath": "resourceFile7979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7980", + "filePath": "resourceFile7980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7981", + "filePath": "resourceFile7981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7982", + "filePath": "resourceFile7982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7983", + "filePath": "resourceFile7983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7984", + "filePath": "resourceFile7984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7985", + "filePath": "resourceFile7985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7986", + "filePath": "resourceFile7986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7987", + "filePath": "resourceFile7987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7988", + "filePath": "resourceFile7988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7989", + "filePath": "resourceFile7989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7990", + "filePath": "resourceFile7990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7991", + "filePath": "resourceFile7991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7992", + "filePath": "resourceFile7992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7993", + "filePath": "resourceFile7993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7994", + "filePath": "resourceFile7994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7995", + "filePath": "resourceFile7995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7996", + "filePath": "resourceFile7996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7997", + "filePath": "resourceFile7997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7998", + "filePath": "resourceFile7998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7999", + "filePath": "resourceFile7999"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8000", + "filePath": "resourceFile8000"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8001", + "filePath": "resourceFile8001"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8002", + "filePath": "resourceFile8002"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8003", + "filePath": "resourceFile8003"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8004", + "filePath": "resourceFile8004"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8005", + "filePath": "resourceFile8005"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8006", + "filePath": "resourceFile8006"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8007", + "filePath": "resourceFile8007"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8008", + "filePath": "resourceFile8008"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8009", + "filePath": "resourceFile8009"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8010", + "filePath": "resourceFile8010"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8011", + "filePath": "resourceFile8011"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8012", + "filePath": "resourceFile8012"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8013", + "filePath": "resourceFile8013"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8014", + "filePath": "resourceFile8014"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8015", + "filePath": "resourceFile8015"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8016", + "filePath": "resourceFile8016"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8017", + "filePath": "resourceFile8017"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8018", + "filePath": "resourceFile8018"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8019", + "filePath": "resourceFile8019"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8020", + "filePath": "resourceFile8020"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8021", + "filePath": "resourceFile8021"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8022", + "filePath": "resourceFile8022"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8023", + "filePath": "resourceFile8023"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8024", + "filePath": "resourceFile8024"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8025", + "filePath": "resourceFile8025"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8026", + "filePath": "resourceFile8026"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8027", + "filePath": "resourceFile8027"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8028", + "filePath": "resourceFile8028"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8029", + "filePath": "resourceFile8029"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8030", + "filePath": "resourceFile8030"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8031", + "filePath": "resourceFile8031"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8032", + "filePath": "resourceFile8032"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8033", + "filePath": "resourceFile8033"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8034", + "filePath": "resourceFile8034"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8035", + "filePath": "resourceFile8035"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8036", + "filePath": "resourceFile8036"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8037", + "filePath": "resourceFile8037"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8038", + "filePath": "resourceFile8038"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8039", + "filePath": "resourceFile8039"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8040", + "filePath": "resourceFile8040"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8041", + "filePath": "resourceFile8041"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8042", + "filePath": "resourceFile8042"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8043", + "filePath": "resourceFile8043"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8044", + "filePath": "resourceFile8044"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8045", + "filePath": "resourceFile8045"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8046", + "filePath": "resourceFile8046"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8047", + "filePath": "resourceFile8047"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8048", + "filePath": "resourceFile8048"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8049", + "filePath": "resourceFile8049"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8050", + "filePath": "resourceFile8050"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8051", + "filePath": "resourceFile8051"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8052", + "filePath": "resourceFile8052"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8053", + "filePath": "resourceFile8053"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8054", + "filePath": "resourceFile8054"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8055", + "filePath": "resourceFile8055"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8056", + "filePath": "resourceFile8056"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8057", + "filePath": "resourceFile8057"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8058", + "filePath": "resourceFile8058"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8059", + "filePath": "resourceFile8059"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8060", + "filePath": "resourceFile8060"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8061", + "filePath": "resourceFile8061"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8062", + "filePath": "resourceFile8062"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8063", + "filePath": "resourceFile8063"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8064", + "filePath": "resourceFile8064"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8065", + "filePath": "resourceFile8065"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8066", + "filePath": "resourceFile8066"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8067", + "filePath": "resourceFile8067"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8068", + "filePath": "resourceFile8068"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8069", + "filePath": "resourceFile8069"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8070", + "filePath": "resourceFile8070"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8071", + "filePath": "resourceFile8071"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8072", + "filePath": "resourceFile8072"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8073", + "filePath": "resourceFile8073"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8074", + "filePath": "resourceFile8074"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8075", + "filePath": "resourceFile8075"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8076", + "filePath": "resourceFile8076"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8077", + "filePath": "resourceFile8077"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8078", + "filePath": "resourceFile8078"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8079", + "filePath": "resourceFile8079"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8080", + "filePath": "resourceFile8080"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8081", + "filePath": "resourceFile8081"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8082", + "filePath": "resourceFile8082"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8083", + "filePath": "resourceFile8083"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8084", + "filePath": "resourceFile8084"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8085", + "filePath": "resourceFile8085"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8086", + "filePath": "resourceFile8086"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8087", + "filePath": "resourceFile8087"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8088", + "filePath": "resourceFile8088"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8089", + "filePath": "resourceFile8089"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8090", + "filePath": "resourceFile8090"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8091", + "filePath": "resourceFile8091"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8092", + "filePath": "resourceFile8092"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8093", + "filePath": "resourceFile8093"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8094", + "filePath": "resourceFile8094"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8095", + "filePath": "resourceFile8095"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8096", + "filePath": "resourceFile8096"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8097", + "filePath": "resourceFile8097"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8098", + "filePath": "resourceFile8098"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8099", + "filePath": "resourceFile8099"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8100", + "filePath": "resourceFile8100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8101", + "filePath": "resourceFile8101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8102", + "filePath": "resourceFile8102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8103", + "filePath": "resourceFile8103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8104", + "filePath": "resourceFile8104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8105", + "filePath": "resourceFile8105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8106", + "filePath": "resourceFile8106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8107", + "filePath": "resourceFile8107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8108", + "filePath": "resourceFile8108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8109", + "filePath": "resourceFile8109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8110", + "filePath": "resourceFile8110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8111", + "filePath": "resourceFile8111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8112", + "filePath": "resourceFile8112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8113", + "filePath": "resourceFile8113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8114", + "filePath": "resourceFile8114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8115", + "filePath": "resourceFile8115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8116", + "filePath": "resourceFile8116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8117", + "filePath": "resourceFile8117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8118", + "filePath": "resourceFile8118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8119", + "filePath": "resourceFile8119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8120", + "filePath": "resourceFile8120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8121", + "filePath": "resourceFile8121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8122", + "filePath": "resourceFile8122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8123", + "filePath": "resourceFile8123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8124", + "filePath": "resourceFile8124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8125", + "filePath": "resourceFile8125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8126", + "filePath": "resourceFile8126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8127", + "filePath": "resourceFile8127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8128", + "filePath": "resourceFile8128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8129", + "filePath": "resourceFile8129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8130", + "filePath": "resourceFile8130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8131", + "filePath": "resourceFile8131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8132", + "filePath": "resourceFile8132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8133", + "filePath": "resourceFile8133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8134", + "filePath": "resourceFile8134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8135", + "filePath": "resourceFile8135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8136", + "filePath": "resourceFile8136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8137", + "filePath": "resourceFile8137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8138", + "filePath": "resourceFile8138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8139", + "filePath": "resourceFile8139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8140", + "filePath": "resourceFile8140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8141", + "filePath": "resourceFile8141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8142", + "filePath": "resourceFile8142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8143", + "filePath": "resourceFile8143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8144", + "filePath": "resourceFile8144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8145", + "filePath": "resourceFile8145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8146", + "filePath": "resourceFile8146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8147", + "filePath": "resourceFile8147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8148", + "filePath": "resourceFile8148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8149", + "filePath": "resourceFile8149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8150", + "filePath": "resourceFile8150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8151", + "filePath": "resourceFile8151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8152", + "filePath": "resourceFile8152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8153", + "filePath": "resourceFile8153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8154", + "filePath": "resourceFile8154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8155", + "filePath": "resourceFile8155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8156", + "filePath": "resourceFile8156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8157", + "filePath": "resourceFile8157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8158", + "filePath": "resourceFile8158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8159", + "filePath": "resourceFile8159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8160", + "filePath": "resourceFile8160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8161", + "filePath": "resourceFile8161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8162", + "filePath": "resourceFile8162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8163", + "filePath": "resourceFile8163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8164", + "filePath": "resourceFile8164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8165", + "filePath": "resourceFile8165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8166", + "filePath": "resourceFile8166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8167", + "filePath": "resourceFile8167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8168", + "filePath": "resourceFile8168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8169", + "filePath": "resourceFile8169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8170", + "filePath": "resourceFile8170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8171", + "filePath": "resourceFile8171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8172", + "filePath": "resourceFile8172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8173", + "filePath": "resourceFile8173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8174", + "filePath": "resourceFile8174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8175", + "filePath": "resourceFile8175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8176", + "filePath": "resourceFile8176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8177", + "filePath": "resourceFile8177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8178", + "filePath": "resourceFile8178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8179", + "filePath": "resourceFile8179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8180", + "filePath": "resourceFile8180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8181", + "filePath": "resourceFile8181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8182", + "filePath": "resourceFile8182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8183", + "filePath": "resourceFile8183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8184", + "filePath": "resourceFile8184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8185", + "filePath": "resourceFile8185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8186", + "filePath": "resourceFile8186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8187", + "filePath": "resourceFile8187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8188", + "filePath": "resourceFile8188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8189", + "filePath": "resourceFile8189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8190", + "filePath": "resourceFile8190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8191", + "filePath": "resourceFile8191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8192", + "filePath": "resourceFile8192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8193", + "filePath": "resourceFile8193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8194", + "filePath": "resourceFile8194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8195", + "filePath": "resourceFile8195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8196", + "filePath": "resourceFile8196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8197", + "filePath": "resourceFile8197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8198", + "filePath": "resourceFile8198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8199", + "filePath": "resourceFile8199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8200", + "filePath": "resourceFile8200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8201", + "filePath": "resourceFile8201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8202", + "filePath": "resourceFile8202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8203", + "filePath": "resourceFile8203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8204", + "filePath": "resourceFile8204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8205", + "filePath": "resourceFile8205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8206", + "filePath": "resourceFile8206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8207", + "filePath": "resourceFile8207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8208", + "filePath": "resourceFile8208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8209", + "filePath": "resourceFile8209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8210", + "filePath": "resourceFile8210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8211", + "filePath": "resourceFile8211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8212", + "filePath": "resourceFile8212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8213", + "filePath": "resourceFile8213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8214", + "filePath": "resourceFile8214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8215", + "filePath": "resourceFile8215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8216", + "filePath": "resourceFile8216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8217", + "filePath": "resourceFile8217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8218", + "filePath": "resourceFile8218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8219", + "filePath": "resourceFile8219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8220", + "filePath": "resourceFile8220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8221", + "filePath": "resourceFile8221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8222", + "filePath": "resourceFile8222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8223", + "filePath": "resourceFile8223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8224", + "filePath": "resourceFile8224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8225", + "filePath": "resourceFile8225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8226", + "filePath": "resourceFile8226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8227", + "filePath": "resourceFile8227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8228", + "filePath": "resourceFile8228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8229", + "filePath": "resourceFile8229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8230", + "filePath": "resourceFile8230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8231", + "filePath": "resourceFile8231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8232", + "filePath": "resourceFile8232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8233", + "filePath": "resourceFile8233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8234", + "filePath": "resourceFile8234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8235", + "filePath": "resourceFile8235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8236", + "filePath": "resourceFile8236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8237", + "filePath": "resourceFile8237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8238", + "filePath": "resourceFile8238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8239", + "filePath": "resourceFile8239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8240", + "filePath": "resourceFile8240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8241", + "filePath": "resourceFile8241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8242", + "filePath": "resourceFile8242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8243", + "filePath": "resourceFile8243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8244", + "filePath": "resourceFile8244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8245", + "filePath": "resourceFile8245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8246", + "filePath": "resourceFile8246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8247", + "filePath": "resourceFile8247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8248", + "filePath": "resourceFile8248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8249", + "filePath": "resourceFile8249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8250", + "filePath": "resourceFile8250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8251", + "filePath": "resourceFile8251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8252", + "filePath": "resourceFile8252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8253", + "filePath": "resourceFile8253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8254", + "filePath": "resourceFile8254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8255", + "filePath": "resourceFile8255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8256", + "filePath": "resourceFile8256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8257", + "filePath": "resourceFile8257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8258", + "filePath": "resourceFile8258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8259", + "filePath": "resourceFile8259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8260", + "filePath": "resourceFile8260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8261", + "filePath": "resourceFile8261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8262", + "filePath": "resourceFile8262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8263", + "filePath": "resourceFile8263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8264", + "filePath": "resourceFile8264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8265", + "filePath": "resourceFile8265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8266", + "filePath": "resourceFile8266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8267", + "filePath": "resourceFile8267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8268", + "filePath": "resourceFile8268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8269", + "filePath": "resourceFile8269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8270", + "filePath": "resourceFile8270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8271", + "filePath": "resourceFile8271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8272", + "filePath": "resourceFile8272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8273", + "filePath": "resourceFile8273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8274", + "filePath": "resourceFile8274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8275", + "filePath": "resourceFile8275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8276", + "filePath": "resourceFile8276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8277", + "filePath": "resourceFile8277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8278", + "filePath": "resourceFile8278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8279", + "filePath": "resourceFile8279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8280", + "filePath": "resourceFile8280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8281", + "filePath": "resourceFile8281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8282", + "filePath": "resourceFile8282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8283", + "filePath": "resourceFile8283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8284", + "filePath": "resourceFile8284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8285", + "filePath": "resourceFile8285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8286", + "filePath": "resourceFile8286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8287", + "filePath": "resourceFile8287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8288", + "filePath": "resourceFile8288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8289", + "filePath": "resourceFile8289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8290", + "filePath": "resourceFile8290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8291", + "filePath": "resourceFile8291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8292", + "filePath": "resourceFile8292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8293", + "filePath": "resourceFile8293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8294", + "filePath": "resourceFile8294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8295", + "filePath": "resourceFile8295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8296", + "filePath": "resourceFile8296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8297", + "filePath": "resourceFile8297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8298", + "filePath": "resourceFile8298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8299", + "filePath": "resourceFile8299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8300", + "filePath": "resourceFile8300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8301", + "filePath": "resourceFile8301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8302", + "filePath": "resourceFile8302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8303", + "filePath": "resourceFile8303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8304", + "filePath": "resourceFile8304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8305", + "filePath": "resourceFile8305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8306", + "filePath": "resourceFile8306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8307", + "filePath": "resourceFile8307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8308", + "filePath": "resourceFile8308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8309", + "filePath": "resourceFile8309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8310", + "filePath": "resourceFile8310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8311", + "filePath": "resourceFile8311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8312", + "filePath": "resourceFile8312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8313", + "filePath": "resourceFile8313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8314", + "filePath": "resourceFile8314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8315", + "filePath": "resourceFile8315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8316", + "filePath": "resourceFile8316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8317", + "filePath": "resourceFile8317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8318", + "filePath": "resourceFile8318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8319", + "filePath": "resourceFile8319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8320", + "filePath": "resourceFile8320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8321", + "filePath": "resourceFile8321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8322", + "filePath": "resourceFile8322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8323", + "filePath": "resourceFile8323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8324", + "filePath": "resourceFile8324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8325", + "filePath": "resourceFile8325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8326", + "filePath": "resourceFile8326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8327", + "filePath": "resourceFile8327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8328", + "filePath": "resourceFile8328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8329", + "filePath": "resourceFile8329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8330", + "filePath": "resourceFile8330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8331", + "filePath": "resourceFile8331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8332", + "filePath": "resourceFile8332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8333", + "filePath": "resourceFile8333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8334", + "filePath": "resourceFile8334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8335", + "filePath": "resourceFile8335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8336", + "filePath": "resourceFile8336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8337", + "filePath": "resourceFile8337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8338", + "filePath": "resourceFile8338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8339", + "filePath": "resourceFile8339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8340", + "filePath": "resourceFile8340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8341", + "filePath": "resourceFile8341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8342", + "filePath": "resourceFile8342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8343", + "filePath": "resourceFile8343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8344", + "filePath": "resourceFile8344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8345", + "filePath": "resourceFile8345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8346", + "filePath": "resourceFile8346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8347", + "filePath": "resourceFile8347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8348", + "filePath": "resourceFile8348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8349", + "filePath": "resourceFile8349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8350", + "filePath": "resourceFile8350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8351", + "filePath": "resourceFile8351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8352", + "filePath": "resourceFile8352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8353", + "filePath": "resourceFile8353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8354", + "filePath": "resourceFile8354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8355", + "filePath": "resourceFile8355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8356", + "filePath": "resourceFile8356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8357", + "filePath": "resourceFile8357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8358", + "filePath": "resourceFile8358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8359", + "filePath": "resourceFile8359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8360", + "filePath": "resourceFile8360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8361", + "filePath": "resourceFile8361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8362", + "filePath": "resourceFile8362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8363", + "filePath": "resourceFile8363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8364", + "filePath": "resourceFile8364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8365", + "filePath": "resourceFile8365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8366", + "filePath": "resourceFile8366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8367", + "filePath": "resourceFile8367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8368", + "filePath": "resourceFile8368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8369", + "filePath": "resourceFile8369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8370", + "filePath": "resourceFile8370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8371", + "filePath": "resourceFile8371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8372", + "filePath": "resourceFile8372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8373", + "filePath": "resourceFile8373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8374", + "filePath": "resourceFile8374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8375", + "filePath": "resourceFile8375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8376", + "filePath": "resourceFile8376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8377", + "filePath": "resourceFile8377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8378", + "filePath": "resourceFile8378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8379", + "filePath": "resourceFile8379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8380", + "filePath": "resourceFile8380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8381", + "filePath": "resourceFile8381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8382", + "filePath": "resourceFile8382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8383", + "filePath": "resourceFile8383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8384", + "filePath": "resourceFile8384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8385", + "filePath": "resourceFile8385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8386", + "filePath": "resourceFile8386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8387", + "filePath": "resourceFile8387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8388", + "filePath": "resourceFile8388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8389", + "filePath": "resourceFile8389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8390", + "filePath": "resourceFile8390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8391", + "filePath": "resourceFile8391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8392", + "filePath": "resourceFile8392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8393", + "filePath": "resourceFile8393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8394", + "filePath": "resourceFile8394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8395", + "filePath": "resourceFile8395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8396", + "filePath": "resourceFile8396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8397", + "filePath": "resourceFile8397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8398", + "filePath": "resourceFile8398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8399", + "filePath": "resourceFile8399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8400", + "filePath": "resourceFile8400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8401", + "filePath": "resourceFile8401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8402", + "filePath": "resourceFile8402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8403", + "filePath": "resourceFile8403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8404", + "filePath": "resourceFile8404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8405", + "filePath": "resourceFile8405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8406", + "filePath": "resourceFile8406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8407", + "filePath": "resourceFile8407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8408", + "filePath": "resourceFile8408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8409", + "filePath": "resourceFile8409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8410", + "filePath": "resourceFile8410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8411", + "filePath": "resourceFile8411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8412", + "filePath": "resourceFile8412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8413", + "filePath": "resourceFile8413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8414", + "filePath": "resourceFile8414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8415", + "filePath": "resourceFile8415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8416", + "filePath": "resourceFile8416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8417", + "filePath": "resourceFile8417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8418", + "filePath": "resourceFile8418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8419", + "filePath": "resourceFile8419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8420", + "filePath": "resourceFile8420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8421", + "filePath": "resourceFile8421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8422", + "filePath": "resourceFile8422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8423", + "filePath": "resourceFile8423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8424", + "filePath": "resourceFile8424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8425", + "filePath": "resourceFile8425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8426", + "filePath": "resourceFile8426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8427", + "filePath": "resourceFile8427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8428", + "filePath": "resourceFile8428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8429", + "filePath": "resourceFile8429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8430", + "filePath": "resourceFile8430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8431", + "filePath": "resourceFile8431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8432", + "filePath": "resourceFile8432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8433", + "filePath": "resourceFile8433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8434", + "filePath": "resourceFile8434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8435", + "filePath": "resourceFile8435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8436", + "filePath": "resourceFile8436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8437", + "filePath": "resourceFile8437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8438", + "filePath": "resourceFile8438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8439", + "filePath": "resourceFile8439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8440", + "filePath": "resourceFile8440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8441", + "filePath": "resourceFile8441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8442", + "filePath": "resourceFile8442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8443", + "filePath": "resourceFile8443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8444", + "filePath": "resourceFile8444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8445", + "filePath": "resourceFile8445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8446", + "filePath": "resourceFile8446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8447", + "filePath": "resourceFile8447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8448", + "filePath": "resourceFile8448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8449", + "filePath": "resourceFile8449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8450", + "filePath": "resourceFile8450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8451", + "filePath": "resourceFile8451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8452", + "filePath": "resourceFile8452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8453", + "filePath": "resourceFile8453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8454", + "filePath": "resourceFile8454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8455", + "filePath": "resourceFile8455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8456", + "filePath": "resourceFile8456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8457", + "filePath": "resourceFile8457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8458", + "filePath": "resourceFile8458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8459", + "filePath": "resourceFile8459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8460", + "filePath": "resourceFile8460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8461", + "filePath": "resourceFile8461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8462", + "filePath": "resourceFile8462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8463", + "filePath": "resourceFile8463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8464", + "filePath": "resourceFile8464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8465", + "filePath": "resourceFile8465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8466", + "filePath": "resourceFile8466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8467", + "filePath": "resourceFile8467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8468", + "filePath": "resourceFile8468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8469", + "filePath": "resourceFile8469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8470", + "filePath": "resourceFile8470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8471", + "filePath": "resourceFile8471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8472", + "filePath": "resourceFile8472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8473", + "filePath": "resourceFile8473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8474", + "filePath": "resourceFile8474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8475", + "filePath": "resourceFile8475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8476", + "filePath": "resourceFile8476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8477", + "filePath": "resourceFile8477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8478", + "filePath": "resourceFile8478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8479", + "filePath": "resourceFile8479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8480", + "filePath": "resourceFile8480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8481", + "filePath": "resourceFile8481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8482", + "filePath": "resourceFile8482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8483", + "filePath": "resourceFile8483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8484", + "filePath": "resourceFile8484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8485", + "filePath": "resourceFile8485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8486", + "filePath": "resourceFile8486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8487", + "filePath": "resourceFile8487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8488", + "filePath": "resourceFile8488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8489", + "filePath": "resourceFile8489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8490", + "filePath": "resourceFile8490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8491", + "filePath": "resourceFile8491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8492", + "filePath": "resourceFile8492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8493", + "filePath": "resourceFile8493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8494", + "filePath": "resourceFile8494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8495", + "filePath": "resourceFile8495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8496", + "filePath": "resourceFile8496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8497", + "filePath": "resourceFile8497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8498", + "filePath": "resourceFile8498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8499", + "filePath": "resourceFile8499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8500", + "filePath": "resourceFile8500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8501", + "filePath": "resourceFile8501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8502", + "filePath": "resourceFile8502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8503", + "filePath": "resourceFile8503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8504", + "filePath": "resourceFile8504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8505", + "filePath": "resourceFile8505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8506", + "filePath": "resourceFile8506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8507", + "filePath": "resourceFile8507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8508", + "filePath": "resourceFile8508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8509", + "filePath": "resourceFile8509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8510", + "filePath": "resourceFile8510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8511", + "filePath": "resourceFile8511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8512", + "filePath": "resourceFile8512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8513", + "filePath": "resourceFile8513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8514", + "filePath": "resourceFile8514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8515", + "filePath": "resourceFile8515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8516", + "filePath": "resourceFile8516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8517", + "filePath": "resourceFile8517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8518", + "filePath": "resourceFile8518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8519", + "filePath": "resourceFile8519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8520", + "filePath": "resourceFile8520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8521", + "filePath": "resourceFile8521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8522", + "filePath": "resourceFile8522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8523", + "filePath": "resourceFile8523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8524", + "filePath": "resourceFile8524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8525", + "filePath": "resourceFile8525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8526", + "filePath": "resourceFile8526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8527", + "filePath": "resourceFile8527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8528", + "filePath": "resourceFile8528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8529", + "filePath": "resourceFile8529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8530", + "filePath": "resourceFile8530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8531", + "filePath": "resourceFile8531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8532", + "filePath": "resourceFile8532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8533", + "filePath": "resourceFile8533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8534", + "filePath": "resourceFile8534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8535", + "filePath": "resourceFile8535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8536", + "filePath": "resourceFile8536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8537", + "filePath": "resourceFile8537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8538", + "filePath": "resourceFile8538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8539", + "filePath": "resourceFile8539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8540", + "filePath": "resourceFile8540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8541", + "filePath": "resourceFile8541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8542", + "filePath": "resourceFile8542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8543", + "filePath": "resourceFile8543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8544", + "filePath": "resourceFile8544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8545", + "filePath": "resourceFile8545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8546", + "filePath": "resourceFile8546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8547", + "filePath": "resourceFile8547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8548", + "filePath": "resourceFile8548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8549", + "filePath": "resourceFile8549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8550", + "filePath": "resourceFile8550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8551", + "filePath": "resourceFile8551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8552", + "filePath": "resourceFile8552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8553", + "filePath": "resourceFile8553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8554", + "filePath": "resourceFile8554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8555", + "filePath": "resourceFile8555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8556", + "filePath": "resourceFile8556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8557", + "filePath": "resourceFile8557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8558", + "filePath": "resourceFile8558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8559", + "filePath": "resourceFile8559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8560", + "filePath": "resourceFile8560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8561", + "filePath": "resourceFile8561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8562", + "filePath": "resourceFile8562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8563", + "filePath": "resourceFile8563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8564", + "filePath": "resourceFile8564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8565", + "filePath": "resourceFile8565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8566", + "filePath": "resourceFile8566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8567", + "filePath": "resourceFile8567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8568", + "filePath": "resourceFile8568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8569", + "filePath": "resourceFile8569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8570", + "filePath": "resourceFile8570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8571", + "filePath": "resourceFile8571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8572", + "filePath": "resourceFile8572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8573", + "filePath": "resourceFile8573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8574", + "filePath": "resourceFile8574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8575", + "filePath": "resourceFile8575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8576", + "filePath": "resourceFile8576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8577", + "filePath": "resourceFile8577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8578", + "filePath": "resourceFile8578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8579", + "filePath": "resourceFile8579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8580", + "filePath": "resourceFile8580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8581", + "filePath": "resourceFile8581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8582", + "filePath": "resourceFile8582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8583", + "filePath": "resourceFile8583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8584", + "filePath": "resourceFile8584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8585", + "filePath": "resourceFile8585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8586", + "filePath": "resourceFile8586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8587", + "filePath": "resourceFile8587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8588", + "filePath": "resourceFile8588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8589", + "filePath": "resourceFile8589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8590", + "filePath": "resourceFile8590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8591", + "filePath": "resourceFile8591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8592", + "filePath": "resourceFile8592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8593", + "filePath": "resourceFile8593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8594", + "filePath": "resourceFile8594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8595", + "filePath": "resourceFile8595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8596", + "filePath": "resourceFile8596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8597", + "filePath": "resourceFile8597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8598", + "filePath": "resourceFile8598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8599", + "filePath": "resourceFile8599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8600", + "filePath": "resourceFile8600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8601", + "filePath": "resourceFile8601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8602", + "filePath": "resourceFile8602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8603", + "filePath": "resourceFile8603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8604", + "filePath": "resourceFile8604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8605", + "filePath": "resourceFile8605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8606", + "filePath": "resourceFile8606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8607", + "filePath": "resourceFile8607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8608", + "filePath": "resourceFile8608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8609", + "filePath": "resourceFile8609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8610", + "filePath": "resourceFile8610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8611", + "filePath": "resourceFile8611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8612", + "filePath": "resourceFile8612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8613", + "filePath": "resourceFile8613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8614", + "filePath": "resourceFile8614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8615", + "filePath": "resourceFile8615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8616", + "filePath": "resourceFile8616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8617", + "filePath": "resourceFile8617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8618", + "filePath": "resourceFile8618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8619", + "filePath": "resourceFile8619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8620", + "filePath": "resourceFile8620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8621", + "filePath": "resourceFile8621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8622", + "filePath": "resourceFile8622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8623", + "filePath": "resourceFile8623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8624", + "filePath": "resourceFile8624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8625", + "filePath": "resourceFile8625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8626", + "filePath": "resourceFile8626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8627", + "filePath": "resourceFile8627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8628", + "filePath": "resourceFile8628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8629", + "filePath": "resourceFile8629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8630", + "filePath": "resourceFile8630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8631", + "filePath": "resourceFile8631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8632", + "filePath": "resourceFile8632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8633", + "filePath": "resourceFile8633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8634", + "filePath": "resourceFile8634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8635", + "filePath": "resourceFile8635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8636", + "filePath": "resourceFile8636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8637", + "filePath": "resourceFile8637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8638", + "filePath": "resourceFile8638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8639", + "filePath": "resourceFile8639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8640", + "filePath": "resourceFile8640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8641", + "filePath": "resourceFile8641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8642", + "filePath": "resourceFile8642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8643", + "filePath": "resourceFile8643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8644", + "filePath": "resourceFile8644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8645", + "filePath": "resourceFile8645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8646", + "filePath": "resourceFile8646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8647", + "filePath": "resourceFile8647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8648", + "filePath": "resourceFile8648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8649", + "filePath": "resourceFile8649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8650", + "filePath": "resourceFile8650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8651", + "filePath": "resourceFile8651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8652", + "filePath": "resourceFile8652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8653", + "filePath": "resourceFile8653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8654", + "filePath": "resourceFile8654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8655", + "filePath": "resourceFile8655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8656", + "filePath": "resourceFile8656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8657", + "filePath": "resourceFile8657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8658", + "filePath": "resourceFile8658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8659", + "filePath": "resourceFile8659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8660", + "filePath": "resourceFile8660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8661", + "filePath": "resourceFile8661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8662", + "filePath": "resourceFile8662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8663", + "filePath": "resourceFile8663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8664", + "filePath": "resourceFile8664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8665", + "filePath": "resourceFile8665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8666", + "filePath": "resourceFile8666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8667", + "filePath": "resourceFile8667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8668", + "filePath": "resourceFile8668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8669", + "filePath": "resourceFile8669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8670", + "filePath": "resourceFile8670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8671", + "filePath": "resourceFile8671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8672", + "filePath": "resourceFile8672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8673", + "filePath": "resourceFile8673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8674", + "filePath": "resourceFile8674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8675", + "filePath": "resourceFile8675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8676", + "filePath": "resourceFile8676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8677", + "filePath": "resourceFile8677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8678", + "filePath": "resourceFile8678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8679", + "filePath": "resourceFile8679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8680", + "filePath": "resourceFile8680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8681", + "filePath": "resourceFile8681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8682", + "filePath": "resourceFile8682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8683", + "filePath": "resourceFile8683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8684", + "filePath": "resourceFile8684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8685", + "filePath": "resourceFile8685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8686", + "filePath": "resourceFile8686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8687", + "filePath": "resourceFile8687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8688", + "filePath": "resourceFile8688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8689", + "filePath": "resourceFile8689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8690", + "filePath": "resourceFile8690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8691", + "filePath": "resourceFile8691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8692", + "filePath": "resourceFile8692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8693", + "filePath": "resourceFile8693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8694", + "filePath": "resourceFile8694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8695", + "filePath": "resourceFile8695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8696", + "filePath": "resourceFile8696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8697", + "filePath": "resourceFile8697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8698", + "filePath": "resourceFile8698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8699", + "filePath": "resourceFile8699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8700", + "filePath": "resourceFile8700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8701", + "filePath": "resourceFile8701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8702", + "filePath": "resourceFile8702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8703", + "filePath": "resourceFile8703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8704", + "filePath": "resourceFile8704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8705", + "filePath": "resourceFile8705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8706", + "filePath": "resourceFile8706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8707", + "filePath": "resourceFile8707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8708", + "filePath": "resourceFile8708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8709", + "filePath": "resourceFile8709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8710", + "filePath": "resourceFile8710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8711", + "filePath": "resourceFile8711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8712", + "filePath": "resourceFile8712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8713", + "filePath": "resourceFile8713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8714", + "filePath": "resourceFile8714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8715", + "filePath": "resourceFile8715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8716", + "filePath": "resourceFile8716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8717", + "filePath": "resourceFile8717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8718", + "filePath": "resourceFile8718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8719", + "filePath": "resourceFile8719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8720", + "filePath": "resourceFile8720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8721", + "filePath": "resourceFile8721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8722", + "filePath": "resourceFile8722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8723", + "filePath": "resourceFile8723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8724", + "filePath": "resourceFile8724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8725", + "filePath": "resourceFile8725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8726", + "filePath": "resourceFile8726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8727", + "filePath": "resourceFile8727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8728", + "filePath": "resourceFile8728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8729", + "filePath": "resourceFile8729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8730", + "filePath": "resourceFile8730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8731", + "filePath": "resourceFile8731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8732", + "filePath": "resourceFile8732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8733", + "filePath": "resourceFile8733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8734", + "filePath": "resourceFile8734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8735", + "filePath": "resourceFile8735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8736", + "filePath": "resourceFile8736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8737", + "filePath": "resourceFile8737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8738", + "filePath": "resourceFile8738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8739", + "filePath": "resourceFile8739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8740", + "filePath": "resourceFile8740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8741", + "filePath": "resourceFile8741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8742", + "filePath": "resourceFile8742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8743", + "filePath": "resourceFile8743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8744", + "filePath": "resourceFile8744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8745", + "filePath": "resourceFile8745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8746", + "filePath": "resourceFile8746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8747", + "filePath": "resourceFile8747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8748", + "filePath": "resourceFile8748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8749", + "filePath": "resourceFile8749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8750", + "filePath": "resourceFile8750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8751", + "filePath": "resourceFile8751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8752", + "filePath": "resourceFile8752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8753", + "filePath": "resourceFile8753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8754", + "filePath": "resourceFile8754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8755", + "filePath": "resourceFile8755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8756", + "filePath": "resourceFile8756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8757", + "filePath": "resourceFile8757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8758", + "filePath": "resourceFile8758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8759", + "filePath": "resourceFile8759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8760", + "filePath": "resourceFile8760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8761", + "filePath": "resourceFile8761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8762", + "filePath": "resourceFile8762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8763", + "filePath": "resourceFile8763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8764", + "filePath": "resourceFile8764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8765", + "filePath": "resourceFile8765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8766", + "filePath": "resourceFile8766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8767", + "filePath": "resourceFile8767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8768", + "filePath": "resourceFile8768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8769", + "filePath": "resourceFile8769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8770", + "filePath": "resourceFile8770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8771", + "filePath": "resourceFile8771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8772", + "filePath": "resourceFile8772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8773", + "filePath": "resourceFile8773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8774", + "filePath": "resourceFile8774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8775", + "filePath": "resourceFile8775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8776", + "filePath": "resourceFile8776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8777", + "filePath": "resourceFile8777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8778", + "filePath": "resourceFile8778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8779", + "filePath": "resourceFile8779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8780", + "filePath": "resourceFile8780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8781", + "filePath": "resourceFile8781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8782", + "filePath": "resourceFile8782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8783", + "filePath": "resourceFile8783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8784", + "filePath": "resourceFile8784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8785", + "filePath": "resourceFile8785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8786", + "filePath": "resourceFile8786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8787", + "filePath": "resourceFile8787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8788", + "filePath": "resourceFile8788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8789", + "filePath": "resourceFile8789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8790", + "filePath": "resourceFile8790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8791", + "filePath": "resourceFile8791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8792", + "filePath": "resourceFile8792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8793", + "filePath": "resourceFile8793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8794", + "filePath": "resourceFile8794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8795", + "filePath": "resourceFile8795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8796", + "filePath": "resourceFile8796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8797", + "filePath": "resourceFile8797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8798", + "filePath": "resourceFile8798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8799", + "filePath": "resourceFile8799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8800", + "filePath": "resourceFile8800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8801", + "filePath": "resourceFile8801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8802", + "filePath": "resourceFile8802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8803", + "filePath": "resourceFile8803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8804", + "filePath": "resourceFile8804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8805", + "filePath": "resourceFile8805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8806", + "filePath": "resourceFile8806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8807", + "filePath": "resourceFile8807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8808", + "filePath": "resourceFile8808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8809", + "filePath": "resourceFile8809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8810", + "filePath": "resourceFile8810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8811", + "filePath": "resourceFile8811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8812", + "filePath": "resourceFile8812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8813", + "filePath": "resourceFile8813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8814", + "filePath": "resourceFile8814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8815", + "filePath": "resourceFile8815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8816", + "filePath": "resourceFile8816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8817", + "filePath": "resourceFile8817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8818", + "filePath": "resourceFile8818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8819", + "filePath": "resourceFile8819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8820", + "filePath": "resourceFile8820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8821", + "filePath": "resourceFile8821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8822", + "filePath": "resourceFile8822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8823", + "filePath": "resourceFile8823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8824", + "filePath": "resourceFile8824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8825", + "filePath": "resourceFile8825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8826", + "filePath": "resourceFile8826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8827", + "filePath": "resourceFile8827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8828", + "filePath": "resourceFile8828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8829", + "filePath": "resourceFile8829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8830", + "filePath": "resourceFile8830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8831", + "filePath": "resourceFile8831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8832", + "filePath": "resourceFile8832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8833", + "filePath": "resourceFile8833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8834", + "filePath": "resourceFile8834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8835", + "filePath": "resourceFile8835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8836", + "filePath": "resourceFile8836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8837", + "filePath": "resourceFile8837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8838", + "filePath": "resourceFile8838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8839", + "filePath": "resourceFile8839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8840", + "filePath": "resourceFile8840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8841", + "filePath": "resourceFile8841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8842", + "filePath": "resourceFile8842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8843", + "filePath": "resourceFile8843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8844", + "filePath": "resourceFile8844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8845", + "filePath": "resourceFile8845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8846", + "filePath": "resourceFile8846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8847", + "filePath": "resourceFile8847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8848", + "filePath": "resourceFile8848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8849", + "filePath": "resourceFile8849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8850", + "filePath": "resourceFile8850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8851", + "filePath": "resourceFile8851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8852", + "filePath": "resourceFile8852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8853", + "filePath": "resourceFile8853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8854", + "filePath": "resourceFile8854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8855", + "filePath": "resourceFile8855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8856", + "filePath": "resourceFile8856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8857", + "filePath": "resourceFile8857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8858", + "filePath": "resourceFile8858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8859", + "filePath": "resourceFile8859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8860", + "filePath": "resourceFile8860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8861", + "filePath": "resourceFile8861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8862", + "filePath": "resourceFile8862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8863", + "filePath": "resourceFile8863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8864", + "filePath": "resourceFile8864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8865", + "filePath": "resourceFile8865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8866", + "filePath": "resourceFile8866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8867", + "filePath": "resourceFile8867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8868", + "filePath": "resourceFile8868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8869", + "filePath": "resourceFile8869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8870", + "filePath": "resourceFile8870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8871", + "filePath": "resourceFile8871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8872", + "filePath": "resourceFile8872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8873", + "filePath": "resourceFile8873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8874", + "filePath": "resourceFile8874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8875", + "filePath": "resourceFile8875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8876", + "filePath": "resourceFile8876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8877", + "filePath": "resourceFile8877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8878", + "filePath": "resourceFile8878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8879", + "filePath": "resourceFile8879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8880", + "filePath": "resourceFile8880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8881", + "filePath": "resourceFile8881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8882", + "filePath": "resourceFile8882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8883", + "filePath": "resourceFile8883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8884", + "filePath": "resourceFile8884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8885", + "filePath": "resourceFile8885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8886", + "filePath": "resourceFile8886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8887", + "filePath": "resourceFile8887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8888", + "filePath": "resourceFile8888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8889", + "filePath": "resourceFile8889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8890", + "filePath": "resourceFile8890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8891", + "filePath": "resourceFile8891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8892", + "filePath": "resourceFile8892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8893", + "filePath": "resourceFile8893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8894", + "filePath": "resourceFile8894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8895", + "filePath": "resourceFile8895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8896", + "filePath": "resourceFile8896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8897", + "filePath": "resourceFile8897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8898", + "filePath": "resourceFile8898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8899", + "filePath": "resourceFile8899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8900", + "filePath": "resourceFile8900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8901", + "filePath": "resourceFile8901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8902", + "filePath": "resourceFile8902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8903", + "filePath": "resourceFile8903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8904", + "filePath": "resourceFile8904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8905", + "filePath": "resourceFile8905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8906", + "filePath": "resourceFile8906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8907", + "filePath": "resourceFile8907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8908", + "filePath": "resourceFile8908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8909", + "filePath": "resourceFile8909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8910", + "filePath": "resourceFile8910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8911", + "filePath": "resourceFile8911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8912", + "filePath": "resourceFile8912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8913", + "filePath": "resourceFile8913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8914", + "filePath": "resourceFile8914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8915", + "filePath": "resourceFile8915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8916", + "filePath": "resourceFile8916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8917", + "filePath": "resourceFile8917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8918", + "filePath": "resourceFile8918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8919", + "filePath": "resourceFile8919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8920", + "filePath": "resourceFile8920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8921", + "filePath": "resourceFile8921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8922", + "filePath": "resourceFile8922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8923", + "filePath": "resourceFile8923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8924", + "filePath": "resourceFile8924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8925", + "filePath": "resourceFile8925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8926", + "filePath": "resourceFile8926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8927", + "filePath": "resourceFile8927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8928", + "filePath": "resourceFile8928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8929", + "filePath": "resourceFile8929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8930", + "filePath": "resourceFile8930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8931", + "filePath": "resourceFile8931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8932", + "filePath": "resourceFile8932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8933", + "filePath": "resourceFile8933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8934", + "filePath": "resourceFile8934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8935", + "filePath": "resourceFile8935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8936", + "filePath": "resourceFile8936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8937", + "filePath": "resourceFile8937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8938", + "filePath": "resourceFile8938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8939", + "filePath": "resourceFile8939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8940", + "filePath": "resourceFile8940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8941", + "filePath": "resourceFile8941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8942", + "filePath": "resourceFile8942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8943", + "filePath": "resourceFile8943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8944", + "filePath": "resourceFile8944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8945", + "filePath": "resourceFile8945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8946", + "filePath": "resourceFile8946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8947", + "filePath": "resourceFile8947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8948", + "filePath": "resourceFile8948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8949", + "filePath": "resourceFile8949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8950", + "filePath": "resourceFile8950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8951", + "filePath": "resourceFile8951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8952", + "filePath": "resourceFile8952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8953", + "filePath": "resourceFile8953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8954", + "filePath": "resourceFile8954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8955", + "filePath": "resourceFile8955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8956", + "filePath": "resourceFile8956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8957", + "filePath": "resourceFile8957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8958", + "filePath": "resourceFile8958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8959", + "filePath": "resourceFile8959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8960", + "filePath": "resourceFile8960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8961", + "filePath": "resourceFile8961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8962", + "filePath": "resourceFile8962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8963", + "filePath": "resourceFile8963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8964", + "filePath": "resourceFile8964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8965", + "filePath": "resourceFile8965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8966", + "filePath": "resourceFile8966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8967", + "filePath": "resourceFile8967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8968", + "filePath": "resourceFile8968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8969", + "filePath": "resourceFile8969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8970", + "filePath": "resourceFile8970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8971", + "filePath": "resourceFile8971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8972", + "filePath": "resourceFile8972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8973", + "filePath": "resourceFile8973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8974", + "filePath": "resourceFile8974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8975", + "filePath": "resourceFile8975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8976", + "filePath": "resourceFile8976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8977", + "filePath": "resourceFile8977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8978", + "filePath": "resourceFile8978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8979", + "filePath": "resourceFile8979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8980", + "filePath": "resourceFile8980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8981", + "filePath": "resourceFile8981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8982", + "filePath": "resourceFile8982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8983", + "filePath": "resourceFile8983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8984", + "filePath": "resourceFile8984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8985", + "filePath": "resourceFile8985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8986", + "filePath": "resourceFile8986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8987", + "filePath": "resourceFile8987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8988", + "filePath": "resourceFile8988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8989", + "filePath": "resourceFile8989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8990", + "filePath": "resourceFile8990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8991", + "filePath": "resourceFile8991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8992", + "filePath": "resourceFile8992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8993", + "filePath": "resourceFile8993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8994", + "filePath": "resourceFile8994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8995", + "filePath": "resourceFile8995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8996", + "filePath": "resourceFile8996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8997", + "filePath": "resourceFile8997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8998", + "filePath": "resourceFile8998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8999", + "filePath": "resourceFile8999"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9000", + "filePath": "resourceFile9000"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9001", + "filePath": "resourceFile9001"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9002", + "filePath": "resourceFile9002"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9003", + "filePath": "resourceFile9003"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9004", + "filePath": "resourceFile9004"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9005", + "filePath": "resourceFile9005"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9006", + "filePath": "resourceFile9006"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9007", + "filePath": "resourceFile9007"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9008", + "filePath": "resourceFile9008"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9009", + "filePath": "resourceFile9009"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9010", + "filePath": "resourceFile9010"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9011", + "filePath": "resourceFile9011"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9012", + "filePath": "resourceFile9012"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9013", + "filePath": "resourceFile9013"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9014", + "filePath": "resourceFile9014"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9015", + "filePath": "resourceFile9015"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9016", + "filePath": "resourceFile9016"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9017", + "filePath": "resourceFile9017"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9018", + "filePath": "resourceFile9018"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9019", + "filePath": "resourceFile9019"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9020", + "filePath": "resourceFile9020"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9021", + "filePath": "resourceFile9021"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9022", + "filePath": "resourceFile9022"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9023", + "filePath": "resourceFile9023"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9024", + "filePath": "resourceFile9024"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9025", + "filePath": "resourceFile9025"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9026", + "filePath": "resourceFile9026"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9027", + "filePath": "resourceFile9027"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9028", + "filePath": "resourceFile9028"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9029", + "filePath": "resourceFile9029"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9030", + "filePath": "resourceFile9030"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9031", + "filePath": "resourceFile9031"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9032", + "filePath": "resourceFile9032"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9033", + "filePath": "resourceFile9033"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9034", + "filePath": "resourceFile9034"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9035", + "filePath": "resourceFile9035"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9036", + "filePath": "resourceFile9036"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9037", + "filePath": "resourceFile9037"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9038", + "filePath": "resourceFile9038"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9039", + "filePath": "resourceFile9039"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9040", + "filePath": "resourceFile9040"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9041", + "filePath": "resourceFile9041"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9042", + "filePath": "resourceFile9042"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9043", + "filePath": "resourceFile9043"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9044", + "filePath": "resourceFile9044"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9045", + "filePath": "resourceFile9045"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9046", + "filePath": "resourceFile9046"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9047", + "filePath": "resourceFile9047"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9048", + "filePath": "resourceFile9048"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9049", + "filePath": "resourceFile9049"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9050", + "filePath": "resourceFile9050"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9051", + "filePath": "resourceFile9051"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9052", + "filePath": "resourceFile9052"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9053", + "filePath": "resourceFile9053"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9054", + "filePath": "resourceFile9054"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9055", + "filePath": "resourceFile9055"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9056", + "filePath": "resourceFile9056"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9057", + "filePath": "resourceFile9057"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9058", + "filePath": "resourceFile9058"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9059", + "filePath": "resourceFile9059"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9060", + "filePath": "resourceFile9060"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9061", + "filePath": "resourceFile9061"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9062", + "filePath": "resourceFile9062"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9063", + "filePath": "resourceFile9063"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9064", + "filePath": "resourceFile9064"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9065", + "filePath": "resourceFile9065"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9066", + "filePath": "resourceFile9066"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9067", + "filePath": "resourceFile9067"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9068", + "filePath": "resourceFile9068"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9069", + "filePath": "resourceFile9069"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9070", + "filePath": "resourceFile9070"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9071", + "filePath": "resourceFile9071"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9072", + "filePath": "resourceFile9072"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9073", + "filePath": "resourceFile9073"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9074", + "filePath": "resourceFile9074"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9075", + "filePath": "resourceFile9075"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9076", + "filePath": "resourceFile9076"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9077", + "filePath": "resourceFile9077"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9078", + "filePath": "resourceFile9078"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9079", + "filePath": "resourceFile9079"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9080", + "filePath": "resourceFile9080"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9081", + "filePath": "resourceFile9081"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9082", + "filePath": "resourceFile9082"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9083", + "filePath": "resourceFile9083"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9084", + "filePath": "resourceFile9084"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9085", + "filePath": "resourceFile9085"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9086", + "filePath": "resourceFile9086"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9087", + "filePath": "resourceFile9087"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9088", + "filePath": "resourceFile9088"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9089", + "filePath": "resourceFile9089"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9090", + "filePath": "resourceFile9090"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9091", + "filePath": "resourceFile9091"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9092", + "filePath": "resourceFile9092"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9093", + "filePath": "resourceFile9093"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9094", + "filePath": "resourceFile9094"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9095", + "filePath": "resourceFile9095"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9096", + "filePath": "resourceFile9096"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9097", + "filePath": "resourceFile9097"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9098", + "filePath": "resourceFile9098"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9099", + "filePath": "resourceFile9099"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9100", + "filePath": "resourceFile9100"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9101", + "filePath": "resourceFile9101"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9102", + "filePath": "resourceFile9102"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9103", + "filePath": "resourceFile9103"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9104", + "filePath": "resourceFile9104"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9105", + "filePath": "resourceFile9105"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9106", + "filePath": "resourceFile9106"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9107", + "filePath": "resourceFile9107"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9108", + "filePath": "resourceFile9108"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9109", + "filePath": "resourceFile9109"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9110", + "filePath": "resourceFile9110"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9111", + "filePath": "resourceFile9111"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9112", + "filePath": "resourceFile9112"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9113", + "filePath": "resourceFile9113"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9114", + "filePath": "resourceFile9114"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9115", + "filePath": "resourceFile9115"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9116", + "filePath": "resourceFile9116"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9117", + "filePath": "resourceFile9117"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9118", + "filePath": "resourceFile9118"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9119", + "filePath": "resourceFile9119"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9120", + "filePath": "resourceFile9120"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9121", + "filePath": "resourceFile9121"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9122", + "filePath": "resourceFile9122"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9123", + "filePath": "resourceFile9123"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9124", + "filePath": "resourceFile9124"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9125", + "filePath": "resourceFile9125"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9126", + "filePath": "resourceFile9126"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9127", + "filePath": "resourceFile9127"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9128", + "filePath": "resourceFile9128"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9129", + "filePath": "resourceFile9129"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9130", + "filePath": "resourceFile9130"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9131", + "filePath": "resourceFile9131"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9132", + "filePath": "resourceFile9132"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9133", + "filePath": "resourceFile9133"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9134", + "filePath": "resourceFile9134"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9135", + "filePath": "resourceFile9135"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9136", + "filePath": "resourceFile9136"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9137", + "filePath": "resourceFile9137"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9138", + "filePath": "resourceFile9138"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9139", + "filePath": "resourceFile9139"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9140", + "filePath": "resourceFile9140"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9141", + "filePath": "resourceFile9141"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9142", + "filePath": "resourceFile9142"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9143", + "filePath": "resourceFile9143"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9144", + "filePath": "resourceFile9144"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9145", + "filePath": "resourceFile9145"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9146", + "filePath": "resourceFile9146"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9147", + "filePath": "resourceFile9147"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9148", + "filePath": "resourceFile9148"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9149", + "filePath": "resourceFile9149"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9150", + "filePath": "resourceFile9150"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9151", + "filePath": "resourceFile9151"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9152", + "filePath": "resourceFile9152"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9153", + "filePath": "resourceFile9153"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9154", + "filePath": "resourceFile9154"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9155", + "filePath": "resourceFile9155"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9156", + "filePath": "resourceFile9156"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9157", + "filePath": "resourceFile9157"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9158", + "filePath": "resourceFile9158"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9159", + "filePath": "resourceFile9159"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9160", + "filePath": "resourceFile9160"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9161", + "filePath": "resourceFile9161"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9162", + "filePath": "resourceFile9162"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9163", + "filePath": "resourceFile9163"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9164", + "filePath": "resourceFile9164"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9165", + "filePath": "resourceFile9165"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9166", + "filePath": "resourceFile9166"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9167", + "filePath": "resourceFile9167"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9168", + "filePath": "resourceFile9168"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9169", + "filePath": "resourceFile9169"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9170", + "filePath": "resourceFile9170"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9171", + "filePath": "resourceFile9171"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9172", + "filePath": "resourceFile9172"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9173", + "filePath": "resourceFile9173"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9174", + "filePath": "resourceFile9174"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9175", + "filePath": "resourceFile9175"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9176", + "filePath": "resourceFile9176"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9177", + "filePath": "resourceFile9177"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9178", + "filePath": "resourceFile9178"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9179", + "filePath": "resourceFile9179"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9180", + "filePath": "resourceFile9180"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9181", + "filePath": "resourceFile9181"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9182", + "filePath": "resourceFile9182"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9183", + "filePath": "resourceFile9183"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9184", + "filePath": "resourceFile9184"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9185", + "filePath": "resourceFile9185"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9186", + "filePath": "resourceFile9186"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9187", + "filePath": "resourceFile9187"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9188", + "filePath": "resourceFile9188"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9189", + "filePath": "resourceFile9189"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9190", + "filePath": "resourceFile9190"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9191", + "filePath": "resourceFile9191"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9192", + "filePath": "resourceFile9192"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9193", + "filePath": "resourceFile9193"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9194", + "filePath": "resourceFile9194"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9195", + "filePath": "resourceFile9195"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9196", + "filePath": "resourceFile9196"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9197", + "filePath": "resourceFile9197"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9198", + "filePath": "resourceFile9198"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9199", + "filePath": "resourceFile9199"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9200", + "filePath": "resourceFile9200"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9201", + "filePath": "resourceFile9201"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9202", + "filePath": "resourceFile9202"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9203", + "filePath": "resourceFile9203"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9204", + "filePath": "resourceFile9204"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9205", + "filePath": "resourceFile9205"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9206", + "filePath": "resourceFile9206"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9207", + "filePath": "resourceFile9207"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9208", + "filePath": "resourceFile9208"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9209", + "filePath": "resourceFile9209"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9210", + "filePath": "resourceFile9210"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9211", + "filePath": "resourceFile9211"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9212", + "filePath": "resourceFile9212"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9213", + "filePath": "resourceFile9213"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9214", + "filePath": "resourceFile9214"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9215", + "filePath": "resourceFile9215"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9216", + "filePath": "resourceFile9216"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9217", + "filePath": "resourceFile9217"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9218", + "filePath": "resourceFile9218"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9219", + "filePath": "resourceFile9219"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9220", + "filePath": "resourceFile9220"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9221", + "filePath": "resourceFile9221"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9222", + "filePath": "resourceFile9222"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9223", + "filePath": "resourceFile9223"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9224", + "filePath": "resourceFile9224"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9225", + "filePath": "resourceFile9225"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9226", + "filePath": "resourceFile9226"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9227", + "filePath": "resourceFile9227"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9228", + "filePath": "resourceFile9228"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9229", + "filePath": "resourceFile9229"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9230", + "filePath": "resourceFile9230"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9231", + "filePath": "resourceFile9231"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9232", + "filePath": "resourceFile9232"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9233", + "filePath": "resourceFile9233"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9234", + "filePath": "resourceFile9234"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9235", + "filePath": "resourceFile9235"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9236", + "filePath": "resourceFile9236"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9237", + "filePath": "resourceFile9237"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9238", + "filePath": "resourceFile9238"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9239", + "filePath": "resourceFile9239"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9240", + "filePath": "resourceFile9240"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9241", + "filePath": "resourceFile9241"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9242", + "filePath": "resourceFile9242"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9243", + "filePath": "resourceFile9243"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9244", + "filePath": "resourceFile9244"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9245", + "filePath": "resourceFile9245"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9246", + "filePath": "resourceFile9246"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9247", + "filePath": "resourceFile9247"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9248", + "filePath": "resourceFile9248"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9249", + "filePath": "resourceFile9249"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9250", + "filePath": "resourceFile9250"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9251", + "filePath": "resourceFile9251"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9252", + "filePath": "resourceFile9252"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9253", + "filePath": "resourceFile9253"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9254", + "filePath": "resourceFile9254"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9255", + "filePath": "resourceFile9255"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9256", + "filePath": "resourceFile9256"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9257", + "filePath": "resourceFile9257"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9258", + "filePath": "resourceFile9258"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9259", + "filePath": "resourceFile9259"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9260", + "filePath": "resourceFile9260"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9261", + "filePath": "resourceFile9261"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9262", + "filePath": "resourceFile9262"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9263", + "filePath": "resourceFile9263"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9264", + "filePath": "resourceFile9264"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9265", + "filePath": "resourceFile9265"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9266", + "filePath": "resourceFile9266"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9267", + "filePath": "resourceFile9267"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9268", + "filePath": "resourceFile9268"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9269", + "filePath": "resourceFile9269"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9270", + "filePath": "resourceFile9270"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9271", + "filePath": "resourceFile9271"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9272", + "filePath": "resourceFile9272"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9273", + "filePath": "resourceFile9273"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9274", + "filePath": "resourceFile9274"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9275", + "filePath": "resourceFile9275"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9276", + "filePath": "resourceFile9276"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9277", + "filePath": "resourceFile9277"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9278", + "filePath": "resourceFile9278"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9279", + "filePath": "resourceFile9279"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9280", + "filePath": "resourceFile9280"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9281", + "filePath": "resourceFile9281"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9282", + "filePath": "resourceFile9282"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9283", + "filePath": "resourceFile9283"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9284", + "filePath": "resourceFile9284"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9285", + "filePath": "resourceFile9285"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9286", + "filePath": "resourceFile9286"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9287", + "filePath": "resourceFile9287"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9288", + "filePath": "resourceFile9288"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9289", + "filePath": "resourceFile9289"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9290", + "filePath": "resourceFile9290"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9291", + "filePath": "resourceFile9291"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9292", + "filePath": "resourceFile9292"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9293", + "filePath": "resourceFile9293"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9294", + "filePath": "resourceFile9294"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9295", + "filePath": "resourceFile9295"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9296", + "filePath": "resourceFile9296"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9297", + "filePath": "resourceFile9297"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9298", + "filePath": "resourceFile9298"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9299", + "filePath": "resourceFile9299"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9300", + "filePath": "resourceFile9300"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9301", + "filePath": "resourceFile9301"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9302", + "filePath": "resourceFile9302"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9303", + "filePath": "resourceFile9303"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9304", + "filePath": "resourceFile9304"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9305", + "filePath": "resourceFile9305"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9306", + "filePath": "resourceFile9306"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9307", + "filePath": "resourceFile9307"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9308", + "filePath": "resourceFile9308"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9309", + "filePath": "resourceFile9309"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9310", + "filePath": "resourceFile9310"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9311", + "filePath": "resourceFile9311"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9312", + "filePath": "resourceFile9312"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9313", + "filePath": "resourceFile9313"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9314", + "filePath": "resourceFile9314"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9315", + "filePath": "resourceFile9315"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9316", + "filePath": "resourceFile9316"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9317", + "filePath": "resourceFile9317"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9318", + "filePath": "resourceFile9318"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9319", + "filePath": "resourceFile9319"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9320", + "filePath": "resourceFile9320"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9321", + "filePath": "resourceFile9321"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9322", + "filePath": "resourceFile9322"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9323", + "filePath": "resourceFile9323"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9324", + "filePath": "resourceFile9324"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9325", + "filePath": "resourceFile9325"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9326", + "filePath": "resourceFile9326"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9327", + "filePath": "resourceFile9327"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9328", + "filePath": "resourceFile9328"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9329", + "filePath": "resourceFile9329"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9330", + "filePath": "resourceFile9330"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9331", + "filePath": "resourceFile9331"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9332", + "filePath": "resourceFile9332"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9333", + "filePath": "resourceFile9333"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9334", + "filePath": "resourceFile9334"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9335", + "filePath": "resourceFile9335"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9336", + "filePath": "resourceFile9336"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9337", + "filePath": "resourceFile9337"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9338", + "filePath": "resourceFile9338"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9339", + "filePath": "resourceFile9339"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9340", + "filePath": "resourceFile9340"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9341", + "filePath": "resourceFile9341"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9342", + "filePath": "resourceFile9342"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9343", + "filePath": "resourceFile9343"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9344", + "filePath": "resourceFile9344"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9345", + "filePath": "resourceFile9345"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9346", + "filePath": "resourceFile9346"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9347", + "filePath": "resourceFile9347"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9348", + "filePath": "resourceFile9348"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9349", + "filePath": "resourceFile9349"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9350", + "filePath": "resourceFile9350"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9351", + "filePath": "resourceFile9351"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9352", + "filePath": "resourceFile9352"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9353", + "filePath": "resourceFile9353"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9354", + "filePath": "resourceFile9354"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9355", + "filePath": "resourceFile9355"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9356", + "filePath": "resourceFile9356"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9357", + "filePath": "resourceFile9357"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9358", + "filePath": "resourceFile9358"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9359", + "filePath": "resourceFile9359"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9360", + "filePath": "resourceFile9360"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9361", + "filePath": "resourceFile9361"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9362", + "filePath": "resourceFile9362"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9363", + "filePath": "resourceFile9363"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9364", + "filePath": "resourceFile9364"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9365", + "filePath": "resourceFile9365"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9366", + "filePath": "resourceFile9366"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9367", + "filePath": "resourceFile9367"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9368", + "filePath": "resourceFile9368"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9369", + "filePath": "resourceFile9369"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9370", + "filePath": "resourceFile9370"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9371", + "filePath": "resourceFile9371"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9372", + "filePath": "resourceFile9372"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9373", + "filePath": "resourceFile9373"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9374", + "filePath": "resourceFile9374"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9375", + "filePath": "resourceFile9375"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9376", + "filePath": "resourceFile9376"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9377", + "filePath": "resourceFile9377"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9378", + "filePath": "resourceFile9378"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9379", + "filePath": "resourceFile9379"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9380", + "filePath": "resourceFile9380"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9381", + "filePath": "resourceFile9381"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9382", + "filePath": "resourceFile9382"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9383", + "filePath": "resourceFile9383"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9384", + "filePath": "resourceFile9384"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9385", + "filePath": "resourceFile9385"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9386", + "filePath": "resourceFile9386"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9387", + "filePath": "resourceFile9387"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9388", + "filePath": "resourceFile9388"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9389", + "filePath": "resourceFile9389"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9390", + "filePath": "resourceFile9390"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9391", + "filePath": "resourceFile9391"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9392", + "filePath": "resourceFile9392"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9393", + "filePath": "resourceFile9393"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9394", + "filePath": "resourceFile9394"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9395", + "filePath": "resourceFile9395"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9396", + "filePath": "resourceFile9396"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9397", + "filePath": "resourceFile9397"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9398", + "filePath": "resourceFile9398"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9399", + "filePath": "resourceFile9399"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9400", + "filePath": "resourceFile9400"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9401", + "filePath": "resourceFile9401"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9402", + "filePath": "resourceFile9402"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9403", + "filePath": "resourceFile9403"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9404", + "filePath": "resourceFile9404"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9405", + "filePath": "resourceFile9405"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9406", + "filePath": "resourceFile9406"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9407", + "filePath": "resourceFile9407"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9408", + "filePath": "resourceFile9408"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9409", + "filePath": "resourceFile9409"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9410", + "filePath": "resourceFile9410"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9411", + "filePath": "resourceFile9411"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9412", + "filePath": "resourceFile9412"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9413", + "filePath": "resourceFile9413"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9414", + "filePath": "resourceFile9414"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9415", + "filePath": "resourceFile9415"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9416", + "filePath": "resourceFile9416"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9417", + "filePath": "resourceFile9417"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9418", + "filePath": "resourceFile9418"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9419", + "filePath": "resourceFile9419"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9420", + "filePath": "resourceFile9420"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9421", + "filePath": "resourceFile9421"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9422", + "filePath": "resourceFile9422"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9423", + "filePath": "resourceFile9423"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9424", + "filePath": "resourceFile9424"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9425", + "filePath": "resourceFile9425"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9426", + "filePath": "resourceFile9426"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9427", + "filePath": "resourceFile9427"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9428", + "filePath": "resourceFile9428"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9429", + "filePath": "resourceFile9429"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9430", + "filePath": "resourceFile9430"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9431", + "filePath": "resourceFile9431"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9432", + "filePath": "resourceFile9432"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9433", + "filePath": "resourceFile9433"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9434", + "filePath": "resourceFile9434"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9435", + "filePath": "resourceFile9435"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9436", + "filePath": "resourceFile9436"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9437", + "filePath": "resourceFile9437"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9438", + "filePath": "resourceFile9438"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9439", + "filePath": "resourceFile9439"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9440", + "filePath": "resourceFile9440"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9441", + "filePath": "resourceFile9441"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9442", + "filePath": "resourceFile9442"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9443", + "filePath": "resourceFile9443"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9444", + "filePath": "resourceFile9444"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9445", + "filePath": "resourceFile9445"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9446", + "filePath": "resourceFile9446"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9447", + "filePath": "resourceFile9447"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9448", + "filePath": "resourceFile9448"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9449", + "filePath": "resourceFile9449"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9450", + "filePath": "resourceFile9450"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9451", + "filePath": "resourceFile9451"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9452", + "filePath": "resourceFile9452"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9453", + "filePath": "resourceFile9453"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9454", + "filePath": "resourceFile9454"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9455", + "filePath": "resourceFile9455"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9456", + "filePath": "resourceFile9456"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9457", + "filePath": "resourceFile9457"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9458", + "filePath": "resourceFile9458"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9459", + "filePath": "resourceFile9459"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9460", + "filePath": "resourceFile9460"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9461", + "filePath": "resourceFile9461"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9462", + "filePath": "resourceFile9462"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9463", + "filePath": "resourceFile9463"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9464", + "filePath": "resourceFile9464"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9465", + "filePath": "resourceFile9465"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9466", + "filePath": "resourceFile9466"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9467", + "filePath": "resourceFile9467"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9468", + "filePath": "resourceFile9468"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9469", + "filePath": "resourceFile9469"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9470", + "filePath": "resourceFile9470"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9471", + "filePath": "resourceFile9471"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9472", + "filePath": "resourceFile9472"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9473", + "filePath": "resourceFile9473"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9474", + "filePath": "resourceFile9474"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9475", + "filePath": "resourceFile9475"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9476", + "filePath": "resourceFile9476"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9477", + "filePath": "resourceFile9477"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9478", + "filePath": "resourceFile9478"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9479", + "filePath": "resourceFile9479"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9480", + "filePath": "resourceFile9480"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9481", + "filePath": "resourceFile9481"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9482", + "filePath": "resourceFile9482"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9483", + "filePath": "resourceFile9483"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9484", + "filePath": "resourceFile9484"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9485", + "filePath": "resourceFile9485"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9486", + "filePath": "resourceFile9486"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9487", + "filePath": "resourceFile9487"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9488", + "filePath": "resourceFile9488"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9489", + "filePath": "resourceFile9489"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9490", + "filePath": "resourceFile9490"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9491", + "filePath": "resourceFile9491"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9492", + "filePath": "resourceFile9492"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9493", + "filePath": "resourceFile9493"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9494", + "filePath": "resourceFile9494"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9495", + "filePath": "resourceFile9495"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9496", + "filePath": "resourceFile9496"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9497", + "filePath": "resourceFile9497"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9498", + "filePath": "resourceFile9498"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9499", + "filePath": "resourceFile9499"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9500", + "filePath": "resourceFile9500"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9501", + "filePath": "resourceFile9501"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9502", + "filePath": "resourceFile9502"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9503", + "filePath": "resourceFile9503"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9504", + "filePath": "resourceFile9504"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9505", + "filePath": "resourceFile9505"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9506", + "filePath": "resourceFile9506"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9507", + "filePath": "resourceFile9507"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9508", + "filePath": "resourceFile9508"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9509", + "filePath": "resourceFile9509"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9510", + "filePath": "resourceFile9510"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9511", + "filePath": "resourceFile9511"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9512", + "filePath": "resourceFile9512"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9513", + "filePath": "resourceFile9513"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9514", + "filePath": "resourceFile9514"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9515", + "filePath": "resourceFile9515"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9516", + "filePath": "resourceFile9516"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9517", + "filePath": "resourceFile9517"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9518", + "filePath": "resourceFile9518"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9519", + "filePath": "resourceFile9519"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9520", + "filePath": "resourceFile9520"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9521", + "filePath": "resourceFile9521"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9522", + "filePath": "resourceFile9522"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9523", + "filePath": "resourceFile9523"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9524", + "filePath": "resourceFile9524"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9525", + "filePath": "resourceFile9525"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9526", + "filePath": "resourceFile9526"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9527", + "filePath": "resourceFile9527"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9528", + "filePath": "resourceFile9528"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9529", + "filePath": "resourceFile9529"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9530", + "filePath": "resourceFile9530"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9531", + "filePath": "resourceFile9531"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9532", + "filePath": "resourceFile9532"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9533", + "filePath": "resourceFile9533"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9534", + "filePath": "resourceFile9534"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9535", + "filePath": "resourceFile9535"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9536", + "filePath": "resourceFile9536"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9537", + "filePath": "resourceFile9537"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9538", + "filePath": "resourceFile9538"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9539", + "filePath": "resourceFile9539"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9540", + "filePath": "resourceFile9540"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9541", + "filePath": "resourceFile9541"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9542", + "filePath": "resourceFile9542"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9543", + "filePath": "resourceFile9543"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9544", + "filePath": "resourceFile9544"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9545", + "filePath": "resourceFile9545"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9546", + "filePath": "resourceFile9546"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9547", + "filePath": "resourceFile9547"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9548", + "filePath": "resourceFile9548"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9549", + "filePath": "resourceFile9549"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9550", + "filePath": "resourceFile9550"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9551", + "filePath": "resourceFile9551"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9552", + "filePath": "resourceFile9552"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9553", + "filePath": "resourceFile9553"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9554", + "filePath": "resourceFile9554"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9555", + "filePath": "resourceFile9555"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9556", + "filePath": "resourceFile9556"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9557", + "filePath": "resourceFile9557"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9558", + "filePath": "resourceFile9558"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9559", + "filePath": "resourceFile9559"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9560", + "filePath": "resourceFile9560"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9561", + "filePath": "resourceFile9561"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9562", + "filePath": "resourceFile9562"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9563", + "filePath": "resourceFile9563"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9564", + "filePath": "resourceFile9564"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9565", + "filePath": "resourceFile9565"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9566", + "filePath": "resourceFile9566"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9567", + "filePath": "resourceFile9567"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9568", + "filePath": "resourceFile9568"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9569", + "filePath": "resourceFile9569"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9570", + "filePath": "resourceFile9570"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9571", + "filePath": "resourceFile9571"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9572", + "filePath": "resourceFile9572"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9573", + "filePath": "resourceFile9573"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9574", + "filePath": "resourceFile9574"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9575", + "filePath": "resourceFile9575"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9576", + "filePath": "resourceFile9576"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9577", + "filePath": "resourceFile9577"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9578", + "filePath": "resourceFile9578"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9579", + "filePath": "resourceFile9579"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9580", + "filePath": "resourceFile9580"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9581", + "filePath": "resourceFile9581"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9582", + "filePath": "resourceFile9582"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9583", + "filePath": "resourceFile9583"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9584", + "filePath": "resourceFile9584"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9585", + "filePath": "resourceFile9585"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9586", + "filePath": "resourceFile9586"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9587", + "filePath": "resourceFile9587"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9588", + "filePath": "resourceFile9588"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9589", + "filePath": "resourceFile9589"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9590", + "filePath": "resourceFile9590"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9591", + "filePath": "resourceFile9591"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9592", + "filePath": "resourceFile9592"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9593", + "filePath": "resourceFile9593"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9594", + "filePath": "resourceFile9594"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9595", + "filePath": "resourceFile9595"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9596", + "filePath": "resourceFile9596"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9597", + "filePath": "resourceFile9597"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9598", + "filePath": "resourceFile9598"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9599", + "filePath": "resourceFile9599"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9600", + "filePath": "resourceFile9600"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9601", + "filePath": "resourceFile9601"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9602", + "filePath": "resourceFile9602"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9603", + "filePath": "resourceFile9603"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9604", + "filePath": "resourceFile9604"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9605", + "filePath": "resourceFile9605"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9606", + "filePath": "resourceFile9606"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9607", + "filePath": "resourceFile9607"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9608", + "filePath": "resourceFile9608"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9609", + "filePath": "resourceFile9609"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9610", + "filePath": "resourceFile9610"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9611", + "filePath": "resourceFile9611"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9612", + "filePath": "resourceFile9612"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9613", + "filePath": "resourceFile9613"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9614", + "filePath": "resourceFile9614"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9615", + "filePath": "resourceFile9615"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9616", + "filePath": "resourceFile9616"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9617", + "filePath": "resourceFile9617"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9618", + "filePath": "resourceFile9618"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9619", + "filePath": "resourceFile9619"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9620", + "filePath": "resourceFile9620"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9621", + "filePath": "resourceFile9621"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9622", + "filePath": "resourceFile9622"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9623", + "filePath": "resourceFile9623"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9624", + "filePath": "resourceFile9624"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9625", + "filePath": "resourceFile9625"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9626", + "filePath": "resourceFile9626"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9627", + "filePath": "resourceFile9627"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9628", + "filePath": "resourceFile9628"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9629", + "filePath": "resourceFile9629"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9630", + "filePath": "resourceFile9630"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9631", + "filePath": "resourceFile9631"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9632", + "filePath": "resourceFile9632"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9633", + "filePath": "resourceFile9633"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9634", + "filePath": "resourceFile9634"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9635", + "filePath": "resourceFile9635"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9636", + "filePath": "resourceFile9636"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9637", + "filePath": "resourceFile9637"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9638", + "filePath": "resourceFile9638"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9639", + "filePath": "resourceFile9639"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9640", + "filePath": "resourceFile9640"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9641", + "filePath": "resourceFile9641"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9642", + "filePath": "resourceFile9642"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9643", + "filePath": "resourceFile9643"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9644", + "filePath": "resourceFile9644"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9645", + "filePath": "resourceFile9645"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9646", + "filePath": "resourceFile9646"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9647", + "filePath": "resourceFile9647"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9648", + "filePath": "resourceFile9648"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9649", + "filePath": "resourceFile9649"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9650", + "filePath": "resourceFile9650"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9651", + "filePath": "resourceFile9651"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9652", + "filePath": "resourceFile9652"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9653", + "filePath": "resourceFile9653"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9654", + "filePath": "resourceFile9654"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9655", + "filePath": "resourceFile9655"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9656", + "filePath": "resourceFile9656"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9657", + "filePath": "resourceFile9657"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9658", + "filePath": "resourceFile9658"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9659", + "filePath": "resourceFile9659"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9660", + "filePath": "resourceFile9660"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9661", + "filePath": "resourceFile9661"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9662", + "filePath": "resourceFile9662"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9663", + "filePath": "resourceFile9663"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9664", + "filePath": "resourceFile9664"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9665", + "filePath": "resourceFile9665"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9666", + "filePath": "resourceFile9666"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9667", + "filePath": "resourceFile9667"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9668", + "filePath": "resourceFile9668"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9669", + "filePath": "resourceFile9669"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9670", + "filePath": "resourceFile9670"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9671", + "filePath": "resourceFile9671"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9672", + "filePath": "resourceFile9672"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9673", + "filePath": "resourceFile9673"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9674", + "filePath": "resourceFile9674"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9675", + "filePath": "resourceFile9675"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9676", + "filePath": "resourceFile9676"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9677", + "filePath": "resourceFile9677"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9678", + "filePath": "resourceFile9678"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9679", + "filePath": "resourceFile9679"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9680", + "filePath": "resourceFile9680"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9681", + "filePath": "resourceFile9681"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9682", + "filePath": "resourceFile9682"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9683", + "filePath": "resourceFile9683"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9684", + "filePath": "resourceFile9684"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9685", + "filePath": "resourceFile9685"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9686", + "filePath": "resourceFile9686"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9687", + "filePath": "resourceFile9687"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9688", + "filePath": "resourceFile9688"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9689", + "filePath": "resourceFile9689"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9690", + "filePath": "resourceFile9690"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9691", + "filePath": "resourceFile9691"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9692", + "filePath": "resourceFile9692"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9693", + "filePath": "resourceFile9693"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9694", + "filePath": "resourceFile9694"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9695", + "filePath": "resourceFile9695"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9696", + "filePath": "resourceFile9696"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9697", + "filePath": "resourceFile9697"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9698", + "filePath": "resourceFile9698"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9699", + "filePath": "resourceFile9699"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9700", + "filePath": "resourceFile9700"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9701", + "filePath": "resourceFile9701"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9702", + "filePath": "resourceFile9702"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9703", + "filePath": "resourceFile9703"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9704", + "filePath": "resourceFile9704"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9705", + "filePath": "resourceFile9705"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9706", + "filePath": "resourceFile9706"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9707", + "filePath": "resourceFile9707"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9708", + "filePath": "resourceFile9708"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9709", + "filePath": "resourceFile9709"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9710", + "filePath": "resourceFile9710"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9711", + "filePath": "resourceFile9711"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9712", + "filePath": "resourceFile9712"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9713", + "filePath": "resourceFile9713"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9714", + "filePath": "resourceFile9714"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9715", + "filePath": "resourceFile9715"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9716", + "filePath": "resourceFile9716"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9717", + "filePath": "resourceFile9717"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9718", + "filePath": "resourceFile9718"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9719", + "filePath": "resourceFile9719"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9720", + "filePath": "resourceFile9720"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9721", + "filePath": "resourceFile9721"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9722", + "filePath": "resourceFile9722"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9723", + "filePath": "resourceFile9723"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9724", + "filePath": "resourceFile9724"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9725", + "filePath": "resourceFile9725"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9726", + "filePath": "resourceFile9726"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9727", + "filePath": "resourceFile9727"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9728", + "filePath": "resourceFile9728"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9729", + "filePath": "resourceFile9729"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9730", + "filePath": "resourceFile9730"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9731", + "filePath": "resourceFile9731"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9732", + "filePath": "resourceFile9732"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9733", + "filePath": "resourceFile9733"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9734", + "filePath": "resourceFile9734"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9735", + "filePath": "resourceFile9735"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9736", + "filePath": "resourceFile9736"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9737", + "filePath": "resourceFile9737"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9738", + "filePath": "resourceFile9738"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9739", + "filePath": "resourceFile9739"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9740", + "filePath": "resourceFile9740"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9741", + "filePath": "resourceFile9741"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9742", + "filePath": "resourceFile9742"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9743", + "filePath": "resourceFile9743"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9744", + "filePath": "resourceFile9744"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9745", + "filePath": "resourceFile9745"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9746", + "filePath": "resourceFile9746"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9747", + "filePath": "resourceFile9747"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9748", + "filePath": "resourceFile9748"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9749", + "filePath": "resourceFile9749"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9750", + "filePath": "resourceFile9750"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9751", + "filePath": "resourceFile9751"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9752", + "filePath": "resourceFile9752"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9753", + "filePath": "resourceFile9753"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9754", + "filePath": "resourceFile9754"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9755", + "filePath": "resourceFile9755"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9756", + "filePath": "resourceFile9756"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9757", + "filePath": "resourceFile9757"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9758", + "filePath": "resourceFile9758"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9759", + "filePath": "resourceFile9759"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9760", + "filePath": "resourceFile9760"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9761", + "filePath": "resourceFile9761"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9762", + "filePath": "resourceFile9762"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9763", + "filePath": "resourceFile9763"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9764", + "filePath": "resourceFile9764"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9765", + "filePath": "resourceFile9765"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9766", + "filePath": "resourceFile9766"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9767", + "filePath": "resourceFile9767"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9768", + "filePath": "resourceFile9768"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9769", + "filePath": "resourceFile9769"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9770", + "filePath": "resourceFile9770"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9771", + "filePath": "resourceFile9771"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9772", + "filePath": "resourceFile9772"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9773", + "filePath": "resourceFile9773"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9774", + "filePath": "resourceFile9774"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9775", + "filePath": "resourceFile9775"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9776", + "filePath": "resourceFile9776"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9777", + "filePath": "resourceFile9777"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9778", + "filePath": "resourceFile9778"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9779", + "filePath": "resourceFile9779"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9780", + "filePath": "resourceFile9780"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9781", + "filePath": "resourceFile9781"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9782", + "filePath": "resourceFile9782"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9783", + "filePath": "resourceFile9783"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9784", + "filePath": "resourceFile9784"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9785", + "filePath": "resourceFile9785"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9786", + "filePath": "resourceFile9786"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9787", + "filePath": "resourceFile9787"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9788", + "filePath": "resourceFile9788"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9789", + "filePath": "resourceFile9789"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9790", + "filePath": "resourceFile9790"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9791", + "filePath": "resourceFile9791"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9792", + "filePath": "resourceFile9792"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9793", + "filePath": "resourceFile9793"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9794", + "filePath": "resourceFile9794"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9795", + "filePath": "resourceFile9795"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9796", + "filePath": "resourceFile9796"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9797", + "filePath": "resourceFile9797"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9798", + "filePath": "resourceFile9798"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9799", + "filePath": "resourceFile9799"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9800", + "filePath": "resourceFile9800"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9801", + "filePath": "resourceFile9801"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9802", + "filePath": "resourceFile9802"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9803", + "filePath": "resourceFile9803"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9804", + "filePath": "resourceFile9804"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9805", + "filePath": "resourceFile9805"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9806", + "filePath": "resourceFile9806"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9807", + "filePath": "resourceFile9807"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9808", + "filePath": "resourceFile9808"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9809", + "filePath": "resourceFile9809"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9810", + "filePath": "resourceFile9810"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9811", + "filePath": "resourceFile9811"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9812", + "filePath": "resourceFile9812"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9813", + "filePath": "resourceFile9813"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9814", + "filePath": "resourceFile9814"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9815", + "filePath": "resourceFile9815"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9816", + "filePath": "resourceFile9816"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9817", + "filePath": "resourceFile9817"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9818", + "filePath": "resourceFile9818"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9819", + "filePath": "resourceFile9819"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9820", + "filePath": "resourceFile9820"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9821", + "filePath": "resourceFile9821"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9822", + "filePath": "resourceFile9822"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9823", + "filePath": "resourceFile9823"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9824", + "filePath": "resourceFile9824"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9825", + "filePath": "resourceFile9825"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9826", + "filePath": "resourceFile9826"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9827", + "filePath": "resourceFile9827"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9828", + "filePath": "resourceFile9828"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9829", + "filePath": "resourceFile9829"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9830", + "filePath": "resourceFile9830"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9831", + "filePath": "resourceFile9831"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9832", + "filePath": "resourceFile9832"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9833", + "filePath": "resourceFile9833"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9834", + "filePath": "resourceFile9834"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9835", + "filePath": "resourceFile9835"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9836", + "filePath": "resourceFile9836"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9837", + "filePath": "resourceFile9837"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9838", + "filePath": "resourceFile9838"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9839", + "filePath": "resourceFile9839"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9840", + "filePath": "resourceFile9840"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9841", + "filePath": "resourceFile9841"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9842", + "filePath": "resourceFile9842"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9843", + "filePath": "resourceFile9843"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9844", + "filePath": "resourceFile9844"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9845", + "filePath": "resourceFile9845"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9846", + "filePath": "resourceFile9846"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9847", + "filePath": "resourceFile9847"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9848", + "filePath": "resourceFile9848"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9849", + "filePath": "resourceFile9849"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9850", + "filePath": "resourceFile9850"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9851", + "filePath": "resourceFile9851"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9852", + "filePath": "resourceFile9852"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9853", + "filePath": "resourceFile9853"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9854", + "filePath": "resourceFile9854"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9855", + "filePath": "resourceFile9855"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9856", + "filePath": "resourceFile9856"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9857", + "filePath": "resourceFile9857"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9858", + "filePath": "resourceFile9858"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9859", + "filePath": "resourceFile9859"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9860", + "filePath": "resourceFile9860"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9861", + "filePath": "resourceFile9861"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9862", + "filePath": "resourceFile9862"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9863", + "filePath": "resourceFile9863"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9864", + "filePath": "resourceFile9864"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9865", + "filePath": "resourceFile9865"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9866", + "filePath": "resourceFile9866"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9867", + "filePath": "resourceFile9867"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9868", + "filePath": "resourceFile9868"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9869", + "filePath": "resourceFile9869"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9870", + "filePath": "resourceFile9870"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9871", + "filePath": "resourceFile9871"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9872", + "filePath": "resourceFile9872"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9873", + "filePath": "resourceFile9873"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9874", + "filePath": "resourceFile9874"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9875", + "filePath": "resourceFile9875"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9876", + "filePath": "resourceFile9876"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9877", + "filePath": "resourceFile9877"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9878", + "filePath": "resourceFile9878"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9879", + "filePath": "resourceFile9879"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9880", + "filePath": "resourceFile9880"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9881", + "filePath": "resourceFile9881"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9882", + "filePath": "resourceFile9882"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9883", + "filePath": "resourceFile9883"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9884", + "filePath": "resourceFile9884"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9885", + "filePath": "resourceFile9885"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9886", + "filePath": "resourceFile9886"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9887", + "filePath": "resourceFile9887"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9888", + "filePath": "resourceFile9888"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9889", + "filePath": "resourceFile9889"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9890", + "filePath": "resourceFile9890"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9891", + "filePath": "resourceFile9891"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9892", + "filePath": "resourceFile9892"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9893", + "filePath": "resourceFile9893"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9894", + "filePath": "resourceFile9894"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9895", + "filePath": "resourceFile9895"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9896", + "filePath": "resourceFile9896"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9897", + "filePath": "resourceFile9897"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9898", + "filePath": "resourceFile9898"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9899", + "filePath": "resourceFile9899"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9900", + "filePath": "resourceFile9900"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9901", + "filePath": "resourceFile9901"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9902", + "filePath": "resourceFile9902"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9903", + "filePath": "resourceFile9903"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9904", + "filePath": "resourceFile9904"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9905", + "filePath": "resourceFile9905"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9906", + "filePath": "resourceFile9906"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9907", + "filePath": "resourceFile9907"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9908", + "filePath": "resourceFile9908"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9909", + "filePath": "resourceFile9909"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9910", + "filePath": "resourceFile9910"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9911", + "filePath": "resourceFile9911"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9912", + "filePath": "resourceFile9912"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9913", + "filePath": "resourceFile9913"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9914", + "filePath": "resourceFile9914"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9915", + "filePath": "resourceFile9915"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9916", + "filePath": "resourceFile9916"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9917", + "filePath": "resourceFile9917"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9918", + "filePath": "resourceFile9918"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9919", + "filePath": "resourceFile9919"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9920", + "filePath": "resourceFile9920"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9921", + "filePath": "resourceFile9921"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9922", + "filePath": "resourceFile9922"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9923", + "filePath": "resourceFile9923"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9924", + "filePath": "resourceFile9924"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9925", + "filePath": "resourceFile9925"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9926", + "filePath": "resourceFile9926"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9927", + "filePath": "resourceFile9927"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9928", + "filePath": "resourceFile9928"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9929", + "filePath": "resourceFile9929"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9930", + "filePath": "resourceFile9930"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9931", + "filePath": "resourceFile9931"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9932", + "filePath": "resourceFile9932"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9933", + "filePath": "resourceFile9933"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9934", + "filePath": "resourceFile9934"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9935", + "filePath": "resourceFile9935"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9936", + "filePath": "resourceFile9936"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9937", + "filePath": "resourceFile9937"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9938", + "filePath": "resourceFile9938"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9939", + "filePath": "resourceFile9939"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9940", + "filePath": "resourceFile9940"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9941", + "filePath": "resourceFile9941"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9942", + "filePath": "resourceFile9942"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9943", + "filePath": "resourceFile9943"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9944", + "filePath": "resourceFile9944"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9945", + "filePath": "resourceFile9945"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9946", + "filePath": "resourceFile9946"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9947", + "filePath": "resourceFile9947"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9948", + "filePath": "resourceFile9948"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9949", + "filePath": "resourceFile9949"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9950", + "filePath": "resourceFile9950"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9951", + "filePath": "resourceFile9951"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9952", + "filePath": "resourceFile9952"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9953", + "filePath": "resourceFile9953"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9954", + "filePath": "resourceFile9954"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9955", + "filePath": "resourceFile9955"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9956", + "filePath": "resourceFile9956"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9957", + "filePath": "resourceFile9957"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9958", + "filePath": "resourceFile9958"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9959", + "filePath": "resourceFile9959"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9960", + "filePath": "resourceFile9960"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9961", + "filePath": "resourceFile9961"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9962", + "filePath": "resourceFile9962"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9963", + "filePath": "resourceFile9963"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9964", + "filePath": "resourceFile9964"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9965", + "filePath": "resourceFile9965"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9966", + "filePath": "resourceFile9966"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9967", + "filePath": "resourceFile9967"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9968", + "filePath": "resourceFile9968"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9969", + "filePath": "resourceFile9969"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9970", + "filePath": "resourceFile9970"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9971", + "filePath": "resourceFile9971"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9972", + "filePath": "resourceFile9972"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9973", + "filePath": "resourceFile9973"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9974", + "filePath": "resourceFile9974"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9975", + "filePath": "resourceFile9975"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9976", + "filePath": "resourceFile9976"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9977", + "filePath": "resourceFile9977"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9978", + "filePath": "resourceFile9978"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9979", + "filePath": "resourceFile9979"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9980", + "filePath": "resourceFile9980"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9981", + "filePath": "resourceFile9981"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9982", + "filePath": "resourceFile9982"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9983", + "filePath": "resourceFile9983"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9984", + "filePath": "resourceFile9984"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9985", + "filePath": "resourceFile9985"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9986", + "filePath": "resourceFile9986"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9987", + "filePath": "resourceFile9987"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9988", + "filePath": "resourceFile9988"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9989", + "filePath": "resourceFile9989"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9990", + "filePath": "resourceFile9990"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9991", + "filePath": "resourceFile9991"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9992", + "filePath": "resourceFile9992"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9993", + "filePath": "resourceFile9993"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9994", + "filePath": "resourceFile9994"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9995", + "filePath": "resourceFile9995"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9996", + "filePath": "resourceFile9996"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9997", + "filePath": "resourceFile9997"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9998", + "filePath": "resourceFile9998"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9999", + "filePath": "resourceFile9999"}], "id": "mytask", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['1207854'] + Content-Length: ['1177854'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:29 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:55 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"RequestBodyTooLarge\",\"message\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"RequestBodyTooLarge\",\"message\":{\r\n \ \"lang\":\"en-US\",\"value\":\"The request body is too large and exceeds - the maximum permissible limit.\\nRequestId:91095a2f-6205-4a48-966a-bba33540bafa\\nTime:2018-09-13T20:24:30.3153553Z\"\r\n + the maximum permissible limit.\\nRequestId:ffd687dc-02e2-4432-abf1-12469ab3f475\\nTime:2018-12-14T18:00:55.7376734Z\"\r\n \ },\"values\":[\r\n {\r\n \"key\":\"MaxLimit\",\"value\":\"1048576\"\r\n \ }\r\n ]\r\n}"} headers: - content-length: ['451'] + content-length: ['458'] content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:30 GMT'] - request-id: [91095a2f-6205-4a48-966a-bba33540bafa] + date: ['Fri, 14 Dec 2018 18:00:55 GMT'] + request-id: [ffd687dc-02e2-4432-abf1-12469ab3f475] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] status: {code: 413, message: The request body is too large and exceeds the maximum permissible limit.} - request: - body: '{"value": [{"id": "mytask732", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask731", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask730", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask729", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask728", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask727", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask726", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask725", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask724", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask723", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask722", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask721", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask720", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask719", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask718", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask717", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask716", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask715", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask714", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask713", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask712", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask711", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask710", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask709", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask708", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask707", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask706", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask705", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask704", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask703", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask702", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask701", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask700", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask699", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask698", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask697", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask696", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask695", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask694", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask693", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask692", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask691", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask690", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask689", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask688", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask687", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask686", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask685", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask684", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask683", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask682", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask681", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask680", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask679", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask678", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask677", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask676", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask675", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask674", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask673", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask672", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask671", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask670", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask669", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask668", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask667", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask666", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask665", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask664", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask663", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask662", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask661", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask660", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask659", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask658", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask657", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask656", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask655", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask654", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask653", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask652", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask651", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask650", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask649", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask648", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask647", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask646", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask645", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask644", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask643", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask642", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask641", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask640", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask639", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask638", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask637", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask636", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask635", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask634", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask633", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask732", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask731", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask730", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask729", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask728", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask727", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask726", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask725", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask724", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask723", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask722", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask721", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask720", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask719", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask718", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask717", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask716", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask715", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask714", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask713", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask712", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask711", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask710", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask709", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask708", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask707", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask706", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask705", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask704", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask703", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask702", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask701", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask700", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask699", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask698", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask697", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask696", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask695", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask694", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask693", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask692", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask691", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask690", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask689", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask688", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask687", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask686", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask685", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask684", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask683", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask682", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask681", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask680", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask679", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask678", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask677", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask676", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask675", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask674", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask673", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask672", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask671", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask670", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask669", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask668", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask667", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask666", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask665", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask664", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask663", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask662", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask661", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask660", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask659", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask658", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask657", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask656", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask655", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask654", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask653", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask652", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask651", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask650", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask649", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask648", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask647", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask646", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask645", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask644", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask643", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask642", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask641", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask640", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask639", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask638", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask637", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask636", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask635", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask634", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask633", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['1174611'] + Content-Length: ['1144611'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:31 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:00:58 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"RequestBodyTooLarge\",\"message\":{\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"RequestBodyTooLarge\",\"message\":{\r\n \ \"lang\":\"en-US\",\"value\":\"The request body is too large and exceeds - the maximum permissible limit.\\nRequestId:cff75933-fa80-4bdf-a3f6-2533efcee021\\nTime:2018-09-13T20:24:32.1086560Z\"\r\n + the maximum permissible limit.\\nRequestId:77a60ac3-285f-4f39-8614-16f638ca94ad\\nTime:2018-12-14T18:00:59.0035899Z\"\r\n \ },\"values\":[\r\n {\r\n \"key\":\"MaxLimit\",\"value\":\"1048576\"\r\n \ }\r\n ]\r\n}"} headers: - content-length: ['451'] + content-length: ['458'] content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:32 GMT'] - request-id: [cff75933-fa80-4bdf-a3f6-2533efcee021] + date: ['Fri, 14 Dec 2018 18:00:59 GMT'] + request-id: [77a60ac3-285f-4f39-8614-16f638ca94ad] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] status: {code: 413, message: The request body is too large and exceeds the maximum permissible limit.} - request: - body: '{"value": [{"id": "mytask732", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask731", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask730", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask729", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask728", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask727", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask726", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask725", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask724", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask723", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask722", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask721", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask720", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask719", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask718", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask717", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask716", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask715", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask714", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask713", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask712", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask711", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask710", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask709", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask708", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask707", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask706", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask705", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask704", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask703", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask702", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask701", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask700", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask699", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask698", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask697", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask696", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask695", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask694", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask693", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask692", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask691", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask690", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask689", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask688", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask687", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask686", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask685", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask684", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask683", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask732", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask731", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask730", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask729", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask728", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask727", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask726", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask725", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask724", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask723", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask722", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask721", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask720", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask719", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask718", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask717", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask716", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask715", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask714", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask713", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask712", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask711", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask710", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask709", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask708", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask707", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask706", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask705", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask704", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask703", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask702", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask701", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask700", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask699", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask698", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask697", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask696", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask695", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask694", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask693", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask692", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask691", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask690", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask689", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask688", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask687", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask686", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask685", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask684", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask683", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:32 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:01 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask732\",\"eTag\":\"0x8D619B6EB3A3838\",\"lastModified\":\"2018-09-13T20:24:34.0707384Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask732\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask731\",\"eTag\":\"0x8D619B6EB3AD2CE\",\"lastModified\":\"2018-09-13T20:24:34.0746958Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask731\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask730\",\"eTag\":\"0x8D619B6EB3CF788\",\"lastModified\":\"2018-09-13T20:24:34.0887432Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask730\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask729\",\"eTag\":\"0x8D619B6EB3D91FA\",\"lastModified\":\"2018-09-13T20:24:34.092697Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask729\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask728\",\"eTag\":\"0x8D619B6EB3ECA76\",\"lastModified\":\"2018-09-13T20:24:34.1006966Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask728\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask727\",\"eTag\":\"0x8D619B6EB40511E\",\"lastModified\":\"2018-09-13T20:24:34.1106974Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask727\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask726\",\"eTag\":\"0x8D619B6EB41B5A4\",\"lastModified\":\"2018-09-13T20:24:34.1198244Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask726\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask725\",\"eTag\":\"0x8D619B6EB43374A\",\"lastModified\":\"2018-09-13T20:24:34.129697Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask725\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask724\",\"eTag\":\"0x8D619B6EB4CFC94\",\"lastModified\":\"2018-09-13T20:24:34.19373Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask724\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask722\",\"eTag\":\"0x8D619B6EB4F6C4D\",\"lastModified\":\"2018-09-13T20:24:34.2096973Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask722\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask721\",\"eTag\":\"0x8D619B6EB540022\",\"lastModified\":\"2018-09-13T20:24:34.2396962Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask721\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask718\",\"eTag\":\"0x8D619B6EB5538AA\",\"lastModified\":\"2018-09-13T20:24:34.247697Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask718\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask720\",\"eTag\":\"0x8D619B6EB56BF34\",\"lastModified\":\"2018-09-13T20:24:34.2576948Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask720\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask716\",\"eTag\":\"0x8D619B6EB59A6F5\",\"lastModified\":\"2018-09-13T20:24:34.2767349Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask716\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask715\",\"eTag\":\"0x8D619B6EB5D88F0\",\"lastModified\":\"2018-09-13T20:24:34.3021808Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask715\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask717\",\"eTag\":\"0x8D619B6EB616DB7\",\"lastModified\":\"2018-09-13T20:24:34.3276983Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask717\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask719\",\"eTag\":\"0x8D619B6EB581EC8\",\"lastModified\":\"2018-09-13T20:24:34.2666952Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask719\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask723\",\"eTag\":\"0x8D619B6EB56BF34\",\"lastModified\":\"2018-09-13T20:24:34.2576948Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask723\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask707\",\"eTag\":\"0x8D619B6EB66C54F\",\"lastModified\":\"2018-09-13T20:24:34.3627087Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask707\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask706\",\"eTag\":\"0x8D619B6EB695CFF\",\"lastModified\":\"2018-09-13T20:24:34.3796991Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask706\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask704\",\"eTag\":\"0x8D619B6EB6ABCE0\",\"lastModified\":\"2018-09-13T20:24:34.3887072Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask704\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask703\",\"eTag\":\"0x8D619B6EB6B0AB0\",\"lastModified\":\"2018-09-13T20:24:34.3906992Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask703\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask713\",\"eTag\":\"0x8D619B6EB5FE908\",\"lastModified\":\"2018-09-13T20:24:34.317748Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask713\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask712\",\"eTag\":\"0x8D619B6EB600E33\",\"lastModified\":\"2018-09-13T20:24:34.3186995Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask712\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask714\",\"eTag\":\"0x8D619B6EB5F7326\",\"lastModified\":\"2018-09-13T20:24:34.3147302Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask714\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask710\",\"eTag\":\"0x8D619B6EB714C42\",\"lastModified\":\"2018-09-13T20:24:34.4316994Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask710\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask708\",\"eTag\":\"0x8D619B6EB714C42\",\"lastModified\":\"2018-09-13T20:24:34.4316994Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask708\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask709\",\"eTag\":\"0x8D619B6EB6194F0\",\"lastModified\":\"2018-09-13T20:24:34.3287024Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask709\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask699\",\"eTag\":\"0x8D619B6EB70FE1C\",\"lastModified\":\"2018-09-13T20:24:34.4296988Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask699\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask698\",\"eTag\":\"0x8D619B6EB72D2E8\",\"lastModified\":\"2018-09-13T20:24:34.4417Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask698\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask695\",\"eTag\":\"0x8D619B6EB76F188\",\"lastModified\":\"2018-09-13T20:24:34.4686984Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask695\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask693\",\"eTag\":\"0x8D619B6EB773FCF\",\"lastModified\":\"2018-09-13T20:24:34.4707023Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask693\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask696\",\"eTag\":\"0x8D619B6EB76F188\",\"lastModified\":\"2018-09-13T20:24:34.4686984Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask696\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask694\",\"eTag\":\"0x8D619B6EB785110\",\"lastModified\":\"2018-09-13T20:24:34.4776976Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask694\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask705\",\"eTag\":\"0x8D619B6EB695CFF\",\"lastModified\":\"2018-09-13T20:24:34.3796991Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask705\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask691\",\"eTag\":\"0x8D619B6EB7BD374\",\"lastModified\":\"2018-09-13T20:24:34.5006964Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask691\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask692\",\"eTag\":\"0x8D619B6EB7BD374\",\"lastModified\":\"2018-09-13T20:24:34.5006964Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask692\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask690\",\"eTag\":\"0x8D619B6EB7EE0C6\",\"lastModified\":\"2018-09-13T20:24:34.5206982Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask690\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask688\",\"eTag\":\"0x8D619B6EB7EE0C6\",\"lastModified\":\"2018-09-13T20:24:34.5206982Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask688\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask689\",\"eTag\":\"0x8D619B6EB7EE0C6\",\"lastModified\":\"2018-09-13T20:24:34.5206982Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask689\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask702\",\"eTag\":\"0x8D619B6EB6DA2BB\",\"lastModified\":\"2018-09-13T20:24:34.4076987Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask702\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask711\",\"eTag\":\"0x8D619B6EB6DC9D5\",\"lastModified\":\"2018-09-13T20:24:34.4086997Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask711\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask687\",\"eTag\":\"0x8D619B6EB804046\",\"lastModified\":\"2018-09-13T20:24:34.5296966Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask687\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask700\",\"eTag\":\"0x8D619B6EB804046\",\"lastModified\":\"2018-09-13T20:24:34.5296966Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask700\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask697\",\"eTag\":\"0x8D619B6EB74326A\",\"lastModified\":\"2018-09-13T20:24:34.4506986Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask697\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask685\",\"eTag\":\"0x8D619B6EB8178E1\",\"lastModified\":\"2018-09-13T20:24:34.5376993Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask685\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask701\",\"eTag\":\"0x8D619B6EB81A2DC\",\"lastModified\":\"2018-09-13T20:24:34.538774Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask701\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask686\",\"eTag\":\"0x8D619B6EB8178E1\",\"lastModified\":\"2018-09-13T20:24:34.5376993Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask686\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask684\",\"eTag\":\"0x8D619B6EB82A5F7\",\"lastModified\":\"2018-09-13T20:24:34.5454071Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask684\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask683\",\"eTag\":\"0x8D619B6EB8374BE\",\"lastModified\":\"2018-09-13T20:24:34.5507006Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask683\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask732\",\"eTag\":\"0x8D661EE1C3B3F45\",\"lastModified\":\"2018-12-14T18:01:02.3259461Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask732\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask730\",\"eTag\":\"0x8D661EE1C3E1277\",\"lastModified\":\"2018-12-14T18:01:02.3444599Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask730\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask729\",\"eTag\":\"0x8D661EE1C3F8BD5\",\"lastModified\":\"2018-12-14T18:01:02.3541205Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask729\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask731\",\"eTag\":\"0x8D661EE1C3CA635\",\"lastModified\":\"2018-12-14T18:01:02.3351349Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask731\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask727\",\"eTag\":\"0x8D661EE1C4271FB\",\"lastModified\":\"2018-12-14T18:01:02.3731195Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask727\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask728\",\"eTag\":\"0x8D661EE1C4446AF\",\"lastModified\":\"2018-12-14T18:01:02.3851183Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask728\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask725\",\"eTag\":\"0x8D661EE1C455810\",\"lastModified\":\"2018-12-14T18:01:02.3921168Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask725\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask724\",\"eTag\":\"0x8D661EE1C46B5C5\",\"lastModified\":\"2018-12-14T18:01:02.4010693Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask724\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask726\",\"eTag\":\"0x8D661EE1C518D3B\",\"lastModified\":\"2018-12-14T18:01:02.4721211Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask726\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask722\",\"eTag\":\"0x8D661EE1C518D3B\",\"lastModified\":\"2018-12-14T18:01:02.4721211Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask722\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask714\",\"eTag\":\"0x8D661EE1C57808A\",\"lastModified\":\"2018-12-14T18:01:02.5111178Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask714\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask715\",\"eTag\":\"0x8D661EE1C575979\",\"lastModified\":\"2018-12-14T18:01:02.5101177Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask715\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask723\",\"eTag\":\"0x8D661EE1C518D3B\",\"lastModified\":\"2018-12-14T18:01:02.4721211Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask723\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask721\",\"eTag\":\"0x8D661EE1C51B43A\",\"lastModified\":\"2018-12-14T18:01:02.4731194Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask721\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask720\",\"eTag\":\"0x8D661EE1C51B43A\",\"lastModified\":\"2018-12-14T18:01:02.4731194Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask720\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask718\",\"eTag\":\"0x8D661EE1C52C873\",\"lastModified\":\"2018-12-14T18:01:02.4801907Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask718\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask719\",\"eTag\":\"0x8D661EE1C52C873\",\"lastModified\":\"2018-12-14T18:01:02.4801907Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask719\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask716\",\"eTag\":\"0x8D661EE1C61E126\",\"lastModified\":\"2018-12-14T18:01:02.579127Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask716\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask709\",\"eTag\":\"0x8D661EE1C6207E8\",\"lastModified\":\"2018-12-14T18:01:02.5801192Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask709\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask707\",\"eTag\":\"0x8D661EE1C636B3E\",\"lastModified\":\"2018-12-14T18:01:02.5892158Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask707\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask705\",\"eTag\":\"0x8D661EE1C64EE20\",\"lastModified\":\"2018-12-14T18:01:02.59912Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask705\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask717\",\"eTag\":\"0x8D661EE1C57808A\",\"lastModified\":\"2018-12-14T18:01:02.5111178Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask717\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask713\",\"eTag\":\"0x8D661EE1C57A7A7\",\"lastModified\":\"2018-12-14T18:01:02.5121191Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask713\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask711\",\"eTag\":\"0x8D661EE1C592E5B\",\"lastModified\":\"2018-12-14T18:01:02.5221211Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask711\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask703\",\"eTag\":\"0x8D661EE1C6B3034\",\"lastModified\":\"2018-12-14T18:01:02.6401332Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask703\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask712\",\"eTag\":\"0x8D661EE1C5A5038\",\"lastModified\":\"2018-12-14T18:01:02.5295416Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask712\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask704\",\"eTag\":\"0x8D661EE1C6B3034\",\"lastModified\":\"2018-12-14T18:01:02.6401332Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask704\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask702\",\"eTag\":\"0x8D661EE1C6C3836\",\"lastModified\":\"2018-12-14T18:01:02.6468918Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask702\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask701\",\"eTag\":\"0x8D661EE1C6C68B3\",\"lastModified\":\"2018-12-14T18:01:02.6481331Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask701\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask710\",\"eTag\":\"0x8D661EE1C61CDB0\",\"lastModified\":\"2018-12-14T18:01:02.5786288Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask710\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask700\",\"eTag\":\"0x8D661EE1C6DC7B1\",\"lastModified\":\"2018-12-14T18:01:02.6571185Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask700\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask706\",\"eTag\":\"0x8D661EE1C625629\",\"lastModified\":\"2018-12-14T18:01:02.5821225Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask706\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask698\",\"eTag\":\"0x8D661EE1C6E3CF1\",\"lastModified\":\"2018-12-14T18:01:02.6601201Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask698\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask699\",\"eTag\":\"0x8D661EE1C6DEED8\",\"lastModified\":\"2018-12-14T18:01:02.6581208Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask699\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask708\",\"eTag\":\"0x8D661EE1C636B3E\",\"lastModified\":\"2018-12-14T18:01:02.5892158Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask708\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask697\",\"eTag\":\"0x8D661EE1C6FC891\",\"lastModified\":\"2018-12-14T18:01:02.6702481Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask697\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask696\",\"eTag\":\"0x8D661EE1C6FC891\",\"lastModified\":\"2018-12-14T18:01:02.6702481Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask696\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask695\",\"eTag\":\"0x8D661EE1C7234A0\",\"lastModified\":\"2018-12-14T18:01:02.6861216Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask695\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask694\",\"eTag\":\"0x8D661EE1C73BB33\",\"lastModified\":\"2018-12-14T18:01:02.6961203Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask694\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask693\",\"eTag\":\"0x8D661EE1C751F46\",\"lastModified\":\"2018-12-14T18:01:02.7052358Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask693\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask692\",\"eTag\":\"0x8D661EE1C7716A8\",\"lastModified\":\"2018-12-14T18:01:02.7181224Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask692\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask691\",\"eTag\":\"0x8D661EE1C79128F\",\"lastModified\":\"2018-12-14T18:01:02.7311247Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask691\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask690\",\"eTag\":\"0x8D661EE1C79128F\",\"lastModified\":\"2018-12-14T18:01:02.7311247Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask690\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask689\",\"eTag\":\"0x8D661EE1C7B8369\",\"lastModified\":\"2018-12-14T18:01:02.7471209Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask689\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask688\",\"eTag\":\"0x8D661EE1C7D0A13\",\"lastModified\":\"2018-12-14T18:01:02.7571219Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask688\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask686\",\"eTag\":\"0x8D661EE1C7E90C3\",\"lastModified\":\"2018-12-14T18:01:02.7671235Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask686\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask687\",\"eTag\":\"0x8D661EE1C7E90C3\",\"lastModified\":\"2018-12-14T18:01:02.7671235Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask687\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask685\",\"eTag\":\"0x8D661EE1C7F7B00\",\"lastModified\":\"2018-12-14T18:01:02.77312Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask685\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask683\",\"eTag\":\"0x8D661EE1C82FD87\",\"lastModified\":\"2018-12-14T18:01:02.7961223Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask683\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask684\",\"eTag\":\"0x8D661EE1C83E88A\",\"lastModified\":\"2018-12-14T18:01:02.8021386Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask684\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:33 GMT'] - request-id: [8d14d4bb-f326-4520-99fa-de05eb49c06d] + date: ['Fri, 14 Dec 2018 18:01:02 GMT'] + request-id: [8ca21857-abac-4cf8-9075-5e8e773c6745] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask632", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask631", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask630", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask629", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask628", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask627", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask626", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask625", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask624", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask623", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask622", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask621", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask620", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask619", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask618", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask617", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask616", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask615", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask614", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask613", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask612", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask611", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask610", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask609", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask608", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask607", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask606", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask605", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask604", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask603", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask602", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask601", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask600", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask599", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask598", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask597", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask596", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask595", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask594", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask593", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask592", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask591", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask590", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask589", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask588", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask587", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask586", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask585", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask584", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask583", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask632", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask631", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask630", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask629", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask628", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask627", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask626", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask625", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask624", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask623", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask622", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask621", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask620", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask619", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask618", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask617", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask616", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask615", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask614", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask613", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask612", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask611", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask610", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask609", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask608", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask607", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask606", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask605", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask604", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask603", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask602", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask601", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask600", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask599", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask598", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask597", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask596", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask595", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask594", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask593", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask592", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask591", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask590", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask589", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask588", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask587", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask586", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask585", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask584", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask583", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:34 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:03 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask632\",\"eTag\":\"0x8D619B6EC6321C6\",\"lastModified\":\"2018-09-13T20:24:36.016583Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask632\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask631\",\"eTag\":\"0x8D619B6EC648163\",\"lastModified\":\"2018-09-13T20:24:36.0255843Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask631\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask630\",\"eTag\":\"0x8D619B6EC6607FE\",\"lastModified\":\"2018-09-13T20:24:36.0355838Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask630\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask629\",\"eTag\":\"0x8D619B6EC678F79\",\"lastModified\":\"2018-09-13T20:24:36.0456057Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask629\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask628\",\"eTag\":\"0x8D619B6EC69153D\",\"lastModified\":\"2018-09-13T20:24:36.0555837Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask628\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask627\",\"eTag\":\"0x8D619B6EC6A74D6\",\"lastModified\":\"2018-09-13T20:24:36.0645846Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask627\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask626\",\"eTag\":\"0x8D619B6EC6BFB78\",\"lastModified\":\"2018-09-13T20:24:36.0745848Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask626\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask625\",\"eTag\":\"0x8D619B6EC6DAA2F\",\"lastModified\":\"2018-09-13T20:24:36.0856111Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask625\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask624\",\"eTag\":\"0x8D619B6EC6F57DF\",\"lastModified\":\"2018-09-13T20:24:36.0966111Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask624\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask622\",\"eTag\":\"0x8D619B6EC739CB8\",\"lastModified\":\"2018-09-13T20:24:36.124588Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask622\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask620\",\"eTag\":\"0x8D619B6EC7634B7\",\"lastModified\":\"2018-09-13T20:24:36.1415863Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask620\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask623\",\"eTag\":\"0x8D619B6EC78F3D2\",\"lastModified\":\"2018-09-13T20:24:36.1595858Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask623\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask621\",\"eTag\":\"0x8D619B6EC79691F\",\"lastModified\":\"2018-09-13T20:24:36.1625887Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask621\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask618\",\"eTag\":\"0x8D619B6EC79691F\",\"lastModified\":\"2018-09-13T20:24:36.1625887Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask618\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask615\",\"eTag\":\"0x8D619B6EC7C011B\",\"lastModified\":\"2018-09-13T20:24:36.1795867Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask615\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask614\",\"eTag\":\"0x8D619B6EC7D6974\",\"lastModified\":\"2018-09-13T20:24:36.1888116Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask614\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask612\",\"eTag\":\"0x8D619B6EC7F5C91\",\"lastModified\":\"2018-09-13T20:24:36.2015889Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask612\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask616\",\"eTag\":\"0x8D619B6EC7C284F\",\"lastModified\":\"2018-09-13T20:24:36.1805903Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask616\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask611\",\"eTag\":\"0x8D619B6EC8269F8\",\"lastModified\":\"2018-09-13T20:24:36.2215928Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask611\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask610\",\"eTag\":\"0x8D619B6EC83F089\",\"lastModified\":\"2018-09-13T20:24:36.2315913Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask610\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask609\",\"eTag\":\"0x8D619B6EC83F089\",\"lastModified\":\"2018-09-13T20:24:36.2315913Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask609\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask617\",\"eTag\":\"0x8D619B6EC7F359E\",\"lastModified\":\"2018-09-13T20:24:36.2005918Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask617\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask608\",\"eTag\":\"0x8D619B6EC855012\",\"lastModified\":\"2018-09-13T20:24:36.2405906Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask608\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask613\",\"eTag\":\"0x8D619B6EC7F359E\",\"lastModified\":\"2018-09-13T20:24:36.2005918Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask613\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask619\",\"eTag\":\"0x8D619B6EC7C011B\",\"lastModified\":\"2018-09-13T20:24:36.1795867Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask619\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask607\",\"eTag\":\"0x8D619B6EC86D6CC\",\"lastModified\":\"2018-09-13T20:24:36.2505932Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask607\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask605\",\"eTag\":\"0x8D619B6EC880F31\",\"lastModified\":\"2018-09-13T20:24:36.2585905Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask605\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask606\",\"eTag\":\"0x8D619B6EC883668\",\"lastModified\":\"2018-09-13T20:24:36.2595944Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask606\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask604\",\"eTag\":\"0x8D619B6EC896EC4\",\"lastModified\":\"2018-09-13T20:24:36.2675908Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask604\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask603\",\"eTag\":\"0x8D619B6EC89E414\",\"lastModified\":\"2018-09-13T20:24:36.270594Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask603\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask602\",\"eTag\":\"0x8D619B6EC8B6A9E\",\"lastModified\":\"2018-09-13T20:24:36.2805918Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask602\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask601\",\"eTag\":\"0x8D619B6EC8CF158\",\"lastModified\":\"2018-09-13T20:24:36.2905944Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask601\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask600\",\"eTag\":\"0x8D619B6EC8E50F4\",\"lastModified\":\"2018-09-13T20:24:36.2995956Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask600\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask599\",\"eTag\":\"0x8D619B6EC8F56D0\",\"lastModified\":\"2018-09-13T20:24:36.3062992Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask599\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask598\",\"eTag\":\"0x8D619B6EC8FFE9A\",\"lastModified\":\"2018-09-13T20:24:36.3105946Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask598\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask597\",\"eTag\":\"0x8D619B6EC915E37\",\"lastModified\":\"2018-09-13T20:24:36.3195959Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask597\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask596\",\"eTag\":\"0x8D619B6EC92BDC9\",\"lastModified\":\"2018-09-13T20:24:36.3285961Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask596\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask595\",\"eTag\":\"0x8D619B6EC93CF21\",\"lastModified\":\"2018-09-13T20:24:36.3355937Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask595\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask594\",\"eTag\":\"0x8D619B6EC944467\",\"lastModified\":\"2018-09-13T20:24:36.3385959Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask594\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask592\",\"eTag\":\"0x8D619B6EC9838AE\",\"lastModified\":\"2018-09-13T20:24:36.3645102Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask592\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask593\",\"eTag\":\"0x8D619B6EC98B133\",\"lastModified\":\"2018-09-13T20:24:36.3675955Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask593\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask591\",\"eTag\":\"0x8D619B6EC9B3068\",\"lastModified\":\"2018-09-13T20:24:36.3839592Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask591\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask590\",\"eTag\":\"0x8D619B6EC9B382D\",\"lastModified\":\"2018-09-13T20:24:36.3841581Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask590\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask588\",\"eTag\":\"0x8D619B6EC9CB16B\",\"lastModified\":\"2018-09-13T20:24:36.3938155Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask588\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask587\",\"eTag\":\"0x8D619B6EC9E37BF\",\"lastModified\":\"2018-09-13T20:24:36.4038079Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask587\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask586\",\"eTag\":\"0x8D619B6EC9FB8C2\",\"lastModified\":\"2018-09-13T20:24:36.4136642Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask586\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask585\",\"eTag\":\"0x8D619B6EC9FBB55\",\"lastModified\":\"2018-09-13T20:24:36.4137301Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask585\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask584\",\"eTag\":\"0x8D619B6ECA6BBB4\",\"lastModified\":\"2018-09-13T20:24:36.4596148Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask584\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask589\",\"eTag\":\"0x8D619B6ECA70984\",\"lastModified\":\"2018-09-13T20:24:36.4616068Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask589\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask583\",\"eTag\":\"0x8D619B6ECA70984\",\"lastModified\":\"2018-09-13T20:24:36.4616068Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask583\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask632\",\"eTag\":\"0x8D661EE1DD15BA2\",\"lastModified\":\"2018-12-14T18:01:04.9874338Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask632\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask631\",\"eTag\":\"0x8D661EE1DD357A6\",\"lastModified\":\"2018-12-14T18:01:05.000439Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask631\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask629\",\"eTag\":\"0x8D661EE1DD5C96A\",\"lastModified\":\"2018-12-14T18:01:05.0164586Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask629\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask628\",\"eTag\":\"0x8D661EE1DD7C44F\",\"lastModified\":\"2018-12-14T18:01:05.0294351Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask628\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask626\",\"eTag\":\"0x8D661EE1DDBBBDB\",\"lastModified\":\"2018-12-14T18:01:05.0554331Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask626\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask624\",\"eTag\":\"0x8D661EE1DE49573\",\"lastModified\":\"2018-12-14T18:01:05.1134323Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask624\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask618\",\"eTag\":\"0x8D661EE1DEC0133\",\"lastModified\":\"2018-12-14T18:01:05.1620659Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask618\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask630\",\"eTag\":\"0x8D661EE1DD88790\",\"lastModified\":\"2018-12-14T18:01:05.0344336Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask630\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask627\",\"eTag\":\"0x8D661EE1DDE89A3\",\"lastModified\":\"2018-12-14T18:01:05.0738083Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask627\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask615\",\"eTag\":\"0x8D661EE1DF37BB1\",\"lastModified\":\"2018-12-14T18:01:05.2110769Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask615\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask625\",\"eTag\":\"0x8D661EE1DE49573\",\"lastModified\":\"2018-12-14T18:01:05.1134323Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask625\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask622\",\"eTag\":\"0x8D661EE1DF3D7C3\",\"lastModified\":\"2018-12-14T18:01:05.2134339Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask622\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask613\",\"eTag\":\"0x8D661EE1DF53747\",\"lastModified\":\"2018-12-14T18:01:05.2224327Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask613\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask623\",\"eTag\":\"0x8D661EE1DEC369C\",\"lastModified\":\"2018-12-14T18:01:05.1634332Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask623\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask609\",\"eTag\":\"0x8D661EE1E0BCC67\",\"lastModified\":\"2018-12-14T18:01:05.3704295Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask609\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask607\",\"eTag\":\"0x8D661EE1E0BCC67\",\"lastModified\":\"2018-12-14T18:01:05.3704295Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask607\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask608\",\"eTag\":\"0x8D661EE1E0ABAF6\",\"lastModified\":\"2018-12-14T18:01:05.3634294Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask608\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask617\",\"eTag\":\"0x8D661EE1DEDBD40\",\"lastModified\":\"2018-12-14T18:01:05.1734336Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask617\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask606\",\"eTag\":\"0x8D661EE1E0BBFF3\",\"lastModified\":\"2018-12-14T18:01:05.3701107Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask606\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask614\",\"eTag\":\"0x8D661EE1DF38995\",\"lastModified\":\"2018-12-14T18:01:05.2114325Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask614\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask592\",\"eTag\":\"0x8D661EE1E18017A\",\"lastModified\":\"2018-12-14T18:01:05.4504314Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask592\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask621\",\"eTag\":\"0x8D661EE1DF55E62\",\"lastModified\":\"2018-12-14T18:01:05.2234338Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask621\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask591\",\"eTag\":\"0x8D661EE1E19D640\",\"lastModified\":\"2018-12-14T18:01:05.462432Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask591\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask590\",\"eTag\":\"0x8D661EE1E19D640\",\"lastModified\":\"2018-12-14T18:01:05.462432Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask590\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask616\",\"eTag\":\"0x8D661EE1E1AE751\",\"lastModified\":\"2018-12-14T18:01:05.4694225Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask616\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask612\",\"eTag\":\"0x8D661EE1E196881\",\"lastModified\":\"2018-12-14T18:01:05.4596225Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask612\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask620\",\"eTag\":\"0x8D661EE1DF58559\",\"lastModified\":\"2018-12-14T18:01:05.2244313Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask620\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask611\",\"eTag\":\"0x8D661EE1E1E4313\",\"lastModified\":\"2018-12-14T18:01:05.4914323Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask611\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask619\",\"eTag\":\"0x8D661EE1DFD9BA7\",\"lastModified\":\"2018-12-14T18:01:05.2774311Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask619\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask610\",\"eTag\":\"0x8D661EE1DFCD84E\",\"lastModified\":\"2018-12-14T18:01:05.2724302Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask610\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask585\",\"eTag\":\"0x8D661EE1E240F67\",\"lastModified\":\"2018-12-14T18:01:05.5294311Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask585\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask605\",\"eTag\":\"0x8D661EE1E0BF393\",\"lastModified\":\"2018-12-14T18:01:05.3714323Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask605\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask586\",\"eTag\":\"0x8D661EE1E245D81\",\"lastModified\":\"2018-12-14T18:01:05.5314305Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask586\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask583\",\"eTag\":\"0x8D661EE1E24ABAB\",\"lastModified\":\"2018-12-14T18:01:05.5334315Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask583\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask603\",\"eTag\":\"0x8D661EE1E0EBD36\",\"lastModified\":\"2018-12-14T18:01:05.3897014Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask603\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask602\",\"eTag\":\"0x8D661EE1E260B3C\",\"lastModified\":\"2018-12-14T18:01:05.5424316Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask602\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask604\",\"eTag\":\"0x8D661EE1E0EC731\",\"lastModified\":\"2018-12-14T18:01:05.3899569Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask604\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask600\",\"eTag\":\"0x8D661EE1E270694\",\"lastModified\":\"2018-12-14T18:01:05.548866Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask600\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask601\",\"eTag\":\"0x8D661EE1E270694\",\"lastModified\":\"2018-12-14T18:01:05.548866Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask601\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask597\",\"eTag\":\"0x8D661EE1E2884EF\",\"lastModified\":\"2018-12-14T18:01:05.5586543Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask597\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask594\",\"eTag\":\"0x8D661EE1E1394B1\",\"lastModified\":\"2018-12-14T18:01:05.4214321Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask594\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask593\",\"eTag\":\"0x8D661EE1E16A1E7\",\"lastModified\":\"2018-12-14T18:01:05.4414311Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask593\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask595\",\"eTag\":\"0x8D661EE1E28CA63\",\"lastModified\":\"2018-12-14T18:01:05.5604323Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask595\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask587\",\"eTag\":\"0x8D661EE1E1FF141\",\"lastModified\":\"2018-12-14T18:01:05.5024449Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask587\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask596\",\"eTag\":\"0x8D661EE1E28A345\",\"lastModified\":\"2018-12-14T18:01:05.5594309Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask596\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask588\",\"eTag\":\"0x8D661EE1E1FF141\",\"lastModified\":\"2018-12-14T18:01:05.5024449Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask588\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask599\",\"eTag\":\"0x8D661EE1E270694\",\"lastModified\":\"2018-12-14T18:01:05.548866Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask599\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask589\",\"eTag\":\"0x8D661EE1E1E6A23\",\"lastModified\":\"2018-12-14T18:01:05.4924323Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask589\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask598\",\"eTag\":\"0x8D661EE1E276AD5\",\"lastModified\":\"2018-12-14T18:01:05.5514325Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask598\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask584\",\"eTag\":\"0x8D661EE1E245D81\",\"lastModified\":\"2018-12-14T18:01:05.5314305Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask584\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:35 GMT'] - request-id: [49372a53-1342-4857-9191-413a96070a50] + date: ['Fri, 14 Dec 2018 18:01:05 GMT'] + request-id: [a62c1288-af2e-4094-bef5-ce9d2cf22eef] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask582", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask581", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask580", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask579", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask578", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask577", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask576", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask575", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask574", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask573", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask572", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask571", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask570", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask569", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask568", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask567", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask566", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask565", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask564", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask563", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask562", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask561", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask560", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask559", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask558", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask557", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask556", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask555", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask554", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask553", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask552", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask551", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask550", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask549", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask548", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask547", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask546", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask545", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask544", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask543", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask542", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask541", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask540", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask539", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask538", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask537", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask536", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask535", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask534", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask533", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask582", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask581", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask580", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask579", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask578", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask577", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask576", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask575", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask574", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask573", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask572", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask571", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask570", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask569", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask568", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask567", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask566", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask565", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask564", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask563", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask562", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask561", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask560", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask559", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask558", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask557", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask556", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask555", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask554", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask553", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask552", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask551", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask550", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask549", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask548", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask547", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask546", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask545", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask544", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask543", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask542", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask541", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask540", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask539", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask538", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask537", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask536", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask535", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask534", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask533", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:36 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:07 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask582\",\"eTag\":\"0x8D619B6ED8E4475\",\"lastModified\":\"2018-09-13T20:24:37.9769973Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask582\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask577\",\"eTag\":\"0x8D619B6ED9AEE55\",\"lastModified\":\"2018-09-13T20:24:38.0599893Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask577\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask581\",\"eTag\":\"0x8D619B6ED9AC732\",\"lastModified\":\"2018-09-13T20:24:38.0589874Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask581\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask578\",\"eTag\":\"0x8D619B6EDA108E4\",\"lastModified\":\"2018-09-13T20:24:38.0999908Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask578\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask572\",\"eTag\":\"0x8D619B6EDA3EF1A\",\"lastModified\":\"2018-09-13T20:24:38.1189914Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask572\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask579\",\"eTag\":\"0x8D619B6ED9B3C77\",\"lastModified\":\"2018-09-13T20:24:38.0619895Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask579\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask576\",\"eTag\":\"0x8D619B6ED9C4DD4\",\"lastModified\":\"2018-09-13T20:24:38.0689876Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask576\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask567\",\"eTag\":\"0x8D619B6EDA9E27D\",\"lastModified\":\"2018-09-13T20:24:38.1579901Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask567\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask580\",\"eTag\":\"0x8D619B6ED9B1555\",\"lastModified\":\"2018-09-13T20:24:38.0609877Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask580\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask573\",\"eTag\":\"0x8D619B6ED9F8234\",\"lastModified\":\"2018-09-13T20:24:38.0899892Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask573\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask566\",\"eTag\":\"0x8D619B6EDAB4222\",\"lastModified\":\"2018-09-13T20:24:38.1669922Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask566\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask571\",\"eTag\":\"0x8D619B6EDA41627\",\"lastModified\":\"2018-09-13T20:24:38.1199911Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask571\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask564\",\"eTag\":\"0x8D619B6EDAE7668\",\"lastModified\":\"2018-09-13T20:24:38.1879912Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask564\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask563\",\"eTag\":\"0x8D619B6EDB1358A\",\"lastModified\":\"2018-09-13T20:24:38.2059914Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask563\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask575\",\"eTag\":\"0x8D619B6EDA54E91\",\"lastModified\":\"2018-09-13T20:24:38.1279889Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask575\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask574\",\"eTag\":\"0x8D619B6EDA9E27D\",\"lastModified\":\"2018-09-13T20:24:38.1579901Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask574\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask570\",\"eTag\":\"0x8D619B6EDA6AF99\",\"lastModified\":\"2018-09-13T20:24:38.1370265Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask570\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask562\",\"eTag\":\"0x8D619B6EDB30A50\",\"lastModified\":\"2018-09-13T20:24:38.217992Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask562\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask565\",\"eTag\":\"0x8D619B6EDAE9D85\",\"lastModified\":\"2018-09-13T20:24:38.1889925Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask565\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask568\",\"eTag\":\"0x8D619B6EDAA09B6\",\"lastModified\":\"2018-09-13T20:24:38.1589942Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask568\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask569\",\"eTag\":\"0x8D619B6EDA59CC3\",\"lastModified\":\"2018-09-13T20:24:38.1299907Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask569\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask561\",\"eTag\":\"0x8D619B6EDB41C64\",\"lastModified\":\"2018-09-13T20:24:38.2250084Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask561\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask560\",\"eTag\":\"0x8D619B6EDB442E0\",\"lastModified\":\"2018-09-13T20:24:38.2259936Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask560\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask559\",\"eTag\":\"0x8D619B6EDB4B813\",\"lastModified\":\"2018-09-13T20:24:38.2289939Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask559\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask558\",\"eTag\":\"0x8D619B6EDB7210A\",\"lastModified\":\"2018-09-13T20:24:38.2447882Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask558\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask557\",\"eTag\":\"0x8D619B6EDB8AFA4\",\"lastModified\":\"2018-09-13T20:24:38.2549924Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask557\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask555\",\"eTag\":\"0x8D619B6EDBDB8D6\",\"lastModified\":\"2018-09-13T20:24:38.2879958Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask555\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask556\",\"eTag\":\"0x8D619B6EDBD91C2\",\"lastModified\":\"2018-09-13T20:24:38.2869954Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask556\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask554\",\"eTag\":\"0x8D619B6EDC050D0\",\"lastModified\":\"2018-09-13T20:24:38.3049936Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask554\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask553\",\"eTag\":\"0x8D619B6EDC0C62A\",\"lastModified\":\"2018-09-13T20:24:38.3079978Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask553\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask551\",\"eTag\":\"0x8D619B6EDC4BA02\",\"lastModified\":\"2018-09-13T20:24:38.333901Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask551\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask550\",\"eTag\":\"0x8D619B6EDC63DA9\",\"lastModified\":\"2018-09-13T20:24:38.3438249Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask550\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask547\",\"eTag\":\"0x8D619B6EDCAC0D5\",\"lastModified\":\"2018-09-13T20:24:38.3733973Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask547\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask548\",\"eTag\":\"0x8D619B6EDCB4D8A\",\"lastModified\":\"2018-09-13T20:24:38.3769994Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask548\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask552\",\"eTag\":\"0x8D619B6EDCAC895\",\"lastModified\":\"2018-09-13T20:24:38.3735957Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask552\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask549\",\"eTag\":\"0x8D619B6EDCB2673\",\"lastModified\":\"2018-09-13T20:24:38.3759987Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask549\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask546\",\"eTag\":\"0x8D619B6EDCC41D1\",\"lastModified\":\"2018-09-13T20:24:38.3832529Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask546\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask544\",\"eTag\":\"0x8D619B6EDCDBE87\",\"lastModified\":\"2018-09-13T20:24:38.3929991Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask544\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask545\",\"eTag\":\"0x8D619B6EDCCD43F\",\"lastModified\":\"2018-09-13T20:24:38.3870015Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask545\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask541\",\"eTag\":\"0x8D619B6EDD14107\",\"lastModified\":\"2018-09-13T20:24:38.4160007Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask541\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask542\",\"eTag\":\"0x8D619B6EDCFBA59\",\"lastModified\":\"2018-09-13T20:24:38.4059993Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask542\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask543\",\"eTag\":\"0x8D619B6EDCE5ACA\",\"lastModified\":\"2018-09-13T20:24:38.3969994Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask543\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask540\",\"eTag\":\"0x8D619B6EDD42715\",\"lastModified\":\"2018-09-13T20:24:38.4349973Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask540\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask539\",\"eTag\":\"0x8D619B6EDD5AE32\",\"lastModified\":\"2018-09-13T20:24:38.4450098Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask539\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask538\",\"eTag\":\"0x8D619B6EDD70D4A\",\"lastModified\":\"2018-09-13T20:24:38.4539978Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask538\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask537\",\"eTag\":\"0x8D619B6EDD893EC\",\"lastModified\":\"2018-09-13T20:24:38.463998Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask537\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask536\",\"eTag\":\"0x8D619B6EDDA41A1\",\"lastModified\":\"2018-09-13T20:24:38.4749985Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask536\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask535\",\"eTag\":\"0x8D619B6EDDB7A23\",\"lastModified\":\"2018-09-13T20:24:38.4829987Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask535\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask534\",\"eTag\":\"0x8D619B6EDDCD9C6\",\"lastModified\":\"2018-09-13T20:24:38.4920006Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask534\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask533\",\"eTag\":\"0x8D619B6EDDEFDA8\",\"lastModified\":\"2018-09-13T20:24:38.5060264Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask533\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask582\",\"eTag\":\"0x8D661EE1FB5DBBD\",\"lastModified\":\"2018-12-14T18:01:08.1626557Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask582\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask581\",\"eTag\":\"0x8D661EE1FB7578F\",\"lastModified\":\"2018-12-14T18:01:08.1723791Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask581\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask579\",\"eTag\":\"0x8D661EE1FB8E492\",\"lastModified\":\"2018-12-14T18:01:08.1825426Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask579\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask580\",\"eTag\":\"0x8D661EE1FBAE065\",\"lastModified\":\"2018-12-14T18:01:08.1955429Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask580\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask578\",\"eTag\":\"0x8D661EE1FBA4C8E\",\"lastModified\":\"2018-12-14T18:01:08.1917582Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask578\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask570\",\"eTag\":\"0x8D661EE1FC826F1\",\"lastModified\":\"2018-12-14T18:01:08.2825457Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask570\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask577\",\"eTag\":\"0x8D661EE1FC540A7\",\"lastModified\":\"2018-12-14T18:01:08.2635431Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask577\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask576\",\"eTag\":\"0x8D661EE1FC6C75E\",\"lastModified\":\"2018-12-14T18:01:08.2735454Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask576\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask569\",\"eTag\":\"0x8D661EE1FC9ADA3\",\"lastModified\":\"2018-12-14T18:01:08.2925475Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask569\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask566\",\"eTag\":\"0x8D661EE1FCF7A00\",\"lastModified\":\"2018-12-14T18:01:08.3305472Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask566\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask573\",\"eTag\":\"0x8D661EE1FCF7A00\",\"lastModified\":\"2018-12-14T18:01:08.3305472Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask573\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask572\",\"eTag\":\"0x8D661EE1FCF7A00\",\"lastModified\":\"2018-12-14T18:01:08.3305472Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask572\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask563\",\"eTag\":\"0x8D661EE1FD3E6C7\",\"lastModified\":\"2018-12-14T18:01:08.3595463Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask563\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask561\",\"eTag\":\"0x8D661EE1FD3E6C7\",\"lastModified\":\"2018-12-14T18:01:08.3595463Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask561\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask562\",\"eTag\":\"0x8D661EE1FD56D63\",\"lastModified\":\"2018-12-14T18:01:08.3695459Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask562\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask568\",\"eTag\":\"0x8D661EE1FCE1A71\",\"lastModified\":\"2018-12-14T18:01:08.3215473Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask568\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask575\",\"eTag\":\"0x8D661EE1FCE1A71\",\"lastModified\":\"2018-12-14T18:01:08.3215473Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask575\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask567\",\"eTag\":\"0x8D661EE1FD85391\",\"lastModified\":\"2018-12-14T18:01:08.3885457Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask567\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask574\",\"eTag\":\"0x8D661EE1FCE1A71\",\"lastModified\":\"2018-12-14T18:01:08.3215473Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask574\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask557\",\"eTag\":\"0x8D661EE1FDB60DD\",\"lastModified\":\"2018-12-14T18:01:08.4085469Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask557\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask565\",\"eTag\":\"0x8D661EE1FDB60DD\",\"lastModified\":\"2018-12-14T18:01:08.4085469Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask565\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask571\",\"eTag\":\"0x8D661EE1FD3E6C7\",\"lastModified\":\"2018-12-14T18:01:08.3595463Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask571\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask556\",\"eTag\":\"0x8D661EE1FDE46F1\",\"lastModified\":\"2018-12-14T18:01:08.4275441Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask556\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask555\",\"eTag\":\"0x8D661EE1FDE6E13\",\"lastModified\":\"2018-12-14T18:01:08.4285459Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask555\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask560\",\"eTag\":\"0x8D661EE1FD85391\",\"lastModified\":\"2018-12-14T18:01:08.3885457Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask560\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask559\",\"eTag\":\"0x8D661EE1FD9DA41\",\"lastModified\":\"2018-12-14T18:01:08.3985473Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask559\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask554\",\"eTag\":\"0x8D661EE1FDFF4B1\",\"lastModified\":\"2018-12-14T18:01:08.4385457Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask554\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask558\",\"eTag\":\"0x8D661EE1FD9DA41\",\"lastModified\":\"2018-12-14T18:01:08.3985473Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask558\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask564\",\"eTag\":\"0x8D661EE1FDB60DD\",\"lastModified\":\"2018-12-14T18:01:08.4085469Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask564\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask553\",\"eTag\":\"0x8D661EE1FE15444\",\"lastModified\":\"2018-12-14T18:01:08.447546Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask553\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask552\",\"eTag\":\"0x8D661EE1FE17B5C\",\"lastModified\":\"2018-12-14T18:01:08.4485468Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask552\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask550\",\"eTag\":\"0x8D661EE1FE720B4\",\"lastModified\":\"2018-12-14T18:01:08.4855476Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask550\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask551\",\"eTag\":\"0x8D661EE1FE720B4\",\"lastModified\":\"2018-12-14T18:01:08.4855476Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask551\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask548\",\"eTag\":\"0x8D661EE1FF06F57\",\"lastModified\":\"2018-12-14T18:01:08.5465431Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask548\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask549\",\"eTag\":\"0x8D661EE1FF06F57\",\"lastModified\":\"2018-12-14T18:01:08.5465431Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask549\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask546\",\"eTag\":\"0x8D661EE1FF159C9\",\"lastModified\":\"2018-12-14T18:01:08.5525449Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask546\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask545\",\"eTag\":\"0x8D661EE1FF180EE\",\"lastModified\":\"2018-12-14T18:01:08.553547Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask545\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask547\",\"eTag\":\"0x8D661EE1FF5C685\",\"lastModified\":\"2018-12-14T18:01:08.5815429Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask547\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask543\",\"eTag\":\"0x8D661EE1FF5BA7F\",\"lastModified\":\"2018-12-14T18:01:08.5812351Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask543\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask544\",\"eTag\":\"0x8D661EE1FF5C685\",\"lastModified\":\"2018-12-14T18:01:08.5815429Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask544\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask542\",\"eTag\":\"0x8D661EE1FF79B5A\",\"lastModified\":\"2018-12-14T18:01:08.593545Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask542\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask540\",\"eTag\":\"0x8D661EE1FF79B5A\",\"lastModified\":\"2018-12-14T18:01:08.593545Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask540\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask539\",\"eTag\":\"0x8D661EE1FF71C63\",\"lastModified\":\"2018-12-14T18:01:08.5902947Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask539\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask541\",\"eTag\":\"0x8D661EE1FF79B5A\",\"lastModified\":\"2018-12-14T18:01:08.593545Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask541\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask538\",\"eTag\":\"0x8D661EE1FF8FAF0\",\"lastModified\":\"2018-12-14T18:01:08.6025456Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask538\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask537\",\"eTag\":\"0x8D661EE1FF9F226\",\"lastModified\":\"2018-12-14T18:01:08.6088742Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask537\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask535\",\"eTag\":\"0x8D661EE1FFC5656\",\"lastModified\":\"2018-12-14T18:01:08.6245462Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask535\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask536\",\"eTag\":\"0x8D661EE1FFC5656\",\"lastModified\":\"2018-12-14T18:01:08.6245462Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask536\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask534\",\"eTag\":\"0x8D661EE1FFE1F76\",\"lastModified\":\"2018-12-14T18:01:08.6362486Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask534\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask533\",\"eTag\":\"0x8D661EE1FFEEE69\",\"lastModified\":\"2018-12-14T18:01:08.6415465Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask533\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:38 GMT'] - request-id: [39b94660-280d-4c8c-a289-ffb177b829b5] + date: ['Fri, 14 Dec 2018 18:01:08 GMT'] + request-id: [dccaafa5-f37d-47d6-a284-6bc63835d217] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask532", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask531", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask530", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask529", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask528", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask527", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask526", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask525", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask524", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask523", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask522", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask521", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask520", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask519", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask518", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask517", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask516", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask515", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask514", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask513", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask512", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask511", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask510", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask509", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask508", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask507", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask506", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask505", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask504", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask503", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask502", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask501", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask500", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask499", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask498", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask497", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask496", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask495", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask494", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask493", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask492", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask491", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask490", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask489", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask488", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask487", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask486", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask485", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask484", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask483", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask532", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask531", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask530", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask529", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask528", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask527", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask526", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask525", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask524", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask523", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask522", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask521", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask520", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask519", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask518", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask517", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask516", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask515", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask514", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask513", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask512", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask511", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask510", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask509", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask508", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask507", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask506", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask505", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask504", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask503", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask502", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask501", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask500", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask499", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask498", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask497", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask496", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask495", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask494", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask493", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask492", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask491", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask490", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask489", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask488", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask487", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask486", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask485", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask484", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask483", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:38 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:09 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask532\",\"eTag\":\"0x8D619B6EECE012C\",\"lastModified\":\"2018-09-13T20:24:40.0724268Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask532\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask531\",\"eTag\":\"0x8D619B6EECF87AC\",\"lastModified\":\"2018-09-13T20:24:40.0824236Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask531\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask530\",\"eTag\":\"0x8D619B6EED13572\",\"lastModified\":\"2018-09-13T20:24:40.0934258Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask530\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask529\",\"eTag\":\"0x8D619B6EED3A77D\",\"lastModified\":\"2018-09-13T20:24:40.1094525Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask529\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask528\",\"eTag\":\"0x8D619B6EED52E9F\",\"lastModified\":\"2018-09-13T20:24:40.1194655Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask528\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask527\",\"eTag\":\"0x8D619B6EED5C954\",\"lastModified\":\"2018-09-13T20:24:40.123426Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask527\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask526\",\"eTag\":\"0x8D619B6EED728FB\",\"lastModified\":\"2018-09-13T20:24:40.1324283Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask526\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask525\",\"eTag\":\"0x8D619B6EED8D69E\",\"lastModified\":\"2018-09-13T20:24:40.143427Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask525\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask524\",\"eTag\":\"0x8D619B6EEDBBCDD\",\"lastModified\":\"2018-09-13T20:24:40.1624285Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask524\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask523\",\"eTag\":\"0x8D619B6EEDD1C6B\",\"lastModified\":\"2018-09-13T20:24:40.1714283Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask523\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask521\",\"eTag\":\"0x8D619B6EEDFDBA5\",\"lastModified\":\"2018-09-13T20:24:40.1894309Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask521\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask518\",\"eTag\":\"0x8D619B6EEE2E8CF\",\"lastModified\":\"2018-09-13T20:24:40.2094287Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask518\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask522\",\"eTag\":\"0x8D619B6EEE2E8CF\",\"lastModified\":\"2018-09-13T20:24:40.2094287Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask522\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask515\",\"eTag\":\"0x8D619B6EEE5A808\",\"lastModified\":\"2018-09-13T20:24:40.2274312Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask515\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask520\",\"eTag\":\"0x8D619B6EEE49694\",\"lastModified\":\"2018-09-13T20:24:40.2204308Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask520\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask519\",\"eTag\":\"0x8D619B6EEE92B62\",\"lastModified\":\"2018-09-13T20:24:40.2504546Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask519\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask514\",\"eTag\":\"0x8D619B6EEE7A3E7\",\"lastModified\":\"2018-09-13T20:24:40.2404327Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask514\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask517\",\"eTag\":\"0x8D619B6EEE97894\",\"lastModified\":\"2018-09-13T20:24:40.2524308Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask517\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask516\",\"eTag\":\"0x8D619B6EEF5117D\",\"lastModified\":\"2018-09-13T20:24:40.3284349Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask516\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask510\",\"eTag\":\"0x8D619B6EEF67116\",\"lastModified\":\"2018-09-13T20:24:40.3374358Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask510\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask498\",\"eTag\":\"0x8D619B6EEFF9902\",\"lastModified\":\"2018-09-13T20:24:40.3974402Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask498\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask496\",\"eTag\":\"0x8D619B6EF024AE0\",\"lastModified\":\"2018-09-13T20:24:40.4151008Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask496\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask512\",\"eTag\":\"0x8D619B6EEE97894\",\"lastModified\":\"2018-09-13T20:24:40.2524308Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask512\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask513\",\"eTag\":\"0x8D619B6EEEAB109\",\"lastModified\":\"2018-09-13T20:24:40.2604297Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask513\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask509\",\"eTag\":\"0x8D619B6EEF69828\",\"lastModified\":\"2018-09-13T20:24:40.338436Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask509\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask506\",\"eTag\":\"0x8D619B6EEF845EC\",\"lastModified\":\"2018-09-13T20:24:40.349438Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask506\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask508\",\"eTag\":\"0x8D619B6EEF81ED6\",\"lastModified\":\"2018-09-13T20:24:40.3484374Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask508\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask507\",\"eTag\":\"0x8D619B6EEF7F7C2\",\"lastModified\":\"2018-09-13T20:24:40.347437Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask507\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask483\",\"eTag\":\"0x8D619B6EF0E8D4F\",\"lastModified\":\"2018-09-13T20:24:40.4954447Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask483\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask485\",\"eTag\":\"0x8D619B6EF0E8D4F\",\"lastModified\":\"2018-09-13T20:24:40.4954447Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask485\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask486\",\"eTag\":\"0x8D619B6EF0E6D46\",\"lastModified\":\"2018-09-13T20:24:40.4946246Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask486\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask497\",\"eTag\":\"0x8D619B6EEFF9902\",\"lastModified\":\"2018-09-13T20:24:40.3974402Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask497\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask511\",\"eTag\":\"0x8D619B6EF0E6819\",\"lastModified\":\"2018-09-13T20:24:40.4944921Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask511\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask495\",\"eTag\":\"0x8D619B6EF03DEC2\",\"lastModified\":\"2018-09-13T20:24:40.4254402Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask495\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask487\",\"eTag\":\"0x8D619B6EF0D54CF\",\"lastModified\":\"2018-09-13T20:24:40.4874447Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask487\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask493\",\"eTag\":\"0x8D619B6EF0554C3\",\"lastModified\":\"2018-09-13T20:24:40.4350147Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask493\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask492\",\"eTag\":\"0x8D619B6EF11C1A7\",\"lastModified\":\"2018-09-13T20:24:40.5164455Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask492\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask491\",\"eTag\":\"0x8D619B6EF11C1A7\",\"lastModified\":\"2018-09-13T20:24:40.5164455Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask491\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask494\",\"eTag\":\"0x8D619B6EF03DEC2\",\"lastModified\":\"2018-09-13T20:24:40.4254402Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask494\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask490\",\"eTag\":\"0x8D619B6EF12FA12\",\"lastModified\":\"2018-09-13T20:24:40.5244434Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask490\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask488\",\"eTag\":\"0x8D619B6EF076165\",\"lastModified\":\"2018-09-13T20:24:40.4484453Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask488\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask489\",\"eTag\":\"0x8D619B6EF14A7D5\",\"lastModified\":\"2018-09-13T20:24:40.5354453Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask489\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask504\",\"eTag\":\"0x8D619B6EF0EDB7A\",\"lastModified\":\"2018-09-13T20:24:40.4974458Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask504\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask484\",\"eTag\":\"0x8D619B6EF0EB46A\",\"lastModified\":\"2018-09-13T20:24:40.4964458Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask484\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask499\",\"eTag\":\"0x8D619B6EF0EDB7A\",\"lastModified\":\"2018-09-13T20:24:40.4974458Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask499\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask500\",\"eTag\":\"0x8D619B6EF0EDB7A\",\"lastModified\":\"2018-09-13T20:24:40.4974458Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask500\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask502\",\"eTag\":\"0x8D619B6EF0EB46A\",\"lastModified\":\"2018-09-13T20:24:40.4964458Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask502\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask505\",\"eTag\":\"0x8D619B6EF0E8D4F\",\"lastModified\":\"2018-09-13T20:24:40.4954447Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask505\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask501\",\"eTag\":\"0x8D619B6EF0EB46A\",\"lastModified\":\"2018-09-13T20:24:40.4964458Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask501\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask503\",\"eTag\":\"0x8D619B6EF0EB46A\",\"lastModified\":\"2018-09-13T20:24:40.4964458Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask503\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask532\",\"eTag\":\"0x8D661EE2149B61E\",\"lastModified\":\"2018-12-14T18:01:10.809347Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask532\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask531\",\"eTag\":\"0x8D661EE214B8BC8\",\"lastModified\":\"2018-12-14T18:01:10.8213704Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask531\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask529\",\"eTag\":\"0x8D661EE214EE7CE\",\"lastModified\":\"2018-12-14T18:01:10.843387Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask529\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask530\",\"eTag\":\"0x8D661EE214D878F\",\"lastModified\":\"2018-12-14T18:01:10.8343695Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask530\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask525\",\"eTag\":\"0x8D661EE2154B243\",\"lastModified\":\"2018-12-14T18:01:10.8813379Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask525\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask528\",\"eTag\":\"0x8D661EE2154D94E\",\"lastModified\":\"2018-12-14T18:01:10.8823374Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask528\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask527\",\"eTag\":\"0x8D661EE2151A50E\",\"lastModified\":\"2018-12-14T18:01:10.861339Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask527\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask526\",\"eTag\":\"0x8D661EE2152DD6D\",\"lastModified\":\"2018-12-14T18:01:10.8693357Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask526\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask523\",\"eTag\":\"0x8D661EE215DB2E5\",\"lastModified\":\"2018-12-14T18:01:10.9403365Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask523\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask522\",\"eTag\":\"0x8D661EE215EC9D8\",\"lastModified\":\"2018-12-14T18:01:10.9474776Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask522\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask520\",\"eTag\":\"0x8D661EE2161D1AD\",\"lastModified\":\"2018-12-14T18:01:10.9673389Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask520\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask519\",\"eTag\":\"0x8D661EE2161C18B\",\"lastModified\":\"2018-12-14T18:01:10.9669259Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask519\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask521\",\"eTag\":\"0x8D661EE216246E3\",\"lastModified\":\"2018-12-14T18:01:10.9703395Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask521\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask518\",\"eTag\":\"0x8D661EE21633FF9\",\"lastModified\":\"2018-12-14T18:01:10.9767161Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask518\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask524\",\"eTag\":\"0x8D661EE2163584B\",\"lastModified\":\"2018-12-14T18:01:10.9773387Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask524\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask516\",\"eTag\":\"0x8D661EE2163CD82\",\"lastModified\":\"2018-12-14T18:01:10.9803394Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask516\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask517\",\"eTag\":\"0x8D661EE2164AEC0\",\"lastModified\":\"2018-12-14T18:01:10.9861056Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask517\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask515\",\"eTag\":\"0x8D661EE21662029\",\"lastModified\":\"2018-12-14T18:01:10.9955625Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask515\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask514\",\"eTag\":\"0x8D661EE2169248E\",\"lastModified\":\"2018-12-14T18:01:11.0153358Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask514\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask513\",\"eTag\":\"0x8D661EE216AABCC\",\"lastModified\":\"2018-12-14T18:01:11.0253516Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask513\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask512\",\"eTag\":\"0x8D661EE216AF958\",\"lastModified\":\"2018-12-14T18:01:11.0273368Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask512\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask511\",\"eTag\":\"0x8D661EE216D59EE\",\"lastModified\":\"2018-12-14T18:01:11.0429166Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask511\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask510\",\"eTag\":\"0x8D661EE216ECDE9\",\"lastModified\":\"2018-12-14T18:01:11.0524393Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask510\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask509\",\"eTag\":\"0x8D661EE216F663A\",\"lastModified\":\"2018-12-14T18:01:11.0563386Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask509\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask508\",\"eTag\":\"0x8D661EE217041F3\",\"lastModified\":\"2018-12-14T18:01:11.0619635Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask508\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask507\",\"eTag\":\"0x8D661EE21724C5F\",\"lastModified\":\"2018-12-14T18:01:11.0753375Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask507\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask506\",\"eTag\":\"0x8D661EE2173AC0A\",\"lastModified\":\"2018-12-14T18:01:11.0843402Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask506\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask505\",\"eTag\":\"0x8D661EE2174C79E\",\"lastModified\":\"2018-12-14T18:01:11.0915998Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask505\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask504\",\"eTag\":\"0x8D661EE21762C12\",\"lastModified\":\"2018-12-14T18:01:11.100725Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask504\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask503\",\"eTag\":\"0x8D661EE21770757\",\"lastModified\":\"2018-12-14T18:01:11.1063383Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask503\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask502\",\"eTag\":\"0x8D661EE21783FE3\",\"lastModified\":\"2018-12-14T18:01:11.1143395Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask502\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask501\",\"eTag\":\"0x8D661EE2179335E\",\"lastModified\":\"2018-12-14T18:01:11.1205726Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask501\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask500\",\"eTag\":\"0x8D661EE217AB98F\",\"lastModified\":\"2018-12-14T18:01:11.1305615Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask500\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask499\",\"eTag\":\"0x8D661EE217B4D14\",\"lastModified\":\"2018-12-14T18:01:11.134338Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask499\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask498\",\"eTag\":\"0x8D661EE217C3D2A\",\"lastModified\":\"2018-12-14T18:01:11.1404842Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask498\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask497\",\"eTag\":\"0x8D661EE217DB950\",\"lastModified\":\"2018-12-14T18:01:11.150216Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask497\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask496\",\"eTag\":\"0x8D661EE217FB9E3\",\"lastModified\":\"2018-12-14T18:01:11.1633379Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask496\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask495\",\"eTag\":\"0x8D661EE217FB9E3\",\"lastModified\":\"2018-12-14T18:01:11.1633379Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask495\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask494\",\"eTag\":\"0x8D661EE2182414F\",\"lastModified\":\"2018-12-14T18:01:11.1799119Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask494\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask493\",\"eTag\":\"0x8D661EE2183BFD6\",\"lastModified\":\"2018-12-14T18:01:11.1897046Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask493\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask492\",\"eTag\":\"0x8D661EE21844DDC\",\"lastModified\":\"2018-12-14T18:01:11.1933404Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask492\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask491\",\"eTag\":\"0x8D661EE218540BF\",\"lastModified\":\"2018-12-14T18:01:11.1995583Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask491\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask490\",\"eTag\":\"0x8D661EE2186C1C8\",\"lastModified\":\"2018-12-14T18:01:11.2094152Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask490\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask489\",\"eTag\":\"0x8D661EE21884817\",\"lastModified\":\"2018-12-14T18:01:11.2194071Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask489\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask487\",\"eTag\":\"0x8D661EE218B4247\",\"lastModified\":\"2018-12-14T18:01:11.2389191Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask487\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask488\",\"eTag\":\"0x8D661EE2189C3EC\",\"lastModified\":\"2018-12-14T18:01:11.2291308Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask488\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask485\",\"eTag\":\"0x8D661EE218BC7DB\",\"lastModified\":\"2018-12-14T18:01:11.2423387Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask485\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask486\",\"eTag\":\"0x8D661EE218CC36E\",\"lastModified\":\"2018-12-14T18:01:11.248779Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask486\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask484\",\"eTag\":\"0x8D661EE218E4453\",\"lastModified\":\"2018-12-14T18:01:11.2586323Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask484\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask483\",\"eTag\":\"0x8D661EE218F71B7\",\"lastModified\":\"2018-12-14T18:01:11.2663479Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask483\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:40 GMT'] - request-id: [4ebdc2d7-d10d-4e0b-b1ef-8983174c9655] + date: ['Fri, 14 Dec 2018 18:01:10 GMT'] + request-id: [2b0d828d-ee81-4cbf-9ad7-ddcd7ed7a01b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask482", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask481", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask480", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask479", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask478", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask477", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask476", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask475", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask474", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask473", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask472", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask471", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask470", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask469", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask468", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask467", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask466", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask465", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask464", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask463", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask462", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask461", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask460", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask459", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask458", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask457", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask456", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask455", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask454", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask453", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask452", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask451", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask450", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask449", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask448", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask447", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask446", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask445", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask444", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask443", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask442", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask441", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask440", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask439", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask438", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask437", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask436", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask435", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask434", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask433", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask482", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask481", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask480", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask479", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask478", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask477", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask476", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask475", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask474", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask473", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask472", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask471", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask470", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask469", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask468", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask467", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask466", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask465", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask464", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask463", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask462", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask461", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask460", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask459", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask458", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask457", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask456", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask455", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask454", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask453", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask452", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask451", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask450", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask449", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask448", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask447", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask446", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask445", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask444", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask443", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask442", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask441", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask440", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask439", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask438", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask437", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask436", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask435", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask434", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask433", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:40 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:12 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask481\",\"eTag\":\"0x8D619B6F00A1859\",\"lastModified\":\"2018-09-13T20:24:42.1439577Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask481\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask482\",\"eTag\":\"0x8D619B6F00A1859\",\"lastModified\":\"2018-09-13T20:24:42.1439577Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask482\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask480\",\"eTag\":\"0x8D619B6F00B77CD\",\"lastModified\":\"2018-09-13T20:24:42.1529549Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask480\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask479\",\"eTag\":\"0x8D619B6F00CFE84\",\"lastModified\":\"2018-09-13T20:24:42.1629572Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask479\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask478\",\"eTag\":\"0x8D619B6F00CFE84\",\"lastModified\":\"2018-09-13T20:24:42.1629572Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask478\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask477\",\"eTag\":\"0x8D619B6F00FBDB5\",\"lastModified\":\"2018-09-13T20:24:42.1809589Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask477\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask476\",\"eTag\":\"0x8D619B6F0100BBE\",\"lastModified\":\"2018-09-13T20:24:42.1829566Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask476\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask475\",\"eTag\":\"0x8D619B6F0119271\",\"lastModified\":\"2018-09-13T20:24:42.1929585Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask475\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask474\",\"eTag\":\"0x8D619B6F0119271\",\"lastModified\":\"2018-09-13T20:24:42.1929585Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask474\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask473\",\"eTag\":\"0x8D619B6F0131928\",\"lastModified\":\"2018-09-13T20:24:42.2029608Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask473\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask472\",\"eTag\":\"0x8D619B6F0131928\",\"lastModified\":\"2018-09-13T20:24:42.2029608Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask472\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask471\",\"eTag\":\"0x8D619B6F0149FAF\",\"lastModified\":\"2018-09-13T20:24:42.2129583Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask471\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask470\",\"eTag\":\"0x8D619B6F016265F\",\"lastModified\":\"2018-09-13T20:24:42.2229599Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask470\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask469\",\"eTag\":\"0x8D619B6F016265F\",\"lastModified\":\"2018-09-13T20:24:42.2229599Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask469\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask468\",\"eTag\":\"0x8D619B6F018BE7D\",\"lastModified\":\"2018-09-13T20:24:42.2399613Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask468\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask467\",\"eTag\":\"0x8D619B6F01A79B3\",\"lastModified\":\"2018-09-13T20:24:42.2513075Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask467\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask465\",\"eTag\":\"0x8D619B6F01ABA68\",\"lastModified\":\"2018-09-13T20:24:42.252964Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask465\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask466\",\"eTag\":\"0x8D619B6F01A9350\",\"lastModified\":\"2018-09-13T20:24:42.2519632Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask466\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask464\",\"eTag\":\"0x8D619B6F01BD3F1\",\"lastModified\":\"2018-09-13T20:24:42.2601713Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask464\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask463\",\"eTag\":\"0x8D619B6F01C6817\",\"lastModified\":\"2018-09-13T20:24:42.2639639Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask463\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask462\",\"eTag\":\"0x8D619B6F01D526C\",\"lastModified\":\"2018-09-13T20:24:42.2699628Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask462\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask461\",\"eTag\":\"0x8D619B6F01DEE9E\",\"lastModified\":\"2018-09-13T20:24:42.2739614Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask461\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask460\",\"eTag\":\"0x8D619B6F01F7564\",\"lastModified\":\"2018-09-13T20:24:42.2839652Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask460\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask459\",\"eTag\":\"0x8D619B6F01F7564\",\"lastModified\":\"2018-09-13T20:24:42.2839652Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask459\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask458\",\"eTag\":\"0x8D619B6F0212305\",\"lastModified\":\"2018-09-13T20:24:42.2949637Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask458\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask457\",\"eTag\":\"0x8D619B6F0220D77\",\"lastModified\":\"2018-09-13T20:24:42.3009655Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask457\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask456\",\"eTag\":\"0x8D619B6F022829E\",\"lastModified\":\"2018-09-13T20:24:42.3039646Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask456\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask454\",\"eTag\":\"0x8D619B6F02541F4\",\"lastModified\":\"2018-09-13T20:24:42.32197Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask454\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask455\",\"eTag\":\"0x8D619B6F0251CA0\",\"lastModified\":\"2018-09-13T20:24:42.3210144Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask455\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask453\",\"eTag\":\"0x8D619B6F025DEFD\",\"lastModified\":\"2018-09-13T20:24:42.3259901Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask453\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask452\",\"eTag\":\"0x8D619B6F026A154\",\"lastModified\":\"2018-09-13T20:24:42.3309652Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask452\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask451\",\"eTag\":\"0x8D619B6F026EFA8\",\"lastModified\":\"2018-09-13T20:24:42.3329704Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask451\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask450\",\"eTag\":\"0x8D619B6F02800E5\",\"lastModified\":\"2018-09-13T20:24:42.3399653Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask450\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask449\",\"eTag\":\"0x8D619B6F0296265\",\"lastModified\":\"2018-09-13T20:24:42.3490149Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask449\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask447\",\"eTag\":\"0x8D619B6F02AE810\",\"lastModified\":\"2018-09-13T20:24:42.3589904Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask447\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask448\",\"eTag\":\"0x8D619B6F02AE810\",\"lastModified\":\"2018-09-13T20:24:42.3589904Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask448\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask446\",\"eTag\":\"0x8D619B6F02C6DD5\",\"lastModified\":\"2018-09-13T20:24:42.3689685Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask446\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask445\",\"eTag\":\"0x8D619B6F02D310F\",\"lastModified\":\"2018-09-13T20:24:42.3739663Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask445\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask444\",\"eTag\":\"0x8D619B6F02E2C07\",\"lastModified\":\"2018-09-13T20:24:42.3803911Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask444\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask442\",\"eTag\":\"0x8D619B6F02FA416\",\"lastModified\":\"2018-09-13T20:24:42.3900182Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask442\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask443\",\"eTag\":\"0x8D619B6F02FA416\",\"lastModified\":\"2018-09-13T20:24:42.3900182Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask443\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask441\",\"eTag\":\"0x8D619B6F03129FE\",\"lastModified\":\"2018-09-13T20:24:42.3999998Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask441\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask440\",\"eTag\":\"0x8D619B6F031C51F\",\"lastModified\":\"2018-09-13T20:24:42.4039711Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask440\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask439\",\"eTag\":\"0x8D619B6F032B9A9\",\"lastModified\":\"2018-09-13T20:24:42.4102313Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask439\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask438\",\"eTag\":\"0x8D619B6F0343648\",\"lastModified\":\"2018-09-13T20:24:42.4199752Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask438\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask437\",\"eTag\":\"0x8D619B6F034D251\",\"lastModified\":\"2018-09-13T20:24:42.4239697Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask437\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask435\",\"eTag\":\"0x8D619B6F037438F\",\"lastModified\":\"2018-09-13T20:24:42.4399759Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask435\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask436\",\"eTag\":\"0x8D619B6F037438F\",\"lastModified\":\"2018-09-13T20:24:42.4399759Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask436\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask434\",\"eTag\":\"0x8D619B6F037DF90\",\"lastModified\":\"2018-09-13T20:24:42.4439696Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask434\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask433\",\"eTag\":\"0x8D619B6F0398FBC\",\"lastModified\":\"2018-09-13T20:24:42.4550332Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask433\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask482\",\"eTag\":\"0x8D661EE22E3C6CB\",\"lastModified\":\"2018-12-14T18:01:13.4967499Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask482\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask480\",\"eTag\":\"0x8D661EE22E685D7\",\"lastModified\":\"2018-12-14T18:01:13.5147479Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask480\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask478\",\"eTag\":\"0x8D661EE22E9BC1D\",\"lastModified\":\"2018-12-14T18:01:13.5357981Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask478\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask481\",\"eTag\":\"0x8D661EE22EA085F\",\"lastModified\":\"2018-12-14T18:01:13.5377503Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask481\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask475\",\"eTag\":\"0x8D661EE22ECA034\",\"lastModified\":\"2018-12-14T18:01:13.5547444Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask475\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask477\",\"eTag\":\"0x8D661EE22ECC76B\",\"lastModified\":\"2018-12-14T18:01:13.5557483Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask477\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask479\",\"eTag\":\"0x8D661EE22EB40C6\",\"lastModified\":\"2018-12-14T18:01:13.5457478Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask479\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask476\",\"eTag\":\"0x8D661EE22EB19AA\",\"lastModified\":\"2018-12-14T18:01:13.5447466Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask476\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask474\",\"eTag\":\"0x8D661EE22EFAD9C\",\"lastModified\":\"2018-12-14T18:01:13.5747484Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask474\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask473\",\"eTag\":\"0x8D661EE22F1343F\",\"lastModified\":\"2018-12-14T18:01:13.5847487Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask473\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask472\",\"eTag\":\"0x8D661EE22F293A1\",\"lastModified\":\"2018-12-14T18:01:13.5937441Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask472\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask471\",\"eTag\":\"0x8D661EE22F2BAA7\",\"lastModified\":\"2018-12-14T18:01:13.5947431Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask471\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask470\",\"eTag\":\"0x8D661EE22F48F69\",\"lastModified\":\"2018-12-14T18:01:13.6067433Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask470\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask469\",\"eTag\":\"0x8D661EE22F5C81C\",\"lastModified\":\"2018-12-14T18:01:13.6147484Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask469\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask468\",\"eTag\":\"0x8D661EE22F70998\",\"lastModified\":\"2018-12-14T18:01:13.6229784Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask468\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask467\",\"eTag\":\"0x8D661EE22F7EAE3\",\"lastModified\":\"2018-12-14T18:01:13.6287459Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask467\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask466\",\"eTag\":\"0x8D661EE22F8FD5E\",\"lastModified\":\"2018-12-14T18:01:13.6357726Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask466\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask465\",\"eTag\":\"0x8D661EE22F9E6BC\",\"lastModified\":\"2018-12-14T18:01:13.6417468Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask465\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask464\",\"eTag\":\"0x8D661EE22FB946F\",\"lastModified\":\"2018-12-14T18:01:13.6527471Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask464\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask462\",\"eTag\":\"0x8D661EE22FC099D\",\"lastModified\":\"2018-12-14T18:01:13.6557469Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask462\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask463\",\"eTag\":\"0x8D661EE22FD0DA9\",\"lastModified\":\"2018-12-14T18:01:13.6624041Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask463\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask461\",\"eTag\":\"0x8D661EE22FE898D\",\"lastModified\":\"2018-12-14T18:01:13.6721293Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask461\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask460\",\"eTag\":\"0x8D661EE23000018\",\"lastModified\":\"2018-12-14T18:01:13.6817176Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask460\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask459\",\"eTag\":\"0x8D661EE23018133\",\"lastModified\":\"2018-12-14T18:01:13.6915763Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask459\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask458\",\"eTag\":\"0x8D661EE23030E89\",\"lastModified\":\"2018-12-14T18:01:13.7017481Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask458\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask456\",\"eTag\":\"0x8D661EE23046DFF\",\"lastModified\":\"2018-12-14T18:01:13.7107455Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask456\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask457\",\"eTag\":\"0x8D661EE2301FD0A\",\"lastModified\":\"2018-12-14T18:01:13.6947466Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask457\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask455\",\"eTag\":\"0x8D661EE23057F7F\",\"lastModified\":\"2018-12-14T18:01:13.7177471Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask455\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask454\",\"eTag\":\"0x8D661EE23069DD4\",\"lastModified\":\"2018-12-14T18:01:13.7250772Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask454\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask453\",\"eTag\":\"0x8D661EE23078FC3\",\"lastModified\":\"2018-12-14T18:01:13.7312707Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask453\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask452\",\"eTag\":\"0x8D661EE23083EAE\",\"lastModified\":\"2018-12-14T18:01:13.7357486Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask452\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask451\",\"eTag\":\"0x8D661EE2309290F\",\"lastModified\":\"2018-12-14T18:01:13.7417487Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask451\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask450\",\"eTag\":\"0x8D661EE230A89A0\",\"lastModified\":\"2018-12-14T18:01:13.7507744Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask450\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask449\",\"eTag\":\"0x8D661EE230C856D\",\"lastModified\":\"2018-12-14T18:01:13.7637741Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask449\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask448\",\"eTag\":\"0x8D661EE230D70A3\",\"lastModified\":\"2018-12-14T18:01:13.7697955Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask448\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask447\",\"eTag\":\"0x8D661EE230F6A93\",\"lastModified\":\"2018-12-14T18:01:13.7827475Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask447\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask446\",\"eTag\":\"0x8D661EE230F6A93\",\"lastModified\":\"2018-12-14T18:01:13.7827475Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask446\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask445\",\"eTag\":\"0x8D661EE23107C0A\",\"lastModified\":\"2018-12-14T18:01:13.7897482Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask445\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask444\",\"eTag\":\"0x8D661EE2311B683\",\"lastModified\":\"2018-12-14T18:01:13.7977987Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask444\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask443\",\"eTag\":\"0x8D661EE2312ED2D\",\"lastModified\":\"2018-12-14T18:01:13.8057517Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask443\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask442\",\"eTag\":\"0x8D661EE2313B15C\",\"lastModified\":\"2018-12-14T18:01:13.810774Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask442\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask441\",\"eTag\":\"0x8D661EE2314EA77\",\"lastModified\":\"2018-12-14T18:01:13.8187895Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask441\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask440\",\"eTag\":\"0x8D661EE23164A1C\",\"lastModified\":\"2018-12-14T18:01:13.8277916Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask440\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask439\",\"eTag\":\"0x8D661EE2317A9AA\",\"lastModified\":\"2018-12-14T18:01:13.8367914Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask439\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask438\",\"eTag\":\"0x8D661EE2318E2F1\",\"lastModified\":\"2018-12-14T18:01:13.8448113Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask438\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask437\",\"eTag\":\"0x8D661EE23197DCB\",\"lastModified\":\"2018-12-14T18:01:13.8487755Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask437\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask436\",\"eTag\":\"0x8D661EE231AB6F4\",\"lastModified\":\"2018-12-14T18:01:13.8567924Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask436\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask435\",\"eTag\":\"0x8D661EE231BEEC3\",\"lastModified\":\"2018-12-14T18:01:13.8647747Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask435\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask434\",\"eTag\":\"0x8D661EE231D2721\",\"lastModified\":\"2018-12-14T18:01:13.8727713Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask434\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask433\",\"eTag\":\"0x8D661EE231E8786\",\"lastModified\":\"2018-12-14T18:01:13.8817926Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask433\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:41 GMT'] - request-id: [514f6cb2-e9a2-440f-88b4-433e8397bc8b] + date: ['Fri, 14 Dec 2018 18:01:13 GMT'] + request-id: [f36d6005-d006-46ae-8ac2-64e514641d0a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask432", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask431", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask430", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask429", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask428", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask427", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask426", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask425", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask424", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask423", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask422", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask421", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask420", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask419", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask418", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask417", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask416", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask415", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask414", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask413", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask412", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask411", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask410", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask409", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask408", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask407", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask406", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask405", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask404", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask403", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask402", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask401", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask400", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask399", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask398", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask397", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask396", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask395", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask394", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask393", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask392", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask391", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask390", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask389", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask388", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask387", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask386", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask385", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask384", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask383", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask432", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask431", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask430", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask429", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask428", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask427", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask426", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask425", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask424", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask423", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask422", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask421", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask420", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask419", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask418", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask417", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask416", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask415", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask414", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask413", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask412", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask411", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask410", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask409", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask408", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask407", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask406", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask405", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask404", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask403", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask402", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask401", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask400", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask399", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask398", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask397", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask396", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask395", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask394", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask393", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask392", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask391", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask390", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask389", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask388", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask387", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask386", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask385", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask384", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask383", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:42 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:14 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask432\",\"eTag\":\"0x8D619B6F129333A\",\"lastModified\":\"2018-09-13T20:24:44.025529Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask432\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask430\",\"eTag\":\"0x8D619B6F131229E\",\"lastModified\":\"2018-09-13T20:24:44.0775326Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask430\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask428\",\"eTag\":\"0x8D619B6F133BAA3\",\"lastModified\":\"2018-09-13T20:24:44.0945315Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask428\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask431\",\"eTag\":\"0x8D619B6F133939C\",\"lastModified\":\"2018-09-13T20:24:44.0935324Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask431\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask427\",\"eTag\":\"0x8D619B6F137160E\",\"lastModified\":\"2018-09-13T20:24:44.1165326Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask427\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask425\",\"eTag\":\"0x8D619B6F13C1F25\",\"lastModified\":\"2018-09-13T20:24:44.1495333Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask425\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask421\",\"eTag\":\"0x8D619B6F13F055E\",\"lastModified\":\"2018-09-13T20:24:44.1685342Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask421\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask424\",\"eTag\":\"0x8D619B6F13A716C\",\"lastModified\":\"2018-09-13T20:24:44.1385324Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask424\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask429\",\"eTag\":\"0x8D619B6F136EEDE\",\"lastModified\":\"2018-09-13T20:24:44.1155294Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask429\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask418\",\"eTag\":\"0x8D619B6F141D2FB\",\"lastModified\":\"2018-09-13T20:24:44.1869051Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask418\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask417\",\"eTag\":\"0x8D619B6F14212A6\",\"lastModified\":\"2018-09-13T20:24:44.188535Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask417\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask423\",\"eTag\":\"0x8D619B6F1454901\",\"lastModified\":\"2018-09-13T20:24:44.2095873Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask423\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask426\",\"eTag\":\"0x8D619B6F13DA5B6\",\"lastModified\":\"2018-09-13T20:24:44.1595318Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask426\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask422\",\"eTag\":\"0x8D619B6F147D493\",\"lastModified\":\"2018-09-13T20:24:44.2262675Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask422\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask413\",\"eTag\":\"0x8D619B6F14965AE\",\"lastModified\":\"2018-09-13T20:24:44.2365358Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask413\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask419\",\"eTag\":\"0x8D619B6F141EB9A\",\"lastModified\":\"2018-09-13T20:24:44.1875354Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask419\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask410\",\"eTag\":\"0x8D619B6F14B3A67\",\"lastModified\":\"2018-09-13T20:24:44.2485351Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask410\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask409\",\"eTag\":\"0x8D619B6F14B618D\",\"lastModified\":\"2018-09-13T20:24:44.2495373Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask409\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask420\",\"eTag\":\"0x8D619B6F148543D\",\"lastModified\":\"2018-09-13T20:24:44.2295357Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask420\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask416\",\"eTag\":\"0x8D619B6F14D5D54\",\"lastModified\":\"2018-09-13T20:24:44.2625364Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask416\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask407\",\"eTag\":\"0x8D619B6F159E3B8\",\"lastModified\":\"2018-09-13T20:24:44.34462Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask407\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask412\",\"eTag\":\"0x8D619B6F15A07B6\",\"lastModified\":\"2018-09-13T20:24:44.3455414Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask412\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask406\",\"eTag\":\"0x8D619B6F15A55D3\",\"lastModified\":\"2018-09-13T20:24:44.3475411Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask406\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask408\",\"eTag\":\"0x8D619B6F15A55D3\",\"lastModified\":\"2018-09-13T20:24:44.3475411Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask408\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask415\",\"eTag\":\"0x8D619B6F159DBE9\",\"lastModified\":\"2018-09-13T20:24:44.3444201Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask415\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask414\",\"eTag\":\"0x8D619B6F1498CCB\",\"lastModified\":\"2018-09-13T20:24:44.2375371Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask414\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask403\",\"eTag\":\"0x8D619B6F15BB569\",\"lastModified\":\"2018-09-13T20:24:44.3565417Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask403\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask411\",\"eTag\":\"0x8D619B6F149B3DF\",\"lastModified\":\"2018-09-13T20:24:44.2385375Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask411\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask394\",\"eTag\":\"0x8D619B6F162E168\",\"lastModified\":\"2018-09-13T20:24:44.4035432Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask394\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask391\",\"eTag\":\"0x8D619B6F1648F16\",\"lastModified\":\"2018-09-13T20:24:44.414543Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask391\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask392\",\"eTag\":\"0x8D619B6F164DD45\",\"lastModified\":\"2018-09-13T20:24:44.4165445Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask392\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask393\",\"eTag\":\"0x8D619B6F163568C\",\"lastModified\":\"2018-09-13T20:24:44.406542Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask393\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask390\",\"eTag\":\"0x8D619B6F1679C65\",\"lastModified\":\"2018-09-13T20:24:44.4345445Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask390\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask389\",\"eTag\":\"0x8D619B6F167EA86\",\"lastModified\":\"2018-09-13T20:24:44.4365446Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask389\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask386\",\"eTag\":\"0x8D619B6F16BF04B\",\"lastModified\":\"2018-09-13T20:24:44.4629067Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask386\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask397\",\"eTag\":\"0x8D619B6F1697132\",\"lastModified\":\"2018-09-13T20:24:44.4465458Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask397\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask398\",\"eTag\":\"0x8D619B6F16AD0AE\",\"lastModified\":\"2018-09-13T20:24:44.4555438Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask398\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask387\",\"eTag\":\"0x8D619B6F16C0940\",\"lastModified\":\"2018-09-13T20:24:44.4635456Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask387\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask395\",\"eTag\":\"0x8D619B6F15BDC7D\",\"lastModified\":\"2018-09-13T20:24:44.3575421Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask395\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask400\",\"eTag\":\"0x8D619B6F16AF7CB\",\"lastModified\":\"2018-09-13T20:24:44.4565451Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask400\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask388\",\"eTag\":\"0x8D619B6F1694A0A\",\"lastModified\":\"2018-09-13T20:24:44.4455434Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask388\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask384\",\"eTag\":\"0x8D619B6F16DDE06\",\"lastModified\":\"2018-09-13T20:24:44.4755462Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask384\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask404\",\"eTag\":\"0x8D619B6F15CDE09\",\"lastModified\":\"2018-09-13T20:24:44.3641353Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask404\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask405\",\"eTag\":\"0x8D619B6F161A8DF\",\"lastModified\":\"2018-09-13T20:24:44.3955423Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask405\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask401\",\"eTag\":\"0x8D619B6F16C0940\",\"lastModified\":\"2018-09-13T20:24:44.4635456Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask401\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask399\",\"eTag\":\"0x8D619B6F16C3050\",\"lastModified\":\"2018-09-13T20:24:44.4645456Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask399\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask402\",\"eTag\":\"0x8D619B6F16E051B\",\"lastModified\":\"2018-09-13T20:24:44.4765467Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask402\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask385\",\"eTag\":\"0x8D619B6F16C5767\",\"lastModified\":\"2018-09-13T20:24:44.4655463Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask385\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask383\",\"eTag\":\"0x8D619B6F1707601\",\"lastModified\":\"2018-09-13T20:24:44.4925441Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask383\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask396\",\"eTag\":\"0x8D619B6F16C3050\",\"lastModified\":\"2018-09-13T20:24:44.4645456Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask396\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask432\",\"eTag\":\"0x8D661EE24660786\",\"lastModified\":\"2018-12-14T18:01:16.0280966Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask432\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask430\",\"eTag\":\"0x8D661EE24691450\",\"lastModified\":\"2018-12-14T18:01:16.0480848Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask430\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask431\",\"eTag\":\"0x8D661EE246BC13F\",\"lastModified\":\"2018-12-14T18:01:16.0656191Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask431\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask428\",\"eTag\":\"0x8D661EE247102DF\",\"lastModified\":\"2018-12-14T18:01:16.1000671Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask428\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask426\",\"eTag\":\"0x8D661EE2473C1E0\",\"lastModified\":\"2018-12-14T18:01:16.118064Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask426\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask425\",\"eTag\":\"0x8D661EE246DA78C\",\"lastModified\":\"2018-12-14T18:01:16.0780684Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask425\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask429\",\"eTag\":\"0x8D661EE246DA78C\",\"lastModified\":\"2018-12-14T18:01:16.0780684Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask429\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask427\",\"eTag\":\"0x8D661EE246D3FA6\",\"lastModified\":\"2018-12-14T18:01:16.0754086Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask427\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask420\",\"eTag\":\"0x8D661EE24768109\",\"lastModified\":\"2018-12-14T18:01:16.1360649Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask420\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask419\",\"eTag\":\"0x8D661EE2477E09D\",\"lastModified\":\"2018-12-14T18:01:16.1450653Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask419\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask418\",\"eTag\":\"0x8D661EE24791906\",\"lastModified\":\"2018-12-14T18:01:16.153063Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask418\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask424\",\"eTag\":\"0x8D661EE24723B69\",\"lastModified\":\"2018-12-14T18:01:16.1080681Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask424\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask423\",\"eTag\":\"0x8D661EE247373DA\",\"lastModified\":\"2018-12-14T18:01:16.1160666Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask423\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask421\",\"eTag\":\"0x8D661EE24768109\",\"lastModified\":\"2018-12-14T18:01:16.1360649Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask421\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask422\",\"eTag\":\"0x8D661EE2475216B\",\"lastModified\":\"2018-12-14T18:01:16.1270635Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask422\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask417\",\"eTag\":\"0x8D661EE247A789D\",\"lastModified\":\"2018-12-14T18:01:16.1620637Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask417\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask416\",\"eTag\":\"0x8D661EE248F6019\",\"lastModified\":\"2018-12-14T18:01:16.2990617Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask416\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask414\",\"eTag\":\"0x8D661EE2490BFB5\",\"lastModified\":\"2018-12-14T18:01:16.3080629Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask414\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask413\",\"eTag\":\"0x8D661EE2490BFB5\",\"lastModified\":\"2018-12-14T18:01:16.3080629Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask413\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask415\",\"eTag\":\"0x8D661EE2490BFB5\",\"lastModified\":\"2018-12-14T18:01:16.3080629Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask415\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask412\",\"eTag\":\"0x8D661EE2490BFB5\",\"lastModified\":\"2018-12-14T18:01:16.3080629Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask412\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask400\",\"eTag\":\"0x8D661EE249A35A3\",\"lastModified\":\"2018-12-14T18:01:16.3700643Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask400\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask399\",\"eTag\":\"0x8D661EE249C316A\",\"lastModified\":\"2018-12-14T18:01:16.3830634Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask399\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask396\",\"eTag\":\"0x8D661EE249C7F90\",\"lastModified\":\"2018-12-14T18:01:16.385064Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask396\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask393\",\"eTag\":\"0x8D661EE24A13A6C\",\"lastModified\":\"2018-12-14T18:01:16.416062Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask393\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask391\",\"eTag\":\"0x8D661EE24A1FDC1\",\"lastModified\":\"2018-12-14T18:01:16.4210625Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask391\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask392\",\"eTag\":\"0x8D661EE24A1617F\",\"lastModified\":\"2018-12-14T18:01:16.4170623Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask392\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask398\",\"eTag\":\"0x8D661EE249C316A\",\"lastModified\":\"2018-12-14T18:01:16.3830634Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask398\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask397\",\"eTag\":\"0x8D661EE249C587C\",\"lastModified\":\"2018-12-14T18:01:16.3840636Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask397\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask390\",\"eTag\":\"0x8D661EE24A24BE8\",\"lastModified\":\"2018-12-14T18:01:16.4230632Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask390\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask402\",\"eTag\":\"0x8D661EE24A86663\",\"lastModified\":\"2018-12-14T18:01:16.4630627Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask402\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask386\",\"eTag\":\"0x8D661EE24A99EFD\",\"lastModified\":\"2018-12-14T18:01:16.4710653Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask386\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask394\",\"eTag\":\"0x8D661EE24A977C7\",\"lastModified\":\"2018-12-14T18:01:16.4700615Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask394\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask395\",\"eTag\":\"0x8D661EE24A9C661\",\"lastModified\":\"2018-12-14T18:01:16.4720737Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask395\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask384\",\"eTag\":\"0x8D661EE24ADE47A\",\"lastModified\":\"2018-12-14T18:01:16.4990586Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask384\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask401\",\"eTag\":\"0x8D661EE24A83F58\",\"lastModified\":\"2018-12-14T18:01:16.4620632Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask401\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask404\",\"eTag\":\"0x8D661EE24A27364\",\"lastModified\":\"2018-12-14T18:01:16.424074Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask404\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask409\",\"eTag\":\"0x8D661EE24A6764B\",\"lastModified\":\"2018-12-14T18:01:16.4503627Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask409\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask411\",\"eTag\":\"0x8D661EE24A6DFC0\",\"lastModified\":\"2018-12-14T18:01:16.4530624Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask411\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask389\",\"eTag\":\"0x8D661EE24A37968\",\"lastModified\":\"2018-12-14T18:01:16.4307816Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask389\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask407\",\"eTag\":\"0x8D661EE24A7ECEA\",\"lastModified\":\"2018-12-14T18:01:16.459953Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask407\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask408\",\"eTag\":\"0x8D661EE24A6764B\",\"lastModified\":\"2018-12-14T18:01:16.4503627Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask408\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask406\",\"eTag\":\"0x8D661EE24A6DFC0\",\"lastModified\":\"2018-12-14T18:01:16.4530624Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask406\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask383\",\"eTag\":\"0x8D661EE24ADE47A\",\"lastModified\":\"2018-12-14T18:01:16.4990586Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask383\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask405\",\"eTag\":\"0x8D661EE24A818EF\",\"lastModified\":\"2018-12-14T18:01:16.4610799Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask405\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask410\",\"eTag\":\"0x8D661EE24A7F4B5\",\"lastModified\":\"2018-12-14T18:01:16.4601525Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask410\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask403\",\"eTag\":\"0x8D661EE24A691AD\",\"lastModified\":\"2018-12-14T18:01:16.4510637Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask403\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask385\",\"eTag\":\"0x8D661EE24AE0BB7\",\"lastModified\":\"2018-12-14T18:01:16.5000631Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask385\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask387\",\"eTag\":\"0x8D661EE24A9C661\",\"lastModified\":\"2018-12-14T18:01:16.4720737Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask387\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask388\",\"eTag\":\"0x8D661EE24AE59D2\",\"lastModified\":\"2018-12-14T18:01:16.5020626Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask388\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:44 GMT'] - request-id: [aed51892-92af-4870-afc1-19906e525c5a] + date: ['Fri, 14 Dec 2018 18:01:15 GMT'] + request-id: [097ddb1e-cdc0-4541-b15c-a0c2836c17d4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask382", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask381", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask380", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask379", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask378", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask377", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask376", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask375", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask374", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask373", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask372", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask371", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask370", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask369", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask368", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask367", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask366", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask365", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask364", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask363", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask362", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask361", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask360", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask359", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask358", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask357", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask356", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask355", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask354", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask353", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask352", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask351", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask350", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask349", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask348", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask347", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask346", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask345", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask344", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask343", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask342", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask341", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask340", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask339", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask338", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask337", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask336", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask335", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask334", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask333", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask382", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask381", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask380", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask379", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask378", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask377", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask376", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask375", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask374", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask373", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask372", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask371", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask370", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask369", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask368", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask367", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask366", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask365", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask364", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask363", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask362", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask361", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask360", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask359", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask358", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask357", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask356", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask355", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask354", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask353", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask352", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask351", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask350", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask349", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask348", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask347", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask346", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask345", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask344", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask343", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask342", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask341", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask340", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask339", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask338", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask337", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask336", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask335", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask334", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask333", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:44 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:17 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask382\",\"eTag\":\"0x8D619B6F26E6F93\",\"lastModified\":\"2018-09-13T20:24:46.1569939Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask382\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask381\",\"eTag\":\"0x8D619B6F2701AC4\",\"lastModified\":\"2018-09-13T20:24:46.16793Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask381\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask379\",\"eTag\":\"0x8D619B6F2739D45\",\"lastModified\":\"2018-09-13T20:24:46.1909317Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask379\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask380\",\"eTag\":\"0x8D619B6F274FCDF\",\"lastModified\":\"2018-09-13T20:24:46.1999327Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask380\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask377\",\"eTag\":\"0x8D619B6F276386C\",\"lastModified\":\"2018-09-13T20:24:46.2080108Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask377\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask378\",\"eTag\":\"0x8D619B6F2768361\",\"lastModified\":\"2018-09-13T20:24:46.2099297Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask378\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask373\",\"eTag\":\"0x8D619B6F27D8865\",\"lastModified\":\"2018-09-13T20:24:46.2559333Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask373\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask375\",\"eTag\":\"0x8D619B6F279DF0B\",\"lastModified\":\"2018-09-13T20:24:46.2319371Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask375\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask374\",\"eTag\":\"0x8D619B6F27C77C7\",\"lastModified\":\"2018-09-13T20:24:46.2489543Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask374\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask376\",\"eTag\":\"0x8D619B6F277AC76\",\"lastModified\":\"2018-09-13T20:24:46.217535Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask376\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask372\",\"eTag\":\"0x8D619B6F27D8865\",\"lastModified\":\"2018-09-13T20:24:46.2559333Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask372\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask370\",\"eTag\":\"0x8D619B6F27EE7FE\",\"lastModified\":\"2018-09-13T20:24:46.2649342Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask370\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask363\",\"eTag\":\"0x8D619B6F288AC23\",\"lastModified\":\"2018-09-13T20:24:46.3289379Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask363\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask371\",\"eTag\":\"0x8D619B6F28884F9\",\"lastModified\":\"2018-09-13T20:24:46.3279353Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask371\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask366\",\"eTag\":\"0x8D619B6F2886BFA\",\"lastModified\":\"2018-09-13T20:24:46.3272954Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask366\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask364\",\"eTag\":\"0x8D619B6F28884F9\",\"lastModified\":\"2018-09-13T20:24:46.3279353Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask364\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask369\",\"eTag\":\"0x8D619B6F280478F\",\"lastModified\":\"2018-09-13T20:24:46.2739343Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask369\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask367\",\"eTag\":\"0x8D619B6F28354D8\",\"lastModified\":\"2018-09-13T20:24:46.2939352Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask367\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask360\",\"eTag\":\"0x8D619B6F28CD92E\",\"lastModified\":\"2018-09-13T20:24:46.3563054Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask360\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask361\",\"eTag\":\"0x8D619B6F28CB353\",\"lastModified\":\"2018-09-13T20:24:46.3553363Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask361\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask368\",\"eTag\":\"0x8D619B6F28354D8\",\"lastModified\":\"2018-09-13T20:24:46.2939352Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask368\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask365\",\"eTag\":\"0x8D619B6F28E2753\",\"lastModified\":\"2018-09-13T20:24:46.3648595Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask365\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask358\",\"eTag\":\"0x8D619B6F28E5182\",\"lastModified\":\"2018-09-13T20:24:46.3659394Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask358\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask359\",\"eTag\":\"0x8D619B6F28D4022\",\"lastModified\":\"2018-09-13T20:24:46.358941Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask359\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask356\",\"eTag\":\"0x8D619B6F28FB107\",\"lastModified\":\"2018-09-13T20:24:46.3749383Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask356\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask357\",\"eTag\":\"0x8D619B6F28F9638\",\"lastModified\":\"2018-09-13T20:24:46.374252Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask357\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask355\",\"eTag\":\"0x8D619B6F291109E\",\"lastModified\":\"2018-09-13T20:24:46.383939Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask355\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask362\",\"eTag\":\"0x8D619B6F29137AD\",\"lastModified\":\"2018-09-13T20:24:46.3849389Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask362\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask353\",\"eTag\":\"0x8D619B6F2927686\",\"lastModified\":\"2018-09-13T20:24:46.3931014Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask353\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask354\",\"eTag\":\"0x8D619B6F292714E\",\"lastModified\":\"2018-09-13T20:24:46.3929678Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask354\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask352\",\"eTag\":\"0x8D619B6F293E547\",\"lastModified\":\"2018-09-13T20:24:46.4024903Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask352\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask351\",\"eTag\":\"0x8D619B6F2955651\",\"lastModified\":\"2018-09-13T20:24:46.4119377Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask351\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask350\",\"eTag\":\"0x8D619B6F296C321\",\"lastModified\":\"2018-09-13T20:24:46.4212769Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask350\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask349\",\"eTag\":\"0x8D619B6F29863BF\",\"lastModified\":\"2018-09-13T20:24:46.4319423Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask349\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask348\",\"eTag\":\"0x8D619B6F299A33B\",\"lastModified\":\"2018-09-13T20:24:46.4401211Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask348\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask347\",\"eTag\":\"0x8D619B6F299A86D\",\"lastModified\":\"2018-09-13T20:24:46.4402541Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask347\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask345\",\"eTag\":\"0x8D619B6F29B9810\",\"lastModified\":\"2018-09-13T20:24:46.4529424Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask345\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask346\",\"eTag\":\"0x8D619B6F29B9810\",\"lastModified\":\"2018-09-13T20:24:46.4529424Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask346\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask344\",\"eTag\":\"0x8D619B6F29D9C2A\",\"lastModified\":\"2018-09-13T20:24:46.4661546Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask344\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask343\",\"eTag\":\"0x8D619B6F29E7E46\",\"lastModified\":\"2018-09-13T20:24:46.471943Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask343\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask342\",\"eTag\":\"0x8D619B6F29F70DA\",\"lastModified\":\"2018-09-13T20:24:46.478153Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask342\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask340\",\"eTag\":\"0x8D619B6F2A004F4\",\"lastModified\":\"2018-09-13T20:24:46.4819444Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask340\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask341\",\"eTag\":\"0x8D619B6F29FDFB9\",\"lastModified\":\"2018-09-13T20:24:46.4809913Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask341\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask339\",\"eTag\":\"0x8D619B6F2A0DFA1\",\"lastModified\":\"2018-09-13T20:24:46.4875425Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask339\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask338\",\"eTag\":\"0x8D619B6F2A258DD\",\"lastModified\":\"2018-09-13T20:24:46.4971997Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask338\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask337\",\"eTag\":\"0x8D619B6F2A275E4\",\"lastModified\":\"2018-09-13T20:24:46.4979428Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask337\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask336\",\"eTag\":\"0x8D619B6F2A3C51A\",\"lastModified\":\"2018-09-13T20:24:46.5065242Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask336\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask335\",\"eTag\":\"0x8D619B6F2A53BC2\",\"lastModified\":\"2018-09-13T20:24:46.5161154Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask335\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask334\",\"eTag\":\"0x8D619B6F2A6B50D\",\"lastModified\":\"2018-09-13T20:24:46.5257741Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask334\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask333\",\"eTag\":\"0x8D619B6F2A7AE32\",\"lastModified\":\"2018-09-13T20:24:46.5321522Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask333\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask382\",\"eTag\":\"0x8D661EE25E3FBF0\",\"lastModified\":\"2018-12-14T18:01:18.5312752Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask382\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask379\",\"eTag\":\"0x8D661EE25E868B9\",\"lastModified\":\"2018-12-14T18:01:18.5602745Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask379\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask381\",\"eTag\":\"0x8D661EE25E55BB0\",\"lastModified\":\"2018-12-14T18:01:18.54028Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask381\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask380\",\"eTag\":\"0x8D661EE25E6E2E6\",\"lastModified\":\"2018-12-14T18:01:18.550295Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask380\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask376\",\"eTag\":\"0x8D661EE25EDE5E0\",\"lastModified\":\"2018-12-14T18:01:18.5962464Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask376\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask378\",\"eTag\":\"0x8D661EE25E9520B\",\"lastModified\":\"2018-12-14T18:01:18.5662475Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask378\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask373\",\"eTag\":\"0x8D661EE25F252C9\",\"lastModified\":\"2018-12-14T18:01:18.6252489Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask373\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask377\",\"eTag\":\"0x8D661EE25F252C9\",\"lastModified\":\"2018-12-14T18:01:18.6252489Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask377\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask371\",\"eTag\":\"0x8D661EE25F6E6AF\",\"lastModified\":\"2018-12-14T18:01:18.6552495Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask371\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask374\",\"eTag\":\"0x8D661EE25F6E6AF\",\"lastModified\":\"2018-12-14T18:01:18.6552495Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask374\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask375\",\"eTag\":\"0x8D661EE25F6E6AF\",\"lastModified\":\"2018-12-14T18:01:18.6552495Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask375\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask370\",\"eTag\":\"0x8D661EE25F6E6AF\",\"lastModified\":\"2018-12-14T18:01:18.6552495Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask370\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask367\",\"eTag\":\"0x8D661EE25F9F3C8\",\"lastModified\":\"2018-12-14T18:01:18.6752456Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask367\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask368\",\"eTag\":\"0x8D661EE25F9F3C8\",\"lastModified\":\"2018-12-14T18:01:18.6752456Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask368\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask372\",\"eTag\":\"0x8D661EE25FE8926\",\"lastModified\":\"2018-12-14T18:01:18.7052838Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask372\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask366\",\"eTag\":\"0x8D661EE25FE8926\",\"lastModified\":\"2018-12-14T18:01:18.7052838Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask366\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask369\",\"eTag\":\"0x8D661EE25FF6104\",\"lastModified\":\"2018-12-14T18:01:18.71081Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask369\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask364\",\"eTag\":\"0x8D661EE25FFE73F\",\"lastModified\":\"2018-12-14T18:01:18.7142463Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask364\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask363\",\"eTag\":\"0x8D661EE26025DEB\",\"lastModified\":\"2018-12-14T18:01:18.7303915Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask363\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask362\",\"eTag\":\"0x8D661EE2603D9BA\",\"lastModified\":\"2018-12-14T18:01:18.7401146Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask362\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask360\",\"eTag\":\"0x8D661EE26059B91\",\"lastModified\":\"2018-12-14T18:01:18.7516305Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask360\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask361\",\"eTag\":\"0x8D661EE26045504\",\"lastModified\":\"2018-12-14T18:01:18.7432708Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask361\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask365\",\"eTag\":\"0x8D661EE25FE8926\",\"lastModified\":\"2018-12-14T18:01:18.7052838Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask365\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask359\",\"eTag\":\"0x8D661EE2607146C\",\"lastModified\":\"2018-12-14T18:01:18.761278Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask359\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask358\",\"eTag\":\"0x8D661EE2608C21B\",\"lastModified\":\"2018-12-14T18:01:18.7722779Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask358\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask357\",\"eTag\":\"0x8D661EE260A207E\",\"lastModified\":\"2018-12-14T18:01:18.7812478Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask357\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask356\",\"eTag\":\"0x8D661EE260B8043\",\"lastModified\":\"2018-12-14T18:01:18.7902531Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask356\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask355\",\"eTag\":\"0x8D661EE260D07A4\",\"lastModified\":\"2018-12-14T18:01:18.8002724Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask355\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask354\",\"eTag\":\"0x8D661EE260E9367\",\"lastModified\":\"2018-12-14T18:01:18.8104039Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask354\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask352\",\"eTag\":\"0x8D661EE260FECE7\",\"lastModified\":\"2018-12-14T18:01:18.8192487Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask352\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask353\",\"eTag\":\"0x8D661EE260EB458\",\"lastModified\":\"2018-12-14T18:01:18.8112472Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask353\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask351\",\"eTag\":\"0x8D661EE26114C5D\",\"lastModified\":\"2018-12-14T18:01:18.8282461Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask351\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask350\",\"eTag\":\"0x8D661EE2612AD41\",\"lastModified\":\"2018-12-14T18:01:18.8372801Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask350\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask346\",\"eTag\":\"0x8D661EE26180331\",\"lastModified\":\"2018-12-14T18:01:18.8722481Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask346\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask348\",\"eTag\":\"0x8D661EE26180331\",\"lastModified\":\"2018-12-14T18:01:18.8722481Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask348\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask347\",\"eTag\":\"0x8D661EE26182A44\",\"lastModified\":\"2018-12-14T18:01:18.8732484Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask347\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask349\",\"eTag\":\"0x8D661EE2617DC0B\",\"lastModified\":\"2018-12-14T18:01:18.8712459Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask349\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask345\",\"eTag\":\"0x8D661EE2619D7E2\",\"lastModified\":\"2018-12-14T18:01:18.8842466Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask345\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask344\",\"eTag\":\"0x8D661EE261A25EE\",\"lastModified\":\"2018-12-14T18:01:18.8862446Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask344\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask343\",\"eTag\":\"0x8D661EE261B3756\",\"lastModified\":\"2018-12-14T18:01:18.8932438Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask343\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask342\",\"eTag\":\"0x8D661EE261CBE13\",\"lastModified\":\"2018-12-14T18:01:18.9032467Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask342\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask341\",\"eTag\":\"0x8D661EE261F3511\",\"lastModified\":\"2018-12-14T18:01:18.9194001Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask341\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask340\",\"eTag\":\"0x8D661EE261FCB4E\",\"lastModified\":\"2018-12-14T18:01:18.9232462Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask340\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask339\",\"eTag\":\"0x8D661EE26212AE8\",\"lastModified\":\"2018-12-14T18:01:18.9322472Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask339\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask337\",\"eTag\":\"0x8D661EE2622B179\",\"lastModified\":\"2018-12-14T18:01:18.9422457Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask337\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask336\",\"eTag\":\"0x8D661EE2624380D\",\"lastModified\":\"2018-12-14T18:01:18.9522445Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask336\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask335\",\"eTag\":\"0x8D661EE2625E5B7\",\"lastModified\":\"2018-12-14T18:01:18.9632439Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask335\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask338\",\"eTag\":\"0x8D661EE262224E6\",\"lastModified\":\"2018-12-14T18:01:18.938647Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask338\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask334\",\"eTag\":\"0x8D661EE26274557\",\"lastModified\":\"2018-12-14T18:01:18.9722455Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask334\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask333\",\"eTag\":\"0x8D661EE2628F31D\",\"lastModified\":\"2018-12-14T18:01:18.9832477Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask333\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:46 GMT'] - request-id: [82513418-b0f7-4f5b-94f6-196c9a2d3b25] + date: ['Fri, 14 Dec 2018 18:01:18 GMT'] + request-id: [15dfdf28-449f-4f09-ab9f-36b87f82e921] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask332", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask331", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask330", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask329", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask328", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask327", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask326", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask325", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask324", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask323", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask322", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask321", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask320", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask319", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask318", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask317", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask316", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask315", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask314", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask313", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask312", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask311", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask310", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask309", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask308", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask307", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask306", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask305", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask304", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask303", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask302", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask301", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask300", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask299", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask298", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask297", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask296", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask295", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask294", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask293", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask292", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask291", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask290", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask289", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask288", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask287", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask286", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask285", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask284", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask283", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask332", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask331", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask330", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask329", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask328", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask327", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask326", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask325", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask324", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask323", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask322", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask321", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask320", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask319", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask318", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask317", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask316", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask315", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask314", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask313", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask312", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask311", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask310", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask309", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask308", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask307", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask306", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask305", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask304", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask303", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask302", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask301", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask300", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask299", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask298", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask297", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask296", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask295", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask294", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask293", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask292", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask291", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask290", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask289", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask288", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask287", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask286", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask285", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask284", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask283", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:46 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:20 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask332\",\"eTag\":\"0x8D619B6F38B61C7\",\"lastModified\":\"2018-09-13T20:24:48.0244167Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask332\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask331\",\"eTag\":\"0x8D619B6F38C4E34\",\"lastModified\":\"2018-09-13T20:24:48.0304692Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask331\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask330\",\"eTag\":\"0x8D619B6F38DAE8E\",\"lastModified\":\"2018-09-13T20:24:48.0394894Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask330\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask329\",\"eTag\":\"0x8D619B6F38F5965\",\"lastModified\":\"2018-09-13T20:24:48.0504165Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask329\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask327\",\"eTag\":\"0x8D619B6F3959B07\",\"lastModified\":\"2018-09-13T20:24:48.0914183Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask327\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask328\",\"eTag\":\"0x8D619B6F39266B6\",\"lastModified\":\"2018-09-13T20:24:48.0704182Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask328\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask326\",\"eTag\":\"0x8D619B6F3981A38\",\"lastModified\":\"2018-09-13T20:24:48.1077816Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask326\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask324\",\"eTag\":\"0x8D619B6F39E26AB\",\"lastModified\":\"2018-09-13T20:24:48.1474219Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask324\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask323\",\"eTag\":\"0x8D619B6F39F5F20\",\"lastModified\":\"2018-09-13T20:24:48.1554208Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask323\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask325\",\"eTag\":\"0x8D619B6F39F86FE\",\"lastModified\":\"2018-09-13T20:24:48.1564414Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask325\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask322\",\"eTag\":\"0x8D619B6F3A133FA\",\"lastModified\":\"2018-09-13T20:24:48.1674234Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask322\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask321\",\"eTag\":\"0x8D619B6F3A1D044\",\"lastModified\":\"2018-09-13T20:24:48.1714244Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask321\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask320\",\"eTag\":\"0x8D619B6F3A57A39\",\"lastModified\":\"2018-09-13T20:24:48.1954361Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask320\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask319\",\"eTag\":\"0x8D619B6F3A5A0E2\",\"lastModified\":\"2018-09-13T20:24:48.1964258Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask319\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask318\",\"eTag\":\"0x8D619B6F3A6DA9E\",\"lastModified\":\"2018-09-13T20:24:48.2044574Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask318\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask316\",\"eTag\":\"0x8D619B6F3A84A9F\",\"lastModified\":\"2018-09-13T20:24:48.2138783Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask316\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask315\",\"eTag\":\"0x8D619B6F3A94C04\",\"lastModified\":\"2018-09-13T20:24:48.2204676Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask315\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask314\",\"eTag\":\"0x8D619B6F3AB6E94\",\"lastModified\":\"2018-09-13T20:24:48.2344596Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask314\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask317\",\"eTag\":\"0x8D619B6F3AB9481\",\"lastModified\":\"2018-09-13T20:24:48.2354305Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask317\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask312\",\"eTag\":\"0x8D619B6F3ACF3EA\",\"lastModified\":\"2018-09-13T20:24:48.2444266Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask312\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask313\",\"eTag\":\"0x8D619B6F3AD6921\",\"lastModified\":\"2018-09-13T20:24:48.2474273Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask313\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask311\",\"eTag\":\"0x8D619B6F3AE5BE2\",\"lastModified\":\"2018-09-13T20:24:48.2536418Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask311\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask310\",\"eTag\":\"0x8D619B6F3AE5BE2\",\"lastModified\":\"2018-09-13T20:24:48.2536418Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask310\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask309\",\"eTag\":\"0x8D619B6F3B0C482\",\"lastModified\":\"2018-09-13T20:24:48.2694274Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask309\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask308\",\"eTag\":\"0x8D619B6F3B13B43\",\"lastModified\":\"2018-09-13T20:24:48.2724675Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask308\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask307\",\"eTag\":\"0x8D619B6F3B2E750\",\"lastModified\":\"2018-09-13T20:24:48.2834256Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask307\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask306\",\"eTag\":\"0x8D619B6F3B2E750\",\"lastModified\":\"2018-09-13T20:24:48.2834256Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask306\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask305\",\"eTag\":\"0x8D619B6F3B46E07\",\"lastModified\":\"2018-09-13T20:24:48.2934279Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask305\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask304\",\"eTag\":\"0x8D619B6F3B5319E\",\"lastModified\":\"2018-09-13T20:24:48.298435Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask304\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask303\",\"eTag\":\"0x8D619B6F3B5F4B9\",\"lastModified\":\"2018-09-13T20:24:48.3034297Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask303\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask302\",\"eTag\":\"0x8D619B6F3B6B80D\",\"lastModified\":\"2018-09-13T20:24:48.3084301Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask302\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask301\",\"eTag\":\"0x8D619B6F3B76100\",\"lastModified\":\"2018-09-13T20:24:48.3127552Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask301\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask300\",\"eTag\":\"0x8D619B6F3B840CB\",\"lastModified\":\"2018-09-13T20:24:48.3184843Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask300\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask299\",\"eTag\":\"0x8D619B6F3BA5739\",\"lastModified\":\"2018-09-13T20:24:48.3321657Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask299\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask298\",\"eTag\":\"0x8D619B6F3BBD311\",\"lastModified\":\"2018-09-13T20:24:48.3418897Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask298\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask297\",\"eTag\":\"0x8D619B6F3BBE837\",\"lastModified\":\"2018-09-13T20:24:48.3424311Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask297\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask296\",\"eTag\":\"0x8D619B6F3BD2208\",\"lastModified\":\"2018-09-13T20:24:48.3504648Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask296\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask295\",\"eTag\":\"0x8D619B6F3BEA78F\",\"lastModified\":\"2018-09-13T20:24:48.3604367Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask295\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask294\",\"eTag\":\"0x8D619B6F3BFB8E1\",\"lastModified\":\"2018-09-13T20:24:48.3674337Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask294\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask293\",\"eTag\":\"0x8D619B6F3C11887\",\"lastModified\":\"2018-09-13T20:24:48.3764359Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask293\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask292\",\"eTag\":\"0x8D619B6F3C167BA\",\"lastModified\":\"2018-09-13T20:24:48.3784634Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask292\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask291\",\"eTag\":\"0x8D619B6F3C29F17\",\"lastModified\":\"2018-09-13T20:24:48.3864343Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask291\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask290\",\"eTag\":\"0x8D619B6F3C3D8B5\",\"lastModified\":\"2018-09-13T20:24:48.3944629Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask290\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask289\",\"eTag\":\"0x8D619B6F3C538E5\",\"lastModified\":\"2018-09-13T20:24:48.4034789Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask289\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask288\",\"eTag\":\"0x8D619B6F3C696C5\",\"lastModified\":\"2018-09-13T20:24:48.4124357Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask288\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask287\",\"eTag\":\"0x8D619B6F3C6E5FC\",\"lastModified\":\"2018-09-13T20:24:48.4144636Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask287\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask286\",\"eTag\":\"0x8D619B6F3C84466\",\"lastModified\":\"2018-09-13T20:24:48.4234342Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask286\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask285\",\"eTag\":\"0x8D619B6F3C985DA\",\"lastModified\":\"2018-09-13T20:24:48.4316634Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask285\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask284\",\"eTag\":\"0x8D619B6F3CAB57E\",\"lastModified\":\"2018-09-13T20:24:48.4394366Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask284\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask283\",\"eTag\":\"0x8D619B6F3CB2BC8\",\"lastModified\":\"2018-09-13T20:24:48.4424648Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask283\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask332\",\"eTag\":\"0x8D661EE27C0A357\",\"lastModified\":\"2018-12-14T18:01:21.6550743Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask332\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask330\",\"eTag\":\"0x8D661EE27C229EC\",\"lastModified\":\"2018-12-14T18:01:21.6650732Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask330\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask331\",\"eTag\":\"0x8D661EE27C31436\",\"lastModified\":\"2018-12-14T18:01:21.671071Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask331\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask329\",\"eTag\":\"0x8D661EE27C3897F\",\"lastModified\":\"2018-12-14T18:01:21.6740735Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask329\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask328\",\"eTag\":\"0x8D661EE27C5106C\",\"lastModified\":\"2018-12-14T18:01:21.6840812Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask328\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask326\",\"eTag\":\"0x8D661EE27CA9454\",\"lastModified\":\"2018-12-14T18:01:21.720226Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask326\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask327\",\"eTag\":\"0x8D661EE27C97D68\",\"lastModified\":\"2018-12-14T18:01:21.7130856Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask327\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask325\",\"eTag\":\"0x8D661EE27CB2A8A\",\"lastModified\":\"2018-12-14T18:01:21.7240714Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask325\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask324\",\"eTag\":\"0x8D661EE27CC8A1D\",\"lastModified\":\"2018-12-14T18:01:21.7330717Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask324\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask323\",\"eTag\":\"0x8D661EE27CE10D5\",\"lastModified\":\"2018-12-14T18:01:21.7430741Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask323\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask322\",\"eTag\":\"0x8D661EE27CF97EB\",\"lastModified\":\"2018-12-14T18:01:21.7530859Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask322\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask321\",\"eTag\":\"0x8D661EE27D08B76\",\"lastModified\":\"2018-12-14T18:01:21.7593206Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask321\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask320\",\"eTag\":\"0x8D661EE27D11E10\",\"lastModified\":\"2018-12-14T18:01:21.7630736Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask320\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask319\",\"eTag\":\"0x8D661EE27D27DA0\",\"lastModified\":\"2018-12-14T18:01:21.7720736Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask319\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask317\",\"eTag\":\"0x8D661EE27D67686\",\"lastModified\":\"2018-12-14T18:01:21.7981062Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask317\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask318\",\"eTag\":\"0x8D661EE27D4042D\",\"lastModified\":\"2018-12-14T18:01:21.7820717Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask318\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask316\",\"eTag\":\"0x8D661EE27D82357\",\"lastModified\":\"2018-12-14T18:01:21.8090839Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask316\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask315\",\"eTag\":\"0x8D661EE27D7FBF5\",\"lastModified\":\"2018-12-14T18:01:21.8080757Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask315\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask314\",\"eTag\":\"0x8D661EE27D9AAC8\",\"lastModified\":\"2018-12-14T18:01:21.8191048Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask314\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask313\",\"eTag\":\"0x8D661EE27DB313B\",\"lastModified\":\"2018-12-14T18:01:21.8291003Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask313\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask312\",\"eTag\":\"0x8D661EE27DCBE63\",\"lastModified\":\"2018-12-14T18:01:21.8392675Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask312\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask311\",\"eTag\":\"0x8D661EE27DE3D7E\",\"lastModified\":\"2018-12-14T18:01:21.849075Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask311\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask310\",\"eTag\":\"0x8D661EE27DF0234\",\"lastModified\":\"2018-12-14T18:01:21.8541108Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask310\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask309\",\"eTag\":\"0x8D661EE27E1251A\",\"lastModified\":\"2018-12-14T18:01:21.8681114Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask309\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask308\",\"eTag\":\"0x8D661EE27E2ABA4\",\"lastModified\":\"2018-12-14T18:01:21.8781092Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask308\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask306\",\"eTag\":\"0x8D661EE27E40B23\",\"lastModified\":\"2018-12-14T18:01:21.8871075Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask306\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask307\",\"eTag\":\"0x8D661EE27E43125\",\"lastModified\":\"2018-12-14T18:01:21.8880805Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask307\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask305\",\"eTag\":\"0x8D661EE27E5B8BD\",\"lastModified\":\"2018-12-14T18:01:21.8981053Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask305\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask304\",\"eTag\":\"0x8D661EE27E73E3C\",\"lastModified\":\"2018-12-14T18:01:21.9080764Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask304\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask303\",\"eTag\":\"0x8D661EE27E828BC\",\"lastModified\":\"2018-12-14T18:01:21.9140796Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask303\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask302\",\"eTag\":\"0x8D661EE27EA261F\",\"lastModified\":\"2018-12-14T18:01:21.9271199Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask302\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask301\",\"eTag\":\"0x8D661EE27EB1003\",\"lastModified\":\"2018-12-14T18:01:21.9331075Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask301\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask300\",\"eTag\":\"0x8D661EE27ED320B\",\"lastModified\":\"2018-12-14T18:01:21.9470859Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask300\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask299\",\"eTag\":\"0x8D661EE27EE1D0B\",\"lastModified\":\"2018-12-14T18:01:21.9531019Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask299\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask298\",\"eTag\":\"0x8D661EE27EEBA81\",\"lastModified\":\"2018-12-14T18:01:21.9571329Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask298\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask297\",\"eTag\":\"0x8D661EE27F01915\",\"lastModified\":\"2018-12-14T18:01:21.9661077Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask297\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask296\",\"eTag\":\"0x8D661EE27F19EA4\",\"lastModified\":\"2018-12-14T18:01:21.9760804Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask296\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask295\",\"eTag\":\"0x8D661EE27F3252C\",\"lastModified\":\"2018-12-14T18:01:21.986078Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask295\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask293\",\"eTag\":\"0x8D661EE27F60C72\",\"lastModified\":\"2018-12-14T18:01:22.0051058Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask293\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask292\",\"eTag\":\"0x8D661EE27F65960\",\"lastModified\":\"2018-12-14T18:01:22.0070752Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask292\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask294\",\"eTag\":\"0x8D661EE27F4ADA3\",\"lastModified\":\"2018-12-14T18:01:21.9961251Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask294\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask291\",\"eTag\":\"0x8D661EE27F8CB05\",\"lastModified\":\"2018-12-14T18:01:22.0230917Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask291\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask288\",\"eTag\":\"0x8D661EE27FB6456\",\"lastModified\":\"2018-12-14T18:01:22.0401238Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask288\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask289\",\"eTag\":\"0x8D661EE27FB8983\",\"lastModified\":\"2018-12-14T18:01:22.0410755Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask289\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask290\",\"eTag\":\"0x8D661EE27FA2A1F\",\"lastModified\":\"2018-12-14T18:01:22.0320799Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask290\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask287\",\"eTag\":\"0x8D661EE27FDAC9D\",\"lastModified\":\"2018-12-14T18:01:22.0550813Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask287\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask286\",\"eTag\":\"0x8D661EE27FE22B2\",\"lastModified\":\"2018-12-14T18:01:22.0581042Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask286\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask285\",\"eTag\":\"0x8D661EE27FFD058\",\"lastModified\":\"2018-12-14T18:01:22.0691032Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask285\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask284\",\"eTag\":\"0x8D661EE28017DFF\",\"lastModified\":\"2018-12-14T18:01:22.0801023Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask284\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask283\",\"eTag\":\"0x8D661EE2802406C\",\"lastModified\":\"2018-12-14T18:01:22.0850796Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask283\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:48 GMT'] - request-id: [45446534-d443-429c-aaa1-84895b80aa2e] + date: ['Fri, 14 Dec 2018 18:01:21 GMT'] + request-id: [af049f75-284c-47d1-aad5-3e7beb45fb64] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask282", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask281", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask280", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask279", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask278", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask277", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask276", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask275", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask274", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask273", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask272", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask271", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask270", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask269", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask268", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask267", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask266", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask265", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask264", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask263", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask262", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask261", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask260", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask259", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask258", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask257", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask256", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask255", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask254", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask253", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask252", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask251", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask250", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask249", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask248", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask247", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask246", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask245", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask244", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask243", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask242", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask241", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask240", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask239", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask238", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask237", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask236", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask235", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask234", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask233", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask282", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask281", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask280", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask279", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask278", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask277", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask276", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask275", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask274", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask273", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask272", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask271", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask270", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask269", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask268", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask267", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask266", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask265", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask264", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask263", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask262", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask261", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask260", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask259", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask258", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask257", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask256", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask255", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask254", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask253", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask252", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask251", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask250", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask249", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask248", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask247", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask246", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask245", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask244", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask243", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask242", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask241", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask240", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask239", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask238", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask237", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask236", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask235", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask234", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask233", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:48 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:23 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask282\",\"eTag\":\"0x8D619B6F4B266A6\",\"lastModified\":\"2018-09-13T20:24:49.9578534Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask282\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask279\",\"eTag\":\"0x8D619B6F4BA07B4\",\"lastModified\":\"2018-09-13T20:24:50.0078516Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask279\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask278\",\"eTag\":\"0x8D619B6F4BA2ECD\",\"lastModified\":\"2018-09-13T20:24:50.0088525Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask278\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask280\",\"eTag\":\"0x8D619B6F4BA07B4\",\"lastModified\":\"2018-09-13T20:24:50.0078516Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask280\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask281\",\"eTag\":\"0x8D619B6F4B9F23E\",\"lastModified\":\"2018-09-13T20:24:50.0073022Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask281\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask275\",\"eTag\":\"0x8D619B6F4BBDC70\",\"lastModified\":\"2018-09-13T20:24:50.0198512Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask275\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask274\",\"eTag\":\"0x8D619B6F4BEC2B4\",\"lastModified\":\"2018-09-13T20:24:50.0388532Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask274\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask273\",\"eTag\":\"0x8D619B6F4BEE9BB\",\"lastModified\":\"2018-09-13T20:24:50.0398523Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask273\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask277\",\"eTag\":\"0x8D619B6F4BE9B98\",\"lastModified\":\"2018-09-13T20:24:50.037852Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask277\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask272\",\"eTag\":\"0x8D619B6F4C181AD\",\"lastModified\":\"2018-09-13T20:24:50.0568493Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask272\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask271\",\"eTag\":\"0x8D619B6F4C1A8E7\",\"lastModified\":\"2018-09-13T20:24:50.0578535Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask271\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask276\",\"eTag\":\"0x8D619B6F4C1777C\",\"lastModified\":\"2018-09-13T20:24:50.0565884Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask276\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask270\",\"eTag\":\"0x8D619B6F4C37DA7\",\"lastModified\":\"2018-09-13T20:24:50.0698535Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask270\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask269\",\"eTag\":\"0x8D619B6F4C47ECB\",\"lastModified\":\"2018-09-13T20:24:50.0764363Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask269\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask268\",\"eTag\":\"0x8D619B6F4C50444\",\"lastModified\":\"2018-09-13T20:24:50.0798532Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask268\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask267\",\"eTag\":\"0x8D619B6F4C6159E\",\"lastModified\":\"2018-09-13T20:24:50.086851Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask267\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask266\",\"eTag\":\"0x8D619B6F4C6B1E8\",\"lastModified\":\"2018-09-13T20:24:50.090852Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask266\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask265\",\"eTag\":\"0x8D619B6F4C92302\",\"lastModified\":\"2018-09-13T20:24:50.1068546Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask265\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask262\",\"eTag\":\"0x8D619B6F4CC092D\",\"lastModified\":\"2018-09-13T20:24:50.1258541Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask262\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask264\",\"eTag\":\"0x8D619B6F4CA8303\",\"lastModified\":\"2018-09-13T20:24:50.1158659Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask264\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask263\",\"eTag\":\"0x8D619B6F4CB45D3\",\"lastModified\":\"2018-09-13T20:24:50.1208531Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask263\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask261\",\"eTag\":\"0x8D619B6F4CC7E6E\",\"lastModified\":\"2018-09-13T20:24:50.1288558Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask261\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask260\",\"eTag\":\"0x8D619B6F4CD8FC7\",\"lastModified\":\"2018-09-13T20:24:50.1358535Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask260\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask259\",\"eTag\":\"0x8D619B6F4D20324\",\"lastModified\":\"2018-09-13T20:24:50.1650212Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask259\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask256\",\"eTag\":\"0x8D619B6F4D223D4\",\"lastModified\":\"2018-09-13T20:24:50.165858Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask256\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask254\",\"eTag\":\"0x8D619B6F4D53103\",\"lastModified\":\"2018-09-13T20:24:50.1858563Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask254\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask255\",\"eTag\":\"0x8D619B6F4D298F4\",\"lastModified\":\"2018-09-13T20:24:50.1688564Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask255\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask258\",\"eTag\":\"0x8D619B6F4D271E5\",\"lastModified\":\"2018-09-13T20:24:50.1678565Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask258\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask253\",\"eTag\":\"0x8D619B6F4D67E4F\",\"lastModified\":\"2018-09-13T20:24:50.1943887Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask253\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask257\",\"eTag\":\"0x8D619B6F4D20324\",\"lastModified\":\"2018-09-13T20:24:50.1650212Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask257\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask251\",\"eTag\":\"0x8D619B6F4D88D21\",\"lastModified\":\"2018-09-13T20:24:50.2078753Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask251\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask252\",\"eTag\":\"0x8D619B6F4D6B7AF\",\"lastModified\":\"2018-09-13T20:24:50.1958575Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask252\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask249\",\"eTag\":\"0x8D619B6F4DB4BAF\",\"lastModified\":\"2018-09-13T20:24:50.2258607Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask249\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask250\",\"eTag\":\"0x8D619B6F4DB99C1\",\"lastModified\":\"2018-09-13T20:24:50.2278593Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask250\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask244\",\"eTag\":\"0x8D619B6F4E16641\",\"lastModified\":\"2018-09-13T20:24:50.2658625Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask244\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask242\",\"eTag\":\"0x8D619B6F4E732BA\",\"lastModified\":\"2018-09-13T20:24:50.303865Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask242\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask248\",\"eTag\":\"0x8D619B6F4DC8417\",\"lastModified\":\"2018-09-13T20:24:50.2338583Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask248\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask241\",\"eTag\":\"0x8D619B6F4E732BA\",\"lastModified\":\"2018-09-13T20:24:50.303865Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask241\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask246\",\"eTag\":\"0x8D619B6F4DE8007\",\"lastModified\":\"2018-09-13T20:24:50.2468615Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask246\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask247\",\"eTag\":\"0x8D619B6F4DF916B\",\"lastModified\":\"2018-09-13T20:24:50.2538603Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask247\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask245\",\"eTag\":\"0x8D619B6F4E13F30\",\"lastModified\":\"2018-09-13T20:24:50.2648624Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask245\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask238\",\"eTag\":\"0x8D619B6F4ED9B6D\",\"lastModified\":\"2018-09-13T20:24:50.3458669Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask238\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask239\",\"eTag\":\"0x8D619B6F4EA8E09\",\"lastModified\":\"2018-09-13T20:24:50.3258633Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask239\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask236\",\"eTag\":\"0x8D619B6F4F0A8CD\",\"lastModified\":\"2018-09-13T20:24:50.3658701Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask236\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask235\",\"eTag\":\"0x8D619B6F4F0A8CD\",\"lastModified\":\"2018-09-13T20:24:50.3658701Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask235\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask237\",\"eTag\":\"0x8D619B6F4EF21E7\",\"lastModified\":\"2018-09-13T20:24:50.3558631Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask237\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask240\",\"eTag\":\"0x8D619B6F4EB8A69\",\"lastModified\":\"2018-09-13T20:24:50.3323241Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask240\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask233\",\"eTag\":\"0x8D619B6F4F27D99\",\"lastModified\":\"2018-09-13T20:24:50.3778713Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask233\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask234\",\"eTag\":\"0x8D619B6F4F27D99\",\"lastModified\":\"2018-09-13T20:24:50.3778713Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask234\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask243\",\"eTag\":\"0x8D619B6F4E4736D\",\"lastModified\":\"2018-09-13T20:24:50.2858605Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask243\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask282\",\"eTag\":\"0x8D661EE29765F57\",\"lastModified\":\"2018-12-14T18:01:24.5238103Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask282\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask280\",\"eTag\":\"0x8D661EE2978CEEA\",\"lastModified\":\"2018-12-14T18:01:24.5397738Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask280\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask277\",\"eTag\":\"0x8D661EE297BB51E\",\"lastModified\":\"2018-12-14T18:01:24.5587742Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask277\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask281\",\"eTag\":\"0x8D661EE297BDC13\",\"lastModified\":\"2018-12-14T18:01:24.5597715Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask281\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask275\",\"eTag\":\"0x8D661EE29848EB9\",\"lastModified\":\"2018-12-14T18:01:24.6167737Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask275\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask274\",\"eTag\":\"0x8D661EE2984B5DE\",\"lastModified\":\"2018-12-14T18:01:24.6177758Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask274\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask268\",\"eTag\":\"0x8D661EE298AD264\",\"lastModified\":\"2018-12-14T18:01:24.6578276Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask268\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask279\",\"eTag\":\"0x8D661EE297EE97B\",\"lastModified\":\"2018-12-14T18:01:24.5797755Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask279\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask276\",\"eTag\":\"0x8D661EE298C08DB\",\"lastModified\":\"2018-12-14T18:01:24.6657755Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask276\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask278\",\"eTag\":\"0x8D661EE2984B5DE\",\"lastModified\":\"2018-12-14T18:01:24.6177758Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask278\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask273\",\"eTag\":\"0x8D661EE29863C59\",\"lastModified\":\"2018-12-14T18:01:24.6277721Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask273\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask272\",\"eTag\":\"0x8D661EE298F642C\",\"lastModified\":\"2018-12-14T18:01:24.687774Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask272\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask263\",\"eTag\":\"0x8D661EE29909CAF\",\"lastModified\":\"2018-12-14T18:01:24.6957743Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask263\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask270\",\"eTag\":\"0x8D661EE2990EACB\",\"lastModified\":\"2018-12-14T18:01:24.6977739Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask270\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask269\",\"eTag\":\"0x8D661EE2988FB81\",\"lastModified\":\"2018-12-14T18:01:24.6457729Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask269\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask261\",\"eTag\":\"0x8D661EE2997C8A3\",\"lastModified\":\"2018-12-14T18:01:24.7427747Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask261\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask267\",\"eTag\":\"0x8D661EE298C2FC3\",\"lastModified\":\"2018-12-14T18:01:24.6667715Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask267\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask260\",\"eTag\":\"0x8D661EE2997EFC5\",\"lastModified\":\"2018-12-14T18:01:24.7437765Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask260\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask259\",\"eTag\":\"0x8D661EE2999765F\",\"lastModified\":\"2018-12-14T18:01:24.7537759Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask259\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask266\",\"eTag\":\"0x8D661EE298C7E0D\",\"lastModified\":\"2018-12-14T18:01:24.6687757Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask266\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask256\",\"eTag\":\"0x8D661EE299B2404\",\"lastModified\":\"2018-12-14T18:01:24.7647748Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask256\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask255\",\"eTag\":\"0x8D661EE299C37D1\",\"lastModified\":\"2018-12-14T18:01:24.7718353Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask255\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask265\",\"eTag\":\"0x8D661EE298EEEEE\",\"lastModified\":\"2018-12-14T18:01:24.6847726Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask265\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask264\",\"eTag\":\"0x8D661EE298F1656\",\"lastModified\":\"2018-12-14T18:01:24.6857814Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask264\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask254\",\"eTag\":\"0x8D661EE299C5C7C\",\"lastModified\":\"2018-12-14T18:01:24.772774Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask254\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask271\",\"eTag\":\"0x8D661EE2991FC43\",\"lastModified\":\"2018-12-14T18:01:24.7047747Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask271\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask262\",\"eTag\":\"0x8D661EE29924A51\",\"lastModified\":\"2018-12-14T18:01:24.7067729Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask262\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask257\",\"eTag\":\"0x8D661EE2999765F\",\"lastModified\":\"2018-12-14T18:01:24.7537759Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask257\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask258\",\"eTag\":\"0x8D661EE29999D71\",\"lastModified\":\"2018-12-14T18:01:24.7547761Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask258\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask253\",\"eTag\":\"0x8D661EE299DE326\",\"lastModified\":\"2018-12-14T18:01:24.782775Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask253\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask252\",\"eTag\":\"0x8D661EE299E0A2F\",\"lastModified\":\"2018-12-14T18:01:24.7837743Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask252\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask250\",\"eTag\":\"0x8D661EE29A228E9\",\"lastModified\":\"2018-12-14T18:01:24.8107753Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask250\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask249\",\"eTag\":\"0x8D661EE29A33A56\",\"lastModified\":\"2018-12-14T18:01:24.817775Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask249\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask251\",\"eTag\":\"0x8D661EE29A30DCE\",\"lastModified\":\"2018-12-14T18:01:24.816635Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask251\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask247\",\"eTag\":\"0x8D661EE29A472C8\",\"lastModified\":\"2018-12-14T18:01:24.8257736Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask247\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask248\",\"eTag\":\"0x8D661EE29A33A56\",\"lastModified\":\"2018-12-14T18:01:24.817775Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask248\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask242\",\"eTag\":\"0x8D661EE29B2A40B\",\"lastModified\":\"2018-12-14T18:01:24.9187851Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask242\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask246\",\"eTag\":\"0x8D661EE29B16B32\",\"lastModified\":\"2018-12-14T18:01:24.9107762Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask246\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask241\",\"eTag\":\"0x8D661EE29B2A40B\",\"lastModified\":\"2018-12-14T18:01:24.9187851Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask241\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask244\",\"eTag\":\"0x8D661EE29B27C9E\",\"lastModified\":\"2018-12-14T18:01:24.9177758Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask244\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask240\",\"eTag\":\"0x8D661EE29B2A40B\",\"lastModified\":\"2018-12-14T18:01:24.9187851Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask240\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask239\",\"eTag\":\"0x8D661EE29B27C9E\",\"lastModified\":\"2018-12-14T18:01:24.9177758Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask239\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask243\",\"eTag\":\"0x8D661EE29B25587\",\"lastModified\":\"2018-12-14T18:01:24.9167751Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask243\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask245\",\"eTag\":\"0x8D661EE29B42A4A\",\"lastModified\":\"2018-12-14T18:01:24.9287754Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask245\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask234\",\"eTag\":\"0x8D661EE29B71074\",\"lastModified\":\"2018-12-14T18:01:24.9477748Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask234\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask235\",\"eTag\":\"0x8D661EE29B71074\",\"lastModified\":\"2018-12-14T18:01:24.9477748Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask235\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask233\",\"eTag\":\"0x8D661EE29B71074\",\"lastModified\":\"2018-12-14T18:01:24.9477748Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask233\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask236\",\"eTag\":\"0x8D661EE29B62619\",\"lastModified\":\"2018-12-14T18:01:24.9417753Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask236\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask238\",\"eTag\":\"0x8D661EE29B7F7A5\",\"lastModified\":\"2018-12-14T18:01:24.9536933Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask238\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask237\",\"eTag\":\"0x8D661EE29B8E52C\",\"lastModified\":\"2018-12-14T18:01:24.959774Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask237\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:49 GMT'] - request-id: [4717365c-9442-4719-a158-b4eec97bd3f6] + date: ['Fri, 14 Dec 2018 18:01:24 GMT'] + request-id: [29ea07c6-38da-47c6-9cce-c3e9cf87bf40] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask232", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask231", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask230", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask229", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask228", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask227", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask226", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask225", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask224", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask223", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask222", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask221", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask220", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask219", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask218", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask217", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask216", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask215", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask214", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask213", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask212", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask211", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask210", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask209", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask208", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask207", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask206", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask205", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask204", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask203", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask202", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask201", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask200", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask199", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask198", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask197", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask196", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask195", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask194", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask193", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask192", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask191", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask190", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask189", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask188", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask187", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask186", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask185", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask184", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask183", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask232", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask231", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask230", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask229", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask228", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask227", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask226", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask225", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask224", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask223", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask222", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask221", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask220", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask219", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask218", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask217", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask216", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask215", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask214", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask213", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask212", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask211", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask210", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask209", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask208", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask207", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask206", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask205", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask204", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask203", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask202", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask201", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask200", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask199", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask198", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask197", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask196", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask195", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask194", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask193", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask192", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask191", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask190", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask189", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask188", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask187", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask186", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask185", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask184", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask183", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:50 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:26 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask232\",\"eTag\":\"0x8D619B6F5D6E479\",\"lastModified\":\"2018-09-13T20:24:51.8747257Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask232\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask231\",\"eTag\":\"0x8D619B6F5D86B34\",\"lastModified\":\"2018-09-13T20:24:51.8847284Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask231\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask230\",\"eTag\":\"0x8D619B6F5D9F1BE\",\"lastModified\":\"2018-09-13T20:24:51.8947262Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask230\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask229\",\"eTag\":\"0x8D619B6F5DB795F\",\"lastModified\":\"2018-09-13T20:24:51.9047519Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask229\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask228\",\"eTag\":\"0x8D619B6F5DD0388\",\"lastModified\":\"2018-09-13T20:24:51.9148424Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask228\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask227\",\"eTag\":\"0x8D619B6F5DE8579\",\"lastModified\":\"2018-09-13T20:24:51.9247225Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask227\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask226\",\"eTag\":\"0x8D619B6F5E178ED\",\"lastModified\":\"2018-09-13T20:24:51.9440621Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask226\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask225\",\"eTag\":\"0x8D619B6F5E2F45A\",\"lastModified\":\"2018-09-13T20:24:51.9537754Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask225\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask224\",\"eTag\":\"0x8D619B6F5E47A9A\",\"lastModified\":\"2018-09-13T20:24:51.9637658Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask224\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask223\",\"eTag\":\"0x8D619B6F5E6008B\",\"lastModified\":\"2018-09-13T20:24:51.9737483Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask223\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask222\",\"eTag\":\"0x8D619B6F5E787FF\",\"lastModified\":\"2018-09-13T20:24:51.9837695Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask222\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask219\",\"eTag\":\"0x8D619B6F5EF758F\",\"lastModified\":\"2018-09-13T20:24:52.0357263Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask219\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask217\",\"eTag\":\"0x8D619B6F5F0FC20\",\"lastModified\":\"2018-09-13T20:24:52.0457248Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask217\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask221\",\"eTag\":\"0x8D619B6F5E90CDF\",\"lastModified\":\"2018-09-13T20:24:51.9937247Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask221\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask220\",\"eTag\":\"0x8D619B6F5EFC3BB\",\"lastModified\":\"2018-09-13T20:24:52.0377275Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask220\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask218\",\"eTag\":\"0x8D619B6F5F2D0FB\",\"lastModified\":\"2018-09-13T20:24:52.0577275Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask218\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask216\",\"eTag\":\"0x8D619B6F5F457AA\",\"lastModified\":\"2018-09-13T20:24:52.067729Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask216\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask210\",\"eTag\":\"0x8D619B6F5FA2418\",\"lastModified\":\"2018-09-13T20:24:52.1057304Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask210\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask215\",\"eTag\":\"0x8D619B6F5F59018\",\"lastModified\":\"2018-09-13T20:24:52.0757272Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask215\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask209\",\"eTag\":\"0x8D619B6F5FBFDD3\",\"lastModified\":\"2018-09-13T20:24:52.1178579Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask209\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask207\",\"eTag\":\"0x8D619B6F5FE7CB6\",\"lastModified\":\"2018-09-13T20:24:52.1342134Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask207\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask208\",\"eTag\":\"0x8D619B6F5FD586B\",\"lastModified\":\"2018-09-13T20:24:52.1267307Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask208\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask213\",\"eTag\":\"0x8D619B6F5F89D6B\",\"lastModified\":\"2018-09-13T20:24:52.0957291Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask213\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask214\",\"eTag\":\"0x8D619B6F5F764F5\",\"lastModified\":\"2018-09-13T20:24:52.0877301Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask214\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask211\",\"eTag\":\"0x8D619B6F601C55D\",\"lastModified\":\"2018-09-13T20:24:52.1557341Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask211\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask206\",\"eTag\":\"0x8D619B6F6003EA5\",\"lastModified\":\"2018-09-13T20:24:52.1457317Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask206\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask205\",\"eTag\":\"0x8D619B6F6019E39\",\"lastModified\":\"2018-09-13T20:24:52.1547321Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask205\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask204\",\"eTag\":\"0x8D619B6F6019E39\",\"lastModified\":\"2018-09-13T20:24:52.1547321Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask204\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask203\",\"eTag\":\"0x8D619B6F602FDC7\",\"lastModified\":\"2018-09-13T20:24:52.1637319Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask203\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask212\",\"eTag\":\"0x8D619B6F5F8C489\",\"lastModified\":\"2018-09-13T20:24:52.0967305Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask212\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask202\",\"eTag\":\"0x8D619B6F60C25B2\",\"lastModified\":\"2018-09-13T20:24:52.2237362Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask202\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask199\",\"eTag\":\"0x8D619B6F60F5A05\",\"lastModified\":\"2018-09-13T20:24:52.2447365Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask199\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask195\",\"eTag\":\"0x8D619B6F61107B6\",\"lastModified\":\"2018-09-13T20:24:52.2557366Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask195\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask193\",\"eTag\":\"0x8D619B6F61351A7\",\"lastModified\":\"2018-09-13T20:24:52.2707367Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask193\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask194\",\"eTag\":\"0x8D619B6F61378CA\",\"lastModified\":\"2018-09-13T20:24:52.2717386Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask194\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask192\",\"eTag\":\"0x8D619B6F6139FE1\",\"lastModified\":\"2018-09-13T20:24:52.2727393Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask192\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask190\",\"eTag\":\"0x8D619B6F617704D\",\"lastModified\":\"2018-09-13T20:24:52.2977357Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask190\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask201\",\"eTag\":\"0x8D619B6F60D74FE\",\"lastModified\":\"2018-09-13T20:24:52.2323198Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask201\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask198\",\"eTag\":\"0x8D619B6F618F71C\",\"lastModified\":\"2018-09-13T20:24:52.3077404Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask198\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask189\",\"eTag\":\"0x8D619B6F617E5A0\",\"lastModified\":\"2018-09-13T20:24:52.3007392Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask189\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask188\",\"eTag\":\"0x8D619B6F618D1AF\",\"lastModified\":\"2018-09-13T20:24:52.3067823Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask188\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask200\",\"eTag\":\"0x8D619B6F60C73D2\",\"lastModified\":\"2018-09-13T20:24:52.2257362Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask200\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask187\",\"eTag\":\"0x8D619B6F6191E29\",\"lastModified\":\"2018-09-13T20:24:52.3087401Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask187\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask197\",\"eTag\":\"0x8D619B6F6194542\",\"lastModified\":\"2018-09-13T20:24:52.309741Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask197\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask186\",\"eTag\":\"0x8D619B6F61CA19F\",\"lastModified\":\"2018-09-13T20:24:52.3317663Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask186\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask196\",\"eTag\":\"0x8D619B6F6191E29\",\"lastModified\":\"2018-09-13T20:24:52.3087401Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask196\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask185\",\"eTag\":\"0x8D619B6F61E2895\",\"lastModified\":\"2018-09-13T20:24:52.3417749Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask185\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask191\",\"eTag\":\"0x8D619B6F61E9C73\",\"lastModified\":\"2018-09-13T20:24:52.3447411Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask191\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask184\",\"eTag\":\"0x8D619B6F61E9C73\",\"lastModified\":\"2018-09-13T20:24:52.3447411Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask184\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask183\",\"eTag\":\"0x8D619B6F61E9C73\",\"lastModified\":\"2018-09-13T20:24:52.3447411Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask183\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask232\",\"eTag\":\"0x8D661EE2B03953C\",\"lastModified\":\"2018-12-14T18:01:27.1269692Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask232\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask231\",\"eTag\":\"0x8D661EE2B051BC8\",\"lastModified\":\"2018-12-14T18:01:27.1369672Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask231\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask230\",\"eTag\":\"0x8D661EE2B07B3DF\",\"lastModified\":\"2018-12-14T18:01:27.1539679Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask230\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask229\",\"eTag\":\"0x8D661EE2B0828F2\",\"lastModified\":\"2018-12-14T18:01:27.156965Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask229\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask228\",\"eTag\":\"0x8D661EE2B0C20C4\",\"lastModified\":\"2018-12-14T18:01:27.18297Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask228\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask226\",\"eTag\":\"0x8D661EE2B0D8186\",\"lastModified\":\"2018-12-14T18:01:27.1920006Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask226\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask227\",\"eTag\":\"0x8D661EE2B0D8186\",\"lastModified\":\"2018-12-14T18:01:27.1920006Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask227\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask225\",\"eTag\":\"0x8D661EE2B0F08E2\",\"lastModified\":\"2018-12-14T18:01:27.2020194Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask225\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask224\",\"eTag\":\"0x8D661EE2B108EAB\",\"lastModified\":\"2018-12-14T18:01:27.2119979Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask224\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask223\",\"eTag\":\"0x8D661EE2B11EDF1\",\"lastModified\":\"2018-12-14T18:01:27.2209905Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask223\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask222\",\"eTag\":\"0x8D661EE2B1374AF\",\"lastModified\":\"2018-12-14T18:01:27.2309935Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask222\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask221\",\"eTag\":\"0x8D661EE2B14FA46\",\"lastModified\":\"2018-12-14T18:01:27.240967Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask221\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask220\",\"eTag\":\"0x8D661EE2B160BAF\",\"lastModified\":\"2018-12-14T18:01:27.2479663Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask220\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask219\",\"eTag\":\"0x8D661EE2B170D91\",\"lastModified\":\"2018-12-14T18:01:27.2545681Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask219\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask218\",\"eTag\":\"0x8D661EE2B179240\",\"lastModified\":\"2018-12-14T18:01:27.2579648Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask218\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask217\",\"eTag\":\"0x8D661EE2B1918FB\",\"lastModified\":\"2018-12-14T18:01:27.2679675Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask217\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask216\",\"eTag\":\"0x8D661EE2B1A9FA2\",\"lastModified\":\"2018-12-14T18:01:27.2779682Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask216\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask215\",\"eTag\":\"0x8D661EE2B1B9875\",\"lastModified\":\"2018-12-14T18:01:27.2843381Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask215\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask214\",\"eTag\":\"0x8D661EE2B1C2630\",\"lastModified\":\"2018-12-14T18:01:27.2879664Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask214\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask213\",\"eTag\":\"0x8D661EE2B1DACC0\",\"lastModified\":\"2018-12-14T18:01:27.2979648Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask213\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask212\",\"eTag\":\"0x8D661EE2B204605\",\"lastModified\":\"2018-12-14T18:01:27.3149957Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask212\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask211\",\"eTag\":\"0x8D661EE2B20E128\",\"lastModified\":\"2018-12-14T18:01:27.3189672Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask211\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask210\",\"eTag\":\"0x8D661EE2B26AD89\",\"lastModified\":\"2018-12-14T18:01:27.3569673Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask210\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask209\",\"eTag\":\"0x8D661EE2B27BEEC\",\"lastModified\":\"2018-12-14T18:01:27.363966Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask209\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask205\",\"eTag\":\"0x8D661EE2B280D00\",\"lastModified\":\"2018-12-14T18:01:27.3659648Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask205\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask207\",\"eTag\":\"0x8D661EE2B27E5FA\",\"lastModified\":\"2018-12-14T18:01:27.3649658Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask207\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask206\",\"eTag\":\"0x8D661EE2B27E5FA\",\"lastModified\":\"2018-12-14T18:01:27.3649658Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask206\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask208\",\"eTag\":\"0x8D661EE2B27BEEC\",\"lastModified\":\"2018-12-14T18:01:27.363966Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask208\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask204\",\"eTag\":\"0x8D661EE2B283429\",\"lastModified\":\"2018-12-14T18:01:27.3669673Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask204\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask203\",\"eTag\":\"0x8D661EE2B2E2794\",\"lastModified\":\"2018-12-14T18:01:27.4059668Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask203\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask201\",\"eTag\":\"0x8D661EE2B2E4E96\",\"lastModified\":\"2018-12-14T18:01:27.4069654Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask201\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask200\",\"eTag\":\"0x8D661EE2B2F4CE4\",\"lastModified\":\"2018-12-14T18:01:27.4134756Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask200\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask202\",\"eTag\":\"0x8D661EE2B2E2794\",\"lastModified\":\"2018-12-14T18:01:27.4059668Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask202\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask199\",\"eTag\":\"0x8D661EE2B2FD545\",\"lastModified\":\"2018-12-14T18:01:27.4169669Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask199\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask197\",\"eTag\":\"0x8D661EE2B32518D\",\"lastModified\":\"2018-12-14T18:01:27.4332557Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask197\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask198\",\"eTag\":\"0x8D661EE2B315BF4\",\"lastModified\":\"2018-12-14T18:01:27.4269684Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask198\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask196\",\"eTag\":\"0x8D661EE2B32E285\",\"lastModified\":\"2018-12-14T18:01:27.4369669Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask196\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask195\",\"eTag\":\"0x8D661EE2B34690F\",\"lastModified\":\"2018-12-14T18:01:27.4469647Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask195\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask194\",\"eTag\":\"0x8D661EE2B3A5C9A\",\"lastModified\":\"2018-12-14T18:01:27.4859674Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask194\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask193\",\"eTag\":\"0x8D661EE2B3B6C8C\",\"lastModified\":\"2018-12-14T18:01:27.4929292Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask193\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask190\",\"eTag\":\"0x8D661EE2B3B9507\",\"lastModified\":\"2018-12-14T18:01:27.4939655Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask190\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask191\",\"eTag\":\"0x8D661EE2B3B9507\",\"lastModified\":\"2018-12-14T18:01:27.4939655Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask191\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask192\",\"eTag\":\"0x8D661EE2B3B6DEB\",\"lastModified\":\"2018-12-14T18:01:27.4929643Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask192\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask189\",\"eTag\":\"0x8D661EE2B3BE335\",\"lastModified\":\"2018-12-14T18:01:27.4959669Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask189\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask188\",\"eTag\":\"0x8D661EE2B3D69CF\",\"lastModified\":\"2018-12-14T18:01:27.5059663Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask188\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask187\",\"eTag\":\"0x8D661EE2B3EF063\",\"lastModified\":\"2018-12-14T18:01:27.5159651Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask187\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask186\",\"eTag\":\"0x8D661EE2B4168E8\",\"lastModified\":\"2018-12-14T18:01:27.5321576Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask186\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask185\",\"eTag\":\"0x8D661EE2B424D7B\",\"lastModified\":\"2018-12-14T18:01:27.5380091Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask185\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask184\",\"eTag\":\"0x8D661EE2B42E850\",\"lastModified\":\"2018-12-14T18:01:27.5419728Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask184\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask183\",\"eTag\":\"0x8D661EE2B43FA77\",\"lastModified\":\"2018-12-14T18:01:27.5489911Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask183\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:51 GMT'] - request-id: [72d27b7d-7e5b-4cb9-a4a6-bbbeff8c1b3b] + date: ['Fri, 14 Dec 2018 18:01:27 GMT'] + request-id: [30c724c5-cbfe-4ed1-a258-c2fa0723aa55] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask182", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask181", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask180", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask179", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask178", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask177", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask176", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask175", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask174", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask173", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask172", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask171", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask170", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask169", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask168", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask167", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask166", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask165", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask164", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask163", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask162", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask161", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask160", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask159", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask158", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask157", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask156", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask155", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask154", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask153", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask152", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask151", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask150", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask149", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask148", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask147", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask146", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask145", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask144", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask143", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask142", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask141", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask140", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask139", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask138", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask137", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask136", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask135", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask134", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask133", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask182", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask181", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask180", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask179", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask178", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask177", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask176", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask175", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask174", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask173", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask172", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask171", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask170", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask169", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask168", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask167", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask166", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask165", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask164", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask163", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask162", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask161", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask160", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask159", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask158", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask157", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask156", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask155", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask154", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask153", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask152", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask151", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask150", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask149", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask148", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask147", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask146", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask145", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask144", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask143", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask142", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask141", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask140", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask139", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask138", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask137", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask136", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask135", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask134", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask133", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587311'] + Content-Length: ['572311'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:52 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:28 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask182\",\"eTag\":\"0x8D619B6F707E733\",\"lastModified\":\"2018-09-13T20:24:53.8736435Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask182\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask181\",\"eTag\":\"0x8D619B6F70A0B34\",\"lastModified\":\"2018-09-13T20:24:53.8876724Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask181\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask179\",\"eTag\":\"0x8D619B6F70DDC07\",\"lastModified\":\"2018-09-13T20:24:53.9126791Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask179\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask180\",\"eTag\":\"0x8D619B6F70CF176\",\"lastModified\":\"2018-09-13T20:24:53.9066742Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask180\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask177\",\"eTag\":\"0x8D619B6F70E01EF\",\"lastModified\":\"2018-09-13T20:24:53.9136495Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask177\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask175\",\"eTag\":\"0x8D619B6F70FFDC6\",\"lastModified\":\"2018-09-13T20:24:53.9266502Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask175\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask174\",\"eTag\":\"0x8D619B6F711845C\",\"lastModified\":\"2018-09-13T20:24:53.9366492Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask174\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask169\",\"eTag\":\"0x8D619B6F718FE8B\",\"lastModified\":\"2018-09-13T20:24:53.9856523Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask169\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask168\",\"eTag\":\"0x8D619B6F71A8532\",\"lastModified\":\"2018-09-13T20:24:53.995653Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask168\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask176\",\"eTag\":\"0x8D619B6F70F3A57\",\"lastModified\":\"2018-09-13T20:24:53.9216471Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask176\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask173\",\"eTag\":\"0x8D619B6F712E3ED\",\"lastModified\":\"2018-09-13T20:24:53.9456493Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask173\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask167\",\"eTag\":\"0x8D619B6F71AAC47\",\"lastModified\":\"2018-09-13T20:24:53.9966535Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask167\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask172\",\"eTag\":\"0x8D619B6F714B8BC\",\"lastModified\":\"2018-09-13T20:24:53.9576508Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask172\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask171\",\"eTag\":\"0x8D619B6F7175971\",\"lastModified\":\"2018-09-13T20:24:53.9748721Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask171\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask178\",\"eTag\":\"0x8D619B6F70E01EF\",\"lastModified\":\"2018-09-13T20:24:53.9136495Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask178\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask170\",\"eTag\":\"0x8D619B6F717C606\",\"lastModified\":\"2018-09-13T20:24:53.9776518Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask170\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask166\",\"eTag\":\"0x8D619B6F71D6B6F\",\"lastModified\":\"2018-09-13T20:24:54.0146543Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask166\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask164\",\"eTag\":\"0x8D619B6F71EF210\",\"lastModified\":\"2018-09-13T20:24:54.0246544Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask164\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask165\",\"eTag\":\"0x8D619B6F71F1920\",\"lastModified\":\"2018-09-13T20:24:54.0256544Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask165\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask163\",\"eTag\":\"0x8D619B6F71F4039\",\"lastModified\":\"2018-09-13T20:24:54.0266553Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask163\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask151\",\"eTag\":\"0x8D619B6F7386DCF\",\"lastModified\":\"2018-09-13T20:24:54.1916623Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask151\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask149\",\"eTag\":\"0x8D619B6F73846B8\",\"lastModified\":\"2018-09-13T20:24:54.1906616Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask149\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask150\",\"eTag\":\"0x8D619B6F73846B8\",\"lastModified\":\"2018-09-13T20:24:54.1906616Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask150\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask161\",\"eTag\":\"0x8D619B6F7250C90\",\"lastModified\":\"2018-09-13T20:24:54.0646544Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask161\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask162\",\"eTag\":\"0x8D619B6F723D415\",\"lastModified\":\"2018-09-13T20:24:54.0566549Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask162\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask148\",\"eTag\":\"0x8D619B6F73B31A4\",\"lastModified\":\"2018-09-13T20:24:54.2097828Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask148\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask160\",\"eTag\":\"0x8D619B6F72533B7\",\"lastModified\":\"2018-09-13T20:24:54.0656567Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask160\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask147\",\"eTag\":\"0x8D619B6F73B5492\",\"lastModified\":\"2018-09-13T20:24:54.210677Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask147\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask159\",\"eTag\":\"0x8D619B6F729A094\",\"lastModified\":\"2018-09-13T20:24:54.094658Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask159\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask158\",\"eTag\":\"0x8D619B6F72B2737\",\"lastModified\":\"2018-09-13T20:24:54.1046583Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask158\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask156\",\"eTag\":\"0x8D619B6F72B4E3C\",\"lastModified\":\"2018-09-13T20:24:54.1056572Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask156\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask157\",\"eTag\":\"0x8D619B6F72C3E80\",\"lastModified\":\"2018-09-13T20:24:54.111808Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask157\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask143\",\"eTag\":\"0x8D619B6F745B467\",\"lastModified\":\"2018-09-13T20:24:54.2786663Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask143\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask152\",\"eTag\":\"0x8D619B6F7473B01\",\"lastModified\":\"2018-09-13T20:24:54.2886657Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask152\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask140\",\"eTag\":\"0x8D619B6F7473B01\",\"lastModified\":\"2018-09-13T20:24:54.2886657Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask140\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask155\",\"eTag\":\"0x8D619B6F72DBF56\",\"lastModified\":\"2018-09-13T20:24:54.1216598Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask155\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask142\",\"eTag\":\"0x8D619B6F745DB72\",\"lastModified\":\"2018-09-13T20:24:54.2796658Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask142\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask153\",\"eTag\":\"0x8D619B6F72F6CFA\",\"lastModified\":\"2018-09-13T20:24:54.1326586Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask153\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask139\",\"eTag\":\"0x8D619B6F7460288\",\"lastModified\":\"2018-09-13T20:24:54.2806664Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask139\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask141\",\"eTag\":\"0x8D619B6F745DB72\",\"lastModified\":\"2018-09-13T20:24:54.2796658Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask141\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask154\",\"eTag\":\"0x8D619B6F7460288\",\"lastModified\":\"2018-09-13T20:24:54.2806664Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask154\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask145\",\"eTag\":\"0x8D619B6F75FCD9E\",\"lastModified\":\"2018-09-13T20:24:54.4497054Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask145\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask144\",\"eTag\":\"0x8D619B6F75FFFDB\",\"lastModified\":\"2018-09-13T20:24:54.4509915Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask144\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask137\",\"eTag\":\"0x8D619B6F75FCD9E\",\"lastModified\":\"2018-09-13T20:24:54.4497054Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask137\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask135\",\"eTag\":\"0x8D619B6F7606887\",\"lastModified\":\"2018-09-13T20:24:54.4536711Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask135\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask138\",\"eTag\":\"0x8D619B6F7606887\",\"lastModified\":\"2018-09-13T20:24:54.4536711Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask138\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask146\",\"eTag\":\"0x8D619B6F75FCD9E\",\"lastModified\":\"2018-09-13T20:24:54.4497054Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask146\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask134\",\"eTag\":\"0x8D619B6F7606887\",\"lastModified\":\"2018-09-13T20:24:54.4536711Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask134\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask136\",\"eTag\":\"0x8D619B6F7606887\",\"lastModified\":\"2018-09-13T20:24:54.4536711Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask136\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask133\",\"eTag\":\"0x8D619B6F7606887\",\"lastModified\":\"2018-09-13T20:24:54.4536711Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask133\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask182\",\"eTag\":\"0x8D661EE2C929CC2\",\"lastModified\":\"2018-12-14T18:01:29.7420482Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask182\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask179\",\"eTag\":\"0x8D661EE2CA22D32\",\"lastModified\":\"2018-12-14T18:01:29.8440498Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask179\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask175\",\"eTag\":\"0x8D661EE2CAB54E5\",\"lastModified\":\"2018-12-14T18:01:29.9040485Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask175\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask177\",\"eTag\":\"0x8D661EE2CA3DAD3\",\"lastModified\":\"2018-12-14T18:01:29.8550483Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask177\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask178\",\"eTag\":\"0x8D661EE2CA3DAD3\",\"lastModified\":\"2018-12-14T18:01:29.8550483Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask178\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask181\",\"eTag\":\"0x8D661EE2CA4BBE8\",\"lastModified\":\"2018-12-14T18:01:29.8608104Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask181\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask180\",\"eTag\":\"0x8D661EE2CA3DAD3\",\"lastModified\":\"2018-12-14T18:01:29.8550483Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask180\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask168\",\"eTag\":\"0x8D661EE2CBCD410\",\"lastModified\":\"2018-12-14T18:01:30.0187152Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask168\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask176\",\"eTag\":\"0x8D661EE2CA6C0ED\",\"lastModified\":\"2018-12-14T18:01:29.8740461Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask176\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask163\",\"eTag\":\"0x8D661EE2CBFEE29\",\"lastModified\":\"2018-12-14T18:01:30.0390441Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask163\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask164\",\"eTag\":\"0x8D661EE2CBFEE29\",\"lastModified\":\"2018-12-14T18:01:30.0390441Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask164\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask162\",\"eTag\":\"0x8D661EE2CC370AC\",\"lastModified\":\"2018-12-14T18:01:30.062046Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask162\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask174\",\"eTag\":\"0x8D661EE2CAFE89F\",\"lastModified\":\"2018-12-14T18:01:29.9340447Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask174\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask159\",\"eTag\":\"0x8D661EE2CC7273C\",\"lastModified\":\"2018-12-14T18:01:30.0863804Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask159\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask157\",\"eTag\":\"0x8D661EE2CC7411F\",\"lastModified\":\"2018-12-14T18:01:30.0870431Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask157\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask173\",\"eTag\":\"0x8D661EE2CADECE7\",\"lastModified\":\"2018-12-14T18:01:29.9210471Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask173\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask154\",\"eTag\":\"0x8D661EE2CCBFC3F\",\"lastModified\":\"2018-12-14T18:01:30.1180479Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask154\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask170\",\"eTag\":\"0x8D661EE2CB45BC7\",\"lastModified\":\"2018-12-14T18:01:29.9632071Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask170\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask156\",\"eTag\":\"0x8D661EE2CCBD52B\",\"lastModified\":\"2018-12-14T18:01:30.1170475Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask156\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask172\",\"eTag\":\"0x8D661EE2CB45BC7\",\"lastModified\":\"2018-12-14T18:01:29.9632071Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask172\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask171\",\"eTag\":\"0x8D661EE2CD1C871\",\"lastModified\":\"2018-12-14T18:01:30.1560433Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask171\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask151\",\"eTag\":\"0x8D661EE2CD460B0\",\"lastModified\":\"2018-12-14T18:01:30.173048Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask151\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask150\",\"eTag\":\"0x8D661EE2CD54B79\",\"lastModified\":\"2018-12-14T18:01:30.1790585Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask150\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask166\",\"eTag\":\"0x8D661EE2CD54B79\",\"lastModified\":\"2018-12-14T18:01:30.1790585Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask166\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask169\",\"eTag\":\"0x8D661EE2CB762C5\",\"lastModified\":\"2018-12-14T18:01:29.9830469Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask169\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask165\",\"eTag\":\"0x8D661EE2CD96997\",\"lastModified\":\"2018-12-14T18:01:30.2060439Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask165\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask148\",\"eTag\":\"0x8D661EE2CD9B835\",\"lastModified\":\"2018-12-14T18:01:30.2080565Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask148\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask167\",\"eTag\":\"0x8D661EE2CDB3E5D\",\"lastModified\":\"2018-12-14T18:01:30.2180445Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask167\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask144\",\"eTag\":\"0x8D661EE2CDDD0BE\",\"lastModified\":\"2018-12-14T18:01:30.234899Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask144\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask161\",\"eTag\":\"0x8D661EE2CDF8429\",\"lastModified\":\"2018-12-14T18:01:30.2460457Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask161\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask160\",\"eTag\":\"0x8D661EE2CDF5D0B\",\"lastModified\":\"2018-12-14T18:01:30.2450443Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask160\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask139\",\"eTag\":\"0x8D661EE2CE5ECCF\",\"lastModified\":\"2018-12-14T18:01:30.2880463Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask139\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask141\",\"eTag\":\"0x8D661EE2CE37BC0\",\"lastModified\":\"2018-12-14T18:01:30.2720448Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask141\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask158\",\"eTag\":\"0x8D661EE2CE5ECCF\",\"lastModified\":\"2018-12-14T18:01:30.2880463Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask158\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask140\",\"eTag\":\"0x8D661EE2CE59EB2\",\"lastModified\":\"2018-12-14T18:01:30.2860466Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask140\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask138\",\"eTag\":\"0x8D661EE2CE5ECCF\",\"lastModified\":\"2018-12-14T18:01:30.2880463Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask138\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask136\",\"eTag\":\"0x8D661EE2CE6D730\",\"lastModified\":\"2018-12-14T18:01:30.2940464Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask136\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask135\",\"eTag\":\"0x8D661EE2CE84314\",\"lastModified\":\"2018-12-14T18:01:30.303362Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask135\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask137\",\"eTag\":\"0x8D661EE2CE6FE3A\",\"lastModified\":\"2018-12-14T18:01:30.2950458Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask137\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask133\",\"eTag\":\"0x8D661EE2CE9BD32\",\"lastModified\":\"2018-12-14T18:01:30.3130418Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask133\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask134\",\"eTag\":\"0x8D661EE2CE8AC0C\",\"lastModified\":\"2018-12-14T18:01:30.3060492Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask134\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask147\",\"eTag\":\"0x8D661EE2CD9B835\",\"lastModified\":\"2018-12-14T18:01:30.2080565Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask147\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask149\",\"eTag\":\"0x8D661EE2CEA0B73\",\"lastModified\":\"2018-12-14T18:01:30.3150451Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask149\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask142\",\"eTag\":\"0x8D661EE2CDF8429\",\"lastModified\":\"2018-12-14T18:01:30.2460457Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask142\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask143\",\"eTag\":\"0x8D661EE2CEB9293\",\"lastModified\":\"2018-12-14T18:01:30.3250579Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask143\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask145\",\"eTag\":\"0x8D661EE2CEB6B0B\",\"lastModified\":\"2018-12-14T18:01:30.3240459Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask145\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask155\",\"eTag\":\"0x8D661EE2CE74CB6\",\"lastModified\":\"2018-12-14T18:01:30.297055Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask155\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask146\",\"eTag\":\"0x8D661EE2CEBB932\",\"lastModified\":\"2018-12-14T18:01:30.3260466Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask146\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask153\",\"eTag\":\"0x8D661EE2CE8D301\",\"lastModified\":\"2018-12-14T18:01:30.3070465Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask153\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask152\",\"eTag\":\"0x8D661EE2CEA0B73\",\"lastModified\":\"2018-12-14T18:01:30.3150451Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask152\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:54 GMT'] - request-id: [bd6a39fc-a9b7-4c0d-bca0-0a7d0ac200d2] + date: ['Fri, 14 Dec 2018 18:01:29 GMT'] + request-id: [3e45fb65-bb52-4d78-add2-e8a2eba3ce2d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask132", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask131", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask130", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask129", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask128", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask127", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask126", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask125", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask124", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask123", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask122", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask121", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask120", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask119", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask118", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask117", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask116", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask115", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask114", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask113", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask112", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask111", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask110", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask109", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask108", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask107", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask106", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask105", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask104", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask103", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask102", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask101", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask100", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask99", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask98", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask97", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask96", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask95", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask94", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask93", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask92", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask91", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask90", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask89", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask88", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask87", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask86", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask85", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask84", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask83", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask132", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask131", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask130", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask129", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask128", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask127", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask126", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask125", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask124", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask123", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask122", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask121", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask120", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask119", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask118", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask117", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask116", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask115", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask114", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask113", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask112", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask111", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask110", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask109", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask108", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask107", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask106", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask105", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask104", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask103", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask102", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask101", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask100", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask99", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask98", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask97", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask96", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask95", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask94", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask93", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask92", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask91", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask90", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask89", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask88", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask87", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask86", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask85", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask84", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask83", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587294'] + Content-Length: ['572294'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:54 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:31 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask132\",\"eTag\":\"0x8D619B6F84C66B2\",\"lastModified\":\"2018-09-13T20:24:56.0002738Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask132\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask131\",\"eTag\":\"0x8D619B6F8501180\",\"lastModified\":\"2018-09-13T20:24:56.0243072Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask131\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask130\",\"eTag\":\"0x8D619B6F85170F9\",\"lastModified\":\"2018-09-13T20:24:56.0333049Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask130\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask129\",\"eTag\":\"0x8D619B6F8525B71\",\"lastModified\":\"2018-09-13T20:24:56.0393073Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask129\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask128\",\"eTag\":\"0x8D619B6F8545D11\",\"lastModified\":\"2018-09-13T20:24:56.0524561Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask128\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask127\",\"eTag\":\"0x8D619B6F855DE1D\",\"lastModified\":\"2018-09-13T20:24:56.0623133Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask127\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask126\",\"eTag\":\"0x8D619B6F857B16E\",\"lastModified\":\"2018-09-13T20:24:56.0742766Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask126\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask124\",\"eTag\":\"0x8D619B6F85C4556\",\"lastModified\":\"2018-09-13T20:24:56.1042774Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask124\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask125\",\"eTag\":\"0x8D619B6F85C93B6\",\"lastModified\":\"2018-09-13T20:24:56.1062838Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask125\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask121\",\"eTag\":\"0x8D619B6F85F2B6F\",\"lastModified\":\"2018-09-13T20:24:56.1232751Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask121\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask123\",\"eTag\":\"0x8D619B6F86211B4\",\"lastModified\":\"2018-09-13T20:24:56.1422772Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask123\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask122\",\"eTag\":\"0x8D619B6F85F529A\",\"lastModified\":\"2018-09-13T20:24:56.1242778Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask122\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask120\",\"eTag\":\"0x8D619B6F86286FB\",\"lastModified\":\"2018-09-13T20:24:56.1452795Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask120\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask119\",\"eTag\":\"0x8D619B6F8638969\",\"lastModified\":\"2018-09-13T20:24:56.1518953Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask119\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask118\",\"eTag\":\"0x8D619B6F864ABC4\",\"lastModified\":\"2018-09-13T20:24:56.1593284Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask118\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask116\",\"eTag\":\"0x8D619B6F866F547\",\"lastModified\":\"2018-09-13T20:24:56.1743175Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask116\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask115\",\"eTag\":\"0x8D619B6F86916C0\",\"lastModified\":\"2018-09-13T20:24:56.1882816Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask115\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask112\",\"eTag\":\"0x8D619B6F86B87A6\",\"lastModified\":\"2018-09-13T20:24:56.204279Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask112\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask114\",\"eTag\":\"0x8D619B6F86A4F30\",\"lastModified\":\"2018-09-13T20:24:56.19628Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask114\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask117\",\"eTag\":\"0x8D619B6F86B87A6\",\"lastModified\":\"2018-09-13T20:24:56.204279Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask117\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask113\",\"eTag\":\"0x8D619B6F86BAED6\",\"lastModified\":\"2018-09-13T20:24:56.2052822Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask113\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask110\",\"eTag\":\"0x8D619B6F86BD5D8\",\"lastModified\":\"2018-09-13T20:24:56.2062808Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask110\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask107\",\"eTag\":\"0x8D619B6F873772D\",\"lastModified\":\"2018-09-13T20:24:56.2562861Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask107\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask105\",\"eTag\":\"0x8D619B6F874D6B3\",\"lastModified\":\"2018-09-13T20:24:56.2652851Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask105\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask104\",\"eTag\":\"0x8D619B6F8765D36\",\"lastModified\":\"2018-09-13T20:24:56.2752822Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask104\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask106\",\"eTag\":\"0x8D619B6F87795E0\",\"lastModified\":\"2018-09-13T20:24:56.2832864Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask106\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask102\",\"eTag\":\"0x8D619B6F877BCC9\",\"lastModified\":\"2018-09-13T20:24:56.2842825Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask102\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask109\",\"eTag\":\"0x8D619B6F8714EA9\",\"lastModified\":\"2018-09-13T20:24:56.2421417Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask109\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask108\",\"eTag\":\"0x8D619B6F871542D\",\"lastModified\":\"2018-09-13T20:24:56.2422829Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask108\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask101\",\"eTag\":\"0x8D619B6F87D66AA\",\"lastModified\":\"2018-09-13T20:24:56.3213994Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask101\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask103\",\"eTag\":\"0x8D619B6F87DB071\",\"lastModified\":\"2018-09-13T20:24:56.3232881Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask103\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask111\",\"eTag\":\"0x8D619B6F87042BA\",\"lastModified\":\"2018-09-13T20:24:56.2352826Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask111\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask99\",\"eTag\":\"0x8D619B6F8826B62\",\"lastModified\":\"2018-09-13T20:24:56.3542882Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask99\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask100\",\"eTag\":\"0x8D619B6F884F11F\",\"lastModified\":\"2018-09-13T20:24:56.3708191Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask100\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask96\",\"eTag\":\"0x8D619B6F88674BF\",\"lastModified\":\"2018-09-13T20:24:56.3807423Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask96\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask97\",\"eTag\":\"0x8D619B6F8868A2F\",\"lastModified\":\"2018-09-13T20:24:56.3812911Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask97\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask92\",\"eTag\":\"0x8D619B6F88A5ABC\",\"lastModified\":\"2018-09-13T20:24:56.4062908Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask92\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask88\",\"eTag\":\"0x8D619B6F88DF76C\",\"lastModified\":\"2018-09-13T20:24:56.4299628Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask88\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask89\",\"eTag\":\"0x8D619B6F88CA4B9\",\"lastModified\":\"2018-09-13T20:24:56.4212921Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask89\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask90\",\"eTag\":\"0x8D619B6F88CA4B9\",\"lastModified\":\"2018-09-13T20:24:56.4212921Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask90\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask95\",\"eTag\":\"0x8D619B6F8915FB7\",\"lastModified\":\"2018-09-13T20:24:56.4522935Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask95\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask83\",\"eTag\":\"0x8D619B6F8915FB7\",\"lastModified\":\"2018-09-13T20:24:56.4522935Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask83\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask85\",\"eTag\":\"0x8D619B6F8911194\",\"lastModified\":\"2018-09-13T20:24:56.4502932Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask85\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask98\",\"eTag\":\"0x8D619B6F8915FB7\",\"lastModified\":\"2018-09-13T20:24:56.4522935Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask98\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask84\",\"eTag\":\"0x8D619B6F8915FB7\",\"lastModified\":\"2018-09-13T20:24:56.4522935Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask84\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask94\",\"eTag\":\"0x8D619B6F8915FB7\",\"lastModified\":\"2018-09-13T20:24:56.4522935Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask94\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask86\",\"eTag\":\"0x8D619B6F890EF1C\",\"lastModified\":\"2018-09-13T20:24:56.4494108Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask86\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask91\",\"eTag\":\"0x8D619B6F893E18E\",\"lastModified\":\"2018-09-13T20:24:56.4687246Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask91\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask93\",\"eTag\":\"0x8D619B6F893F7CA\",\"lastModified\":\"2018-09-13T20:24:56.4692938Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask93\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask87\",\"eTag\":\"0x8D619B6F893F7CA\",\"lastModified\":\"2018-09-13T20:24:56.4692938Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask87\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask132\",\"eTag\":\"0x8D661EE2E4E14BF\",\"lastModified\":\"2018-12-14T18:01:32.6483647Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask132\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask130\",\"eTag\":\"0x8D661EE2E4FA0FD\",\"lastModified\":\"2018-12-14T18:01:32.6585085Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask130\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask129\",\"eTag\":\"0x8D661EE2E50DAAE\",\"lastModified\":\"2018-12-14T18:01:32.666539Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask129\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask131\",\"eTag\":\"0x8D661EE2E5434D0\",\"lastModified\":\"2018-12-14T18:01:32.6885072Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask131\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask128\",\"eTag\":\"0x8D661EE2E558CD2\",\"lastModified\":\"2018-12-14T18:01:32.6973138Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask128\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask127\",\"eTag\":\"0x8D661EE2E579020\",\"lastModified\":\"2018-12-14T18:01:32.7105056Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask127\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask126\",\"eTag\":\"0x8D661EE2E588719\",\"lastModified\":\"2018-12-14T18:01:32.7168281Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask126\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask123\",\"eTag\":\"0x8D661EE2E5A9D6A\",\"lastModified\":\"2018-12-14T18:01:32.7305066Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask123\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask122\",\"eTag\":\"0x8D661EE2E5DAABE\",\"lastModified\":\"2018-12-14T18:01:32.7505086Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask122\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask124\",\"eTag\":\"0x8D661EE2E5A2843\",\"lastModified\":\"2018-12-14T18:01:32.7275075Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask124\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask120\",\"eTag\":\"0x8D661EE2E61C968\",\"lastModified\":\"2018-12-14T18:01:32.777508Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask120\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask125\",\"eTag\":\"0x8D661EE2E5DAABE\",\"lastModified\":\"2018-12-14T18:01:32.7505086Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask125\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask119\",\"eTag\":\"0x8D661EE2E6328F8\",\"lastModified\":\"2018-12-14T18:01:32.786508Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask119\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask121\",\"eTag\":\"0x8D661EE2E5DD1D4\",\"lastModified\":\"2018-12-14T18:01:32.7515092Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask121\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask118\",\"eTag\":\"0x8D661EE2E665D61\",\"lastModified\":\"2018-12-14T18:01:32.8075105Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask118\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask117\",\"eTag\":\"0x8D661EE2E696A78\",\"lastModified\":\"2018-12-14T18:01:32.8275064Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask117\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask116\",\"eTag\":\"0x8D661EE2E694370\",\"lastModified\":\"2018-12-14T18:01:32.8265072Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask116\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask114\",\"eTag\":\"0x8D661EE2E6C50A5\",\"lastModified\":\"2018-12-14T18:01:32.8465061Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask114\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask111\",\"eTag\":\"0x8D661EE2E6DD756\",\"lastModified\":\"2018-12-14T18:01:32.8565078Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask111\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask115\",\"eTag\":\"0x8D661EE2E6DFE64\",\"lastModified\":\"2018-12-14T18:01:32.8575076Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask115\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask112\",\"eTag\":\"0x8D661EE2E6DB0A6\",\"lastModified\":\"2018-12-14T18:01:32.8555174Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask112\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask108\",\"eTag\":\"0x8D661EE2E715A9B\",\"lastModified\":\"2018-12-14T18:01:32.8795291Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask108\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask113\",\"eTag\":\"0x8D661EE2E715A9B\",\"lastModified\":\"2018-12-14T18:01:32.8795291Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask113\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask107\",\"eTag\":\"0x8D661EE2E7180CF\",\"lastModified\":\"2018-12-14T18:01:32.8805071Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask107\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask110\",\"eTag\":\"0x8D661EE2E71A821\",\"lastModified\":\"2018-12-14T18:01:32.8815137Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask110\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask106\",\"eTag\":\"0x8D661EE2E731106\",\"lastModified\":\"2018-12-14T18:01:32.8907526Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask106\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask109\",\"eTag\":\"0x8D661EE2E72E250\",\"lastModified\":\"2018-12-14T18:01:32.8895568Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask109\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask105\",\"eTag\":\"0x8D661EE2E748FCE\",\"lastModified\":\"2018-12-14T18:01:32.9005518Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask105\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask104\",\"eTag\":\"0x8D661EE2E757ACE\",\"lastModified\":\"2018-12-14T18:01:32.9065678Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask104\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask103\",\"eTag\":\"0x8D661EE2E76B2F2\",\"lastModified\":\"2018-12-14T18:01:32.9145586Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask103\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask102\",\"eTag\":\"0x8D661EE2E78388B\",\"lastModified\":\"2018-12-14T18:01:32.9245323Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask102\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask101\",\"eTag\":\"0x8D661EE2E78AE91\",\"lastModified\":\"2018-12-14T18:01:32.9275537Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask101\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask100\",\"eTag\":\"0x8D661EE2E79E659\",\"lastModified\":\"2018-12-14T18:01:32.9355353Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask100\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask99\",\"eTag\":\"0x8D661EE2E7B935D\",\"lastModified\":\"2018-12-14T18:01:32.9465181Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask99\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask98\",\"eTag\":\"0x8D661EE2E7CCCD8\",\"lastModified\":\"2018-12-14T18:01:32.9545432Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask98\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask97\",\"eTag\":\"0x8D661EE2E7E2AEB\",\"lastModified\":\"2018-12-14T18:01:32.9635051Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask97\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask96\",\"eTag\":\"0x8D661EE2E7FDA83\",\"lastModified\":\"2018-12-14T18:01:32.9745539Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask96\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask95\",\"eTag\":\"0x8D661EE2E8112F4\",\"lastModified\":\"2018-12-14T18:01:32.9825524Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask95\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask94\",\"eTag\":\"0x8D661EE2E81D638\",\"lastModified\":\"2018-12-14T18:01:32.9875512Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask94\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask93\",\"eTag\":\"0x8D661EE2E82E7A2\",\"lastModified\":\"2018-12-14T18:01:32.9945506Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask93\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask92\",\"eTag\":\"0x8D661EE2E8493A0\",\"lastModified\":\"2018-12-14T18:01:33.0055072Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask92\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask90\",\"eTag\":\"0x8D661EE2E872C97\",\"lastModified\":\"2018-12-14T18:01:33.0225303Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask90\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask89\",\"eTag\":\"0x8D661EE2E886495\",\"lastModified\":\"2018-12-14T18:01:33.0305173Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask89\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask88\",\"eTag\":\"0x8D661EE2E892935\",\"lastModified\":\"2018-12-14T18:01:33.0355509Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask88\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask91\",\"eTag\":\"0x8D661EE2E85A547\",\"lastModified\":\"2018-12-14T18:01:33.0125127Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask91\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask87\",\"eTag\":\"0x8D661EE2E8A875A\",\"lastModified\":\"2018-12-14T18:01:33.0445146Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask87\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask86\",\"eTag\":\"0x8D661EE2E8C83E2\",\"lastModified\":\"2018-12-14T18:01:33.057533Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask86\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask85\",\"eTag\":\"0x8D661EE2E8D4639\",\"lastModified\":\"2018-12-14T18:01:33.0625081Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask85\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask84\",\"eTag\":\"0x8D661EE2E8D956D\",\"lastModified\":\"2018-12-14T18:01:33.0645357Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask84\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask83\",\"eTag\":\"0x8D661EE2E8ECDFF\",\"lastModified\":\"2018-12-14T18:01:33.0725375Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask83\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:55 GMT'] - request-id: [3a34978b-6070-4b84-b4d1-9d053a6173f4] + date: ['Fri, 14 Dec 2018 18:01:31 GMT'] + request-id: [23210943-9e24-4367-a722-b85508eea546] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask82", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask81", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask80", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask79", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask78", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask77", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask76", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask75", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask74", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask73", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask72", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask71", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask70", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask69", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask68", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask67", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask66", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask65", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask64", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask63", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask62", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask61", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask60", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask59", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask58", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask57", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask56", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask55", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask54", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask53", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask52", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask51", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask50", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask49", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask48", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask47", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask46", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask45", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask44", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask43", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask42", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask41", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask40", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask39", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask38", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask37", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask36", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask35", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask34", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask33", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask82", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask81", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask80", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask79", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask78", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask77", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask76", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask75", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask74", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask73", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask72", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask71", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask70", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask69", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask68", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask67", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask66", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask65", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask64", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask63", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask62", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask61", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask60", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask59", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask58", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask57", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask56", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask55", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask54", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask53", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask52", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask51", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask50", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask49", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask48", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask47", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask46", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask45", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask44", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask43", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask42", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask41", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask40", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask39", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask38", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask37", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask36", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask35", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask34", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask33", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587261'] + Content-Length: ['572261'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:56 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:34 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask82\",\"eTag\":\"0x8D619B6F97A3FEC\",\"lastModified\":\"2018-09-13T20:24:57.9784684Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask82\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask81\",\"eTag\":\"0x8D619B6F97B74A1\",\"lastModified\":\"2018-09-13T20:24:57.9863713Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask81\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask80\",\"eTag\":\"0x8D619B6F97CF31A\",\"lastModified\":\"2018-09-13T20:24:57.9961626Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask80\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask79\",\"eTag\":\"0x8D619B6F97EADA8\",\"lastModified\":\"2018-09-13T20:24:58.007492Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask79\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask77\",\"eTag\":\"0x8D619B6F98367CB\",\"lastModified\":\"2018-09-13T20:24:58.0384715Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask77\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask75\",\"eTag\":\"0x8D619B6F9862062\",\"lastModified\":\"2018-09-13T20:24:58.0563042Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask75\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask78\",\"eTag\":\"0x8D619B6F98626D0\",\"lastModified\":\"2018-09-13T20:24:58.0564688Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask78\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask74\",\"eTag\":\"0x8D619B6F9895B47\",\"lastModified\":\"2018-09-13T20:24:58.0774727Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask74\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask72\",\"eTag\":\"0x8D619B6F989279E\",\"lastModified\":\"2018-09-13T20:24:58.0761502Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask72\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask71\",\"eTag\":\"0x8D619B6F9898253\",\"lastModified\":\"2018-09-13T20:24:58.0784723Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask71\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask73\",\"eTag\":\"0x8D619B6F987A3F4\",\"lastModified\":\"2018-09-13T20:24:58.066226Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask73\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask76\",\"eTag\":\"0x8D619B6F98C272C\",\"lastModified\":\"2018-09-13T20:24:58.0957996Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask76\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask70\",\"eTag\":\"0x8D619B6F98C3191\",\"lastModified\":\"2018-09-13T20:24:58.0960657Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask70\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask69\",\"eTag\":\"0x8D619B6F98D2BFA\",\"lastModified\":\"2018-09-13T20:24:58.1024762Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask69\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask68\",\"eTag\":\"0x8D619B6F98F1B04\",\"lastModified\":\"2018-09-13T20:24:58.1151492Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask68\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask67\",\"eTag\":\"0x8D619B6F98F4EC5\",\"lastModified\":\"2018-09-13T20:24:58.1164741Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask67\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask66\",\"eTag\":\"0x8D619B6F99061D3\",\"lastModified\":\"2018-09-13T20:24:58.1235155Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask66\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask65\",\"eTag\":\"0x8D619B6F99172BE\",\"lastModified\":\"2018-09-13T20:24:58.1305022Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask65\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask64\",\"eTag\":\"0x8D619B6F991E722\",\"lastModified\":\"2018-09-13T20:24:58.1334818Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask64\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask63\",\"eTag\":\"0x8D619B6F993480B\",\"lastModified\":\"2018-09-13T20:24:58.1425163Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask63\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask62\",\"eTag\":\"0x8D619B6F994A718\",\"lastModified\":\"2018-09-13T20:24:58.1515032Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask62\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask61\",\"eTag\":\"0x8D619B6F994CD37\",\"lastModified\":\"2018-09-13T20:24:58.1524791Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask61\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask60\",\"eTag\":\"0x8D619B6F99655E3\",\"lastModified\":\"2018-09-13T20:24:58.1625315Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask60\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask59\",\"eTag\":\"0x8D619B6F9976548\",\"lastModified\":\"2018-09-13T20:24:58.1694792Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask59\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask57\",\"eTag\":\"0x8D619B6F9996316\",\"lastModified\":\"2018-09-13T20:24:58.1825302Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask57\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask55\",\"eTag\":\"0x8D619B6F99B36B4\",\"lastModified\":\"2018-09-13T20:24:58.1945012Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask55\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask56\",\"eTag\":\"0x8D619B6F99A9B70\",\"lastModified\":\"2018-09-13T20:24:58.1905264Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask56\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask58\",\"eTag\":\"0x8D619B6F99BAB0F\",\"lastModified\":\"2018-09-13T20:24:58.1974799Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask58\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask54\",\"eTag\":\"0x8D619B6F99C7050\",\"lastModified\":\"2018-09-13T20:24:58.2025296Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask54\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask52\",\"eTag\":\"0x8D619B6F99DF51C\",\"lastModified\":\"2018-09-13T20:24:58.2124828Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask52\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask53\",\"eTag\":\"0x8D619B6F99E6DE4\",\"lastModified\":\"2018-09-13T20:24:58.2155748Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask53\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask51\",\"eTag\":\"0x8D619B6F99F7D45\",\"lastModified\":\"2018-09-13T20:24:58.2225221Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask51\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask49\",\"eTag\":\"0x8D619B6F9A0E188\",\"lastModified\":\"2018-09-13T20:24:58.2316424Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask49\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask50\",\"eTag\":\"0x8D619B6F9A0B538\",\"lastModified\":\"2018-09-13T20:24:58.230508Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask50\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask48\",\"eTag\":\"0x8D619B6F9A2FF0A\",\"lastModified\":\"2018-09-13T20:24:58.245505Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask48\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask47\",\"eTag\":\"0x8D619B6F9A3C24F\",\"lastModified\":\"2018-09-13T20:24:58.2505039Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask47\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask46\",\"eTag\":\"0x8D619B6F9A520D7\",\"lastModified\":\"2018-09-13T20:24:58.2594775Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask46\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask44\",\"eTag\":\"0x8D619B6F9A5E444\",\"lastModified\":\"2018-09-13T20:24:58.2644804Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask44\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask45\",\"eTag\":\"0x8D619B6F9A5DD40\",\"lastModified\":\"2018-09-13T20:24:58.2643008Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask45\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask43\",\"eTag\":\"0x8D619B6F9A75EB0\",\"lastModified\":\"2018-09-13T20:24:58.274168Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask43\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask42\",\"eTag\":\"0x8D619B6F9A8566E\",\"lastModified\":\"2018-09-13T20:24:58.2805102Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask42\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask41\",\"eTag\":\"0x8D619B6F9A98EF8\",\"lastModified\":\"2018-09-13T20:24:58.2885112Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask41\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask40\",\"eTag\":\"0x8D619B6F9AA04D0\",\"lastModified\":\"2018-09-13T20:24:58.291528Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask40\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask39\",\"eTag\":\"0x8D619B6F9AC25C6\",\"lastModified\":\"2018-09-13T20:24:58.305479Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask39\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask37\",\"eTag\":\"0x8D619B6F9AD5E87\",\"lastModified\":\"2018-09-13T20:24:58.3134855Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask37\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask38\",\"eTag\":\"0x8D619B6F9AD1234\",\"lastModified\":\"2018-09-13T20:24:58.3115316Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask38\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask36\",\"eTag\":\"0x8D619B6F9AF2C6E\",\"lastModified\":\"2018-09-13T20:24:58.3253102Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask36\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask35\",\"eTag\":\"0x8D619B6F9B01F88\",\"lastModified\":\"2018-09-13T20:24:58.3315336Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask35\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask34\",\"eTag\":\"0x8D619B6F9B1A50C\",\"lastModified\":\"2018-09-13T20:24:58.3415052Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask34\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask33\",\"eTag\":\"0x8D619B6F9B29047\",\"lastModified\":\"2018-09-13T20:24:58.3475271Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask33\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask82\",\"eTag\":\"0x8D661EE30023682\",\"lastModified\":\"2018-12-14T18:01:35.5065986Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask82\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask80\",\"eTag\":\"0x8D661EE3004CE8F\",\"lastModified\":\"2018-12-14T18:01:35.5235983Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask80\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask81\",\"eTag\":\"0x8D661EE3002FAC5\",\"lastModified\":\"2018-12-14T18:01:35.5116229Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask81\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask79\",\"eTag\":\"0x8D661EE30078717\",\"lastModified\":\"2018-12-14T18:01:35.5414295Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask79\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask77\",\"eTag\":\"0x8D661EE30126319\",\"lastModified\":\"2018-12-14T18:01:35.6125977Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask77\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask70\",\"eTag\":\"0x8D661EE3016F6F8\",\"lastModified\":\"2018-12-14T18:01:35.6425976Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask70\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask75\",\"eTag\":\"0x8D661EE301CB221\",\"lastModified\":\"2018-12-14T18:01:35.6801569Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask75\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask67\",\"eTag\":\"0x8D661EE301D398D\",\"lastModified\":\"2018-12-14T18:01:35.6836237Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask67\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask73\",\"eTag\":\"0x8D661EE30215737\",\"lastModified\":\"2018-12-14T18:01:35.7105975Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask73\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask61\",\"eTag\":\"0x8D661EE302D3DF3\",\"lastModified\":\"2018-12-14T18:01:35.7885939Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask61\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask56\",\"eTag\":\"0x8D661EE30363EC6\",\"lastModified\":\"2018-12-14T18:01:35.8475974Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask56\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask76\",\"eTag\":\"0x8D661EE301E49FE\",\"lastModified\":\"2018-12-14T18:01:35.6905982Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask76\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask78\",\"eTag\":\"0x8D661EE301E70F1\",\"lastModified\":\"2018-12-14T18:01:35.6915953Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask78\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask74\",\"eTag\":\"0x8D661EE301E97FF\",\"lastModified\":\"2018-12-14T18:01:35.6925951Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask74\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask62\",\"eTag\":\"0x8D661EE3021A55F\",\"lastModified\":\"2018-12-14T18:01:35.7125983Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask62\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask71\",\"eTag\":\"0x8D661EE3022B69B\",\"lastModified\":\"2018-12-14T18:01:35.7195931Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask71\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask72\",\"eTag\":\"0x8D661EE3021A55F\",\"lastModified\":\"2018-12-14T18:01:35.7125983Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask72\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask43\",\"eTag\":\"0x8D661EE30511F87\",\"lastModified\":\"2018-12-14T18:01:36.0237447Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask43\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask42\",\"eTag\":\"0x8D661EE3055959E\",\"lastModified\":\"2018-12-14T18:01:36.0529822Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask42\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask39\",\"eTag\":\"0x8D661EE305A8FA2\",\"lastModified\":\"2018-12-14T18:01:36.085597Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask39\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask41\",\"eTag\":\"0x8D661EE305A8FA2\",\"lastModified\":\"2018-12-14T18:01:36.085597Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask41\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask40\",\"eTag\":\"0x8D661EE305A8FA2\",\"lastModified\":\"2018-12-14T18:01:36.085597Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask40\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask69\",\"eTag\":\"0x8D661EE3030351D\",\"lastModified\":\"2018-12-14T18:01:35.8080285Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask69\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask60\",\"eTag\":\"0x8D661EE302EB417\",\"lastModified\":\"2018-12-14T18:01:35.7981719Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask60\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask34\",\"eTag\":\"0x8D661EE3060AA30\",\"lastModified\":\"2018-12-14T18:01:36.1255984Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask34\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask57\",\"eTag\":\"0x8D661EE30352D4F\",\"lastModified\":\"2018-12-14T18:01:35.8405967Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask57\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask53\",\"eTag\":\"0x8D661EE3061BB9D\",\"lastModified\":\"2018-12-14T18:01:36.1325981Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask53\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask58\",\"eTag\":\"0x8D661EE30350640\",\"lastModified\":\"2018-12-14T18:01:35.8395968Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask58\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask59\",\"eTag\":\"0x8D661EE30309979\",\"lastModified\":\"2018-12-14T18:01:35.8105977Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask59\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask55\",\"eTag\":\"0x8D661EE30363EC6\",\"lastModified\":\"2018-12-14T18:01:35.8475974Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask55\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask52\",\"eTag\":\"0x8D661EE303F911C\",\"lastModified\":\"2018-12-14T18:01:35.9086876Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask52\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask51\",\"eTag\":\"0x8D661EE303FB4A1\",\"lastModified\":\"2018-12-14T18:01:35.9095969Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask51\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask68\",\"eTag\":\"0x8D661EE3036B3FA\",\"lastModified\":\"2018-12-14T18:01:35.8505978Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask68\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask54\",\"eTag\":\"0x8D661EE30352D4F\",\"lastModified\":\"2018-12-14T18:01:35.8405967Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask54\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask49\",\"eTag\":\"0x8D661EE30429AC1\",\"lastModified\":\"2018-12-14T18:01:35.9285953Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask49\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask50\",\"eTag\":\"0x8D661EE304273C7\",\"lastModified\":\"2018-12-14T18:01:35.9275975Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask50\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask48\",\"eTag\":\"0x8D661EE3043FA3E\",\"lastModified\":\"2018-12-14T18:01:35.9375934Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask48\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask47\",\"eTag\":\"0x8D661EE304D221E\",\"lastModified\":\"2018-12-14T18:01:35.9975966Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask47\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask44\",\"eTag\":\"0x8D661EE304E5A8B\",\"lastModified\":\"2018-12-14T18:01:36.0055947Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask44\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask45\",\"eTag\":\"0x8D661EE304E3379\",\"lastModified\":\"2018-12-14T18:01:36.0045945Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask45\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask65\",\"eTag\":\"0x8D661EE304B9B7E\",\"lastModified\":\"2018-12-14T18:01:35.9875966Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask65\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask64\",\"eTag\":\"0x8D661EE304E81AF\",\"lastModified\":\"2018-12-14T18:01:36.0065967Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask64\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask46\",\"eTag\":\"0x8D661EE304E2542\",\"lastModified\":\"2018-12-14T18:01:36.0042306Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask46\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask35\",\"eTag\":\"0x8D661EE305C1644\",\"lastModified\":\"2018-12-14T18:01:36.0955972Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask35\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask37\",\"eTag\":\"0x8D661EE305BC824\",\"lastModified\":\"2018-12-14T18:01:36.0935972Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask37\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask36\",\"eTag\":\"0x8D661EE305A8FA2\",\"lastModified\":\"2018-12-14T18:01:36.085597Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask36\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask38\",\"eTag\":\"0x8D661EE305C1644\",\"lastModified\":\"2018-12-14T18:01:36.0955972Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask38\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask63\",\"eTag\":\"0x8D661EE304E3379\",\"lastModified\":\"2018-12-14T18:01:36.0045945Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask63\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask66\",\"eTag\":\"0x8D661EE30424CA4\",\"lastModified\":\"2018-12-14T18:01:35.9265956Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask66\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask33\",\"eTag\":\"0x8D661EE306198AC\",\"lastModified\":\"2018-12-14T18:01:36.1317036Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask33\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:57 GMT'] - request-id: [8e168d54-1655-45c1-a126-aff72187d9e9] + date: ['Fri, 14 Dec 2018 18:01:34 GMT'] + request-id: [a2d13baf-b4b1-4bfd-9721-051001a96006] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask32", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask31", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask30", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask29", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask28", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask27", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask26", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask25", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask24", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask23", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask22", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask21", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask20", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask19", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask18", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask17", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask16", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask15", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask14", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask13", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask12", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask11", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask10", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask9", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask8", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask7", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask6", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask5", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask4", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask3", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask2", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask1", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask0", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask682", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask681", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask680", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask679", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask678", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask677", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask676", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask675", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask674", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask673", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask672", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask671", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask670", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask669", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask668", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask667", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask666", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask32", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask31", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask30", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask29", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask28", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask27", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask26", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask25", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask24", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask23", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask22", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask21", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask20", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask19", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask18", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask17", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask16", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask15", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask14", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask13", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask12", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask11", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask10", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask9", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask8", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask7", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask6", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask5", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask4", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask3", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask2", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask1", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask0", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask682", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask681", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask680", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask679", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask678", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask677", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask676", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask675", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask674", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask673", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask672", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask671", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask670", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask669", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask668", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask667", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask666", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['587268'] + Content-Length: ['572268'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:24:58 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:37 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask32\",\"eTag\":\"0x8D619B6FA950C38\",\"lastModified\":\"2018-09-13T20:24:59.8318136Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask32\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask31\",\"eTag\":\"0x8D619B6FA96226A\",\"lastModified\":\"2018-09-13T20:24:59.8389354Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask31\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask29\",\"eTag\":\"0x8D619B6FA98DCC7\",\"lastModified\":\"2018-09-13T20:24:59.8568135Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask29\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask28\",\"eTag\":\"0x8D619B6FA99DDA2\",\"lastModified\":\"2018-09-13T20:24:59.863389Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask28\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask30\",\"eTag\":\"0x8D619B6FA977EFF\",\"lastModified\":\"2018-09-13T20:24:59.8478591Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask30\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask27\",\"eTag\":\"0x8D619B6FA9BC465\",\"lastModified\":\"2018-09-13T20:24:59.8758501Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask27\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask26\",\"eTag\":\"0x8D619B6FA9CFBD7\",\"lastModified\":\"2018-09-13T20:24:59.8838231Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask26\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask25\",\"eTag\":\"0x8D619B6FAA085B1\",\"lastModified\":\"2018-09-13T20:24:59.9070129Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask25\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask24\",\"eTag\":\"0x8D619B6FAA18FCF\",\"lastModified\":\"2018-09-13T20:24:59.9138255Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask24\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask23\",\"eTag\":\"0x8D619B6FAA37D50\",\"lastModified\":\"2018-09-13T20:24:59.9264592Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask23\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask22\",\"eTag\":\"0x8D619B6FAA538EE\",\"lastModified\":\"2018-09-13T20:24:59.9378158Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask22\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask21\",\"eTag\":\"0x8D619B6FAA5FC41\",\"lastModified\":\"2018-09-13T20:24:59.9428161Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask21\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask20\",\"eTag\":\"0x8D619B6FAA7F0E0\",\"lastModified\":\"2018-09-13T20:24:59.955632Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask20\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask19\",\"eTag\":\"0x8D619B6FAA89454\",\"lastModified\":\"2018-09-13T20:24:59.9598164Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask19\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask18\",\"eTag\":\"0x8D619B6FAAE128B\",\"lastModified\":\"2018-09-13T20:24:59.9958155Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask18\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask17\",\"eTag\":\"0x8D619B6FAB0F8CE\",\"lastModified\":\"2018-09-13T20:25:00.0148174Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask17\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask16\",\"eTag\":\"0x8D619B6FAB2583F\",\"lastModified\":\"2018-09-13T20:25:00.0238143Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask16\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask9\",\"eTag\":\"0x8D619B6FAB56585\",\"lastModified\":\"2018-09-13T20:25:00.0438149Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask9\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask15\",\"eTag\":\"0x8D619B6FABB0B72\",\"lastModified\":\"2018-09-13T20:25:00.0808306Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask15\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask13\",\"eTag\":\"0x8D619B6FAB27F65\",\"lastModified\":\"2018-09-13T20:25:00.0248165Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask13\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask11\",\"eTag\":\"0x8D619B6FAB56585\",\"lastModified\":\"2018-09-13T20:25:00.0438149Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask11\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask10\",\"eTag\":\"0x8D619B6FAB56585\",\"lastModified\":\"2018-09-13T20:25:00.0438149Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask10\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask14\",\"eTag\":\"0x8D619B6FABB0B72\",\"lastModified\":\"2018-09-13T20:25:00.0808306Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask14\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask0\",\"eTag\":\"0x8D619B6FACE9300\",\"lastModified\":\"2018-09-13T20:25:00.2088192Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask0\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask8\",\"eTag\":\"0x8D619B6FACE9300\",\"lastModified\":\"2018-09-13T20:25:00.2088192Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask8\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask2\",\"eTag\":\"0x8D619B6FACDC17B\",\"lastModified\":\"2018-09-13T20:25:00.2034555Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask2\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask681\",\"eTag\":\"0x8D619B6FACE9300\",\"lastModified\":\"2018-09-13T20:25:00.2088192Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask681\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask5\",\"eTag\":\"0x8D619B6FABE1828\",\"lastModified\":\"2018-09-13T20:25:00.1008168Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask5\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask3\",\"eTag\":\"0x8D619B6FAD2B1C1\",\"lastModified\":\"2018-09-13T20:25:00.2358209Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask3\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask6\",\"eTag\":\"0x8D619B6FABE1828\",\"lastModified\":\"2018-09-13T20:25:00.1008168Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask6\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask669\",\"eTag\":\"0x8D619B6FAD597EB\",\"lastModified\":\"2018-09-13T20:25:00.2548203Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask669\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask12\",\"eTag\":\"0x8D619B6FACCBE39\",\"lastModified\":\"2018-09-13T20:25:00.1968185Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask12\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask7\",\"eTag\":\"0x8D619B6FABC9175\",\"lastModified\":\"2018-09-13T20:25:00.0908149Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask7\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask666\",\"eTag\":\"0x8D619B6FADAC803\",\"lastModified\":\"2018-09-13T20:25:00.2888195Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask666\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask1\",\"eTag\":\"0x8D619B6FACF3AE0\",\"lastModified\":\"2018-09-13T20:25:00.2131168Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask1\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask674\",\"eTag\":\"0x8D619B6FADCC45F\",\"lastModified\":\"2018-09-13T20:25:00.3018335Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask674\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask682\",\"eTag\":\"0x8D619B6FACE9300\",\"lastModified\":\"2018-09-13T20:25:00.2088192Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask682\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask677\",\"eTag\":\"0x8D619B6FADDD551\",\"lastModified\":\"2018-09-13T20:25:00.3088209Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask677\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask673\",\"eTag\":\"0x8D619B6FADF830E\",\"lastModified\":\"2018-09-13T20:25:00.3198222Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask673\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask670\",\"eTag\":\"0x8D619B6FAD597EB\",\"lastModified\":\"2018-09-13T20:25:00.2548203Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask670\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask672\",\"eTag\":\"0x8D619B6FADE4A83\",\"lastModified\":\"2018-09-13T20:25:00.3118211Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask672\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask4\",\"eTag\":\"0x8D619B6FAD3A3C5\",\"lastModified\":\"2018-09-13T20:25:00.2420165Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask4\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask671\",\"eTag\":\"0x8D619B6FAD68BD7\",\"lastModified\":\"2018-09-13T20:25:00.2610647Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask671\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask668\",\"eTag\":\"0x8D619B6FAD808EE\",\"lastModified\":\"2018-09-13T20:25:00.2708206Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask668\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask667\",\"eTag\":\"0x8D619B6FAD9DDDC\",\"lastModified\":\"2018-09-13T20:25:00.2828252Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask667\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask680\",\"eTag\":\"0x8D619B6FAD9DDDC\",\"lastModified\":\"2018-09-13T20:25:00.2828252Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask680\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask679\",\"eTag\":\"0x8D619B6FADA2BD3\",\"lastModified\":\"2018-09-13T20:25:00.2848211Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask679\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask676\",\"eTag\":\"0x8D619B6FADAEF2F\",\"lastModified\":\"2018-09-13T20:25:00.2898223Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask676\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask678\",\"eTag\":\"0x8D619B6FADA2BD3\",\"lastModified\":\"2018-09-13T20:25:00.2848211Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask678\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask675\",\"eTag\":\"0x8D619B6FADAC803\",\"lastModified\":\"2018-09-13T20:25:00.2888195Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask675\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask30\",\"eTag\":\"0x8D661EE31C34225\",\"lastModified\":\"2018-12-14T18:01:38.4494629Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask30\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask32\",\"eTag\":\"0x8D661EE31C31B0F\",\"lastModified\":\"2018-12-14T18:01:38.4484623Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask32\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask31\",\"eTag\":\"0x8D661EE31C34225\",\"lastModified\":\"2018-12-14T18:01:38.4494629Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask31\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask29\",\"eTag\":\"0x8D661EE31C44CD0\",\"lastModified\":\"2018-12-14T18:01:38.4562896Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask29\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask28\",\"eTag\":\"0x8D661EE31C4536D\",\"lastModified\":\"2018-12-14T18:01:38.4564589Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask28\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask25\",\"eTag\":\"0x8D661EE31C4A1B9\",\"lastModified\":\"2018-12-14T18:01:38.4584633Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask25\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask27\",\"eTag\":\"0x8D661EE31C47A9D\",\"lastModified\":\"2018-12-14T18:01:38.4574621Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask27\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask23\",\"eTag\":\"0x8D661EE31C5DA15\",\"lastModified\":\"2018-12-14T18:01:38.4664597Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask23\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask26\",\"eTag\":\"0x8D661EE31C47A9D\",\"lastModified\":\"2018-12-14T18:01:38.4574621Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask26\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask24\",\"eTag\":\"0x8D661EE31C4C8BD\",\"lastModified\":\"2018-12-14T18:01:38.4594621Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask24\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask22\",\"eTag\":\"0x8D661EE31CA5104\",\"lastModified\":\"2018-12-14T18:01:38.4957188Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask22\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask21\",\"eTag\":\"0x8D661EE31CBCF57\",\"lastModified\":\"2018-12-14T18:01:38.5055063Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask21\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask20\",\"eTag\":\"0x8D661EE31CBD48B\",\"lastModified\":\"2018-12-14T18:01:38.5056395Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask20\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask19\",\"eTag\":\"0x8D661EE31CD5415\",\"lastModified\":\"2018-12-14T18:01:38.5154581Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask19\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask18\",\"eTag\":\"0x8D661EE31D0456D\",\"lastModified\":\"2018-12-14T18:01:38.5347437Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask18\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask17\",\"eTag\":\"0x8D661EE31D1C13C\",\"lastModified\":\"2018-12-14T18:01:38.5444668Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask17\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask16\",\"eTag\":\"0x8D661EE31D33D11\",\"lastModified\":\"2018-12-14T18:01:38.5541905Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask16\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask14\",\"eTag\":\"0x8D661EE31D7B5C4\",\"lastModified\":\"2018-12-14T18:01:38.5834948Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask14\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask15\",\"eTag\":\"0x8D661EE31D63C8F\",\"lastModified\":\"2018-12-14T18:01:38.5738383Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask15\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask12\",\"eTag\":\"0x8D661EE31D93AF2\",\"lastModified\":\"2018-12-14T18:01:38.5934578Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask12\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask11\",\"eTag\":\"0x8D661EE31D93AF2\",\"lastModified\":\"2018-12-14T18:01:38.5934578Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask11\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask10\",\"eTag\":\"0x8D661EE31DC293D\",\"lastModified\":\"2018-12-14T18:01:38.6126653Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask10\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask9\",\"eTag\":\"0x8D661EE31DDA26E\",\"lastModified\":\"2018-12-14T18:01:38.6223214Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask9\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask8\",\"eTag\":\"0x8D661EE31DDA7B8\",\"lastModified\":\"2018-12-14T18:01:38.6224568Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask8\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask13\",\"eTag\":\"0x8D661EE31D93AF2\",\"lastModified\":\"2018-12-14T18:01:38.5934578Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask13\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask6\",\"eTag\":\"0x8D661EE31E09CAD\",\"lastModified\":\"2018-12-14T18:01:38.6418349Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask6\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask5\",\"eTag\":\"0x8D661EE31E21892\",\"lastModified\":\"2018-12-14T18:01:38.6515602Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask5\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask4\",\"eTag\":\"0x8D661EE31E391CE\",\"lastModified\":\"2018-12-14T18:01:38.6612174Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask4\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask7\",\"eTag\":\"0x8D661EE31DF20D8\",\"lastModified\":\"2018-12-14T18:01:38.6321112Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask7\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask3\",\"eTag\":\"0x8D661EE31E5103B\",\"lastModified\":\"2018-12-14T18:01:38.6710075Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask3\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask2\",\"eTag\":\"0x8D661EE31E6A871\",\"lastModified\":\"2018-12-14T18:01:38.6814577Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask2\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask1\",\"eTag\":\"0x8D661EE31E8053B\",\"lastModified\":\"2018-12-14T18:01:38.6903867Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask1\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask0\",\"eTag\":\"0x8D661EE31E97BDD\",\"lastModified\":\"2018-12-14T18:01:38.6999773Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask0\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask681\",\"eTag\":\"0x8D661EE31EAFCD5\",\"lastModified\":\"2018-12-14T18:01:38.7098325Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask681\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask682\",\"eTag\":\"0x8D661EE31EAF7A5\",\"lastModified\":\"2018-12-14T18:01:38.7096997Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask682\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask680\",\"eTag\":\"0x8D661EE31EC78A7\",\"lastModified\":\"2018-12-14T18:01:38.7195559Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask680\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask679\",\"eTag\":\"0x8D661EE31EDECD4\",\"lastModified\":\"2018-12-14T18:01:38.7290836Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask679\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask678\",\"eTag\":\"0x8D661EE31EF65E8\",\"lastModified\":\"2018-12-14T18:01:38.7387368Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask678\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask677\",\"eTag\":\"0x8D661EE31F0E1CB\",\"lastModified\":\"2018-12-14T18:01:38.7484619Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask677\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask675\",\"eTag\":\"0x8D661EE31F2682F\",\"lastModified\":\"2018-12-14T18:01:38.7584559Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask675\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask676\",\"eTag\":\"0x8D661EE31F25B04\",\"lastModified\":\"2018-12-14T18:01:38.7581188Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask676\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask674\",\"eTag\":\"0x8D661EE31F59C99\",\"lastModified\":\"2018-12-14T18:01:38.7794585Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask674\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask673\",\"eTag\":\"0x8D661EE31F55297\",\"lastModified\":\"2018-12-14T18:01:38.7775639Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask673\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask672\",\"eTag\":\"0x8D661EE31F6C93D\",\"lastModified\":\"2018-12-14T18:01:38.7871549Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask672\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask671\",\"eTag\":\"0x8D661EE31F84274\",\"lastModified\":\"2018-12-14T18:01:38.7968116Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask671\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask670\",\"eTag\":\"0x8D661EE31F9BE80\",\"lastModified\":\"2018-12-14T18:01:38.8065408Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask670\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask668\",\"eTag\":\"0x8D661EE31FB41CB\",\"lastModified\":\"2018-12-14T18:01:38.8164555Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask668\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask669\",\"eTag\":\"0x8D661EE31FB34E1\",\"lastModified\":\"2018-12-14T18:01:38.8161249Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask669\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask667\",\"eTag\":\"0x8D661EE31FE2562\",\"lastModified\":\"2018-12-14T18:01:38.835389Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask667\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask666\",\"eTag\":\"0x8D661EE31FEEC52\",\"lastModified\":\"2018-12-14T18:01:38.8404818Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask666\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:24:59 GMT'] - request-id: [e75a7079-cde1-41cd-8df1-0676e4af365f] + date: ['Fri, 14 Dec 2018 18:01:38 GMT'] + request-id: [95bb4cfb-92fd-42d9-9bab-151547644de5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: '{"value": [{"id": "mytask665", "commandLine": "sleep 1", "resourceFiles": - [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask664", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask663", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask662", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask661", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask660", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask659", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask658", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask657", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask656", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask655", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask654", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask653", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask652", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask651", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask650", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask649", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask648", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask647", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask646", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask645", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask644", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask643", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask642", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask641", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask640", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask639", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask638", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask637", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask636", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask635", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask634", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}, {"id": "mytask633", "commandLine": "sleep 1", - "resourceFiles": [{"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", - "filePath": "resourceFile0"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", - "filePath": "resourceFile1"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", - "filePath": "resourceFile2"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", - "filePath": "resourceFile3"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", - "filePath": "resourceFile4"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", - "filePath": "resourceFile5"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", - "filePath": "resourceFile6"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", - "filePath": "resourceFile7"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", - "filePath": "resourceFile8"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", - "filePath": "resourceFile9"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", - "filePath": "resourceFile10"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", - "filePath": "resourceFile11"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", - "filePath": "resourceFile12"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", - "filePath": "resourceFile13"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", - "filePath": "resourceFile14"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", - "filePath": "resourceFile15"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", - "filePath": "resourceFile16"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", - "filePath": "resourceFile17"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", - "filePath": "resourceFile18"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", - "filePath": "resourceFile19"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", - "filePath": "resourceFile20"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", - "filePath": "resourceFile21"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", - "filePath": "resourceFile22"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", - "filePath": "resourceFile23"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", - "filePath": "resourceFile24"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", - "filePath": "resourceFile25"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", - "filePath": "resourceFile26"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", - "filePath": "resourceFile27"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", - "filePath": "resourceFile28"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", - "filePath": "resourceFile29"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", - "filePath": "resourceFile30"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", - "filePath": "resourceFile31"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", - "filePath": "resourceFile32"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", - "filePath": "resourceFile33"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", - "filePath": "resourceFile34"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", - "filePath": "resourceFile35"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", - "filePath": "resourceFile36"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", - "filePath": "resourceFile37"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", - "filePath": "resourceFile38"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", - "filePath": "resourceFile39"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", - "filePath": "resourceFile40"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", - "filePath": "resourceFile41"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", - "filePath": "resourceFile42"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", - "filePath": "resourceFile43"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", - "filePath": "resourceFile44"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", - "filePath": "resourceFile45"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", - "filePath": "resourceFile46"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", - "filePath": "resourceFile47"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", - "filePath": "resourceFile48"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", - "filePath": "resourceFile49"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", - "filePath": "resourceFile50"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", - "filePath": "resourceFile51"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", - "filePath": "resourceFile52"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", - "filePath": "resourceFile53"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", - "filePath": "resourceFile54"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", - "filePath": "resourceFile55"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", - "filePath": "resourceFile56"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", - "filePath": "resourceFile57"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", - "filePath": "resourceFile58"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", - "filePath": "resourceFile59"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", - "filePath": "resourceFile60"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", - "filePath": "resourceFile61"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", - "filePath": "resourceFile62"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", - "filePath": "resourceFile63"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", - "filePath": "resourceFile64"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", - "filePath": "resourceFile65"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", - "filePath": "resourceFile66"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", - "filePath": "resourceFile67"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", - "filePath": "resourceFile68"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", - "filePath": "resourceFile69"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", - "filePath": "resourceFile70"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", - "filePath": "resourceFile71"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", - "filePath": "resourceFile72"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", - "filePath": "resourceFile73"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", - "filePath": "resourceFile74"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", - "filePath": "resourceFile75"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", - "filePath": "resourceFile76"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", - "filePath": "resourceFile77"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", - "filePath": "resourceFile78"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", - "filePath": "resourceFile79"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", - "filePath": "resourceFile80"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", - "filePath": "resourceFile81"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", - "filePath": "resourceFile82"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", - "filePath": "resourceFile83"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", - "filePath": "resourceFile84"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", - "filePath": "resourceFile85"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", - "filePath": "resourceFile86"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", - "filePath": "resourceFile87"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", - "filePath": "resourceFile88"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", - "filePath": "resourceFile89"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", - "filePath": "resourceFile90"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", - "filePath": "resourceFile91"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", - "filePath": "resourceFile92"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", - "filePath": "resourceFile93"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", - "filePath": "resourceFile94"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", - "filePath": "resourceFile95"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", - "filePath": "resourceFile96"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", - "filePath": "resourceFile97"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", - "filePath": "resourceFile98"}, {"blobSource": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", - "filePath": "resourceFile99"}]}]}' + body: '{"value": [{"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask665", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask664", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask663", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask662", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask661", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask660", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask659", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask658", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask657", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask656", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask655", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask654", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask653", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask652", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask651", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask650", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask649", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask648", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask647", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask646", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask645", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask644", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask643", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask642", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask641", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask640", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask639", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask638", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask637", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask636", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask635", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask634", "commandLine": "sleep 1"}, + {"resourceFiles": [{"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile0", + "filePath": "resourceFile0"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile1", + "filePath": "resourceFile1"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile2", + "filePath": "resourceFile2"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile3", + "filePath": "resourceFile3"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile4", + "filePath": "resourceFile4"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile5", + "filePath": "resourceFile5"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile6", + "filePath": "resourceFile6"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile7", + "filePath": "resourceFile7"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile8", + "filePath": "resourceFile8"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile9", + "filePath": "resourceFile9"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile10", + "filePath": "resourceFile10"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile11", + "filePath": "resourceFile11"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile12", + "filePath": "resourceFile12"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile13", + "filePath": "resourceFile13"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile14", + "filePath": "resourceFile14"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile15", + "filePath": "resourceFile15"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile16", + "filePath": "resourceFile16"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile17", + "filePath": "resourceFile17"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile18", + "filePath": "resourceFile18"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile19", + "filePath": "resourceFile19"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile20", + "filePath": "resourceFile20"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile21", + "filePath": "resourceFile21"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile22", + "filePath": "resourceFile22"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile23", + "filePath": "resourceFile23"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile24", + "filePath": "resourceFile24"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile25", + "filePath": "resourceFile25"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile26", + "filePath": "resourceFile26"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile27", + "filePath": "resourceFile27"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile28", + "filePath": "resourceFile28"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile29", + "filePath": "resourceFile29"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile30", + "filePath": "resourceFile30"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile31", + "filePath": "resourceFile31"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile32", + "filePath": "resourceFile32"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile33", + "filePath": "resourceFile33"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile34", + "filePath": "resourceFile34"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile35", + "filePath": "resourceFile35"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile36", + "filePath": "resourceFile36"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile37", + "filePath": "resourceFile37"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile38", + "filePath": "resourceFile38"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile39", + "filePath": "resourceFile39"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile40", + "filePath": "resourceFile40"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile41", + "filePath": "resourceFile41"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile42", + "filePath": "resourceFile42"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile43", + "filePath": "resourceFile43"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile44", + "filePath": "resourceFile44"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile45", + "filePath": "resourceFile45"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile46", + "filePath": "resourceFile46"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile47", + "filePath": "resourceFile47"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile48", + "filePath": "resourceFile48"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile49", + "filePath": "resourceFile49"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile50", + "filePath": "resourceFile50"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile51", + "filePath": "resourceFile51"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile52", + "filePath": "resourceFile52"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile53", + "filePath": "resourceFile53"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile54", + "filePath": "resourceFile54"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile55", + "filePath": "resourceFile55"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile56", + "filePath": "resourceFile56"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile57", + "filePath": "resourceFile57"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile58", + "filePath": "resourceFile58"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile59", + "filePath": "resourceFile59"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile60", + "filePath": "resourceFile60"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile61", + "filePath": "resourceFile61"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile62", + "filePath": "resourceFile62"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile63", + "filePath": "resourceFile63"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile64", + "filePath": "resourceFile64"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile65", + "filePath": "resourceFile65"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile66", + "filePath": "resourceFile66"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile67", + "filePath": "resourceFile67"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile68", + "filePath": "resourceFile68"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile69", + "filePath": "resourceFile69"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile70", + "filePath": "resourceFile70"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile71", + "filePath": "resourceFile71"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile72", + "filePath": "resourceFile72"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile73", + "filePath": "resourceFile73"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile74", + "filePath": "resourceFile74"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile75", + "filePath": "resourceFile75"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile76", + "filePath": "resourceFile76"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile77", + "filePath": "resourceFile77"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile78", + "filePath": "resourceFile78"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile79", + "filePath": "resourceFile79"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile80", + "filePath": "resourceFile80"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile81", + "filePath": "resourceFile81"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile82", + "filePath": "resourceFile82"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile83", + "filePath": "resourceFile83"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile84", + "filePath": "resourceFile84"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile85", + "filePath": "resourceFile85"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile86", + "filePath": "resourceFile86"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile87", + "filePath": "resourceFile87"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile88", + "filePath": "resourceFile88"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile89", + "filePath": "resourceFile89"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile90", + "filePath": "resourceFile90"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile91", + "filePath": "resourceFile91"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile92", + "filePath": "resourceFile92"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile93", + "filePath": "resourceFile93"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile94", + "filePath": "resourceFile94"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile95", + "filePath": "resourceFile95"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile96", + "filePath": "resourceFile96"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile97", + "filePath": "resourceFile97"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile98", + "filePath": "resourceFile98"}, {"httpUrl": "https://mystorageaccount.blob.core.windows.net/files/resourceFile99", + "filePath": "resourceFile99"}], "id": "mytask633", "commandLine": "sleep 1"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['387629'] + Content-Length: ['377729'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.6.5 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-batch/5.1.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Thu, 13 Sep 2018 20:25:00 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:01:39 GMT'] method: POST - uri: https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-08-01.7.0 + uri: https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/addtaskcollection?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.eastus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n - \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask665\",\"eTag\":\"0x8D619B6FBAEB25E\",\"lastModified\":\"2018-09-13T20:25:01.6776286Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask665\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask663\",\"eTag\":\"0x8D619B6FBB13D07\",\"lastModified\":\"2018-09-13T20:25:01.6942855Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask663\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask661\",\"eTag\":\"0x8D619B6FBB234EA\",\"lastModified\":\"2018-09-13T20:25:01.7006314Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask661\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask664\",\"eTag\":\"0x8D619B6FBB2A9E7\",\"lastModified\":\"2018-09-13T20:25:01.7036263Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask664\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask662\",\"eTag\":\"0x8D619B6FBB4CD10\",\"lastModified\":\"2018-09-13T20:25:01.7176336Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask662\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask660\",\"eTag\":\"0x8D619B6FBB48630\",\"lastModified\":\"2018-09-13T20:25:01.7158192Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask660\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask659\",\"eTag\":\"0x8D619B6FBB6A1C6\",\"lastModified\":\"2018-09-13T20:25:01.7296326Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask659\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask658\",\"eTag\":\"0x8D619B6FBB6CA20\",\"lastModified\":\"2018-09-13T20:25:01.7306656Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask658\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask657\",\"eTag\":\"0x8D619B6FBB82830\",\"lastModified\":\"2018-09-13T20:25:01.7396272Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask657\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask656\",\"eTag\":\"0x8D619B6FBB988FE\",\"lastModified\":\"2018-09-13T20:25:01.748659Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask656\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask655\",\"eTag\":\"0x8D619B6FBB9AEEB\",\"lastModified\":\"2018-09-13T20:25:01.7496299Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask655\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask654\",\"eTag\":\"0x8D619B6FBBAE89E\",\"lastModified\":\"2018-09-13T20:25:01.7576606Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask654\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask653\",\"eTag\":\"0x8D619B6FBBC6F3D\",\"lastModified\":\"2018-09-13T20:25:01.7676605Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask653\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask651\",\"eTag\":\"0x8D619B6FBBDCE18\",\"lastModified\":\"2018-09-13T20:25:01.7766424Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask651\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask652\",\"eTag\":\"0x8D619B6FBBDCE18\",\"lastModified\":\"2018-09-13T20:25:01.7766424Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask652\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask650\",\"eTag\":\"0x8D619B6FBC0B521\",\"lastModified\":\"2018-09-13T20:25:01.7956641Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask650\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask649\",\"eTag\":\"0x8D619B6FBC0DAE9\",\"lastModified\":\"2018-09-13T20:25:01.7966313Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask649\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask648\",\"eTag\":\"0x8D619B6FBC2147E\",\"lastModified\":\"2018-09-13T20:25:01.804659Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask648\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask647\",\"eTag\":\"0x8D619B6FBC23A7D\",\"lastModified\":\"2018-09-13T20:25:01.8056317Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask647\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask646\",\"eTag\":\"0x8D619B6FBC39A0B\",\"lastModified\":\"2018-09-13T20:25:01.8146315Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask646\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask645\",\"eTag\":\"0x8D619B6FBC4843E\",\"lastModified\":\"2018-09-13T20:25:01.820627Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask645\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask641\",\"eTag\":\"0x8D619B6FBC87C16\",\"lastModified\":\"2018-09-13T20:25:01.8466326Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask641\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask644\",\"eTag\":\"0x8D619B6FBC65DE5\",\"lastModified\":\"2018-09-13T20:25:01.8327525Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask644\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask642\",\"eTag\":\"0x8D619B6FBC7E4E1\",\"lastModified\":\"2018-09-13T20:25:01.8427617Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask642\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask638\",\"eTag\":\"0x8D619B6FBCC2936\",\"lastModified\":\"2018-09-13T20:25:01.8707254Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask638\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask640\",\"eTag\":\"0x8D619B6FBC91848\",\"lastModified\":\"2018-09-13T20:25:01.8506312Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask640\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask637\",\"eTag\":\"0x8D619B6FBCDFA3C\",\"lastModified\":\"2018-09-13T20:25:01.88263Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask637\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask643\",\"eTag\":\"0x8D619B6FBCDAC1A\",\"lastModified\":\"2018-09-13T20:25:01.8806298Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask643\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask639\",\"eTag\":\"0x8D619B6FBCAC5FE\",\"lastModified\":\"2018-09-13T20:25:01.8616318Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask639\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask636\",\"eTag\":\"0x8D619B6FBCF0BB6\",\"lastModified\":\"2018-09-13T20:25:01.889631Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask636\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask635\",\"eTag\":\"0x8D619B6FBCF32B4\",\"lastModified\":\"2018-09-13T20:25:01.8906292Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask635\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask634\",\"eTag\":\"0x8D619B6FBD06C3B\",\"lastModified\":\"2018-09-13T20:25:01.8986555Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask634\"\r\n - \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask633\",\"eTag\":\"0x8D619B6FBD0E0B5\",\"lastModified\":\"2018-09-13T20:25:01.9016373Z\",\"location\":\"https://batch98da0af6.eastus.batch.azure.com/jobs/batch98da0af6/tasks/mytask633\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batch98da0af6.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n + \ {\r\n \"status\":\"Success\",\"taskId\":\"mytask665\",\"eTag\":\"0x8D661EE3311F106\",\"lastModified\":\"2018-12-14T18:01:40.6428422Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask665\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask663\",\"eTag\":\"0x8D661EE33160FBE\",\"lastModified\":\"2018-12-14T18:01:40.669843Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask663\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask664\",\"eTag\":\"0x8D661EE3314B043\",\"lastModified\":\"2018-12-14T18:01:40.6608451Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask664\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask661\",\"eTag\":\"0x8D661EE331B8DE6\",\"lastModified\":\"2018-12-14T18:01:40.7058406Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask661\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask660\",\"eTag\":\"0x8D661EE331A0760\",\"lastModified\":\"2018-12-14T18:01:40.6958432Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask660\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask662\",\"eTag\":\"0x8D661EE331B8DE6\",\"lastModified\":\"2018-12-14T18:01:40.7058406Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask662\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask656\",\"eTag\":\"0x8D661EE331E9B3F\",\"lastModified\":\"2018-12-14T18:01:40.7258431Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask656\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask655\",\"eTag\":\"0x8D661EE33211465\",\"lastModified\":\"2018-12-14T18:01:40.7420517Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask655\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask654\",\"eTag\":\"0x8D661EE33215A88\",\"lastModified\":\"2018-12-14T18:01:40.7438472Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask654\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask653\",\"eTag\":\"0x8D661EE3322E10D\",\"lastModified\":\"2018-12-14T18:01:40.7538445Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask653\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask657\",\"eTag\":\"0x8D661EE331D1483\",\"lastModified\":\"2018-12-14T18:01:40.7158403Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask657\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask652\",\"eTag\":\"0x8D661EE33263C69\",\"lastModified\":\"2018-12-14T18:01:40.7758441Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask652\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask651\",\"eTag\":\"0x8D661EE332726A2\",\"lastModified\":\"2018-12-14T18:01:40.7818402Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask651\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask650\",\"eTag\":\"0x8D661EE33279BF5\",\"lastModified\":\"2018-12-14T18:01:40.7848437Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask650\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask659\",\"eTag\":\"0x8D661EE33229D31\",\"lastModified\":\"2018-12-14T18:01:40.7521073Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask659\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask658\",\"eTag\":\"0x8D661EE3322B9D0\",\"lastModified\":\"2018-12-14T18:01:40.75284Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask658\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask648\",\"eTag\":\"0x8D661EE33292286\",\"lastModified\":\"2018-12-14T18:01:40.7948422Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask648\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask649\",\"eTag\":\"0x8D661EE332A8219\",\"lastModified\":\"2018-12-14T18:01:40.8038425Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask649\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask647\",\"eTag\":\"0x8D661EE332C2FC8\",\"lastModified\":\"2018-12-14T18:01:40.8148424Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask647\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask645\",\"eTag\":\"0x8D661EE332D8F65\",\"lastModified\":\"2018-12-14T18:01:40.8238437Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask645\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask646\",\"eTag\":\"0x8D661EE332CA579\",\"lastModified\":\"2018-12-14T18:01:40.8178553Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask646\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask644\",\"eTag\":\"0x8D661EE332F160F\",\"lastModified\":\"2018-12-14T18:01:40.8338447Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask644\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask643\",\"eTag\":\"0x8D661EE333075C4\",\"lastModified\":\"2018-12-14T18:01:40.8428484Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask643\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask642\",\"eTag\":\"0x8D661EE333111C8\",\"lastModified\":\"2018-12-14T18:01:40.8468424Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask642\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask641\",\"eTag\":\"0x8D661EE33327163\",\"lastModified\":\"2018-12-14T18:01:40.8558435Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask641\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask640\",\"eTag\":\"0x8D661EE33327163\",\"lastModified\":\"2018-12-14T18:01:40.8558435Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask640\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask639\",\"eTag\":\"0x8D661EE33350958\",\"lastModified\":\"2018-12-14T18:01:40.8728408Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask639\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask638\",\"eTag\":\"0x8D661EE33370960\",\"lastModified\":\"2018-12-14T18:01:40.8859488Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask638\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask637\",\"eTag\":\"0x8D661EE3337DFB4\",\"lastModified\":\"2018-12-14T18:01:40.8914356Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask637\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask636\",\"eTag\":\"0x8D661EE333965F8\",\"lastModified\":\"2018-12-14T18:01:40.9014264Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask636\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask635\",\"eTag\":\"0x8D661EE333AFFF5\",\"lastModified\":\"2018-12-14T18:01:40.9119221Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask635\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask634\",\"eTag\":\"0x8D661EE333C5D8B\",\"lastModified\":\"2018-12-14T18:01:40.9208715Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask634\"\r\n + \ },{\r\n \"status\":\"Success\",\"taskId\":\"mytask633\",\"eTag\":\"0x8D661EE333D2345\",\"lastModified\":\"2018-12-14T18:01:40.9259333Z\",\"location\":\"https://batch98da0af6.westcentralus.batch.azure.com/jobs/batch98da0af6/tasks/mytask633\"\r\n \ }\r\n ]\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Thu, 13 Sep 2018 20:25:01 GMT'] - request-id: [174a7df4-baa7-4e8e-bb1f-22c28c988cf9] + date: ['Fri, 14 Dec 2018 18:01:40 GMT'] + request-id: [60a7d2b4-ba44-4bcc-8955-58ffb5edcac6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/recordings/test_batch.test_batch_update_pools.yaml b/azure-batch/tests/recordings/test_batch.test_batch_update_pools.yaml index ede9ffd11b32..0d3945ae5d84 100644 --- a/azure-batch/tests/recordings/test_batch.test_batch_update_pools.yaml +++ b/azure-batch/tests/recordings/test_batch.test_batch_update_pools.yaml @@ -1,90 +1,62 @@ interactions: - request: - body: '{"cloudServiceConfiguration": {"osFamily": "5"}, "id": "batch_paas_f0de0ddf", - "vmSize": "small", "startTask": {"commandLine": "cmd.exe /c \"echo hello world\"", - "environmentSettings": [{"value": "env_value", "name": "ENV_VAR"}], "resourceFiles": - [{"filePath": "filename.txt", "blobSource": "https://blobsource.com"}], "userIdentity": - {"autoUser": {"elevationLevel": "admin"}}}}' + body: '{"startTask": {"environmentSettings": [{"value": "env_value", "name": "ENV_VAR"}], + "commandLine": "cmd.exe /c \"echo hello world\"", "resourceFiles": [{"filePath": + "filename.txt", "httpUrl": "https://blobsource.com"}], "userIdentity": {"autoUser": + {"elevationLevel": "admin"}}}, "id": "batch_paas_f0de0ddf", "cloudServiceConfiguration": + {"osFamily": "5"}, "vmSize": "small"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['377'] + Content-Length: ['374'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:46:46 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:29:09 GMT'] method: POST - uri: https://batchf0de0ddf.eastus.batch.azure.com/pools?api-version=2018-08-01.7.0 + uri: https://batchf0de0ddf.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf'] + dataserviceid: ['https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:46:47 GMT'] - etag: ['0x8D60995BECB095E'] - last-modified: ['Fri, 24 Aug 2018 07:46:47 GMT'] - location: ['https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf'] - request-id: [971d586f-ad84-44ce-8c5d-1b4c8a99c94f] + date: ['Fri, 14 Dec 2018 18:29:09 GMT'] + etag: ['0x8D661F209F4B718'] + last-modified: ['Fri, 14 Dec 2018 18:29:09 GMT'] + location: ['https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf'] + request-id: [840fae70-c137-4101-b7ca-3a1e050a3b4e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] x-content-type-options: [nosniff] status: {code: 201, message: Created} - request: - body: '{"targetOSVersion": "*"}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - Content-Length: ['24'] - Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] - accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:46:47 GMT'] - method: POST - uri: https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf/upgradeos?api-version=2018-08-01.7.0 - response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0de0ddf.eastus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"PoolVersionEqualsUpgradeVersion\",\"message\":{\r\n - \ \"lang\":\"en-US\",\"value\":\"The pool is already with the given version.\\nRequestId:7776ea45-a731-4723-b85c-5676cfc6e475\\nTime:2018-08-24T07:46:48.3436665Z\"\r\n - \ }\r\n}"} - headers: - content-length: ['362'] - content-type: [application/json;odata=minimalmetadata] - dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:46:48 GMT'] - request-id: [7776ea45-a731-4723-b85c-5676cfc6e475] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 400, message: The pool is already with the given version.} -- request: - body: '{"metadata": [{"value": "bar", "name": "foo"}], "applicationPackageReferences": - [], "certificateReferences": []}' + body: '{"applicationPackageReferences": [], "certificateReferences": [], "metadata": + [{"value": "bar", "name": "foo"}]}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['112'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:46:48 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:29:09 GMT'] method: POST - uri: https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf/updateproperties?api-version=2018-08-01.7.0 + uri: https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf/updateproperties?api-version=2018-12-01.8.0 response: body: {string: ''} headers: content-length: ['0'] - dataserviceid: ['https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf/updateproperties'] + dataserviceid: ['https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf/updateproperties'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:46:48 GMT'] - etag: ['0x8D60995BFB11E84'] - last-modified: ['Fri, 24 Aug 2018 07:46:49 GMT'] - request-id: [880d2254-99a9-4dcf-96be-e22914eeed6e] + date: ['Fri, 14 Dec 2018 18:29:10 GMT'] + etag: ['0x8D661F20A3B0F02'] + last-modified: ['Fri, 14 Dec 2018 18:29:10 GMT'] + request-id: [79c4a8fa-7bad-44b0-9f3f-1bd90e28e103] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -97,21 +69,21 @@ interactions: Connection: [keep-alive] Content-Length: ['49'] Content-Type: [application/json; odata=minimalmetadata; charset=utf-8] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:46:49 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:29:10 GMT'] method: PATCH - uri: https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf?api-version=2018-08-01.7.0 + uri: https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf?api-version=2018-12-01.8.0 response: body: {string: ''} headers: - dataserviceid: ['https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf'] + dataserviceid: ['https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf'] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:46:49 GMT'] - etag: ['0x8D60995C01AF5EA'] - last-modified: ['Fri, 24 Aug 2018 07:46:49 GMT'] - request-id: [c31a2b2b-9731-4431-871c-4b1bfc11f113] + date: ['Fri, 14 Dec 2018 18:29:10 GMT'] + etag: ['0x8D661F20A6C07B4'] + last-modified: ['Fri, 14 Dec 2018 18:29:10 GMT'] + request-id: [e57b6d7b-e128-459e-99d7-ddebcd98c3eb] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -123,20 +95,20 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:46:49 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:29:10 GMT'] method: HEAD - uri: https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf?api-version=2018-08-01.7.0 + uri: https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:46:50 GMT'] - etag: ['0x8D60995C01AF5EA'] - last-modified: ['Fri, 24 Aug 2018 07:46:49 GMT'] - request-id: [e095cb5c-cd8d-43c7-a86e-841680b1f937] + date: ['Fri, 14 Dec 2018 18:29:10 GMT'] + etag: ['0x8D661F20A6C07B4'] + last-modified: ['Fri, 14 Dec 2018 18:29:10 GMT'] + request-id: [bafeef63-c224-4fa2-8cc1-cf12c689e806] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -148,25 +120,25 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:46:50 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:29:10 GMT'] method: GET - uri: https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf?api-version=2018-08-01.7.0 + uri: https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf?api-version=2018-12-01.8.0 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0de0ddf.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_paas_f0de0ddf\",\"url\":\"https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf\",\"eTag\":\"0x8D60995C01AF5EA\",\"lastModified\":\"2018-08-24T07:46:49.7273322Z\",\"creationTime\":\"2018-08-24T07:46:47.5258206Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-08-24T07:46:47.5258206Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-08-24T07:46:47.6959132Z\",\"vmSize\":\"small\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"metadata\":[\r\n - \ {\r\n \"name\":\"foo2\",\"value\":\"bar2\"\r\n }\r\n ],\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n - \ \"nodeFillType\":\"Spread\"\r\n },\"cloudServiceConfiguration\":{\r\n - \ \"osFamily\":\"5\",\"targetOSVersion\":\"*\",\"currentOSVersion\":\"*\"\r\n + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0de0ddf.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_paas_f0de0ddf\",\"url\":\"https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf\",\"eTag\":\"0x8D661F20A6C07B4\",\"lastModified\":\"2018-12-14T18:29:10.4335796Z\",\"creationTime\":\"2018-12-14T18:29:09.6516376Z\",\"state\":\"active\",\"stateTransitionTime\":\"2018-12-14T18:29:09.6516376Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2018-12-14T18:29:10.0926414Z\",\"vmSize\":\"small\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":0,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"certificateReferences\":[\r\n + \ \r\n ],\"metadata\":[\r\n {\r\n \"name\":\"foo2\",\"value\":\"bar2\"\r\n + \ }\r\n ],\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n + \ },\"cloudServiceConfiguration\":{\r\n \"osFamily\":\"5\",\"osVersion\":\"*\"\r\n \ }\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:46:50 GMT'] - etag: ['0x8D60995C01AF5EA'] - last-modified: ['Fri, 24 Aug 2018 07:46:49 GMT'] - request-id: [90c87348-e562-48fc-834f-29f57b7ab543] + date: ['Fri, 14 Dec 2018 18:29:10 GMT'] + etag: ['0x8D661F20A6C07B4'] + last-modified: ['Fri, 14 Dec 2018 18:29:10 GMT'] + request-id: [2485d4d6-a34a-4cef-86be-9e001f068923] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -178,22 +150,22 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:46:51 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:29:11 GMT'] return-client-request-id: ['false'] method: GET - uri: https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf?$expand=stats&api-version=2018-08-01.7.0&timeout=30&$select=id%2Cstate + uri: https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf?$select=id%2Cstate&api-version=2018-12-01.8.0&$expand=stats&timeout=30 response: - body: {string: "{\r\n \"odata.metadata\":\"https://batchf0de0ddf.eastus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_paas_f0de0ddf\",\"state\":\"active\"\r\n}"} + body: {string: "{\r\n \"odata.metadata\":\"https://batchf0de0ddf.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"batch_paas_f0de0ddf\",\"state\":\"active\"\r\n}"} headers: content-type: [application/json;odata=minimalmetadata] dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:46:51 GMT'] - etag: ['0x8D60995C01AF5EA'] - last-modified: ['Fri, 24 Aug 2018 07:46:49 GMT'] - request-id: [8b883890-0ff4-4dc6-9983-6604709cbdb1] + date: ['Fri, 14 Dec 2018 18:29:11 GMT'] + etag: ['0x8D661F20A6C07B4'] + last-modified: ['Fri, 14 Dec 2018 18:29:10 GMT'] + request-id: [5f145ebf-da8d-4d6c-b7e8-d0e11e3e8714] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -206,18 +178,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) requests/2.19.1 - msrest/0.5.4 msrest_azure/0.4.34 azure-batch/5.0.0 Azure-SDK-For-Python] + User-Agent: [python/3.5.4 (Windows-2008ServerR2-6.1.7601-SP1) msrest/0.6.2 msrest_azure/0.4.34 + azure-batch/6.0.0 Azure-SDK-For-Python] accept-language: [en-US] - ocp-date: ['Fri, 24 Aug 2018 07:46:51 GMT'] + ocp-date: ['Fri, 14 Dec 2018 18:29:11 GMT'] method: DELETE - uri: https://batchf0de0ddf.eastus.batch.azure.com/pools/batch_paas_f0de0ddf?api-version=2018-08-01.7.0 + uri: https://batchf0de0ddf.westcentralus.batch.azure.com/pools/batch_paas_f0de0ddf?api-version=2018-12-01.8.0 response: body: {string: ''} headers: dataserviceversion: ['3.0'] - date: ['Fri, 24 Aug 2018 07:46:52 GMT'] - request-id: [e8600515-49ca-4ff4-ba1c-33dfa14bd778] + date: ['Fri, 14 Dec 2018 18:29:11 GMT'] + request-id: [0c6ed58d-db63-44d2-9272-f59e3eedb192] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-batch/tests/test_batch.py b/azure-batch/tests/test_batch.py index 2769e766a140..cd89f69ff06c 100644 --- a/azure-batch/tests/test_batch.py +++ b/azure-batch/tests/test_batch.py @@ -28,7 +28,7 @@ ) -AZURE_LOCATION = 'eastus' +AZURE_LOCATION = 'westcentralus' BATCH_RESOURCE = 'https://batch.core.windows.net/' @@ -54,7 +54,7 @@ def create_aad_client(self, batch_account, **kwargs): client = self.create_basic_client( azure.batch.BatchServiceClient, credentials=credentials, - base_url=self._batch_url(batch_account) + batch_url=self._batch_url(batch_account) ) return client @@ -62,7 +62,7 @@ def create_sharedkey_client(self, batch_account, credentials, **kwargs): client = self.create_basic_client( azure.batch.BatchServiceClient, credentials=credentials, - base_url=self._batch_url(batch_account) + batch_url=self._batch_url(batch_account) ) return client @@ -239,25 +239,6 @@ def test_batch_create_pools(self, **kwargs): ) self.assertBatchError('InvalidPropertyValue', client.pool.add, test_image_pool, models.PoolAddOptions(timeout=45)) - # Test Create Pool with OSDisk - os_disk = models.OSDisk(caching=models.CachingType.read_write) - test_osdisk_pool = models.PoolAddParameter( - id=self.get_resource_name('batch_osdisk_'), - vm_size='Standard_A1', - virtual_machine_configuration=models.VirtualMachineConfiguration( - image_reference=models.ImageReference( - publisher='Canonical', - offer='UbuntuServer', - sku='16.04-LTS' - ), - node_agent_sku_id='batch.node.ubuntu 16.04', - os_disk=os_disk) - ) - response = client.pool.add(test_osdisk_pool) - self.assertIsNone(response) - osdisk_pool = client.pool.get(test_osdisk_pool.id) - self.assertEqual(osdisk_pool.virtual_machine_configuration.os_disk.caching, os_disk.caching) - # Test Create Pool with Data Disk data_disk = models.DataDisk(lun=1, disk_size_gb=50) test_disk_pool = models.PoolAddParameter( @@ -328,7 +309,7 @@ def test_batch_update_pools(self, **kwargs): ), start_task=models.StartTask( command_line="cmd.exe /c \"echo hello world\"", - resource_files=[models.ResourceFile(blob_source='https://blobsource.com', file_path='filename.txt')], + resource_files=[models.ResourceFile(http_url='https://blobsource.com', file_path='filename.txt')], environment_settings=[models.EnvironmentSetting(name='ENV_VAR', value='env_value')], user_identity=models.UserIdentity( auto_user=models.AutoUserSpecification( @@ -340,14 +321,6 @@ def test_batch_update_pools(self, **kwargs): response = client.pool.add(test_paas_pool) self.assertIsNone(response) - # Test Upgrade Pool OS - self.assertBatchError( - "PoolVersionEqualsUpgradeVersion", - client.pool.upgrade_os, - test_paas_pool.id, - "*" - ) - # Test Update Pool Parameters params = models.PoolUpdatePropertiesParameter( certificate_references=[], @@ -418,7 +391,7 @@ def test_batch_scale_pools(self, batch_pool, **kwargs): # Test Pool Resize pool = client.pool.get(batch_pool.name) while self.is_live and pool.allocation_state != models.AllocationState.steady: - time.sleep(20) + time.sleep(5) pool = client.pool.get(batch_pool.name) self.assertEqual(pool.target_dedicated_nodes, 2) self.assertEqual(pool.target_low_priority_nodes, 0) @@ -431,8 +404,10 @@ def test_batch_scale_pools(self, batch_pool, **kwargs): self.assertIsNone(response) pool = client.pool.get(batch_pool.name) while self.is_live and pool.allocation_state != models.AllocationState.steady: - time.sleep(20) + time.sleep(5) pool = client.pool.get(batch_pool.name) + # It looks like there has test framework issue, it couldn't find the correct recording frame + # So in live mode, target-decicate is 0, and target low pri is 2 self.assertEqual(pool.target_dedicated_nodes, 2) self.assertEqual(pool.target_low_priority_nodes, 0) @@ -898,7 +873,7 @@ def test_batch_tasks(self, batch_job, **kwargs): resource_files = [] for i in range(10000): resource_file = models.ResourceFile( - blob_source="https://mystorageaccount.blob.core.windows.net/files/resourceFile{}".format(str(i)), + http_url="https://mystorageaccount.blob.core.windows.net/files/resourceFile{}".format(str(i)), file_path="resourceFile{}".format(str(i))) resource_files.append(resource_file) task = models.TaskAddParameter( @@ -918,7 +893,7 @@ def test_batch_tasks(self, batch_job, **kwargs): resource_files = [] for i in range(100): resource_file = models.ResourceFile( - blob_source="https://mystorageaccount.blob.core.windows.net/files/resourceFile" + str(i), + http_url="https://mystorageaccount.blob.core.windows.net/files/resourceFile" + str(i), file_path="resourceFile"+str(i)) resource_files.append(resource_file) for i in range(733):